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_zone.yml ******************************************************* 1 plays in /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml PLAY [Test firewalld zones] **************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:2 Tuesday 07 October 2025 10:34:52 -0400 (0:00:00.024) 0:00:00.024 ******* ok: [managed-node1] META: ran handlers TASK [Verify used firewalld zones] ********************************************* task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:13 Tuesday 07 October 2025 10:34:53 -0400 (0:00:01.012) 0:00:01.037 ******* TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Tuesday 07 October 2025 10:34:53 -0400 (0:00:00.151) 0:00:01.188 ******* included: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Tuesday 07 October 2025 10:34:53 -0400 (0:00:00.095) 0:00:01.284 ******* 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-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Tuesday 07 October 2025 10:34:53 -0400 (0:00:00.058) 0:00:01.343 ******* 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-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Tuesday 07 October 2025 10:34:53 -0400 (0:00:00.488) 0:00:01.831 ******* 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-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Tuesday 07 October 2025 10:34:54 -0400 (0:00:00.061) 0:00:01.893 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Tuesday 07 October 2025 10:34:54 -0400 (0:00:00.338) 0:00:02.231 ******* ok: [managed-node1] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Tuesday 07 October 2025 10:34:54 -0400 (0:00:00.057) 0:00:02.288 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.007053", "end": "2025-10-07 10:34:54.779942", "failed_when_result": false, "rc": 0, "start": "2025-10-07 10:34:54.772889" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Tuesday 07 October 2025 10:34:54 -0400 (0:00:00.439) 0:00:02.728 ******* 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-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Tuesday 07 October 2025 10:34:54 -0400 (0:00:00.066) 0:00:02.794 ******* ok: [managed-node1] => { "ansible_facts": { "__firewall_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Tuesday 07 October 2025 10:34:54 -0400 (0:00:00.074) 0:00:02.869 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed" ] } TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:63 Tuesday 07 October 2025 10:34:55 -0400 (0:00:00.757) 0:00:03.626 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68 Tuesday 07 October 2025 10:34:55 -0400 (0:00:00.055) 0:00:03.682 ******* 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-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:73 Tuesday 07 October 2025 10:34:55 -0400 (0:00:00.048) 0:00:03.731 ******* 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-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Tuesday 07 October 2025 10:34:55 -0400 (0:00:00.042) 0:00:03.774 ******* 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-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 Tuesday 07 October 2025 10:34:55 -0400 (0:00:00.062) 0:00:03.837 ******* 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-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Tuesday 07 October 2025 10:34:56 -0400 (0:00:00.076) 0:00:03.913 ******* ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Tue 2025-10-07 10:32:06 EDT", "ActiveEnterTimestampMonotonic": "190174067", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service dbus.service system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Tue 2025-10-07 10:32:06 EDT", "AssertTimestampMonotonic": "189925888", "Before": "network-pre.target multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2025-10-07 10:32:06 EDT", "ConditionTimestampMonotonic": "189925887", "Conflicts": "shutdown.target ebtables.service iptables.service ipset.service ip6tables.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": "9706", "ExecMainStartTimestamp": "Tue 2025-10-07 10:32:06 EDT", "ExecMainStartTimestampMonotonic": "189927707", "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=[Tue 2025-10-07 10:32:06 EDT] ; stop_time=[n/a] ; pid=9706 ; 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": "Tue 2025-10-07 10:32:06 EDT", "InactiveExitTimestampMonotonic": "189927734", "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": "9706", "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": "Tue 2025-10-07 10:32:06 EDT", "WatchdogTimestampMonotonic": "190174016", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Tuesday 07 October 2025 10:34:56 -0400 (0:00:00.662) 0:00:04.575 ******* ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Tue 2025-10-07 10:32:06 EDT", "ActiveEnterTimestampMonotonic": "190174067", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service dbus.service system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Tue 2025-10-07 10:32:06 EDT", "AssertTimestampMonotonic": "189925888", "Before": "network-pre.target multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2025-10-07 10:32:06 EDT", "ConditionTimestampMonotonic": "189925887", "Conflicts": "shutdown.target ebtables.service iptables.service ipset.service ip6tables.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": "9706", "ExecMainStartTimestamp": "Tue 2025-10-07 10:32:06 EDT", "ExecMainStartTimestampMonotonic": "189927707", "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=[Tue 2025-10-07 10:32:06 EDT] ; stop_time=[n/a] ; pid=9706 ; 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": "Tue 2025-10-07 10:32:06 EDT", "InactiveExitTimestampMonotonic": "189927734", "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": "9706", "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": "Tue 2025-10-07 10:32:06 EDT", "WatchdogTimestampMonotonic": "190174016", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Tuesday 07 October 2025 10:34:57 -0400 (0:00:00.389) 0:00:04.965 ******* 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-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Tuesday 07 October 2025 10:34:57 -0400 (0:00:00.047) 0:00:05.013 ******* 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-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:58 Tuesday 07 October 2025 10:34:57 -0400 (0:00:00.043) 0:00:05.056 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Tuesday 07 October 2025 10:34:57 -0400 (0:00:00.040) 0:00:05.097 ******* ok: [managed-node1] => (item={u'state': u'enabled', u'zone': u'internal'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "state": "enabled", "zone": "internal" } } ok: [managed-node1] => (item={u'state': u'enabled', u'zone': u'external'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "state": "enabled", "zone": "external" } } ok: [managed-node1] => (item={u'state': u'enabled', u'zone': u'trusted'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "state": "enabled", "zone": "trusted" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:126 Tuesday 07 October 2025 10:34:58 -0400 (0:00:01.766) 0:00:06.863 ******* skipping: [managed-node1] => (item={u'state': u'enabled', u'zone': u'internal'}) => { "ansible_loop_var": "item", "changed": false, "item": { "state": "enabled", "zone": "internal" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={u'state': u'enabled', u'zone': u'external'}) => { "ansible_loop_var": "item", "changed": false, "item": { "state": "enabled", "zone": "external" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={u'state': u'enabled', u'zone': u'trusted'}) => { "ansible_loop_var": "item", "changed": false, "item": { "state": "enabled", "zone": "trusted" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:137 Tuesday 07 October 2025 10:34:59 -0400 (0:00:00.070) 0:00:06.934 ******* 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-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:146 Tuesday 07 October 2025 10:34:59 -0400 (0:00:00.042) 0:00:06.976 ******* 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-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:152 Tuesday 07 October 2025 10:34:59 -0400 (0:00:00.042) 0:00:07.019 ******* 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-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:161 Tuesday 07 October 2025 10:34:59 -0400 (0:00:00.040) 0:00:07.060 ******* 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-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172 Tuesday 07 October 2025 10:34:59 -0400 (0:00:00.041) 0:00:07.101 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:178 Tuesday 07 October 2025 10:34:59 -0400 (0:00:00.040) 0:00:07.141 ******* skipping: [managed-node1] => {} TASK [Fail on missing zones] *************************************************** task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:25 Tuesday 07 October 2025 10:34:59 -0400 (0:00:00.039) 0:00:07.181 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Setup firewalld] ********************************************************* task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:32 Tuesday 07 October 2025 10:34:59 -0400 (0:00:00.040) 0:00:07.221 ******* TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Tuesday 07 October 2025 10:34:59 -0400 (0:00:00.091) 0:00:07.313 ******* included: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Tuesday 07 October 2025 10:34:59 -0400 (0:00:00.061) 0:00:07.374 ******* 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-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Tuesday 07 October 2025 10:34:59 -0400 (0:00:00.046) 0:00:07.420 ******* 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-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Tuesday 07 October 2025 10:34:59 -0400 (0:00:00.045) 0:00:07.466 ******* 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-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Tuesday 07 October 2025 10:34:59 -0400 (0:00:00.043) 0:00:07.509 ******* 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-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Tuesday 07 October 2025 10:34:59 -0400 (0:00:00.041) 0:00:07.551 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Tuesday 07 October 2025 10:34:59 -0400 (0:00:00.042) 0:00:07.594 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Tuesday 07 October 2025 10:34:59 -0400 (0:00:00.040) 0:00:07.634 ******* 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-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Tuesday 07 October 2025 10:34:59 -0400 (0:00:00.040) 0:00:07.675 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Tuesday 07 October 2025 10:34:59 -0400 (0:00:00.040) 0:00:07.716 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed" ] } TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:63 Tuesday 07 October 2025 10:35:00 -0400 (0:00:00.590) 0:00:08.307 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68 Tuesday 07 October 2025 10:35:00 -0400 (0:00:00.043) 0:00:08.350 ******* 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-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:73 Tuesday 07 October 2025 10:35:00 -0400 (0:00:00.041) 0:00:08.391 ******* 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-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Tuesday 07 October 2025 10:35:00 -0400 (0:00:00.041) 0:00:08.433 ******* 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-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 Tuesday 07 October 2025 10:35:00 -0400 (0:00:00.061) 0:00:08.495 ******* 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-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Tuesday 07 October 2025 10:35:00 -0400 (0:00:00.066) 0:00:08.561 ******* ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Tue 2025-10-07 10:32:06 EDT", "ActiveEnterTimestampMonotonic": "190174067", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service dbus.service system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Tue 2025-10-07 10:32:06 EDT", "AssertTimestampMonotonic": "189925888", "Before": "network-pre.target multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2025-10-07 10:32:06 EDT", "ConditionTimestampMonotonic": "189925887", "Conflicts": "shutdown.target ebtables.service iptables.service ipset.service ip6tables.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": "9706", "ExecMainStartTimestamp": "Tue 2025-10-07 10:32:06 EDT", "ExecMainStartTimestampMonotonic": "189927707", "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=[Tue 2025-10-07 10:32:06 EDT] ; stop_time=[n/a] ; pid=9706 ; 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": "Tue 2025-10-07 10:32:06 EDT", "InactiveExitTimestampMonotonic": "189927734", "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": "9706", "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": "Tue 2025-10-07 10:32:06 EDT", "WatchdogTimestampMonotonic": "190174016", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Tuesday 07 October 2025 10:35:01 -0400 (0:00:00.392) 0:00:08.954 ******* ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Tue 2025-10-07 10:32:06 EDT", "ActiveEnterTimestampMonotonic": "190174067", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service dbus.service system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Tue 2025-10-07 10:32:06 EDT", "AssertTimestampMonotonic": "189925888", "Before": "network-pre.target multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2025-10-07 10:32:06 EDT", "ConditionTimestampMonotonic": "189925887", "Conflicts": "shutdown.target ebtables.service iptables.service ipset.service ip6tables.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": "9706", "ExecMainStartTimestamp": "Tue 2025-10-07 10:32:06 EDT", "ExecMainStartTimestampMonotonic": "189927707", "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=[Tue 2025-10-07 10:32:06 EDT] ; stop_time=[n/a] ; pid=9706 ; 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": "Tue 2025-10-07 10:32:06 EDT", "InactiveExitTimestampMonotonic": "189927734", "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": "9706", "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": "Tue 2025-10-07 10:32:06 EDT", "WatchdogTimestampMonotonic": "190174016", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Tuesday 07 October 2025 10:35:01 -0400 (0:00:00.392) 0:00:09.346 ******* 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-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Tuesday 07 October 2025 10:35:01 -0400 (0:00:00.049) 0:00:09.395 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } STDOUT: 65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf STDERR: Shared connection to 10.31.43.59 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:58 Tuesday 07 October 2025 10:35:02 -0400 (0:00:00.897) 0:00:10.293 ******* ok: [managed-node1] => { "ansible_facts": { "__firewall_report_changed": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Tuesday 07 October 2025 10:35:02 -0400 (0:00:00.047) 0:00:10.341 ******* ok: [managed-node1] => (item={u'state': u'enabled', u'service': [u'tftp', u'ftp'], u'port': [u'443/tcp', u'443/udp'], u'zone': u'internal', u'forward_port': [u'447/tcp;;1.2.3.4', u'448/tcp;;1.2.3.5']}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "forward_port": [ "447/tcp;;1.2.3.4", "448/tcp;;1.2.3.5" ], "port": [ "443/tcp", "443/udp" ], "service": [ "tftp", "ftp" ], "state": "enabled", "zone": "internal" } } ok: [managed-node1] => (item={u'state': u'enabled', u'service': [u'tftp', u'ftp'], u'port': [u'443/tcp', u'443/udp'], u'zone': u'internal', u'forward_port': [u'447/tcp;;1.2.3.4', u'448/tcp;;1.2.3.5']}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "forward_port": [ "447/tcp;;1.2.3.4", "448/tcp;;1.2.3.5" ], "port": [ "443/tcp", "443/udp" ], "service": [ "tftp", "ftp" ], "state": "enabled", "zone": "internal" } } ok: [managed-node1] => (item={u'state': u'present', u'permanent': True, u'zone': u'customzone'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "permanent": true, "state": "present", "zone": "customzone" } } ok: [managed-node1] => (item={u'masquerade': True, u'state': u'enabled', u'permanent': True, u'zone': u'customzone'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "masquerade": true, "permanent": true, "state": "enabled", "zone": "customzone" } } ok: [managed-node1] => (item={u'state': u'enabled', u'set_default_zone': u'dmz'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "set_default_zone": "dmz", "state": "enabled" } } ok: [managed-node1] => (item={u'state': u'enabled', u'service': u'http'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "service": "http", "state": "enabled" } } An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ValueError: '127.0.0.1' does not appear to be an IPv4 or IPv6 interface failed: [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_type': u'hash:ip', 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_type": "hash:ip", "permanent": true, "short": "Custom", "state": "present" }, "rc": 1 } MSG: MODULE FAILURE See stdout/stderr for the exact error MODULE_STDOUT: Traceback (most recent call last): File "/root/.ansible/tmp/ansible-tmp-1759847705.99-19548-70755406826751/AnsiballZ_firewall_lib.py", line 102, in _ansiballz_main() File "/root/.ansible/tmp/ansible-tmp-1759847705.99-19548-70755406826751/AnsiballZ_firewall_lib.py", line 94, in _ansiballz_main invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS) File "/root/.ansible/tmp/ansible-tmp-1759847705.99-19548-70755406826751/AnsiballZ_firewall_lib.py", line 40, in invoke_module runpy.run_module(mod_name='ansible_collections.fedora.linux_system_roles.plugins.modules.firewall_lib', init_globals=None, run_name='__main__', alter_sys=True) File "/usr/lib64/python2.7/runpy.py", line 176, in run_module fname, loader, pkg_name) File "/usr/lib64/python2.7/runpy.py", line 82, in _run_module_code mod_name, mod_fname, mod_loader, pkg_name) File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "/tmp/ansible_fedora.linux_system_roles.firewall_lib_payload_y1X7Ov/ansible_fedora.linux_system_roles.firewall_lib_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/firewall_lib.py", line 2202, in File "/tmp/ansible_fedora.linux_system_roles.firewall_lib_payload_y1X7Ov/ansible_fedora.linux_system_roles.firewall_lib_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/firewall_lib.py", line 2171, in main File "/tmp/ansible_fedora.linux_system_roles.firewall_lib_payload_y1X7Ov/ansible_fedora.linux_system_roles.firewall_lib_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/firewall_lib.py", line 687, in set_ipset File "/tmp/ansible_fedora.linux_system_roles.firewall_lib_payload_y1X7Ov/ansible_fedora.linux_system_roles.firewall_lib_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/firewall_lib.py", line 379, in validate_ipset_entries File "/usr/lib/python2.7/site-packages/ipaddress.py", line 237, in ip_interface address) ValueError: '127.0.0.1' does not appear to be an IPv4 or IPv6 interface MODULE_STDERR: Shared connection to 10.31.43.59 closed. An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ValueError: '2001:4860:4860::8844' does not appear to be an IPv4 or IPv6 interface failed: [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_type': u'hash:ip', u'ipset_entries': [u'2001:4860:4860::8844']}) => { "ansible_loop_var": "item", "changed": false, "item": { "description": "Custom IPSet for testing purposes", "ipset": "customipset-ipv6", "ipset_entries": [ "2001:4860:4860::8844" ], "ipset_type": "hash:ip", "permanent": true, "short": "Custom", "state": "present" }, "rc": 1 } MSG: MODULE FAILURE See stdout/stderr for the exact error MODULE_STDOUT: Traceback (most recent call last): File "/root/.ansible/tmp/ansible-tmp-1759847706.51-19548-280950782392561/AnsiballZ_firewall_lib.py", line 102, in _ansiballz_main() File "/root/.ansible/tmp/ansible-tmp-1759847706.51-19548-280950782392561/AnsiballZ_firewall_lib.py", line 94, in _ansiballz_main invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS) File "/root/.ansible/tmp/ansible-tmp-1759847706.51-19548-280950782392561/AnsiballZ_firewall_lib.py", line 40, in invoke_module runpy.run_module(mod_name='ansible_collections.fedora.linux_system_roles.plugins.modules.firewall_lib', init_globals=None, run_name='__main__', alter_sys=True) File "/usr/lib64/python2.7/runpy.py", line 176, in run_module fname, loader, pkg_name) File "/usr/lib64/python2.7/runpy.py", line 82, in _run_module_code mod_name, mod_fname, mod_loader, pkg_name) File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "/tmp/ansible_fedora.linux_system_roles.firewall_lib_payload_ZEX434/ansible_fedora.linux_system_roles.firewall_lib_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/firewall_lib.py", line 2202, in File "/tmp/ansible_fedora.linux_system_roles.firewall_lib_payload_ZEX434/ansible_fedora.linux_system_roles.firewall_lib_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/firewall_lib.py", line 2171, in main File "/tmp/ansible_fedora.linux_system_roles.firewall_lib_payload_ZEX434/ansible_fedora.linux_system_roles.firewall_lib_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/firewall_lib.py", line 687, in set_ipset File "/tmp/ansible_fedora.linux_system_roles.firewall_lib_payload_ZEX434/ansible_fedora.linux_system_roles.firewall_lib_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/firewall_lib.py", line 379, in validate_ipset_entries File "/usr/lib/python2.7/site-packages/ipaddress.py", line 237, in ip_interface address) ValueError: '2001:4860:4860::8844' does not appear to be an IPv4 or IPv6 interface MODULE_STDERR: Shared connection to 10.31.43.59 closed. TASK [Remove customzone zone] ************************************************** task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:213 Tuesday 07 October 2025 10:35:07 -0400 (0:00:04.554) 0:00:14.895 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "firewall-offline-cmd", "--delete-zone=customzone" ], "delta": "0:00:00.215914", "end": "2025-10-07 10:35:07.492078", "failed_when_result": false, "rc": 0, "start": "2025-10-07 10:35:07.276164" } STDOUT: success TASK [Reset to zone defaults] ************************************************** task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:219 Tuesday 07 October 2025 10:35:07 -0400 (0:00:00.536) 0:00:15.431 ******* ok: [managed-node1] => { "changed": false, "cmd": "firewall-offline-cmd --load-zone-defaults=internal\nfirewall-offline-cmd --load-zone-defaults=external\nfirewall-offline-cmd --load-zone-defaults=trusted || true\n", "delta": "0:00:00.632169", "end": "2025-10-07 10:35:08.444680", "rc": 0, "start": "2025-10-07 10:35:07.812511" } STDOUT: success STDERR: NO_DEFAULTS: external NO_DEFAULTS: trusted TASK [Reload firewall] ********************************************************* task path: /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:227 Tuesday 07 October 2025 10:35:08 -0400 (0:00:00.949) 0:00:16.381 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "firewall-cmd", "--reload" ], "delta": "0:00:00.449756", "end": "2025-10-07 10:35:09.207062", "rc": 0, "start": "2025-10-07 10:35:08.757306" } STDOUT: success PLAY RECAP ********************************************************************* managed-node1 : ok=23 changed=0 unreachable=0 failed=1 skipped=30 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.9.27", "end_time": "2025-10-07T14:35:06.998926Z", "host": "managed-node1", "loop_item": { "forward_port": [ "447/tcp;;1.2.3.4", "448/tcp;;1.2.3.5" ], "port": [ "443/tcp", "443/udp" ], "service": [ "tftp", "ftp" ], "state": "enabled", "zone": "internal" }, "loop_label": "", "loop_var": "item", "message": "No message could be found", "start_time": "2025-10-07T14:35:02.454556Z", "task_name": "Configure firewall", "task_path": "/tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74" }, { "ansible_version": "2.9.27", "end_time": "2025-10-07T14:35:06.998951Z", "host": "managed-node1", "loop_item": { "forward_port": [ "447/tcp;;1.2.3.4", "448/tcp;;1.2.3.5" ], "port": [ "443/tcp", "443/udp" ], "service": [ "tftp", "ftp" ], "state": "enabled", "zone": "internal" }, "loop_label": "", "loop_var": "item", "message": "No message could be found", "start_time": "2025-10-07T14:35:02.454556Z", "task_name": "Configure firewall", "task_path": "/tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74" }, { "ansible_version": "2.9.27", "end_time": "2025-10-07T14:35:06.998961Z", "host": "managed-node1", "loop_item": { "permanent": true, "state": "present", "zone": "customzone" }, "loop_label": "", "loop_var": "item", "message": "No message could be found", "start_time": "2025-10-07T14:35:02.454556Z", "task_name": "Configure firewall", "task_path": "/tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74" }, { "ansible_version": "2.9.27", "end_time": "2025-10-07T14:35:06.998968Z", "host": "managed-node1", "loop_item": { "masquerade": true, "permanent": true, "state": "enabled", "zone": "customzone" }, "loop_label": "", "loop_var": "item", "message": "No message could be found", "start_time": "2025-10-07T14:35:02.454556Z", "task_name": "Configure firewall", "task_path": "/tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74" }, { "ansible_version": "2.9.27", "end_time": "2025-10-07T14:35:06.998975Z", "host": "managed-node1", "loop_item": { "set_default_zone": "dmz", "state": "enabled" }, "loop_label": "", "loop_var": "item", "message": "No message could be found", "start_time": "2025-10-07T14:35:02.454556Z", "task_name": "Configure firewall", "task_path": "/tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74" }, { "ansible_version": "2.9.27", "end_time": "2025-10-07T14:35:06.998981Z", "host": "managed-node1", "loop_item": { "service": "http", "state": "enabled" }, "loop_label": "", "loop_var": "item", "message": "No message could be found", "start_time": "2025-10-07T14:35:02.454556Z", "task_name": "Configure firewall", "task_path": "/tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74" }, { "ansible_version": "2.9.27", "end_time": "2025-10-07T14:35:06.998988Z", "host": "managed-node1", "loop_item": { "description": "Custom IPSet for testing purposes", "ipset": "customipset-ipv4", "ipset_entries": [ "127.0.0.1", "8.8.8.8" ], "ipset_type": "hash:ip", "permanent": true, "short": "Custom", "state": "present" }, "loop_label": "", "loop_var": "item", "message": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1, "start_time": "2025-10-07T14:35:02.454556Z", "task_name": "Configure firewall", "task_path": "/tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74" }, { "ansible_version": "2.9.27", "end_time": "2025-10-07T14:35:06.998998Z", "host": "managed-node1", "loop_item": { "description": "Custom IPSet for testing purposes", "ipset": "customipset-ipv6", "ipset_entries": [ "2001:4860:4860::8844" ], "ipset_type": "hash:ip", "permanent": true, "short": "Custom", "state": "present" }, "loop_label": "", "loop_var": "item", "message": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1, "start_time": "2025-10-07T14:35:02.454556Z", "task_name": "Configure firewall", "task_path": "/tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Tuesday 07 October 2025 10:35:09 -0400 (0:00:00.757) 0:00:17.138 ******* =============================================================================== fedora.linux_system_roles.firewall : Configure firewall ----------------- 4.55s /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.77s /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Gathering Facts --------------------------------------------------------- 1.01s /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:2 Reset to zone defaults -------------------------------------------------- 0.95s /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:219 fedora.linux_system_roles.firewall : Get config files, checksums before and remove --- 0.90s /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Reload firewall --------------------------------------------------------- 0.76s /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:227 fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.76s /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.66s /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.59s /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Remove customzone zone -------------------------------------------------- 0.54s /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:213 fedora.linux_system_roles.firewall : Check if system is ostree ---------- 0.49s /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 fedora.linux_system_roles.firewall : Run systemctl ---------------------- 0.44s /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.39s /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 0.39s /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 0.39s /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin --- 0.34s /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Verify used firewalld zones --------------------------------------------- 0.15s /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:13 fedora.linux_system_roles.firewall : Setup firewalld -------------------- 0.10s /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Setup firewalld --------------------------------------------------------- 0.09s /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:32 fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services --- 0.08s /tmp/collections-FGd/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 -- Logs begin at Tue 2025-10-07 10:28:56 EDT, end at Tue 2025-10-07 10:35:09 EDT. -- Oct 07 10:34:52 managed-node1 sudo[22731]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-cimrjkjafjetyzdxgscgpiszfltljtgk ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1759847692.18-19071-8469931247399/AnsiballZ_setup.py Oct 07 10:34:52 managed-node1 sudo[22731]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 07 10:34:52 managed-node1 ansible-setup[22734]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Oct 07 10:34:53 managed-node1 sudo[22731]: pam_unix(sudo:session): session closed for user root Oct 07 10:34:53 managed-node1 sudo[22812]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-xffjiozjxtyjwfxkpcaeswfowhvkppjv ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1759847693.52-19123-11794124131573/AnsiballZ_stat.py Oct 07 10:34:53 managed-node1 sudo[22812]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 07 10:34:53 managed-node1 ansible-stat[22815]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Oct 07 10:34:53 managed-node1 sudo[22812]: pam_unix(sudo:session): session closed for user root Oct 07 10:34:54 managed-node1 sudo[22864]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-vazhizyhnaebhjnyjanxiygjmboynsah ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1759847694.08-19148-268848066847886/AnsiballZ_stat.py Oct 07 10:34:54 managed-node1 sudo[22864]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 07 10:34:54 managed-node1 ansible-stat[22867]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/sbin/transactional-update get_md5=False get_mime=True get_attributes=True Oct 07 10:34:54 managed-node1 sudo[22864]: pam_unix(sudo:session): session closed for user root Oct 07 10:34:54 managed-node1 sudo[22916]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-mtbnoyyrvqjwfevsfegylpdiagcgowcm ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1759847694.47-19167-158889204024319/AnsiballZ_command.py Oct 07 10:34:54 managed-node1 sudo[22916]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 07 10:34:54 managed-node1 ansible-command[22919]: Invoked with creates=None executable=None _uses_shell=False strip_empty_ends=True _raw_params=systemctl is-system-running removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Oct 07 10:34:54 managed-node1 sudo[22916]: pam_unix(sudo:session): session closed for user root Oct 07 10:34:55 managed-node1 sudo[22969]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ottanztxsjvfadqofgdatageordhncuz ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1759847695.17-19201-64834878921428/AnsiballZ_yum.py Oct 07 10:34:55 managed-node1 sudo[22969]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 07 10:34:55 managed-node1 ansible-yum[22972]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['firewalld'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Oct 07 10:34:55 managed-node1 sudo[22969]: pam_unix(sudo:session): session closed for user root Oct 07 10:34:56 managed-node1 sudo[23025]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-zgcinojnzfcewotapjvtsscnylxqcosv ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1759847696.11-19248-146922349604329/AnsiballZ_systemd.py Oct 07 10:34:56 managed-node1 sudo[23025]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 07 10:34:56 managed-node1 ansible-systemd[23028]: Invoked with no_block=False force=None name=firewalld daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=False Oct 07 10:34:56 managed-node1 sudo[23025]: pam_unix(sudo:session): session closed for user root Oct 07 10:34:56 managed-node1 sudo[23081]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-kbouxhghdkmltzkuspoypukckehwxfgz ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1759847696.75-19331-135931267311560/AnsiballZ_systemd.py Oct 07 10:34:56 managed-node1 sudo[23081]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 07 10:34:57 managed-node1 ansible-systemd[23084]: Invoked with no_block=False force=None name=firewalld daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Oct 07 10:34:57 managed-node1 sudo[23081]: pam_unix(sudo:session): session closed for user root Oct 07 10:34:57 managed-node1 sudo[23137]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-xluzavtzqmpfnsssrudqtcrfuypvsufu ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1759847697.3-19373-22694576451244/AnsiballZ_firewall_lib.py Oct 07 10:34:57 managed-node1 sudo[23137]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 07 10:34:57 managed-node1 ansible-fedora.linux_system_roles.firewall_lib[23140]: Invoked with destination=[] protocol=[] ipset_type=None port=[] icmp_block_inversion=None service=[] forward_port=[] set_default_zone=None firewalld_conf=None source=[] state=enabled permanent=True interface_pci_id=[] __report_changed=True online=True rich_rule=[] ipset_entries=[] description=None ipset=None includes=[] interface=[] target=None short=None zone=internal masquerade=None helper_module=[] icmp_block=[] timeout=0 source_port=[] runtime=True Oct 07 10:34:57 managed-node1 sudo[23137]: pam_unix(sudo:session): session closed for user root Oct 07 10:34:58 managed-node1 sudo[23189]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-akqsfqtnyytvdzboookzwpjyptentobe ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1759847697.98-19373-278678522090811/AnsiballZ_firewall_lib.py Oct 07 10:34:58 managed-node1 sudo[23189]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 07 10:34:58 managed-node1 ansible-fedora.linux_system_roles.firewall_lib[23192]: Invoked with destination=[] protocol=[] ipset_type=None port=[] icmp_block_inversion=None service=[] forward_port=[] set_default_zone=None firewalld_conf=None source=[] state=enabled permanent=True interface_pci_id=[] __report_changed=True online=True rich_rule=[] ipset_entries=[] description=None ipset=None includes=[] interface=[] target=None short=None zone=external masquerade=None helper_module=[] icmp_block=[] timeout=0 source_port=[] runtime=True Oct 07 10:34:58 managed-node1 sudo[23189]: pam_unix(sudo:session): session closed for user root Oct 07 10:34:58 managed-node1 sudo[23241]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ypgfbdeckfbdlpunzjwbrbeskrnpihos ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1759847698.5-19373-205679889397584/AnsiballZ_firewall_lib.py Oct 07 10:34:58 managed-node1 sudo[23241]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 07 10:34:58 managed-node1 ansible-fedora.linux_system_roles.firewall_lib[23244]: Invoked with destination=[] protocol=[] ipset_type=None port=[] icmp_block_inversion=None service=[] forward_port=[] set_default_zone=None firewalld_conf=None source=[] state=enabled permanent=True interface_pci_id=[] __report_changed=True online=True rich_rule=[] ipset_entries=[] description=None ipset=None includes=[] interface=[] target=None short=None zone=trusted masquerade=None helper_module=[] icmp_block=[] timeout=0 source_port=[] runtime=True Oct 07 10:34:58 managed-node1 sudo[23241]: pam_unix(sudo:session): session closed for user root Oct 07 10:35:00 managed-node1 sudo[23293]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-yczsqxtwlkkmwqwixoxjbraafarlybic ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1759847699.98-19492-216586556021055/AnsiballZ_yum.py Oct 07 10:35:00 managed-node1 sudo[23293]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 07 10:35:00 managed-node1 ansible-yum[23296]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['firewalld'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Oct 07 10:35:00 managed-node1 sudo[23293]: pam_unix(sudo:session): session closed for user root Oct 07 10:35:00 managed-node1 sudo[23349]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ydewxxyoponrvvvkdgskpxcdoydueajt ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1759847700.74-19514-232295078900434/AnsiballZ_systemd.py Oct 07 10:35:00 managed-node1 sudo[23349]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 07 10:35:01 managed-node1 ansible-systemd[23352]: Invoked with no_block=False force=None name=firewalld daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=False Oct 07 10:35:01 managed-node1 sudo[23349]: pam_unix(sudo:session): session closed for user root Oct 07 10:35:01 managed-node1 sudo[23405]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-aaqmexoztdptzehfejguhpkalgoprmwb ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1759847701.13-19523-186071810905798/AnsiballZ_systemd.py Oct 07 10:35:01 managed-node1 sudo[23405]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 07 10:35:01 managed-node1 ansible-systemd[23408]: Invoked with no_block=False force=None name=firewalld daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Oct 07 10:35:01 managed-node1 sudo[23405]: pam_unix(sudo:session): session closed for user root Oct 07 10:35:01 managed-node1 sudo[23461]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-qpbldzowfpapexxlpxfdltdffluxjonx ; /root/.ansible/tmp/ansible-tmp-1759847701.57-19534-33723098917347/get_files_checksums.sh /usr/bin/python /etc/firewalld true firewalld /usr/lib/firewalld booted Oct 07 10:35:01 managed-node1 sudo[23461]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 07 10:35:02 managed-node1 firewalld[9706]: WARNING: AllowZoneDrifting is enabled. This is considered an insecure configuration option. It will be removed in a future release. Please consider disabling it now. Oct 07 10:35:02 managed-node1 sudo[23461]: pam_unix(sudo:session): session closed for user root Oct 07 10:35:02 managed-node1 sudo[23584]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-hppqobddbmfzgenapwnafwyhmwqqsbyq ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1759847702.55-19548-20967405294280/AnsiballZ_firewall_lib.py Oct 07 10:35:02 managed-node1 sudo[23584]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 07 10:35:02 managed-node1 ansible-fedora.linux_system_roles.firewall_lib[23587]: Invoked with destination=[] protocol=[] ipset_type=None port=['443/tcp', '443/udp'] icmp_block_inversion=None service=['tftp', 'ftp'] forward_port=['447/tcp;;1.2.3.4', '448/tcp;;1.2.3.5'] set_default_zone=None firewalld_conf=None source=[] state=enabled permanent=True interface_pci_id=[] __report_changed=False online=True zone=internal rich_rule=[] ipset_entries=[] description=None ipset=None includes=[] interface=[] short=None target=None masquerade=None helper_module=[] icmp_block=[] timeout=0 source_port=[] runtime=True Oct 07 10:35:02 managed-node1 sudo[23584]: pam_unix(sudo:session): session closed for user root Oct 07 10:35:03 managed-node1 sudo[23636]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-dubauymyjhqxbxpxtstjlnitvsjapjxv ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1759847703.09-19548-217392056800968/AnsiballZ_firewall_lib.py Oct 07 10:35:03 managed-node1 sudo[23636]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 07 10:35:03 managed-node1 ansible-fedora.linux_system_roles.firewall_lib[23639]: Invoked with destination=[] protocol=[] ipset_type=None port=['443/tcp', '443/udp'] icmp_block_inversion=None service=['tftp', 'ftp'] forward_port=['447/tcp;;1.2.3.4', '448/tcp;;1.2.3.5'] set_default_zone=None firewalld_conf=None source=[] state=enabled permanent=True interface_pci_id=[] __report_changed=False online=True zone=internal rich_rule=[] ipset_entries=[] description=None ipset=None includes=[] interface=[] short=None target=None masquerade=None helper_module=[] icmp_block=[] timeout=0 source_port=[] runtime=True Oct 07 10:35:03 managed-node1 sudo[23636]: pam_unix(sudo:session): session closed for user root Oct 07 10:35:03 managed-node1 sudo[23688]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-sopjkrpmitzlazegifeeqtvlzjshiwko ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1759847703.62-19548-173703867618928/AnsiballZ_firewall_lib.py Oct 07 10:35:03 managed-node1 sudo[23688]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 07 10:35:03 managed-node1 ansible-fedora.linux_system_roles.firewall_lib[23691]: Invoked with destination=[] protocol=[] ipset_type=None port=[] icmp_block_inversion=None service=[] forward_port=[] set_default_zone=None firewalld_conf=None source=[] state=present permanent=True interface_pci_id=[] __report_changed=False online=True rich_rule=[] ipset_entries=[] description=None ipset=None includes=[] interface=[] target=None short=None zone=customzone masquerade=None helper_module=[] icmp_block=[] timeout=0 source_port=[] runtime=True Oct 07 10:35:04 managed-node1 firewalld[9706]: WARNING: AllowZoneDrifting is enabled. This is considered an insecure configuration option. It will be removed in a future release. Please consider disabling it now. Oct 07 10:35:04 managed-node1 sudo[23688]: pam_unix(sudo:session): session closed for user root Oct 07 10:35:04 managed-node1 sudo[23768]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-kcmpvutwpvyjuoiprqptivfnizmsbrii ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1759847704.35-19548-191152894218392/AnsiballZ_firewall_lib.py Oct 07 10:35:04 managed-node1 sudo[23768]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 07 10:35:04 managed-node1 ansible-fedora.linux_system_roles.firewall_lib[23771]: Invoked with destination=[] protocol=[] ipset_type=None service=[] port=[] icmp_block_inversion=None zone=customzone forward_port=[] set_default_zone=None firewalld_conf=None source=[] state=enabled permanent=True interface_pci_id=[] __report_changed=False online=True rich_rule=[] ipset_entries=[] description=None ipset=None includes=[] interface=[] short=None target=None masquerade=True helper_module=[] icmp_block=[] timeout=0 source_port=[] runtime=True Oct 07 10:35:04 managed-node1 sudo[23768]: pam_unix(sudo:session): session closed for user root Oct 07 10:35:05 managed-node1 sudo[23820]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-yolavnyjifxoqbeapcnboidzifzaoavc ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1759847704.88-19548-54275348367300/AnsiballZ_firewall_lib.py Oct 07 10:35:05 managed-node1 sudo[23820]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 07 10:35:05 managed-node1 ansible-fedora.linux_system_roles.firewall_lib[23823]: Invoked with destination=[] protocol=[] ipset_type=None port=[] icmp_block_inversion=None service=[] forward_port=[] set_default_zone=dmz firewalld_conf=None masquerade=None state=enabled permanent=True interface_pci_id=[] __report_changed=False online=True rich_rule=[] ipset_entries=[] description=None ipset=None includes=[] interface=[] target=None short=None zone=None helper_module=[] icmp_block=[] source=[] timeout=0 source_port=[] runtime=True Oct 07 10:35:05 managed-node1 sudo[23820]: pam_unix(sudo:session): session closed for user root Oct 07 10:35:05 managed-node1 sudo[23884]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-gdinapxmvyvqmnysdanzpnwopuehvcit ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1759847705.46-19548-48786434336592/AnsiballZ_firewall_lib.py Oct 07 10:35:05 managed-node1 sudo[23884]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 07 10:35:05 managed-node1 ansible-fedora.linux_system_roles.firewall_lib[23887]: Invoked with destination=[] protocol=[] ipset_type=None port=[] icmp_block_inversion=None service=['http'] forward_port=[] set_default_zone=None firewalld_conf=None source=[] state=enabled permanent=True interface_pci_id=[] __report_changed=False online=True rich_rule=[] ipset_entries=[] description=None ipset=None includes=[] interface=[] target=None short=None zone=None masquerade=None helper_module=[] icmp_block=[] timeout=0 source_port=[] runtime=True Oct 07 10:35:05 managed-node1 sudo[23884]: pam_unix(sudo:session): session closed for user root Oct 07 10:35:06 managed-node1 sudo[23938]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-koqajdaopyqmizkhjbadiiucuxaslqlh ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1759847705.99-19548-70755406826751/AnsiballZ_firewall_lib.py Oct 07 10:35:06 managed-node1 sudo[23938]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 07 10:35:06 managed-node1 ansible-fedora.linux_system_roles.firewall_lib[23941]: Invoked with destination=[] protocol=[] ipset_type=hash:ip port=[] icmp_block_inversion=None zone=None forward_port=[] set_default_zone=None firewalld_conf=None source=[] state=present permanent=True interface_pci_id=[] __report_changed=False online=True rich_rule=[] ipset_entries=['127.0.0.1', '8.8.8.8'] description=Custom IPSet for testing purposes ipset=customipset-ipv4 includes=[] interface=[] target=None short=Custom service=[] masquerade=None helper_module=[] icmp_block=[] timeout=0 source_port=[] runtime=True Oct 07 10:35:06 managed-node1 sudo[23938]: pam_unix(sudo:session): session closed for user root Oct 07 10:35:06 managed-node1 sudo[23989]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-iwjawuxmlgfkbkfbfsjfcimvrpnvnvwg ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1759847706.51-19548-280950782392561/AnsiballZ_firewall_lib.py Oct 07 10:35:06 managed-node1 sudo[23989]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 07 10:35:06 managed-node1 ansible-fedora.linux_system_roles.firewall_lib[23992]: Invoked with destination=[] protocol=[] ipset_type=hash:ip port=[] icmp_block_inversion=None zone=None forward_port=[] set_default_zone=None firewalld_conf=None source=[] state=present permanent=True interface_pci_id=[] __report_changed=False online=True rich_rule=[] ipset_entries=['2001:4860:4860::8844'] description=Custom IPSet for testing purposes ipset=customipset-ipv6 includes=[] interface=[] target=None short=Custom service=[] masquerade=None helper_module=[] icmp_block=[] timeout=0 source_port=[] runtime=True Oct 07 10:35:06 managed-node1 sudo[23989]: pam_unix(sudo:session): session closed for user root Oct 07 10:35:07 managed-node1 sudo[24040]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-medndbjxsziybtaxrsqlnybckxopmvxx ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1759847707.07-19621-260311018277155/AnsiballZ_command.py Oct 07 10:35:07 managed-node1 sudo[24040]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 07 10:35:07 managed-node1 ansible-command[24043]: Invoked with creates=None executable=None _uses_shell=False strip_empty_ends=True _raw_params=firewall-offline-cmd --delete-zone=customzone removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Oct 07 10:35:07 managed-node1 sudo[24040]: pam_unix(sudo:session): session closed for user root Oct 07 10:35:07 managed-node1 sudo[24093]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-jzlkffyjtuhlkhhylajrlmcdvbgfprsl ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1759847707.61-19630-275885621123229/AnsiballZ_command.py Oct 07 10:35:07 managed-node1 sudo[24093]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 07 10:35:07 managed-node1 ansible-command[24096]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=firewall-offline-cmd --load-zone-defaults=internal firewall-offline-cmd --load-zone-defaults=external firewall-offline-cmd --load-zone-defaults=trusted || true removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Oct 07 10:35:08 managed-node1 sudo[24093]: pam_unix(sudo:session): session closed for user root Oct 07 10:35:08 managed-node1 sudo[24149]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-euncfnypjimjgbfzznxwcjsdzesincgo ; /usr/bin/python /root/.ansible/tmp/ansible-tmp-1759847708.56-19642-191772832672710/AnsiballZ_command.py Oct 07 10:35:08 managed-node1 sudo[24149]: pam_unix(sudo:session): session opened for user root by root(uid=0) Oct 07 10:35:08 managed-node1 ansible-command[24152]: Invoked with creates=None executable=None _uses_shell=False strip_empty_ends=True _raw_params=firewall-cmd --reload removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Oct 07 10:35:09 managed-node1 firewalld[9706]: WARNING: AllowZoneDrifting is enabled. This is considered an insecure configuration option. It will be removed in a future release. Please consider disabling it now. Oct 07 10:35:09 managed-node1 sudo[24149]: pam_unix(sudo:session): session closed for user root Oct 07 10:35:09 managed-node1 sshd[24190]: Accepted publickey for root from 10.31.12.194 port 51774 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 07 10:35:09 managed-node1 systemd-logind[526]: New session 11 of user root. -- Subject: A new session 11 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 11 has been created for the user root. -- -- The leading process of the session is 24190. Oct 07 10:35:09 managed-node1 systemd[1]: Started Session 11 of user root. -- Subject: Unit session-11.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-11.scope has finished starting up. -- -- The start-up result is done. Oct 07 10:35:09 managed-node1 sshd[24190]: pam_unix(sshd:session): session opened for user root by (uid=0) Oct 07 10:35:09 managed-node1 sshd[24190]: Received disconnect from 10.31.12.194 port 51774:11: disconnected by user Oct 07 10:35:09 managed-node1 sshd[24190]: Disconnected from 10.31.12.194 port 51774 Oct 07 10:35:09 managed-node1 sshd[24190]: pam_unix(sshd:session): session closed for user root Oct 07 10:35:09 managed-node1 systemd-logind[526]: Removed session 11. -- Subject: Session 11 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 11 has been terminated. Oct 07 10:35:09 managed-node1 sshd[24200]: Accepted publickey for root from 10.31.12.194 port 51776 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 07 10:35:09 managed-node1 systemd[1]: Started Session 12 of user root. -- Subject: Unit session-12.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-12.scope has finished starting up. -- -- The start-up result is done. Oct 07 10:35:09 managed-node1 systemd-logind[526]: New session 12 of user root. -- Subject: A new session 12 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 12 has been created for the user root. -- -- The leading process of the session is 24200. Oct 07 10:35:09 managed-node1 sshd[24200]: pam_unix(sshd:session): session opened for user root by (uid=0)