ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_ipsets.yml ***************************************************** 1 plays in /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml PLAY [Test firewall user defined ipsets] *************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:2 Saturday 07 March 2026 00:43:27 -0500 (0:00:00.022) 0:00:00.022 ******** ok: [managed-node1] META: ran handlers TASK [Start from clean slate] ************************************************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:11 Saturday 07 March 2026 00:43:28 -0500 (0:00:00.936) 0:00:00.959 ******** TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 07 March 2026 00:43:29 -0500 (0:00:00.112) 0:00:01.072 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Saturday 07 March 2026 00:43:29 -0500 (0:00:00.026) 0:00:01.099 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Saturday 07 March 2026 00:43:29 -0500 (0:00:00.089) 0:00:01.188 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Saturday 07 March 2026 00:43:29 -0500 (0:00:00.393) 0:00:01.582 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Saturday 07 March 2026 00:43:29 -0500 (0:00:00.060) 0:00:01.642 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Saturday 07 March 2026 00:43:29 -0500 (0:00:00.357) 0:00:02.000 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Saturday 07 March 2026 00:43:30 -0500 (0:00:00.064) 0:00:02.064 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 07 March 2026 00:43:30 -0500 (0:00:00.098) 0:00:02.162 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Saturday 07 March 2026 00:43:30 -0500 (0:00:00.050) 0:00:02.213 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.007648", "end": "2026-03-07 00:43:30.597164", "failed_when_result": false, "rc": 0, "start": "2026-03-07 00:43:30.589516" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Saturday 07 March 2026 00:43:30 -0500 (0:00:00.490) 0:00:02.703 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Saturday 07 March 2026 00:43:30 -0500 (0:00:00.042) 0:00:02.746 ******** ok: [managed-node1] => { "ansible_facts": { "__firewall_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 07 March 2026 00:43:30 -0500 (0:00:00.042) 0:00:02.788 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "1:NetworkManager-1.18.8-2.el7_9.x86_64 providing NetworkManager is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } lsrpackages: NetworkManager firewalld python-ipaddress TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 07 March 2026 00:43:31 -0500 (0:00:00.841) 0:00:03.630 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Saturday 07 March 2026 00:43:31 -0500 (0:00:00.037) 0:00:03.667 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Saturday 07 March 2026 00:43:31 -0500 (0:00:00.040) 0:00:03.708 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Saturday 07 March 2026 00:43:31 -0500 (0:00:00.050) 0:00:03.759 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Saturday 07 March 2026 00:43:31 -0500 (0:00:00.074) 0:00:03.833 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Saturday 07 March 2026 00:43:31 -0500 (0:00:00.062) 0:00:03.896 ******** ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Saturday 07 March 2026 00:43:32 -0500 (0:00:00.753) 0:00:04.649 ******** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Saturday 07 March 2026 00:43:33 -0500 (0:00:00.427) 0:00:05.077 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Saturday 07 March 2026 00:43:33 -0500 (0:00:00.066) 0:00:05.143 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } STDOUT: 490e604682bd0e5e6459d3d88f87ebacadb454f72a1f45802424bfc1d0310893 /etc/firewalld/services/customservice.xml 8697e89439a0fde2df034ef3bfeb3a9558529194c459826162be809a2f08e773 /etc/firewalld/lockdown-whitelist.xml 65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf STDERR: Shared connection to 10.31.9.172 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Saturday 07 March 2026 00:43:34 -0500 (0:00:01.073) 0:00:06.217 ******** ok: [managed-node1] => { "ansible_facts": { "__firewall_report_changed": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Saturday 07 March 2026 00:43:34 -0500 (0:00:00.051) 0:00:06.269 ******** TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 07 March 2026 00:43:34 -0500 (0:00:00.036) 0:00:06.306 ******** TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Saturday 07 March 2026 00:43:34 -0500 (0:00:00.036) 0:00:06.342 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Saturday 07 March 2026 00:43:34 -0500 (0:00:00.042) 0:00:06.385 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Saturday 07 March 2026 00:43:34 -0500 (0:00:00.036) 0:00:06.422 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Saturday 07 March 2026 00:43:34 -0500 (0:00:00.042) 0:00:06.464 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } STDOUT: 65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf STDERR: Shared connection to 10.31.9.172 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Saturday 07 March 2026 00:43:34 -0500 (0:00:00.400) 0:00:06.864 ******** changed: [managed-node1] => { "ansible_facts": { "firewall_lib_result": { "changed": true } }, "changed": true } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Saturday 07 March 2026 00:43:34 -0500 (0:00:00.062) 0:00:06.926 ******** skipping: [managed-node1] => {} TASK [Get all ipsets] ********************************************************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:20 Saturday 07 March 2026 00:43:34 -0500 (0:00:00.061) 0:00:06.988 ******** ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail\nfirewall-offline-cmd --get-ipsets | grep customipset-ipv4\n", "delta": "0:00:00.216560", "end": "2026-03-07 00:43:35.412706", "failed_when_result": false, "rc": 1, "start": "2026-03-07 00:43:35.196146" } MSG: non-zero return code TASK [Define new ipset] ******************************************************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:32 Saturday 07 March 2026 00:43:35 -0500 (0:00:00.550) 0:00:07.539 ******** TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 07 March 2026 00:43:35 -0500 (0:00:00.081) 0:00:07.620 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Saturday 07 March 2026 00:43:35 -0500 (0:00:00.028) 0:00:07.648 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Saturday 07 March 2026 00:43:35 -0500 (0:00:00.038) 0:00:07.686 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Saturday 07 March 2026 00:43:35 -0500 (0:00:00.035) 0:00:07.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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Saturday 07 March 2026 00:43:35 -0500 (0:00:00.035) 0:00:07.758 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Saturday 07 March 2026 00:43:35 -0500 (0:00:00.040) 0:00:07.798 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Saturday 07 March 2026 00:43:35 -0500 (0:00:00.047) 0:00:07.845 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 07 March 2026 00:43:35 -0500 (0:00:00.094) 0:00:07.940 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Saturday 07 March 2026 00:43:35 -0500 (0:00:00.050) 0:00:07.990 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Saturday 07 March 2026 00:43:35 -0500 (0:00:00.052) 0:00:08.043 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Saturday 07 March 2026 00:43:36 -0500 (0:00:00.054) 0:00:08.097 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 07 March 2026 00:43:36 -0500 (0:00:00.046) 0:00:08.144 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "1:NetworkManager-1.18.8-2.el7_9.x86_64 providing NetworkManager is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } lsrpackages: NetworkManager firewalld python-ipaddress TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 07 March 2026 00:43:36 -0500 (0:00:00.667) 0:00:08.812 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Saturday 07 March 2026 00:43:36 -0500 (0:00:00.057) 0:00:08.869 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Saturday 07 March 2026 00:43:36 -0500 (0:00:00.056) 0:00:08.926 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Saturday 07 March 2026 00:43:36 -0500 (0:00:00.060) 0:00:08.986 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Saturday 07 March 2026 00:43:37 -0500 (0:00:00.078) 0:00:09.065 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Saturday 07 March 2026 00:43:37 -0500 (0:00:00.082) 0:00:09.147 ******** ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Saturday 07 March 2026 00:43:37 -0500 (0:00:00.451) 0:00:09.599 ******** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Saturday 07 March 2026 00:43:37 -0500 (0:00:00.421) 0:00:10.020 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Saturday 07 March 2026 00:43:38 -0500 (0:00:00.062) 0:00:10.083 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Saturday 07 March 2026 00:43:38 -0500 (0:00:00.053) 0:00:10.137 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Saturday 07 March 2026 00:43:38 -0500 (0:00:00.051) 0:00:10.188 ******** changed: [managed-node1] => (item={u'short': u'Custom', u'description': u'Custom IPSet for testing purposes', u'ipset': u'customipset-ipv4', u'ipset_type': u'hash:ip', u'ipset_options': {u'hashsize': 120, u'maxelem': 1000}, u'state': u'present', u'permanent': True, u'ipset_entries': [u'127.0.0.1', u'8.8.8.8']}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "description": "Custom IPSet for testing purposes", "ipset": "customipset-ipv4", "ipset_entries": [ "127.0.0.1", "8.8.8.8" ], "ipset_options": { "hashsize": 120, "maxelem": 1000 }, "ipset_type": "hash:ip", "permanent": true, "short": "Custom", "state": "present" } } changed: [managed-node1] => (item={u'short': u'Custom', u'description': u'Custom IPSet for testing purposes', u'ipset': u'customipset-ipv6', u'ipset_type': u'hash:ip', u'ipset_options': {u'hashsize': 120, u'maxelem': 1000}, u'state': u'present', u'permanent': True, u'ipset_entries': [u'2001:4860:4860::8844', u'2001:4860:4860::8888']}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "description": "Custom IPSet for testing purposes", "ipset": "customipset-ipv6", "ipset_entries": [ "2001:4860:4860::8844", "2001:4860:4860::8888" ], "ipset_options": { "hashsize": 120, "maxelem": 1000 }, "ipset_type": "hash:ip", "permanent": true, "short": "Custom", "state": "present" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 07 March 2026 00:43:40 -0500 (0:00:01.874) 0:00:12.063 ******** skipping: [managed-node1] => (item={u'short': u'Custom', u'description': u'Custom IPSet for testing purposes', u'ipset': u'customipset-ipv4', u'ipset_type': u'hash:ip', u'ipset_options': {u'hashsize': 120, u'maxelem': 1000}, u'state': u'present', u'permanent': True, u'ipset_entries': [u'127.0.0.1', u'8.8.8.8']}) => { "ansible_loop_var": "item", "changed": false, "item": { "description": "Custom IPSet for testing purposes", "ipset": "customipset-ipv4", "ipset_entries": [ "127.0.0.1", "8.8.8.8" ], "ipset_options": { "hashsize": 120, "maxelem": 1000 }, "ipset_type": "hash:ip", "permanent": true, "short": "Custom", "state": "present" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={u'short': u'Custom', u'description': u'Custom IPSet for testing purposes', u'ipset': u'customipset-ipv6', u'ipset_type': u'hash:ip', u'ipset_options': {u'hashsize': 120, u'maxelem': 1000}, u'state': u'present', u'permanent': True, u'ipset_entries': [u'2001:4860:4860::8844', u'2001:4860:4860::8888']}) => { "ansible_loop_var": "item", "changed": false, "item": { "description": "Custom IPSet for testing purposes", "ipset": "customipset-ipv6", "ipset_entries": [ "2001:4860:4860::8844", "2001:4860:4860::8888" ], "ipset_options": { "hashsize": 120, "maxelem": 1000 }, "ipset_type": "hash:ip", "permanent": true, "short": "Custom", "state": "present" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Saturday 07 March 2026 00:43:40 -0500 (0:00:00.088) 0:00:12.151 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Saturday 07 March 2026 00:43:40 -0500 (0:00:00.058) 0:00:12.209 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Saturday 07 March 2026 00:43:40 -0500 (0:00:00.054) 0:00:12.264 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Saturday 07 March 2026 00:43:40 -0500 (0:00:00.056) 0:00:12.320 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Saturday 07 March 2026 00:43:40 -0500 (0:00:00.053) 0:00:12.374 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Saturday 07 March 2026 00:43:40 -0500 (0:00:00.052) 0:00:12.427 ******** skipping: [managed-node1] => {} TASK [Fail if ipsets not added] ************************************************ task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:62 Saturday 07 March 2026 00:43:40 -0500 (0:00:00.055) 0:00:12.482 ******** ok: [managed-node1] => (item=customipset-ipv4) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nfirewall-offline-cmd --get-ipsets | grep customipset-ipv4\n", "delta": "0:00:00.218203", "end": "2026-03-07 00:43:41.021509", "item": "customipset-ipv4", "rc": 0, "start": "2026-03-07 00:43:40.803306" } STDOUT: customipset-ipv4 customipset-ipv6 ok: [managed-node1] => (item=customipset-ipv6) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nfirewall-offline-cmd --get-ipsets | grep customipset-ipv6\n", "delta": "0:00:00.215596", "end": "2026-03-07 00:43:41.517608", "item": "customipset-ipv6", "rc": 0, "start": "2026-03-07 00:43:41.302012" } STDOUT: customipset-ipv4 customipset-ipv6 TASK [Fail if entry not added to ipset] **************************************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:73 Saturday 07 March 2026 00:43:41 -0500 (0:00:01.154) 0:00:13.637 ******** ok: [managed-node1] => (item={u'entry': u'8.8.8.8', u'name': u'customipset-ipv4'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--ipset", "customipset-ipv4", "--query-entry", "8.8.8.8" ], "delta": "0:00:00.216341", "end": "2026-03-07 00:43:42.091150", "item": { "entry": "8.8.8.8", "name": "customipset-ipv4" }, "rc": 0, "start": "2026-03-07 00:43:41.874809" } STDOUT: yes ok: [managed-node1] => (item={u'entry': u'2001:4860:4860::8844', u'name': u'customipset-ipv6'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--ipset", "customipset-ipv6", "--query-entry", "2001:4860:4860::8844" ], "delta": "0:00:00.215696", "end": "2026-03-07 00:43:42.597840", "item": { "entry": "2001:4860:4860::8844", "name": "customipset-ipv6" }, "rc": 0, "start": "2026-03-07 00:43:42.382144" } STDOUT: yes ok: [managed-node1] => (item={u'entry': u'2001:4860:4860::8888', u'name': u'customipset-ipv6'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--ipset", "customipset-ipv6", "--query-entry", "2001:4860:4860::8888" ], "delta": "0:00:00.215059", "end": "2026-03-07 00:43:43.146347", "item": { "entry": "2001:4860:4860::8888", "name": "customipset-ipv6" }, "rc": 0, "start": "2026-03-07 00:43:42.931288" } STDOUT: yes TASK [Fail if options not added to ipset] ************************************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:84 Saturday 07 March 2026 00:43:43 -0500 (0:00:01.618) 0:00:15.255 ******** ok: [managed-node1] => (item={u'option2': u'maxelem=1000', u'name': u'customipset-ipv4', u'option1': u'hashsize=120'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--info-ipset", "customipset-ipv4" ], "delta": "0:00:00.215186", "end": "2026-03-07 00:43:43.683550", "failed_when_result": false, "item": { "name": "customipset-ipv4", "option1": "hashsize=120", "option2": "maxelem=1000" }, "rc": 0, "start": "2026-03-07 00:43:43.468364" } STDOUT: customipset-ipv4 type: hash:ip options: hashsize=120 maxelem=1000 entries: 127.0.0.1 8.8.8.8 ok: [managed-node1] => (item={u'option2': u'maxelem=1000', u'name': u'customipset-ipv6', u'option1': u'hashsize=120'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--info-ipset", "customipset-ipv6" ], "delta": "0:00:00.212810", "end": "2026-03-07 00:43:44.187230", "failed_when_result": false, "item": { "name": "customipset-ipv6", "option1": "hashsize=120", "option2": "maxelem=1000" }, "rc": 0, "start": "2026-03-07 00:43:43.974420" } STDOUT: customipset-ipv6 type: hash:ip options: hashsize=120 maxelem=1000 family=inet6 entries: 2001:4860:4860::8844 2001:4860:4860::8888 TASK [Redefine new ipsets] ***************************************************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:97 Saturday 07 March 2026 00:43:44 -0500 (0:00:01.043) 0:00:16.298 ******** TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 07 March 2026 00:43:44 -0500 (0:00:00.085) 0:00:16.384 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Saturday 07 March 2026 00:43:44 -0500 (0:00:00.066) 0:00:16.450 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Saturday 07 March 2026 00:43:44 -0500 (0:00:00.041) 0:00:16.492 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Saturday 07 March 2026 00:43:44 -0500 (0:00:00.038) 0:00:16.530 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Saturday 07 March 2026 00:43:44 -0500 (0:00:00.038) 0:00:16.568 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Saturday 07 March 2026 00:43:44 -0500 (0:00:00.037) 0:00:16.605 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Saturday 07 March 2026 00:43:44 -0500 (0:00:00.042) 0:00:16.648 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 07 March 2026 00:43:44 -0500 (0:00:00.086) 0:00:16.735 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Saturday 07 March 2026 00:43:44 -0500 (0:00:00.037) 0:00:16.772 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Saturday 07 March 2026 00:43:44 -0500 (0:00:00.053) 0:00:16.826 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Saturday 07 March 2026 00:43:44 -0500 (0:00:00.047) 0:00:16.873 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 07 March 2026 00:43:44 -0500 (0:00:00.045) 0:00:16.919 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "1:NetworkManager-1.18.8-2.el7_9.x86_64 providing NetworkManager is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } lsrpackages: NetworkManager firewalld python-ipaddress TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 07 March 2026 00:43:45 -0500 (0:00:00.608) 0:00:17.528 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Saturday 07 March 2026 00:43:45 -0500 (0:00:00.039) 0:00:17.567 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Saturday 07 March 2026 00:43:45 -0500 (0:00:00.037) 0:00:17.605 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Saturday 07 March 2026 00:43:45 -0500 (0:00:00.037) 0:00:17.642 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Saturday 07 March 2026 00:43:45 -0500 (0:00:00.051) 0:00:17.694 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Saturday 07 March 2026 00:43:45 -0500 (0:00:00.058) 0:00:17.752 ******** ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Saturday 07 March 2026 00:43:46 -0500 (0:00:00.442) 0:00:18.195 ******** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Saturday 07 March 2026 00:43:46 -0500 (0:00:00.441) 0:00:18.637 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Saturday 07 March 2026 00:43:46 -0500 (0:00:00.068) 0:00:18.705 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Saturday 07 March 2026 00:43:46 -0500 (0:00:00.057) 0:00:18.762 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Saturday 07 March 2026 00:43:46 -0500 (0:00:00.060) 0:00:18.823 ******** ok: [managed-node1] => (item={u'permanent': True, u'state': u'present', u'short': u'Custom', u'description': u'Custom IPSet for testing purposes', u'ipset': u'customipset-ipv4', u'ipset_options': {u'hashsize': 120, u'maxelem': 1000}}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "description": "Custom IPSet for testing purposes", "ipset": "customipset-ipv4", "ipset_options": { "hashsize": 120, "maxelem": 1000 }, "permanent": true, "short": "Custom", "state": "present" } } ok: [managed-node1] => (item={u'permanent': True, u'state': u'present', u'short': u'Custom', u'description': u'Custom IPSet for testing purposes', u'ipset': u'customipset-ipv6', u'ipset_options': {u'hashsize': 120, u'maxelem': 1000}}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "description": "Custom IPSet for testing purposes", "ipset": "customipset-ipv6", "ipset_options": { "hashsize": 120, "maxelem": 1000 }, "permanent": true, "short": "Custom", "state": "present" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 07 March 2026 00:43:48 -0500 (0:00:01.294) 0:00:20.118 ******** skipping: [managed-node1] => (item={u'permanent': True, u'state': u'present', u'short': u'Custom', u'description': u'Custom IPSet for testing purposes', u'ipset': u'customipset-ipv4', u'ipset_options': {u'hashsize': 120, u'maxelem': 1000}}) => { "ansible_loop_var": "item", "changed": false, "item": { "description": "Custom IPSet for testing purposes", "ipset": "customipset-ipv4", "ipset_options": { "hashsize": 120, "maxelem": 1000 }, "permanent": true, "short": "Custom", "state": "present" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={u'permanent': True, u'state': u'present', u'short': u'Custom', u'description': u'Custom IPSet for testing purposes', u'ipset': u'customipset-ipv6', u'ipset_options': {u'hashsize': 120, u'maxelem': 1000}}) => { "ansible_loop_var": "item", "changed": false, "item": { "description": "Custom IPSet for testing purposes", "ipset": "customipset-ipv6", "ipset_options": { "hashsize": 120, "maxelem": 1000 }, "permanent": true, "short": "Custom", "state": "present" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Saturday 07 March 2026 00:43:48 -0500 (0:00:00.090) 0:00:20.208 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Saturday 07 March 2026 00:43:48 -0500 (0:00:00.059) 0:00:20.267 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Saturday 07 March 2026 00:43:48 -0500 (0:00:00.058) 0:00:20.325 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Saturday 07 March 2026 00:43:48 -0500 (0:00:00.057) 0:00:20.383 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Saturday 07 March 2026 00:43:48 -0500 (0:00:00.059) 0:00:20.442 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Saturday 07 March 2026 00:43:48 -0500 (0:00:00.043) 0:00:20.486 ******** skipping: [managed-node1] => {} TASK [Fail if defining ipset not idempotent] *********************************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:119 Saturday 07 March 2026 00:43:48 -0500 (0:00:00.046) 0:00:20.533 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Modify ipset options] **************************************************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:125 Saturday 07 March 2026 00:43:48 -0500 (0:00:00.050) 0:00:20.583 ******** TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 07 March 2026 00:43:48 -0500 (0:00:00.132) 0:00:20.715 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Saturday 07 March 2026 00:43:48 -0500 (0:00:00.030) 0:00:20.746 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Saturday 07 March 2026 00:43:48 -0500 (0:00:00.045) 0:00:20.792 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Saturday 07 March 2026 00:43:48 -0500 (0:00:00.049) 0:00:20.841 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Saturday 07 March 2026 00:43:48 -0500 (0:00:00.052) 0:00:20.893 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Saturday 07 March 2026 00:43:48 -0500 (0:00:00.041) 0:00:20.935 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Saturday 07 March 2026 00:43:48 -0500 (0:00:00.049) 0:00:20.985 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 07 March 2026 00:43:49 -0500 (0:00:00.086) 0:00:21.071 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Saturday 07 March 2026 00:43:49 -0500 (0:00:00.032) 0:00:21.103 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Saturday 07 March 2026 00:43:49 -0500 (0:00:00.037) 0:00:21.141 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Saturday 07 March 2026 00:43:49 -0500 (0:00:00.037) 0:00:21.179 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 07 March 2026 00:43:49 -0500 (0:00:00.036) 0:00:21.215 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "1:NetworkManager-1.18.8-2.el7_9.x86_64 providing NetworkManager is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } lsrpackages: NetworkManager firewalld python-ipaddress TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 07 March 2026 00:43:49 -0500 (0:00:00.693) 0:00:21.908 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Saturday 07 March 2026 00:43:49 -0500 (0:00:00.037) 0:00:21.946 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Saturday 07 March 2026 00:43:49 -0500 (0:00:00.036) 0:00:21.983 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Saturday 07 March 2026 00:43:49 -0500 (0:00:00.052) 0:00:22.035 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Saturday 07 March 2026 00:43:50 -0500 (0:00:00.072) 0:00:22.108 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Saturday 07 March 2026 00:43:50 -0500 (0:00:00.068) 0:00:22.177 ******** ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Saturday 07 March 2026 00:43:50 -0500 (0:00:00.416) 0:00:22.594 ******** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Saturday 07 March 2026 00:43:50 -0500 (0:00:00.421) 0:00:23.015 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Saturday 07 March 2026 00:43:51 -0500 (0:00:00.053) 0:00:23.069 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Saturday 07 March 2026 00:43:51 -0500 (0:00:00.037) 0:00:23.106 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Saturday 07 March 2026 00:43:51 -0500 (0:00:00.041) 0:00:23.148 ******** changed: [managed-node1] => (item={u'ipset': u'customipset-ipv4', u'state': u'present', u'ipset_options': {u'hashsize': 240}}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "ipset": "customipset-ipv4", "ipset_options": { "hashsize": 240 }, "state": "present" } } changed: [managed-node1] => (item={u'ipset': u'customipset-ipv6', u'state': u'present', u'ipset_options': {u'hashsize': 240}}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "ipset": "customipset-ipv6", "ipset_options": { "hashsize": 240 }, "state": "present" } } changed: [managed-node1] => (item={u'ipset': u'customipset-ipv4', u'state': u'absent', u'ipset_options': {u'maxelem': None}}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "ipset": "customipset-ipv4", "ipset_options": { "maxelem": null }, "state": "absent" } } changed: [managed-node1] => (item={u'ipset': u'customipset-ipv6', u'state': u'absent', u'ipset_options': {u'maxelem': None}}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "ipset": "customipset-ipv6", "ipset_options": { "maxelem": null }, "state": "absent" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 07 March 2026 00:43:54 -0500 (0:00:03.319) 0:00:26.468 ******** skipping: [managed-node1] => (item={u'ipset': u'customipset-ipv4', u'state': u'present', u'ipset_options': {u'hashsize': 240}}) => { "ansible_loop_var": "item", "changed": false, "item": { "ipset": "customipset-ipv4", "ipset_options": { "hashsize": 240 }, "state": "present" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={u'ipset': u'customipset-ipv6', u'state': u'present', u'ipset_options': {u'hashsize': 240}}) => { "ansible_loop_var": "item", "changed": false, "item": { "ipset": "customipset-ipv6", "ipset_options": { "hashsize": 240 }, "state": "present" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={u'ipset': u'customipset-ipv4', u'state': u'absent', u'ipset_options': {u'maxelem': None}}) => { "ansible_loop_var": "item", "changed": false, "item": { "ipset": "customipset-ipv4", "ipset_options": { "maxelem": null }, "state": "absent" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={u'ipset': u'customipset-ipv6', u'state': u'absent', u'ipset_options': {u'maxelem': None}}) => { "ansible_loop_var": "item", "changed": false, "item": { "ipset": "customipset-ipv6", "ipset_options": { "maxelem": null }, "state": "absent" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Saturday 07 March 2026 00:43:54 -0500 (0:00:00.103) 0:00:26.571 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Saturday 07 March 2026 00:43:54 -0500 (0:00:00.057) 0:00:26.629 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Saturday 07 March 2026 00:43:54 -0500 (0:00:00.054) 0:00:26.683 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Saturday 07 March 2026 00:43:54 -0500 (0:00:00.062) 0:00:26.746 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Saturday 07 March 2026 00:43:54 -0500 (0:00:00.056) 0:00:26.802 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Saturday 07 March 2026 00:43:54 -0500 (0:00:00.046) 0:00:26.849 ******** skipping: [managed-node1] => {} TASK [Fail if options not modified in ipset] *********************************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:148 Saturday 07 March 2026 00:43:54 -0500 (0:00:00.047) 0:00:26.896 ******** ok: [managed-node1] => (item={u'name': u'customipset-ipv4', u'option': u'hashsize=240'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--info-ipset", "customipset-ipv4" ], "delta": "0:00:00.212532", "end": "2026-03-07 00:43:55.335448", "failed_when_result": false, "item": { "name": "customipset-ipv4", "option": "hashsize=240" }, "rc": 0, "start": "2026-03-07 00:43:55.122916" } STDOUT: customipset-ipv4 type: hash:ip options: hashsize=240 entries: 127.0.0.1 8.8.8.8 ok: [managed-node1] => (item={u'name': u'customipset-ipv6', u'option': u'hashsize=240'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--info-ipset", "customipset-ipv6" ], "delta": "0:00:00.215557", "end": "2026-03-07 00:43:55.842149", "failed_when_result": false, "item": { "name": "customipset-ipv6", "option": "hashsize=240" }, "rc": 0, "start": "2026-03-07 00:43:55.626592" } STDOUT: customipset-ipv6 type: hash:ip options: hashsize=240 family=inet6 entries: 2001:4860:4860::8844 2001:4860:4860::8888 TASK [Fail if options not removed from ipset] ********************************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:160 Saturday 07 March 2026 00:43:55 -0500 (0:00:01.058) 0:00:27.955 ******** ok: [managed-node1] => (item={u'name': u'customipset-ipv4', u'option': u'maxelem='}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--info-ipset", "customipset-ipv4" ], "delta": "0:00:00.213818", "end": "2026-03-07 00:43:56.386191", "failed_when_result": false, "item": { "name": "customipset-ipv4", "option": "maxelem=" }, "rc": 0, "start": "2026-03-07 00:43:56.172373" } STDOUT: customipset-ipv4 type: hash:ip options: hashsize=240 entries: 127.0.0.1 8.8.8.8 ok: [managed-node1] => (item={u'name': u'customipset-ipv6', u'option': u'maxelem='}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--info-ipset", "customipset-ipv6" ], "delta": "0:00:00.214993", "end": "2026-03-07 00:43:56.922521", "failed_when_result": false, "item": { "name": "customipset-ipv6", "option": "maxelem=" }, "rc": 0, "start": "2026-03-07 00:43:56.707528" } STDOUT: customipset-ipv6 type: hash:ip options: hashsize=240 family=inet6 entries: 2001:4860:4860::8844 2001:4860:4860::8888 TASK [Remove entries and options from ipset] *********************************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:172 Saturday 07 March 2026 00:43:56 -0500 (0:00:01.080) 0:00:29.035 ******** TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 07 March 2026 00:43:57 -0500 (0:00:00.166) 0:00:29.201 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Saturday 07 March 2026 00:43:57 -0500 (0:00:00.035) 0:00:29.237 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Saturday 07 March 2026 00:43:57 -0500 (0:00:00.050) 0:00:29.287 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Saturday 07 March 2026 00:43:57 -0500 (0:00:00.048) 0:00:29.336 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Saturday 07 March 2026 00:43:57 -0500 (0:00:00.042) 0:00:29.378 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Saturday 07 March 2026 00:43:57 -0500 (0:00:00.045) 0:00:29.423 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Saturday 07 March 2026 00:43:57 -0500 (0:00:00.043) 0:00:29.467 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 07 March 2026 00:43:57 -0500 (0:00:00.072) 0:00:29.539 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Saturday 07 March 2026 00:43:57 -0500 (0:00:00.032) 0:00:29.571 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Saturday 07 March 2026 00:43:57 -0500 (0:00:00.040) 0:00:29.612 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Saturday 07 March 2026 00:43:57 -0500 (0:00:00.040) 0:00:29.652 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 07 March 2026 00:43:57 -0500 (0:00:00.037) 0:00:29.690 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "1:NetworkManager-1.18.8-2.el7_9.x86_64 providing NetworkManager is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } lsrpackages: NetworkManager firewalld python-ipaddress TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 07 March 2026 00:43:58 -0500 (0:00:00.624) 0:00:30.315 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Saturday 07 March 2026 00:43:58 -0500 (0:00:00.038) 0:00:30.353 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Saturday 07 March 2026 00:43:58 -0500 (0:00:00.038) 0:00:30.392 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Saturday 07 March 2026 00:43:58 -0500 (0:00:00.038) 0:00:30.430 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Saturday 07 March 2026 00:43:58 -0500 (0:00:00.052) 0:00:30.483 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Saturday 07 March 2026 00:43:58 -0500 (0:00:00.090) 0:00:30.573 ******** ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Saturday 07 March 2026 00:43:58 -0500 (0:00:00.412) 0:00:30.986 ******** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Saturday 07 March 2026 00:43:59 -0500 (0:00:00.438) 0:00:31.424 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Saturday 07 March 2026 00:43:59 -0500 (0:00:00.046) 0:00:31.471 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Saturday 07 March 2026 00:43:59 -0500 (0:00:00.037) 0:00:31.509 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Saturday 07 March 2026 00:43:59 -0500 (0:00:00.036) 0:00:31.545 ******** changed: [managed-node1] => (item={u'ipset': u'customipset-ipv4', u'state': u'absent', u'permanent': True, u'ipset_entries': [u'8.8.8.8', u'127.0.0.1'], u'ipset_options': {u'hashsize': None, u'maxelem': None}}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "ipset": "customipset-ipv4", "ipset_entries": [ "8.8.8.8", "127.0.0.1" ], "ipset_options": { "hashsize": null, "maxelem": null }, "permanent": true, "state": "absent" } } changed: [managed-node1] => (item={u'ipset': u'customipset-ipv6', u'state': u'absent', u'permanent': True, u'ipset_entries': [u'2001:4860:4860::8844', u'2001:4860:4860::8888'], u'ipset_options': {u'hashsize': None, u'maxelem': None}}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "ipset": "customipset-ipv6", "ipset_entries": [ "2001:4860:4860::8844", "2001:4860:4860::8888" ], "ipset_options": { "hashsize": null, "maxelem": null }, "permanent": true, "state": "absent" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 07 March 2026 00:44:01 -0500 (0:00:01.680) 0:00:33.226 ******** skipping: [managed-node1] => (item={u'ipset': u'customipset-ipv4', u'state': u'absent', u'permanent': True, u'ipset_entries': [u'8.8.8.8', u'127.0.0.1'], u'ipset_options': {u'hashsize': None, u'maxelem': None}}) => { "ansible_loop_var": "item", "changed": false, "item": { "ipset": "customipset-ipv4", "ipset_entries": [ "8.8.8.8", "127.0.0.1" ], "ipset_options": { "hashsize": null, "maxelem": null }, "permanent": true, "state": "absent" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={u'ipset': u'customipset-ipv6', u'state': u'absent', u'permanent': True, u'ipset_entries': [u'2001:4860:4860::8844', u'2001:4860:4860::8888'], u'ipset_options': {u'hashsize': None, u'maxelem': None}}) => { "ansible_loop_var": "item", "changed": false, "item": { "ipset": "customipset-ipv6", "ipset_entries": [ "2001:4860:4860::8844", "2001:4860:4860::8888" ], "ipset_options": { "hashsize": null, "maxelem": null }, "permanent": true, "state": "absent" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Saturday 07 March 2026 00:44:01 -0500 (0:00:00.094) 0:00:33.321 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Saturday 07 March 2026 00:44:01 -0500 (0:00:00.061) 0:00:33.382 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Saturday 07 March 2026 00:44:01 -0500 (0:00:00.056) 0:00:33.438 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Saturday 07 March 2026 00:44:01 -0500 (0:00:00.058) 0:00:33.496 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Saturday 07 March 2026 00:44:01 -0500 (0:00:00.057) 0:00:33.554 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Saturday 07 March 2026 00:44:01 -0500 (0:00:00.054) 0:00:33.608 ******** skipping: [managed-node1] => {} TASK [Fail if ipsets removed] ************************************************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:196 Saturday 07 March 2026 00:44:01 -0500 (0:00:00.052) 0:00:33.660 ******** ok: [managed-node1] => (item=customipset-ipv4) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nfirewall-offline-cmd --get-ipsets | grep customipset-ipv4\n", "delta": "0:00:00.217467", "end": "2026-03-07 00:44:02.145100", "item": "customipset-ipv4", "rc": 0, "start": "2026-03-07 00:44:01.927633" } STDOUT: customipset-ipv4 customipset-ipv6 ok: [managed-node1] => (item=customipset-ipv6) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nfirewall-offline-cmd --get-ipsets | grep customipset-ipv6\n", "delta": "0:00:00.214588", "end": "2026-03-07 00:44:02.684975", "item": "customipset-ipv6", "rc": 0, "start": "2026-03-07 00:44:02.470387" } STDOUT: customipset-ipv4 customipset-ipv6 TASK [Fail if entry not removed from ipset] ************************************ task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:207 Saturday 07 March 2026 00:44:02 -0500 (0:00:01.135) 0:00:34.796 ******** ok: [managed-node1] => (item={u'entry': u'8.8.8.8', u'name': u'customipset-ipv4'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--ipset", "customipset-ipv4", "--query-entry", "8.8.8.8" ], "delta": "0:00:00.214258", "end": "2026-03-07 00:44:03.233908", "failed_when_result": false, "item": { "entry": "8.8.8.8", "name": "customipset-ipv4" }, "rc": 1, "start": "2026-03-07 00:44:03.019650" } STDOUT: no MSG: non-zero return code ok: [managed-node1] => (item={u'entry': u'2001:4860:4860::8844', u'name': u'customipset-ipv6'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--ipset", "customipset-ipv6", "--query-entry", "2001:4860:4860::8844" ], "delta": "0:00:00.213673", "end": "2026-03-07 00:44:03.772480", "failed_when_result": false, "item": { "entry": "2001:4860:4860::8844", "name": "customipset-ipv6" }, "rc": 1, "start": "2026-03-07 00:44:03.558807" } STDOUT: no MSG: non-zero return code ok: [managed-node1] => (item={u'entry': u'2001:4860:4860::8888', u'name': u'customipset-ipv6'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--ipset", "customipset-ipv6", "--query-entry", "2001:4860:4860::8888" ], "delta": "0:00:00.214640", "end": "2026-03-07 00:44:04.277161", "failed_when_result": false, "item": { "entry": "2001:4860:4860::8888", "name": "customipset-ipv6" }, "rc": 1, "start": "2026-03-07 00:44:04.062521" } STDOUT: no MSG: non-zero return code TASK [Fail if not all options removed from ipset] ****************************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:220 Saturday 07 March 2026 00:44:04 -0500 (0:00:01.614) 0:00:36.411 ******** ok: [managed-node1] => (item={u'option2': u'maxelem=', u'name': u'customipset-ipv4', u'option1': u'hashsize='}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--info-ipset", "customipset-ipv4" ], "delta": "0:00:00.212784", "end": "2026-03-07 00:44:04.853773", "failed_when_result": false, "item": { "name": "customipset-ipv4", "option1": "hashsize=", "option2": "maxelem=" }, "rc": 0, "start": "2026-03-07 00:44:04.640989" } STDOUT: customipset-ipv4 type: hash:ip options: entries: ok: [managed-node1] => (item={u'option2': u'maxelem=', u'name': u'customipset-ipv6', u'option1': u'hashsize='}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--info-ipset", "customipset-ipv6" ], "delta": "0:00:00.215798", "end": "2026-03-07 00:44:05.357159", "failed_when_result": false, "item": { "name": "customipset-ipv6", "option1": "hashsize=", "option2": "maxelem=" }, "rc": 0, "start": "2026-03-07 00:44:05.141361" } STDOUT: customipset-ipv6 type: hash:ip options: entries: TASK [Test update short and description] *************************************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:234 Saturday 07 March 2026 00:44:05 -0500 (0:00:01.058) 0:00:37.469 ******** TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 07 March 2026 00:44:05 -0500 (0:00:00.130) 0:00:37.599 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Saturday 07 March 2026 00:44:05 -0500 (0:00:00.027) 0:00:37.627 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Saturday 07 March 2026 00:44:05 -0500 (0:00:00.043) 0:00:37.671 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Saturday 07 March 2026 00:44:05 -0500 (0:00:00.035) 0:00:37.707 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Saturday 07 March 2026 00:44:05 -0500 (0:00:00.035) 0:00:37.743 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Saturday 07 March 2026 00:44:05 -0500 (0:00:00.040) 0:00:37.783 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Saturday 07 March 2026 00:44:05 -0500 (0:00:00.056) 0:00:37.839 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 07 March 2026 00:44:05 -0500 (0:00:00.083) 0:00:37.923 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Saturday 07 March 2026 00:44:05 -0500 (0:00:00.040) 0:00:37.964 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Saturday 07 March 2026 00:44:05 -0500 (0:00:00.048) 0:00:38.013 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Saturday 07 March 2026 00:44:05 -0500 (0:00:00.035) 0:00:38.048 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 07 March 2026 00:44:06 -0500 (0:00:00.035) 0:00:38.084 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "1:NetworkManager-1.18.8-2.el7_9.x86_64 providing NetworkManager is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } lsrpackages: NetworkManager firewalld python-ipaddress TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 07 March 2026 00:44:06 -0500 (0:00:00.620) 0:00:38.705 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Saturday 07 March 2026 00:44:06 -0500 (0:00:00.036) 0:00:38.742 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Saturday 07 March 2026 00:44:06 -0500 (0:00:00.037) 0:00:38.780 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Saturday 07 March 2026 00:44:06 -0500 (0:00:00.036) 0:00:38.816 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Saturday 07 March 2026 00:44:06 -0500 (0:00:00.051) 0:00:38.867 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Saturday 07 March 2026 00:44:06 -0500 (0:00:00.059) 0:00:38.927 ******** ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Saturday 07 March 2026 00:44:07 -0500 (0:00:00.423) 0:00:39.350 ******** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Saturday 07 March 2026 00:44:07 -0500 (0:00:00.401) 0:00:39.751 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Saturday 07 March 2026 00:44:07 -0500 (0:00:00.044) 0:00:39.795 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Saturday 07 March 2026 00:44:07 -0500 (0:00:00.036) 0:00:39.832 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Saturday 07 March 2026 00:44:07 -0500 (0:00:00.036) 0:00:39.869 ******** changed: [managed-node1] => (item={u'ipset': u'customipset-ipv4', u'state': u'present', u'permanent': True, u'description': u'Custom IPSet for testing purposes (changed)', u'short': u'CustomChanged'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "description": "Custom IPSet for testing purposes (changed)", "ipset": "customipset-ipv4", "permanent": true, "short": "CustomChanged", "state": "present" } } changed: [managed-node1] => (item={u'ipset': u'customipset-ipv6', u'state': u'present', u'permanent': True, u'description': u'Custom IPSet for testing purposes (changed)', u'short': u'CustomChanged'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "description": "Custom IPSet for testing purposes (changed)", "ipset": "customipset-ipv6", "permanent": true, "short": "CustomChanged", "state": "present" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 07 March 2026 00:44:09 -0500 (0:00:01.668) 0:00:41.537 ******** skipping: [managed-node1] => (item={u'ipset': u'customipset-ipv4', u'state': u'present', u'permanent': True, u'description': u'Custom IPSet for testing purposes (changed)', u'short': u'CustomChanged'}) => { "ansible_loop_var": "item", "changed": false, "item": { "description": "Custom IPSet for testing purposes (changed)", "ipset": "customipset-ipv4", "permanent": true, "short": "CustomChanged", "state": "present" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={u'ipset': u'customipset-ipv6', u'state': u'present', u'permanent': True, u'description': u'Custom IPSet for testing purposes (changed)', u'short': u'CustomChanged'}) => { "ansible_loop_var": "item", "changed": false, "item": { "description": "Custom IPSet for testing purposes (changed)", "ipset": "customipset-ipv6", "permanent": true, "short": "CustomChanged", "state": "present" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Saturday 07 March 2026 00:44:09 -0500 (0:00:00.076) 0:00:41.614 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Saturday 07 March 2026 00:44:09 -0500 (0:00:00.047) 0:00:41.661 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Saturday 07 March 2026 00:44:09 -0500 (0:00:00.046) 0:00:41.707 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Saturday 07 March 2026 00:44:09 -0500 (0:00:00.045) 0:00:41.753 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Saturday 07 March 2026 00:44:09 -0500 (0:00:00.040) 0:00:41.793 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Saturday 07 March 2026 00:44:09 -0500 (0:00:00.038) 0:00:41.832 ******** skipping: [managed-node1] => {} TASK [Verify changes] ********************************************************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:250 Saturday 07 March 2026 00:44:09 -0500 (0:00:00.036) 0:00:41.869 ******** ok: [managed-node1] => (item={u'expected': u'Custom IPSet for testing purposes (changed)', u'command': u'firewall-offline-cmd --ipset customipset-ipv4 --get-description\n'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--ipset", "customipset-ipv4", "--get-description" ], "delta": "0:00:00.212446", "end": "2026-03-07 00:44:10.293891", "failed_when_result": false, "item": { "command": "firewall-offline-cmd --ipset customipset-ipv4 --get-description\n", "expected": "Custom IPSet for testing purposes (changed)" }, "rc": 0, "start": "2026-03-07 00:44:10.081445" } STDOUT: Custom IPSet for testing purposes (changed) ok: [managed-node1] => (item={u'expected': u'CustomChanged', u'command': u'firewall-offline-cmd --ipset customipset-ipv4 --get-short\n'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--ipset", "customipset-ipv4", "--get-short" ], "delta": "0:00:00.214510", "end": "2026-03-07 00:44:10.810690", "failed_when_result": false, "item": { "command": "firewall-offline-cmd --ipset customipset-ipv4 --get-short\n", "expected": "CustomChanged" }, "rc": 0, "start": "2026-03-07 00:44:10.596180" } STDOUT: CustomChanged ok: [managed-node1] => (item={u'expected': u'Custom IPSet for testing purposes (changed)', u'command': u'firewall-offline-cmd --ipset customipset-ipv6 --get-description\n'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--ipset", "customipset-ipv6", "--get-description" ], "delta": "0:00:00.215675", "end": "2026-03-07 00:44:11.327556", "failed_when_result": false, "item": { "command": "firewall-offline-cmd --ipset customipset-ipv6 --get-description\n", "expected": "Custom IPSet for testing purposes (changed)" }, "rc": 0, "start": "2026-03-07 00:44:11.111881" } STDOUT: Custom IPSet for testing purposes (changed) ok: [managed-node1] => (item={u'expected': u'CustomChanged', u'command': u'firewall-offline-cmd --ipset customipset-ipv6 --get-short\n'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--ipset", "customipset-ipv6", "--get-short" ], "delta": "0:00:00.213745", "end": "2026-03-07 00:44:11.828934", "failed_when_result": false, "item": { "command": "firewall-offline-cmd --ipset customipset-ipv6 --get-short\n", "expected": "CustomChanged" }, "rc": 0, "start": "2026-03-07 00:44:11.615189" } STDOUT: CustomChanged TASK [Add ipsets to default zone (runtime)] ************************************ task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:270 Saturday 07 March 2026 00:44:11 -0500 (0:00:02.083) 0:00:43.952 ******** TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 07 March 2026 00:44:12 -0500 (0:00:00.158) 0:00:44.110 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Saturday 07 March 2026 00:44:12 -0500 (0:00:00.029) 0:00:44.140 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Saturday 07 March 2026 00:44:12 -0500 (0:00:00.041) 0:00:44.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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Saturday 07 March 2026 00:44:12 -0500 (0:00:00.037) 0:00:44.218 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Saturday 07 March 2026 00:44:12 -0500 (0:00:00.041) 0:00:44.260 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Saturday 07 March 2026 00:44:12 -0500 (0:00:00.041) 0:00:44.301 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Saturday 07 March 2026 00:44:12 -0500 (0:00:00.043) 0:00:44.345 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 07 March 2026 00:44:12 -0500 (0:00:00.095) 0:00:44.440 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Saturday 07 March 2026 00:44:12 -0500 (0:00:00.041) 0:00:44.482 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Saturday 07 March 2026 00:44:12 -0500 (0:00:00.047) 0:00:44.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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Saturday 07 March 2026 00:44:12 -0500 (0:00:00.046) 0:00:44.577 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 07 March 2026 00:44:12 -0500 (0:00:00.039) 0:00:44.616 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "1:NetworkManager-1.18.8-2.el7_9.x86_64 providing NetworkManager is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } lsrpackages: NetworkManager firewalld python-ipaddress TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 07 March 2026 00:44:13 -0500 (0:00:00.600) 0:00:45.217 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Saturday 07 March 2026 00:44:13 -0500 (0:00:00.037) 0:00:45.255 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Saturday 07 March 2026 00:44:13 -0500 (0:00:00.037) 0:00:45.292 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Saturday 07 March 2026 00:44:13 -0500 (0:00:00.036) 0:00:45.329 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Saturday 07 March 2026 00:44:13 -0500 (0:00:00.051) 0:00:45.380 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Saturday 07 March 2026 00:44:13 -0500 (0:00:00.054) 0:00:45.435 ******** ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Saturday 07 March 2026 00:44:13 -0500 (0:00:00.428) 0:00:45.864 ******** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Saturday 07 March 2026 00:44:14 -0500 (0:00:00.401) 0:00:46.266 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Saturday 07 March 2026 00:44:14 -0500 (0:00:00.045) 0:00:46.311 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Saturday 07 March 2026 00:44:14 -0500 (0:00:00.037) 0:00:46.348 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Saturday 07 March 2026 00:44:14 -0500 (0:00:00.036) 0:00:46.385 ******** changed: [managed-node1] => (item={u'source': u'ipset:customipset-ipv4', u'state': u'enabled', u'runtime': True}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "runtime": true, "source": "ipset:customipset-ipv4", "state": "enabled" } } changed: [managed-node1] => (item={u'source': u'ipset:customipset-ipv6', u'state': u'enabled', u'runtime': True}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "runtime": true, "source": "ipset:customipset-ipv6", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 07 March 2026 00:44:15 -0500 (0:00:01.229) 0:00:47.614 ******** skipping: [managed-node1] => (item={u'source': u'ipset:customipset-ipv4', u'state': u'enabled', u'runtime': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "runtime": true, "source": "ipset:customipset-ipv4", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={u'source': u'ipset:customipset-ipv6', u'state': u'enabled', u'runtime': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "runtime": true, "source": "ipset:customipset-ipv6", "state": "enabled" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Saturday 07 March 2026 00:44:15 -0500 (0:00:00.080) 0:00:47.695 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Saturday 07 March 2026 00:44:15 -0500 (0:00:00.060) 0:00:47.755 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Saturday 07 March 2026 00:44:15 -0500 (0:00:00.057) 0:00:47.812 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Saturday 07 March 2026 00:44:15 -0500 (0:00:00.057) 0:00:47.870 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Saturday 07 March 2026 00:44:15 -0500 (0:00:00.047) 0:00:47.918 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Saturday 07 March 2026 00:44:15 -0500 (0:00:00.045) 0:00:47.963 ******** skipping: [managed-node1] => {} TASK [Add ipsets to default zone again (runtime)] ****************************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:283 Saturday 07 March 2026 00:44:15 -0500 (0:00:00.041) 0:00:48.004 ******** TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 07 March 2026 00:44:16 -0500 (0:00:00.156) 0:00:48.161 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Saturday 07 March 2026 00:44:16 -0500 (0:00:00.102) 0:00:48.263 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Saturday 07 March 2026 00:44:16 -0500 (0:00:00.042) 0:00:48.306 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Saturday 07 March 2026 00:44:16 -0500 (0:00:00.040) 0:00:48.347 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Saturday 07 March 2026 00:44:16 -0500 (0:00:00.048) 0:00:48.395 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Saturday 07 March 2026 00:44:16 -0500 (0:00:00.053) 0:00:48.448 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Saturday 07 March 2026 00:44:16 -0500 (0:00:00.055) 0:00:48.504 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 07 March 2026 00:44:16 -0500 (0:00:00.099) 0:00:48.604 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Saturday 07 March 2026 00:44:16 -0500 (0:00:00.060) 0:00:48.664 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Saturday 07 March 2026 00:44:16 -0500 (0:00:00.056) 0:00:48.721 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Saturday 07 March 2026 00:44:16 -0500 (0:00:00.059) 0:00:48.780 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 07 March 2026 00:44:16 -0500 (0:00:00.046) 0:00:48.827 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "1:NetworkManager-1.18.8-2.el7_9.x86_64 providing NetworkManager is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } lsrpackages: NetworkManager firewalld python-ipaddress TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 07 March 2026 00:44:17 -0500 (0:00:00.630) 0:00:49.458 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Saturday 07 March 2026 00:44:17 -0500 (0:00:00.038) 0:00:49.497 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Saturday 07 March 2026 00:44:17 -0500 (0:00:00.043) 0:00:49.541 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Saturday 07 March 2026 00:44:17 -0500 (0:00:00.058) 0:00:49.599 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Saturday 07 March 2026 00:44:17 -0500 (0:00:00.083) 0:00:49.682 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Saturday 07 March 2026 00:44:17 -0500 (0:00:00.081) 0:00:49.764 ******** ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Saturday 07 March 2026 00:44:18 -0500 (0:00:00.409) 0:00:50.173 ******** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Saturday 07 March 2026 00:44:18 -0500 (0:00:00.413) 0:00:50.586 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Saturday 07 March 2026 00:44:18 -0500 (0:00:00.070) 0:00:50.657 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Saturday 07 March 2026 00:44:18 -0500 (0:00:00.058) 0:00:50.716 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Saturday 07 March 2026 00:44:18 -0500 (0:00:00.063) 0:00:50.779 ******** ok: [managed-node1] => (item={u'source': u'ipset:customipset-ipv4', u'state': u'enabled', u'runtime': True}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "runtime": true, "source": "ipset:customipset-ipv4", "state": "enabled" } } ok: [managed-node1] => (item={u'source': u'ipset:customipset-ipv6', u'state': u'enabled', u'runtime': True}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "runtime": true, "source": "ipset:customipset-ipv6", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 07 March 2026 00:44:19 -0500 (0:00:01.218) 0:00:51.998 ******** skipping: [managed-node1] => (item={u'source': u'ipset:customipset-ipv4', u'state': u'enabled', u'runtime': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "runtime": true, "source": "ipset:customipset-ipv4", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={u'source': u'ipset:customipset-ipv6', u'state': u'enabled', u'runtime': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "runtime": true, "source": "ipset:customipset-ipv6", "state": "enabled" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Saturday 07 March 2026 00:44:20 -0500 (0:00:00.084) 0:00:52.082 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Saturday 07 March 2026 00:44:20 -0500 (0:00:00.058) 0:00:52.140 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Saturday 07 March 2026 00:44:20 -0500 (0:00:00.058) 0:00:52.199 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Saturday 07 March 2026 00:44:20 -0500 (0:00:00.056) 0:00:52.256 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Saturday 07 March 2026 00:44:20 -0500 (0:00:00.047) 0:00:52.303 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Saturday 07 March 2026 00:44:20 -0500 (0:00:00.048) 0:00:52.352 ******** skipping: [managed-node1] => {} TASK [Fail if adding ipsets is not idempotent (runtime)] *********************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:296 Saturday 07 March 2026 00:44:20 -0500 (0:00:00.044) 0:00:52.396 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Add ipsets to default zone (permanent)] ********************************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:303 Saturday 07 March 2026 00:44:20 -0500 (0:00:00.043) 0:00:52.440 ******** TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 07 March 2026 00:44:20 -0500 (0:00:00.177) 0:00:52.618 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Saturday 07 March 2026 00:44:20 -0500 (0:00:00.029) 0:00:52.647 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Saturday 07 March 2026 00:44:20 -0500 (0:00:00.039) 0:00:52.687 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Saturday 07 March 2026 00:44:20 -0500 (0:00:00.039) 0:00:52.727 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Saturday 07 March 2026 00:44:20 -0500 (0:00:00.045) 0:00:52.772 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Saturday 07 March 2026 00:44:20 -0500 (0:00:00.074) 0:00:52.847 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Saturday 07 March 2026 00:44:20 -0500 (0:00:00.057) 0:00:52.904 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 07 March 2026 00:44:20 -0500 (0:00:00.103) 0:00:53.007 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Saturday 07 March 2026 00:44:21 -0500 (0:00:00.054) 0:00:53.062 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Saturday 07 March 2026 00:44:21 -0500 (0:00:00.055) 0:00:53.118 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Saturday 07 March 2026 00:44:21 -0500 (0:00:00.048) 0:00:53.166 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 07 March 2026 00:44:21 -0500 (0:00:00.046) 0:00:53.213 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "1:NetworkManager-1.18.8-2.el7_9.x86_64 providing NetworkManager is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } lsrpackages: NetworkManager firewalld python-ipaddress TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 07 March 2026 00:44:21 -0500 (0:00:00.632) 0:00:53.846 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Saturday 07 March 2026 00:44:21 -0500 (0:00:00.053) 0:00:53.899 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Saturday 07 March 2026 00:44:21 -0500 (0:00:00.049) 0:00:53.949 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Saturday 07 March 2026 00:44:21 -0500 (0:00:00.051) 0:00:54.000 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Saturday 07 March 2026 00:44:22 -0500 (0:00:00.072) 0:00:54.073 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Saturday 07 March 2026 00:44:22 -0500 (0:00:00.086) 0:00:54.159 ******** ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Saturday 07 March 2026 00:44:22 -0500 (0:00:00.433) 0:00:54.592 ******** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Saturday 07 March 2026 00:44:22 -0500 (0:00:00.414) 0:00:55.007 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Saturday 07 March 2026 00:44:23 -0500 (0:00:00.065) 0:00:55.073 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Saturday 07 March 2026 00:44:23 -0500 (0:00:00.052) 0:00:55.126 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Saturday 07 March 2026 00:44:23 -0500 (0:00:00.053) 0:00:55.179 ******** ok: [managed-node1] => (item={u'source': u'ipset:customipset-ipv4', u'state': u'enabled', u'permanent': True}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "permanent": true, "source": "ipset:customipset-ipv4", "state": "enabled" } } ok: [managed-node1] => (item={u'source': u'ipset:customipset-ipv6', u'state': u'enabled', u'permanent': True}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "permanent": true, "source": "ipset:customipset-ipv6", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 07 March 2026 00:44:24 -0500 (0:00:01.218) 0:00:56.398 ******** skipping: [managed-node1] => (item={u'source': u'ipset:customipset-ipv4', u'state': u'enabled', u'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "permanent": true, "source": "ipset:customipset-ipv4", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={u'source': u'ipset:customipset-ipv6', u'state': u'enabled', u'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "permanent": true, "source": "ipset:customipset-ipv6", "state": "enabled" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Saturday 07 March 2026 00:44:24 -0500 (0:00:00.054) 0:00:56.453 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Saturday 07 March 2026 00:44:24 -0500 (0:00:00.039) 0:00:56.493 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Saturday 07 March 2026 00:44:24 -0500 (0:00:00.043) 0:00:56.536 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Saturday 07 March 2026 00:44:24 -0500 (0:00:00.051) 0:00:56.588 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Saturday 07 March 2026 00:44:24 -0500 (0:00:00.051) 0:00:56.639 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Saturday 07 March 2026 00:44:24 -0500 (0:00:00.053) 0:00:56.693 ******** skipping: [managed-node1] => {} TASK [Add ipsets to default zone again (permanent)] **************************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:315 Saturday 07 March 2026 00:44:24 -0500 (0:00:00.053) 0:00:56.746 ******** TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 07 March 2026 00:44:25 -0500 (0:00:00.350) 0:00:57.096 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Saturday 07 March 2026 00:44:25 -0500 (0:00:00.035) 0:00:57.131 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Saturday 07 March 2026 00:44:25 -0500 (0:00:00.041) 0:00:57.173 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Saturday 07 March 2026 00:44:25 -0500 (0:00:00.038) 0:00:57.212 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Saturday 07 March 2026 00:44:25 -0500 (0:00:00.042) 0:00:57.255 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Saturday 07 March 2026 00:44:25 -0500 (0:00:00.047) 0:00:57.302 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Saturday 07 March 2026 00:44:25 -0500 (0:00:00.051) 0:00:57.354 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 07 March 2026 00:44:25 -0500 (0:00:00.090) 0:00:57.445 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Saturday 07 March 2026 00:44:25 -0500 (0:00:00.041) 0:00:57.486 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Saturday 07 March 2026 00:44:25 -0500 (0:00:00.047) 0:00:57.533 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Saturday 07 March 2026 00:44:25 -0500 (0:00:00.048) 0:00:57.582 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 07 March 2026 00:44:25 -0500 (0:00:00.041) 0:00:57.623 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "1:NetworkManager-1.18.8-2.el7_9.x86_64 providing NetworkManager is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } lsrpackages: NetworkManager firewalld python-ipaddress TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 07 March 2026 00:44:26 -0500 (0:00:00.645) 0:00:58.268 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Saturday 07 March 2026 00:44:26 -0500 (0:00:00.038) 0:00:58.307 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Saturday 07 March 2026 00:44:26 -0500 (0:00:00.039) 0:00:58.346 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Saturday 07 March 2026 00:44:26 -0500 (0:00:00.039) 0:00:58.386 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Saturday 07 March 2026 00:44:26 -0500 (0:00:00.053) 0:00:58.439 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Saturday 07 March 2026 00:44:26 -0500 (0:00:00.061) 0:00:58.501 ******** ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Saturday 07 March 2026 00:44:26 -0500 (0:00:00.464) 0:00:58.965 ******** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Saturday 07 March 2026 00:44:27 -0500 (0:00:00.481) 0:00:59.447 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Saturday 07 March 2026 00:44:27 -0500 (0:00:00.066) 0:00:59.513 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Saturday 07 March 2026 00:44:27 -0500 (0:00:00.054) 0:00:59.568 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Saturday 07 March 2026 00:44:27 -0500 (0:00:00.059) 0:00:59.627 ******** ok: [managed-node1] => (item={u'source': u'ipset:customipset-ipv4', u'state': u'enabled', u'permanent': True}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "permanent": true, "source": "ipset:customipset-ipv4", "state": "enabled" } } ok: [managed-node1] => (item={u'source': u'ipset:customipset-ipv6', u'state': u'enabled', u'permanent': True}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "permanent": true, "source": "ipset:customipset-ipv6", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 07 March 2026 00:44:28 -0500 (0:00:01.195) 0:01:00.823 ******** skipping: [managed-node1] => (item={u'source': u'ipset:customipset-ipv4', u'state': u'enabled', u'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "permanent": true, "source": "ipset:customipset-ipv4", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={u'source': u'ipset:customipset-ipv6', u'state': u'enabled', u'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "permanent": true, "source": "ipset:customipset-ipv6", "state": "enabled" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Saturday 07 March 2026 00:44:28 -0500 (0:00:00.057) 0:01:00.880 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Saturday 07 March 2026 00:44:28 -0500 (0:00:00.040) 0:01:00.921 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Saturday 07 March 2026 00:44:28 -0500 (0:00:00.039) 0:01:00.960 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Saturday 07 March 2026 00:44:28 -0500 (0:00:00.047) 0:01:01.008 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Saturday 07 March 2026 00:44:29 -0500 (0:00:00.054) 0:01:01.062 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Saturday 07 March 2026 00:44:29 -0500 (0:00:00.056) 0:01:01.119 ******** skipping: [managed-node1] => {} TASK [Fail if adding ipsets is not idempotent (permanent)] ********************* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:327 Saturday 07 March 2026 00:44:29 -0500 (0:00:00.046) 0:01:01.166 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove ipsets from default zone] ***************************************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:332 Saturday 07 March 2026 00:44:29 -0500 (0:00:00.046) 0:01:01.213 ******** TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 07 March 2026 00:44:29 -0500 (0:00:00.227) 0:01:01.440 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Saturday 07 March 2026 00:44:29 -0500 (0:00:00.036) 0:01:01.477 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Saturday 07 March 2026 00:44:29 -0500 (0:00:00.055) 0:01:01.532 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Saturday 07 March 2026 00:44:29 -0500 (0:00:00.055) 0:01:01.587 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Saturday 07 March 2026 00:44:29 -0500 (0:00:00.051) 0:01:01.639 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Saturday 07 March 2026 00:44:29 -0500 (0:00:00.042) 0:01:01.681 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Saturday 07 March 2026 00:44:29 -0500 (0:00:00.043) 0:01:01.724 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 07 March 2026 00:44:29 -0500 (0:00:00.075) 0:01:01.800 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Saturday 07 March 2026 00:44:29 -0500 (0:00:00.033) 0:01:01.833 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Saturday 07 March 2026 00:44:29 -0500 (0:00:00.036) 0:01:01.870 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Saturday 07 March 2026 00:44:29 -0500 (0:00:00.036) 0:01:01.906 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 07 March 2026 00:44:29 -0500 (0:00:00.036) 0:01:01.943 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "1:NetworkManager-1.18.8-2.el7_9.x86_64 providing NetworkManager is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } lsrpackages: NetworkManager firewalld python-ipaddress TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 07 March 2026 00:44:30 -0500 (0:00:00.621) 0:01:02.564 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Saturday 07 March 2026 00:44:30 -0500 (0:00:00.043) 0:01:02.608 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Saturday 07 March 2026 00:44:30 -0500 (0:00:00.046) 0:01:02.655 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Saturday 07 March 2026 00:44:30 -0500 (0:00:00.045) 0:01:02.700 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Saturday 07 March 2026 00:44:30 -0500 (0:00:00.057) 0:01:02.757 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Saturday 07 March 2026 00:44:30 -0500 (0:00:00.055) 0:01:02.812 ******** ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Saturday 07 March 2026 00:44:31 -0500 (0:00:00.422) 0:01:03.235 ******** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Saturday 07 March 2026 00:44:31 -0500 (0:00:00.454) 0:01:03.690 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Saturday 07 March 2026 00:44:31 -0500 (0:00:00.064) 0:01:03.755 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Saturday 07 March 2026 00:44:31 -0500 (0:00:00.055) 0:01:03.810 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Saturday 07 March 2026 00:44:31 -0500 (0:00:00.060) 0:01:03.871 ******** changed: [managed-node1] => (item={u'source': u'ipset:customipset-ipv4', u'state': u'disabled', u'permanent': True}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "permanent": true, "source": "ipset:customipset-ipv4", "state": "disabled" } } changed: [managed-node1] => (item={u'source': u'ipset:customipset-ipv6', u'state': u'disabled', u'permanent': True}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "permanent": true, "source": "ipset:customipset-ipv6", "state": "disabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 07 March 2026 00:44:33 -0500 (0:00:01.239) 0:01:05.111 ******** skipping: [managed-node1] => (item={u'source': u'ipset:customipset-ipv4', u'state': u'disabled', u'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "permanent": true, "source": "ipset:customipset-ipv4", "state": "disabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={u'source': u'ipset:customipset-ipv6', u'state': u'disabled', u'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "permanent": true, "source": "ipset:customipset-ipv6", "state": "disabled" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Saturday 07 March 2026 00:44:33 -0500 (0:00:00.056) 0:01:05.167 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Saturday 07 March 2026 00:44:33 -0500 (0:00:00.039) 0:01:05.207 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Saturday 07 March 2026 00:44:33 -0500 (0:00:00.052) 0:01:05.260 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Saturday 07 March 2026 00:44:33 -0500 (0:00:00.054) 0:01:05.314 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Saturday 07 March 2026 00:44:33 -0500 (0:00:00.057) 0:01:05.371 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Saturday 07 March 2026 00:44:33 -0500 (0:00:00.055) 0:01:05.426 ******** skipping: [managed-node1] => {} TASK [Remove custom ipsets] **************************************************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:344 Saturday 07 March 2026 00:44:33 -0500 (0:00:00.059) 0:01:05.486 ******** TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 07 March 2026 00:44:33 -0500 (0:00:00.324) 0:01:05.811 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Saturday 07 March 2026 00:44:33 -0500 (0:00:00.033) 0:01:05.845 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Saturday 07 March 2026 00:44:33 -0500 (0:00:00.040) 0:01:05.885 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Saturday 07 March 2026 00:44:33 -0500 (0:00:00.035) 0:01:05.921 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Saturday 07 March 2026 00:44:33 -0500 (0:00:00.036) 0:01:05.958 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Saturday 07 March 2026 00:44:33 -0500 (0:00:00.042) 0:01:06.001 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Saturday 07 March 2026 00:44:33 -0500 (0:00:00.047) 0:01:06.048 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 07 March 2026 00:44:34 -0500 (0:00:00.092) 0:01:06.141 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Saturday 07 March 2026 00:44:34 -0500 (0:00:00.039) 0:01:06.181 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Saturday 07 March 2026 00:44:34 -0500 (0:00:00.053) 0:01:06.234 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Saturday 07 March 2026 00:44:34 -0500 (0:00:00.060) 0:01:06.294 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 07 March 2026 00:44:34 -0500 (0:00:00.039) 0:01:06.334 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "1:NetworkManager-1.18.8-2.el7_9.x86_64 providing NetworkManager is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } lsrpackages: NetworkManager firewalld python-ipaddress TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 07 March 2026 00:44:34 -0500 (0:00:00.648) 0:01:06.983 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Saturday 07 March 2026 00:44:34 -0500 (0:00:00.038) 0:01:07.021 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Saturday 07 March 2026 00:44:34 -0500 (0:00:00.037) 0:01:07.059 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Saturday 07 March 2026 00:44:35 -0500 (0:00:00.036) 0:01:07.095 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Saturday 07 March 2026 00:44:35 -0500 (0:00:00.050) 0:01:07.146 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Saturday 07 March 2026 00:44:35 -0500 (0:00:00.054) 0:01:07.201 ******** ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Saturday 07 March 2026 00:44:35 -0500 (0:00:00.445) 0:01:07.646 ******** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Saturday 07 March 2026 00:44:36 -0500 (0:00:00.423) 0:01:08.070 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Saturday 07 March 2026 00:44:36 -0500 (0:00:00.064) 0:01:08.135 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Saturday 07 March 2026 00:44:36 -0500 (0:00:00.052) 0:01:08.188 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Saturday 07 March 2026 00:44:36 -0500 (0:00:00.056) 0:01:08.244 ******** changed: [managed-node1] => (item={u'ipset': u'customipset-ipv4', u'state': u'absent', u'permanent': True}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "ipset": "customipset-ipv4", "permanent": true, "state": "absent" } } changed: [managed-node1] => (item={u'ipset': u'customipset-ipv6', u'state': u'absent', u'permanent': True}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "ipset": "customipset-ipv6", "permanent": true, "state": "absent" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 07 March 2026 00:44:37 -0500 (0:00:01.620) 0:01:09.864 ******** skipping: [managed-node1] => (item={u'ipset': u'customipset-ipv4', u'state': u'absent', u'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "ipset": "customipset-ipv4", "permanent": true, "state": "absent" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={u'ipset': u'customipset-ipv6', u'state': u'absent', u'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "ipset": "customipset-ipv6", "permanent": true, "state": "absent" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Saturday 07 March 2026 00:44:37 -0500 (0:00:00.062) 0:01:09.926 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Saturday 07 March 2026 00:44:37 -0500 (0:00:00.039) 0:01:09.965 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Saturday 07 March 2026 00:44:37 -0500 (0:00:00.037) 0:01:10.003 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Saturday 07 March 2026 00:44:37 -0500 (0:00:00.037) 0:01:10.041 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Saturday 07 March 2026 00:44:38 -0500 (0:00:00.041) 0:01:10.082 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Saturday 07 March 2026 00:44:38 -0500 (0:00:00.045) 0:01:10.128 ******** skipping: [managed-node1] => {} TASK [Fail if ipsets not removed] ********************************************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:356 Saturday 07 March 2026 00:44:38 -0500 (0:00:00.056) 0:01:10.184 ******** ok: [managed-node1] => (item=customipset-ipv4) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nfirewall-offline-cmd --get-ipsets | grep customipset-ipv4\n", "delta": "0:00:00.213132", "end": "2026-03-07 00:44:38.630490", "failed_when_result": false, "item": "customipset-ipv4", "rc": 1, "start": "2026-03-07 00:44:38.417358" } MSG: non-zero return code ok: [managed-node1] => (item=customipset-ipv6) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nfirewall-offline-cmd --get-ipsets | grep customipset-ipv6\n", "delta": "0:00:00.216019", "end": "2026-03-07 00:44:39.133713", "failed_when_result": false, "item": "customipset-ipv6", "rc": 1, "start": "2026-03-07 00:44:38.917694" } MSG: non-zero return code TASK [Remove custom ipsets again] ********************************************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:369 Saturday 07 March 2026 00:44:39 -0500 (0:00:01.058) 0:01:11.243 ******** TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 07 March 2026 00:44:39 -0500 (0:00:00.346) 0:01:11.589 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Saturday 07 March 2026 00:44:39 -0500 (0:00:00.046) 0:01:11.635 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Saturday 07 March 2026 00:44:39 -0500 (0:00:00.059) 0:01:11.695 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Saturday 07 March 2026 00:44:39 -0500 (0:00:00.059) 0:01:11.754 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Saturday 07 March 2026 00:44:39 -0500 (0:00:00.053) 0:01:11.808 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Saturday 07 March 2026 00:44:39 -0500 (0:00:00.049) 0:01:11.857 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Saturday 07 March 2026 00:44:39 -0500 (0:00:00.040) 0:01:11.898 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 07 March 2026 00:44:39 -0500 (0:00:00.078) 0:01:11.976 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Saturday 07 March 2026 00:44:39 -0500 (0:00:00.036) 0:01:12.013 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Saturday 07 March 2026 00:44:39 -0500 (0:00:00.037) 0:01:12.050 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Saturday 07 March 2026 00:44:40 -0500 (0:00:00.040) 0:01:12.091 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 07 March 2026 00:44:40 -0500 (0:00:00.043) 0:01:12.134 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "1:NetworkManager-1.18.8-2.el7_9.x86_64 providing NetworkManager is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } lsrpackages: NetworkManager firewalld python-ipaddress TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 07 March 2026 00:44:40 -0500 (0:00:00.706) 0:01:12.840 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Saturday 07 March 2026 00:44:40 -0500 (0:00:00.058) 0:01:12.899 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Saturday 07 March 2026 00:44:40 -0500 (0:00:00.054) 0:01:12.953 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Saturday 07 March 2026 00:44:40 -0500 (0:00:00.057) 0:01:13.011 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Saturday 07 March 2026 00:44:41 -0500 (0:00:00.077) 0:01:13.089 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Saturday 07 March 2026 00:44:41 -0500 (0:00:00.085) 0:01:13.174 ******** ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Saturday 07 March 2026 00:44:41 -0500 (0:00:00.474) 0:01:13.649 ******** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Saturday 07 March 2026 00:44:42 -0500 (0:00:00.444) 0:01:14.093 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Saturday 07 March 2026 00:44:42 -0500 (0:00:00.045) 0:01:14.139 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Saturday 07 March 2026 00:44:42 -0500 (0:00:00.038) 0:01:14.177 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Saturday 07 March 2026 00:44:42 -0500 (0:00:00.039) 0:01:14.217 ******** ok: [managed-node1] => (item={u'ipset': u'customipset-ipv4', u'state': u'absent', u'permanent': True}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "ipset": "customipset-ipv4", "permanent": true, "state": "absent" } } ok: [managed-node1] => (item={u'ipset': u'customipset-ipv6', u'state': u'absent', u'permanent': True}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "ipset": "customipset-ipv6", "permanent": true, "state": "absent" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 07 March 2026 00:44:43 -0500 (0:00:01.190) 0:01:15.407 ******** skipping: [managed-node1] => (item={u'ipset': u'customipset-ipv4', u'state': u'absent', u'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "ipset": "customipset-ipv4", "permanent": true, "state": "absent" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={u'ipset': u'customipset-ipv6', u'state': u'absent', u'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "ipset": "customipset-ipv6", "permanent": true, "state": "absent" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Saturday 07 March 2026 00:44:43 -0500 (0:00:00.068) 0:01:15.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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Saturday 07 March 2026 00:44:43 -0500 (0:00:00.051) 0:01:15.527 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Saturday 07 March 2026 00:44:43 -0500 (0:00:00.049) 0:01:15.576 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Saturday 07 March 2026 00:44:43 -0500 (0:00:00.038) 0:01:15.615 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Saturday 07 March 2026 00:44:43 -0500 (0:00:00.037) 0:01:15.652 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Saturday 07 March 2026 00:44:43 -0500 (0:00:00.036) 0:01:15.688 ******** skipping: [managed-node1] => {} TASK [Fail if not idempotent] ************************************************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:381 Saturday 07 March 2026 00:44:43 -0500 (0:00:00.035) 0:01:15.723 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test ipset with wrong family (ipv4)] ************************************* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:388 Saturday 07 March 2026 00:44:43 -0500 (0:00:00.035) 0:01:15.759 ******** TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 07 March 2026 00:44:43 -0500 (0:00:00.046) 0:01:15.805 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Saturday 07 March 2026 00:44:43 -0500 (0:00:00.031) 0:01:15.837 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Saturday 07 March 2026 00:44:43 -0500 (0:00:00.040) 0:01:15.877 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Saturday 07 March 2026 00:44:43 -0500 (0:00:00.036) 0:01:15.914 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Saturday 07 March 2026 00:44:43 -0500 (0:00:00.037) 0:01:15.951 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Saturday 07 March 2026 00:44:43 -0500 (0:00:00.036) 0:01:15.988 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Saturday 07 March 2026 00:44:43 -0500 (0:00:00.037) 0:01:16.025 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 07 March 2026 00:44:44 -0500 (0:00:00.066) 0:01:16.092 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Saturday 07 March 2026 00:44:44 -0500 (0:00:00.034) 0:01:16.126 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Saturday 07 March 2026 00:44:44 -0500 (0:00:00.040) 0:01:16.166 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Saturday 07 March 2026 00:44:44 -0500 (0:00:00.040) 0:01:16.207 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 07 March 2026 00:44:44 -0500 (0:00:00.052) 0:01:16.260 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "1:NetworkManager-1.18.8-2.el7_9.x86_64 providing NetworkManager is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } lsrpackages: NetworkManager firewalld python-ipaddress TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 07 March 2026 00:44:45 -0500 (0:00:00.801) 0:01:17.061 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Saturday 07 March 2026 00:44:45 -0500 (0:00:00.051) 0:01:17.112 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Saturday 07 March 2026 00:44:45 -0500 (0:00:00.047) 0:01:17.160 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Saturday 07 March 2026 00:44:45 -0500 (0:00:00.048) 0:01:17.209 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Saturday 07 March 2026 00:44:45 -0500 (0:00:00.057) 0:01:17.267 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Saturday 07 March 2026 00:44:45 -0500 (0:00:00.056) 0:01:17.323 ******** ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Saturday 07 March 2026 00:44:45 -0500 (0:00:00.458) 0:01:17.782 ******** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Saturday 07 March 2026 00:44:46 -0500 (0:00:00.505) 0:01:18.288 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Saturday 07 March 2026 00:44:46 -0500 (0:00:00.069) 0:01:18.358 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Saturday 07 March 2026 00:44:46 -0500 (0:00:00.059) 0:01:18.417 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Saturday 07 March 2026 00:44:46 -0500 (0:00:00.063) 0:01:18.481 ******** failed: [managed-node1] (item={u'ipset': u'badipset-v4', u'state': u'present', u'permanent': True, u'ipset_entries': [u'127.0.0.1', u'8.8.8.8'], u'ipset_options': {u'family': u'inet6'}}) => { "ansible_loop_var": "item", "changed": false, "item": { "ipset": "badipset-v4", "ipset_entries": [ "127.0.0.1", "8.8.8.8" ], "ipset_options": { "family": "inet6" }, "permanent": true, "state": "present" } } MSG: ipset badipset-v4: family=inet6 is not supported for IPv4 ipset_entries 127.0.0.1, 8.8.8.8 TASK [Fail if error message is not correct] ************************************ task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:406 Saturday 07 March 2026 00:44:47 -0500 (0:00:00.649) 0:01:19.130 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test ipset with wrong family (ipv6)] ************************************* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:417 Saturday 07 March 2026 00:44:47 -0500 (0:00:00.060) 0:01:19.190 ******** TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 07 March 2026 00:44:47 -0500 (0:00:00.073) 0:01:19.264 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Saturday 07 March 2026 00:44:47 -0500 (0:00:00.050) 0:01:19.314 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Saturday 07 March 2026 00:44:47 -0500 (0:00:00.061) 0:01:19.375 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Saturday 07 March 2026 00:44:47 -0500 (0:00:00.056) 0:01:19.432 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Saturday 07 March 2026 00:44:47 -0500 (0:00:00.048) 0:01:19.481 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Saturday 07 March 2026 00:44:47 -0500 (0:00:00.043) 0:01:19.525 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Saturday 07 March 2026 00:44:47 -0500 (0:00:00.048) 0:01:19.573 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 07 March 2026 00:44:47 -0500 (0:00:00.096) 0:01:19.669 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Saturday 07 March 2026 00:44:47 -0500 (0:00:00.038) 0:01:19.708 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Saturday 07 March 2026 00:44:47 -0500 (0:00:00.038) 0:01:19.746 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Saturday 07 March 2026 00:44:47 -0500 (0:00:00.038) 0:01:19.785 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 07 March 2026 00:44:47 -0500 (0:00:00.038) 0:01:19.823 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "1:NetworkManager-1.18.8-2.el7_9.x86_64 providing NetworkManager is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } lsrpackages: NetworkManager firewalld python-ipaddress TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 07 March 2026 00:44:48 -0500 (0:00:00.669) 0:01:20.493 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Saturday 07 March 2026 00:44:48 -0500 (0:00:00.045) 0:01:20.538 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Saturday 07 March 2026 00:44:48 -0500 (0:00:00.041) 0:01:20.580 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Saturday 07 March 2026 00:44:48 -0500 (0:00:00.037) 0:01:20.618 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Saturday 07 March 2026 00:44:48 -0500 (0:00:00.060) 0:01:20.678 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Saturday 07 March 2026 00:44:48 -0500 (0:00:00.061) 0:01:20.740 ******** ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Saturday 07 March 2026 00:44:49 -0500 (0:00:00.403) 0:01:21.144 ******** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Saturday 07 March 2026 00:44:49 -0500 (0:00:00.457) 0:01:21.601 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Saturday 07 March 2026 00:44:49 -0500 (0:00:00.056) 0:01:21.658 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Saturday 07 March 2026 00:44:49 -0500 (0:00:00.049) 0:01:21.707 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Saturday 07 March 2026 00:44:49 -0500 (0:00:00.041) 0:01:21.748 ******** failed: [managed-node1] (item={u'ipset': u'badipset-v6', u'state': u'present', u'permanent': True, u'ipset_entries': [u'2001:4860:4860::8844', u'2001:4860:4860::8888'], u'ipset_options': {u'family': u'inet'}}) => { "ansible_loop_var": "item", "changed": false, "item": { "ipset": "badipset-v6", "ipset_entries": [ "2001:4860:4860::8844", "2001:4860:4860::8888" ], "ipset_options": { "family": "inet" }, "permanent": true, "state": "present" } } MSG: ipset badipset-v6: family=inet is not supported for IPv6 ipset_entries 2001:4860:4860::8844, 2001:4860:4860::8888 TASK [Fail if error message is not correct] ************************************ task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:435 Saturday 07 March 2026 00:44:50 -0500 (0:00:00.616) 0:01:22.365 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Cleanup] ***************************************************************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:444 Saturday 07 March 2026 00:44:50 -0500 (0:00:00.053) 0:01:22.419 ******** TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 07 March 2026 00:44:50 -0500 (0:00:00.231) 0:01:22.650 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Saturday 07 March 2026 00:44:50 -0500 (0:00:00.028) 0:01:22.679 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Saturday 07 March 2026 00:44:50 -0500 (0:00:00.046) 0:01:22.725 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Saturday 07 March 2026 00:44:50 -0500 (0:00:00.056) 0:01:22.782 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Saturday 07 March 2026 00:44:50 -0500 (0:00:00.056) 0:01:22.839 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Saturday 07 March 2026 00:44:50 -0500 (0:00:00.059) 0:01:22.898 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Saturday 07 March 2026 00:44:50 -0500 (0:00:00.061) 0:01:22.960 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 07 March 2026 00:44:51 -0500 (0:00:00.217) 0:01:23.177 ******** included: /tmp/collections-GOD/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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Saturday 07 March 2026 00:44:51 -0500 (0:00:00.150) 0:01:23.328 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Saturday 07 March 2026 00:44:51 -0500 (0:00:00.067) 0:01:23.396 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Saturday 07 March 2026 00:44:51 -0500 (0:00:00.059) 0:01:23.455 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 07 March 2026 00:44:51 -0500 (0:00:00.056) 0:01:23.512 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "1:NetworkManager-1.18.8-2.el7_9.x86_64 providing NetworkManager is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } lsrpackages: NetworkManager firewalld python-ipaddress TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 07 March 2026 00:44:52 -0500 (0:00:00.734) 0:01:24.246 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Saturday 07 March 2026 00:44:52 -0500 (0:00:00.039) 0:01:24.286 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Saturday 07 March 2026 00:44:52 -0500 (0:00:00.039) 0:01:24.325 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Saturday 07 March 2026 00:44:52 -0500 (0:00:00.038) 0:01:24.364 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Saturday 07 March 2026 00:44:52 -0500 (0:00:00.053) 0:01:24.418 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Saturday 07 March 2026 00:44:52 -0500 (0:00:00.066) 0:01:24.484 ******** ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Saturday 07 March 2026 00:44:52 -0500 (0:00:00.454) 0:01:24.939 ******** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-03-07 00:42:28 EST", "ActiveEnterTimestampMonotonic": "167292339", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service polkit.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 00:42:28 EST", "AssertTimestampMonotonic": "167043876", "Before": "network-pre.target shutdown.target multi-user.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": "Sat 2026-03-07 00:42:28 EST", "ConditionTimestampMonotonic": "167043874", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.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": "9676", "ExecMainStartTimestamp": "Sat 2026-03-07 00:42:28 EST", "ExecMainStartTimestampMonotonic": "167045065", "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=[Sat 2026-03-07 00:42:28 EST] ; stop_time=[n/a] ; pid=9676 ; 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": "Sat 2026-03-07 00:42:28 EST", "InactiveExitTimestampMonotonic": "167045101", "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": "9676", "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": "system.slice basic.target", "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": "Sat 2026-03-07 00:42:28 EST", "WatchdogTimestampMonotonic": "167292286", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Saturday 07 March 2026 00:44:53 -0500 (0:00:00.503) 0:01:25.442 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Saturday 07 March 2026 00:44:53 -0500 (0:00:00.075) 0:01:25.518 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } STDOUT: 65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf STDERR: Shared connection to 10.31.9.172 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Saturday 07 March 2026 00:44:54 -0500 (0:00:00.910) 0:01:26.428 ******** ok: [managed-node1] => { "ansible_facts": { "__firewall_report_changed": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Saturday 07 March 2026 00:44:54 -0500 (0:00:00.067) 0:01:26.495 ******** TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 07 March 2026 00:44:54 -0500 (0:00:00.060) 0:01:26.556 ******** TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Saturday 07 March 2026 00:44:54 -0500 (0:00:00.059) 0:01:26.615 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Saturday 07 March 2026 00:44:54 -0500 (0:00:00.063) 0:01:26.679 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Saturday 07 March 2026 00:44:54 -0500 (0:00:00.050) 0:01:26.729 ******** 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-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Saturday 07 March 2026 00:44:54 -0500 (0:00:00.052) 0:01:26.782 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } STDOUT: 65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf STDERR: Shared connection to 10.31.9.172 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Saturday 07 March 2026 00:44:55 -0500 (0:00:00.409) 0:01:27.192 ******** ok: [managed-node1] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Saturday 07 March 2026 00:44:55 -0500 (0:00:00.072) 0:01:27.264 ******** skipping: [managed-node1] => {} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node1 : ok=134 changed=8 unreachable=0 failed=0 skipped=348 rescued=2 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.9.27", "end_time": "2026-03-07T05:44:47.066241Z", "host": "managed-node1", "loop_item": { "ipset": "badipset-v4", "ipset_entries": [ "127.0.0.1", "8.8.8.8" ], "ipset_options": { "family": "inet6" }, "permanent": true, "state": "present" }, "loop_label": "", "loop_var": "item", "message": "ipset badipset-v4: family=inet6 is not supported for IPv4 ipset_entries 127.0.0.1, 8.8.8.8", "start_time": "2026-03-07T05:44:46.423550Z", "task_name": "Configure firewall", "task_path": "/tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77" }, { "ansible_version": "2.9.27", "end_time": "2026-03-07T05:44:50.301105Z", "host": "managed-node1", "loop_item": { "ipset": "badipset-v6", "ipset_entries": [ "2001:4860:4860::8844", "2001:4860:4860::8888" ], "ipset_options": { "family": "inet" }, "permanent": true, "state": "present" }, "loop_label": "", "loop_var": "item", "message": "ipset badipset-v6: family=inet is not supported for IPv6 ipset_entries 2001:4860:4860::8844, 2001:4860:4860::8888", "start_time": "2026-03-07T05:44:49.691350Z", "task_name": "Configure firewall", "task_path": "/tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 07 March 2026 00:44:55 -0500 (0:00:00.050) 0:01:27.315 ******** =============================================================================== fedora.linux_system_roles.firewall : Configure firewall ----------------- 3.32s /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 fedora.linux_system_roles.firewall : Configure firewall ----------------- 2.81s /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 fedora.linux_system_roles.firewall : Configure firewall ----------------- 2.45s /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 fedora.linux_system_roles.firewall : Configure firewall ----------------- 2.41s /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Verify changes ---------------------------------------------------------- 2.08s /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:250 fedora.linux_system_roles.firewall : Get config files, checksums before and remove --- 1.98s /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.87s /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.68s /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.67s /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Fail if entry not added to ipset ---------------------------------------- 1.62s /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:73 Fail if entry not removed from ipset ------------------------------------ 1.61s /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:207 fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.29s /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.24s /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 1.21s /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Fail if ipsets not added ------------------------------------------------ 1.15s /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:62 Fail if ipsets removed -------------------------------------------------- 1.14s /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:196 Fail if options not removed from ipset ---------------------------------- 1.08s /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:160 Fail if ipsets not removed ---------------------------------------------- 1.06s /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:356 Fail if options not modified in ipset ----------------------------------- 1.06s /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:148 Fail if not all options removed from ipset ------------------------------ 1.06s /tmp/collections-GOD/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:220