[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ansible-playbook [core 2.17.2] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/tmp.7ouMUaZOX7 executable location = /usr/local/bin/ansible-playbook python version = 3.12.4 (main, Jun 7 2024, 00:00:00) [GCC 13.3.1 20240522 (Red Hat 13.3.1-1)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_quadlet_demo.yml *********************************************** 1 plays in /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_quadlet_demo.yml PLAY [Deploy the quadlet demo app] ********************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_quadlet_demo.yml:3 Saturday 27 July 2024 12:31:44 -0400 (0:00:00.021) 0:00:00.021 ********* [WARNING]: Platform linux on host managed_node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed_node1] TASK [Generate certificates] *************************************************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_quadlet_demo.yml:33 Saturday 27 July 2024 12:31:46 -0400 (0:00:01.330) 0:00:01.352 ********* included: fedora.linux_system_roles.certificate for managed_node1 TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 27 July 2024 12:31:46 -0400 (0:00:00.053) 0:00:01.405 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 27 July 2024 12:31:46 -0400 (0:00:00.028) 0:00:01.433 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__certificate_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 27 July 2024 12:31:46 -0400 (0:00:00.027) 0:00:01.461 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 27 July 2024 12:31:46 -0400 (0:00:00.531) 0:00:01.992 ********* ok: [managed_node1] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 27 July 2024 12:31:46 -0400 (0:00:00.028) 0:00:02.021 ********* skipping: [managed_node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [managed_node1] => (item=Fedora.yml) => { "ansible_facts": { "__certificate_certmonger_packages": [ "certmonger", "python3-packaging" ] }, "ansible_included_var_files": [ "/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [managed_node1] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 27 July 2024 12:31:46 -0400 (0:00:00.048) 0:00:02.070 ********* changed: [managed_node1] => { "changed": true, "rc": 0, "results": [ "Installed: python3-pyasn1-0.5.1-1.fc39.noarch", "Installed: python3-ply-3.11-20.fc39.noarch", "Installed: python3-pycparser-2.20-11.fc39.noarch", "Installed: python3-cryptography-41.0.7-1.fc39.x86_64", "Installed: python3-cffi-1.15.1-6.fc39.x86_64" ] } lsrpackages: python3-cryptography python3-dbus python3-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 27 July 2024 12:31:50 -0400 (0:00:04.016) 0:00:06.086 ********* changed: [managed_node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: python3-packaging-23.1-4.fc39.noarch", "Installed: certmonger-0.79.18-2.fc39.x86_64", "Installed: dbus-tools-1:1.14.10-1.fc39.x86_64" ] } lsrpackages: certmonger python3-packaging TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 27 July 2024 12:31:56 -0400 (0:00:05.119) 0:00:11.205 ********* changed: [managed_node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 27 July 2024 12:31:56 -0400 (0:00:00.766) 0:00:11.972 ********* changed: [managed_node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 27 July 2024 12:31:57 -0400 (0:00:00.453) 0:00:12.426 ********* changed: [managed_node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "enabled": true, "name": "certmonger", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:certmonger_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target network.target systemd-journald.socket system.slice dbus.socket basic.target syslog.target dbus-broker.service", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14754", "LimitNPROCSoft": "14754", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14754", "LimitSIGPENDINGSoft": "14754", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4426", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 27 July 2024 12:31:58 -0400 (0:00:01.446) 0:00:13.873 ********* changed: [managed_node1] => (item={'name': 'quadlet_demo', 'dns': ['localhost'], 'ca': 'self-sign'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "dns": [ "localhost" ], "name": "quadlet_demo" } } MSG: Certificate requested (new). TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 27 July 2024 12:31:59 -0400 (0:00:01.017) 0:00:14.890 ********* ok: [managed_node1] => (item=['cert', {'name': 'quadlet_demo', 'dns': ['localhost'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURnekNDQW11Z0F3SUJBZ0lSQU1PUFhaRDBrVXlkaGVQSUoydXZ2ZFF3RFFZSktvWklodmNOQVFFTEJRQXcKVURFZ01CNEdBMVVFQXd3WFRHOWpZV3dnVTJsbmJtbHVaeUJCZFhSb2IzSnBkSGt4TERBcUJnTlZCQU1NSTJNegpPR1kxWkRrd0xXWTBPVEUwWXpsa0xUZzFaVE5qT0RJM0xUWmlZV1ppWkdRek1CNFhEVEkwTURjeU56RTJNekUxCk9Wb1hEVEkxTURjeU56RTJNekUxT0Zvd0ZERVNNQkFHQTFVRUF4TUpiRzlqWVd4b2IzTjBNSUlCSWpBTkJna3EKaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUE3TGZ6VEo5YmdKM3F5TXVjK0V5Q2NtbmsxWnN4WWNxMApBS3ZvMlZJMzg4UUNxaGFDb2FIZjhaeUcwbzlnVlFlVStvOUpvTG94ajR6ck45Q21pTXd4ZFluS0hQTU00R1lkCkF3bnVFdms5SDRUZ3NiMm9Cak9mejNJdHFacjhtM1NpYmxYYk5LOW56N0tmak5reUVNdXlEZnRzaVpVYzQxTjMKeXdUbk5VdEZ2SWxEQkEyKzI4M3oxRjlRTHVHa1hRTGZMbVNzcE9HRTR6c2xVWTY0SVhZQmR6QWd1NE1nT3NLVgpFYy9xaVdXZDU4T2QzbytJQ05nTkZkRXBoa0NHSjljSlZjQnlQeFFBT1FObGh6ZENOd0t2RDJjc04wbkdMcDR6Cm9YaTVLcE1jNEZROHZzbVFvcVhXdHdCT2VBNVdyRHJPYTNmNHhoQmtXSWRxZEIwcUVIZGxnd0lEQVFBQm80R1QKTUlHUU1Bc0dBMVVkRHdRRUF3SUZvREFVQmdOVkhSRUVEVEFMZ2dsc2IyTmhiR2h2YzNRd0hRWURWUjBsQkJZdwpGQVlJS3dZQkJRVUhBd0VHQ0NzR0FRVUZCd01DTUF3R0ExVWRFd0VCL3dRQ01BQXdIUVlEVlIwT0JCWUVGQ054CjRMa0tNQzA1M3Q3dmI0dmpsaGhNVXJFVk1COEdBMVVkSXdRWU1CYUFGRzhydmRjUHRPUEZleG94Uml3QjFoNm8KTU1rYU1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQmN2bUdhY3FOOWlVR203RVQrMmttRlY3UG1aV3lOSGlTOApIZWlIdXlXaFBuV2Q1MEpRSjJndU5FZGp0cTQvb1U4aG0xalRndWZ6dFlpSGwvZFRNSlBUM211NU82LzBJdTRGCjRReTZ5MjJucXVldDRwYWlEa0F4UE9SNWkwc1I2YXJmYVpSQUJUT1lNQVMvbmt2ZnVWcnhMNDkvYWtNSnNER0kKa09Zb0s2SllKanN6L0k2Y3d1R1MzTGx0eEtWYlZRRTFtdlF0YlpUalE1czVKeWdiOWdBVUhFdHEwMENVMWFQVgpZN0tSWmRHRVhoV3lFbnBFSFdXSUxWL2FHMVFjU01jZmRaSm91MUZVdS82elZNRmNZYmRRUlpnR1NPQmo5WHlqCkFwbTBoRVM0OVJRSXFjZHlsNUt6LzQ1cG45SXhxMVdLKzZNZzNxRkJpd2o3alg3NElXQjUKLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo=", "encoding": "base64", "item": [ "cert", { "ca": "self-sign", "dns": [ "localhost" ], "name": "quadlet_demo" } ], "source": "/etc/pki/tls/certs/quadlet_demo.crt" } ok: [managed_node1] => (item=['key', {'name': 'quadlet_demo', 'dns': ['localhost'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2QUlCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktZd2dnU2lBZ0VBQW9JQkFRRHN0L05NbjF1QW5lckkKeTV6NFRJSnlhZVRWbXpGaHlyUUFxK2paVWpmenhBS3FGb0tob2QveG5JYlNqMkJWQjVUNmowbWd1akdQak9zMwowS2FJekRGMWljb2M4d3pnWmgwRENlNFMrVDBmaE9DeHZhZ0dNNS9QY2kycG12eWJkS0p1VmRzMHIyZlBzcCtNCjJUSVF5N0lOKzJ5SmxSempVM2ZMQk9jMVMwVzhpVU1FRGI3YnpmUFVYMUF1NGFSZEF0OHVaS3lrNFlUak95VlIKanJnaGRnRjNNQ0M3Z3lBNndwVVJ6K3FKWlozbnc1M2VqNGdJMkEwVjBTbUdRSVluMXdsVndISS9GQUE1QTJXSApOMEkzQXE4UFp5dzNTY1l1bmpPaGVMa3FreHpnVkR5K3laQ2lwZGEzQUU1NERsYXNPczVyZC9qR0VHUlloMnAwCkhTb1FkMldEQWdNQkFBRUNnZ0VBUU0wQWRPN0EyVDRobWhNbkpzK20vQlFoK1JtUlZLQnRVeXU4UTlXZWpJUVIKYUtkZDNrcFdhQ2s5dlNGVHNTTXd0TUNKMnM1dHA4cmZUem0yaFFkRTJOUzk5OXZQSUJURUIyTnVBVktxV1ZrQwpPNVhjQzhxUkNuUktyTDNKUGZNWlRoUUJ2SFB4K3FqK3hVdGx5YlJCUzFPUy9Eek9HaXJzeGE1VGJzTHExYmZFCnhQMXZ1cUVaQlZqeG1WcGs3SmVKQis2QXZJNkZTTzZWNDlSV3pwY1hqaEJXRkFLLzJFaGZ4MXhXeEtMSWZRWXIKSzd4OHBOVFV0U3RlYWtqTnVoaTZnNkcwUEt2Zm9UYmRLb0hCUXR4QUE2S3RiTUZKTjJnSW1DQ1U5bDdrWHJHYQpSOU9vcXZQR3I4aEpxSGoyMjJ5SEEwdExWUG0vSE5abk9pNE9ENEgxdFFLQmdRRDgvMlBSOGcvSVpMNU45aHN4CjFIakhSR21vU1ZPdmphUzRiNmxiNS9lWStIamRDb09pdGdLNXBiZ0V5ZjlBbS8yeDh5MjdLYjE4bmFmaFkrTSsKek95ZzZBWjRCcWlsM1lzc1ZnMnVjaExGVTVZc2dVNm5hY0QvcDhmN0k1V1o5RTJRcmpOOGg4eHVUSEw2TDlQTwovamN1SGc4VTZaMDlkVkhvbms0TlNhVnJqd0tCZ1FEdmh4cStSY28vSHhmUEt6WlVhUzdhYWRPZnZIWC9vdmpzCkhkd2F4MjdQUm5JeTA4RHArUHdhQXZaQmFpSGtHRE9KUnNvY2VkTytxcUdKTGRkSisyenZnd1U2bXd3OGJRNkcKVEd6YWcrbFFzakl6ZXk1UDRhbk1LNTNSM3B3bnNsQmNFSUJoeXdGejg4Si9jWDUwYVJnN2FjZXYzZVBRaXRFcAo5TG9OOHlsOHpRS0JnRTEyWExmUlo2ZXh3TnJaK2FXZUtvVEltNWtkS25SYjZBMVlrd0JDMi9xSVNXbFVhTTJPCjhQS3FuTmRLaWM3Y2RDYmlFQ1I0T1Q1SWZ6aHhmd2loY2VvcVlLQ3JXVU8vdTNjTnVnNnBlcm5VUit6RWdyS2IKbks0cVR2N0QvSEF3N3ZiWGY0Z25oQjVaWmZMWVpmL0FzbUI2YjUrMWo2RmJwSUtXeGNzbnUzQmRBb0dBVnhoVApPeGg1WDlaWWUvWUVmVkQ1dm1WNGs3NmRVV1RiQ2xBWk5vdUoyVWlPUWJrSmpvb0FjUnplbWc2VFlETUVta2ZwCk9jMTZsdnZJWE84VU4weDY0ZVJNUkhFWVUraDd2WTJRanl3ajdEbS9VMFRaSkNhejdROTNCVmJpaFBTcmo2NVkKWURiR3duakNJa0VNY0J1K3Vldk90ajRDbGxQRGxuUHNLeUpkMVlrQ2dZQmJlOE9OdEFJNmZVYVNVSkZuSFEwagpJbDhJZXpGU3lLYnp4enpyYlAwVXcwM3FaTHhmUVEzTmlFRDN3S0tvMXo3VTd5VXpjT2tITlpUQVZUNlM1WmpUCjNvcUpQMXNOd1RRVzZXZnlGcURUK1FjV3JhTEYwbnM0anBxeWdXeE1CT25YMW1lWGl4UEQvY2lFWHB6NEVsUjEKcDFuN2doTkpLZDNNZ0lWRXVkRDRIQT09Ci0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0K", "encoding": "base64", "item": [ "key", { "ca": "self-sign", "dns": [ "localhost" ], "name": "quadlet_demo" } ], "source": "/etc/pki/tls/private/quadlet_demo.key" } ok: [managed_node1] => (item=['ca', {'name': 'quadlet_demo', 'dns': ['localhost'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURnekNDQW11Z0F3SUJBZ0lSQU1PUFhaRDBrVXlkaGVQSUoydXZ2ZFF3RFFZSktvWklodmNOQVFFTEJRQXcKVURFZ01CNEdBMVVFQXd3WFRHOWpZV3dnVTJsbmJtbHVaeUJCZFhSb2IzSnBkSGt4TERBcUJnTlZCQU1NSTJNegpPR1kxWkRrd0xXWTBPVEUwWXpsa0xUZzFaVE5qT0RJM0xUWmlZV1ppWkdRek1CNFhEVEkwTURjeU56RTJNekUxCk9Wb1hEVEkxTURjeU56RTJNekUxT0Zvd0ZERVNNQkFHQTFVRUF4TUpiRzlqWVd4b2IzTjBNSUlCSWpBTkJna3EKaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUE3TGZ6VEo5YmdKM3F5TXVjK0V5Q2NtbmsxWnN4WWNxMApBS3ZvMlZJMzg4UUNxaGFDb2FIZjhaeUcwbzlnVlFlVStvOUpvTG94ajR6ck45Q21pTXd4ZFluS0hQTU00R1lkCkF3bnVFdms5SDRUZ3NiMm9Cak9mejNJdHFacjhtM1NpYmxYYk5LOW56N0tmak5reUVNdXlEZnRzaVpVYzQxTjMKeXdUbk5VdEZ2SWxEQkEyKzI4M3oxRjlRTHVHa1hRTGZMbVNzcE9HRTR6c2xVWTY0SVhZQmR6QWd1NE1nT3NLVgpFYy9xaVdXZDU4T2QzbytJQ05nTkZkRXBoa0NHSjljSlZjQnlQeFFBT1FObGh6ZENOd0t2RDJjc04wbkdMcDR6Cm9YaTVLcE1jNEZROHZzbVFvcVhXdHdCT2VBNVdyRHJPYTNmNHhoQmtXSWRxZEIwcUVIZGxnd0lEQVFBQm80R1QKTUlHUU1Bc0dBMVVkRHdRRUF3SUZvREFVQmdOVkhSRUVEVEFMZ2dsc2IyTmhiR2h2YzNRd0hRWURWUjBsQkJZdwpGQVlJS3dZQkJRVUhBd0VHQ0NzR0FRVUZCd01DTUF3R0ExVWRFd0VCL3dRQ01BQXdIUVlEVlIwT0JCWUVGQ054CjRMa0tNQzA1M3Q3dmI0dmpsaGhNVXJFVk1COEdBMVVkSXdRWU1CYUFGRzhydmRjUHRPUEZleG94Uml3QjFoNm8KTU1rYU1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQmN2bUdhY3FOOWlVR203RVQrMmttRlY3UG1aV3lOSGlTOApIZWlIdXlXaFBuV2Q1MEpRSjJndU5FZGp0cTQvb1U4aG0xalRndWZ6dFlpSGwvZFRNSlBUM211NU82LzBJdTRGCjRReTZ5MjJucXVldDRwYWlEa0F4UE9SNWkwc1I2YXJmYVpSQUJUT1lNQVMvbmt2ZnVWcnhMNDkvYWtNSnNER0kKa09Zb0s2SllKanN6L0k2Y3d1R1MzTGx0eEtWYlZRRTFtdlF0YlpUalE1czVKeWdiOWdBVUhFdHEwMENVMWFQVgpZN0tSWmRHRVhoV3lFbnBFSFdXSUxWL2FHMVFjU01jZmRaSm91MUZVdS82elZNRmNZYmRRUlpnR1NPQmo5WHlqCkFwbTBoRVM0OVJRSXFjZHlsNUt6LzQ1cG45SXhxMVdLKzZNZzNxRkJpd2o3alg3NElXQjUKLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo=", "encoding": "base64", "item": [ "ca", { "ca": "self-sign", "dns": [ "localhost" ], "name": "quadlet_demo" } ], "source": "/etc/pki/tls/certs/quadlet_demo.crt" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 27 July 2024 12:32:01 -0400 (0:00:01.345) 0:00:16.236 ********* ok: [managed_node1] => { "ansible_facts": { "certificate_test_certs": { "quadlet_demo": { "ca": "/etc/pki/tls/certs/quadlet_demo.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAMOPXZD0kUydhePIJ2uvvdQwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Mz\nOGY1ZDkwLWY0OTE0YzlkLTg1ZTNjODI3LTZiYWZiZGQzMB4XDTI0MDcyNzE2MzE1\nOVoXDTI1MDcyNzE2MzE1OFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7LfzTJ9bgJ3qyMuc+EyCcmnk1ZsxYcq0\nAKvo2VI388QCqhaCoaHf8ZyG0o9gVQeU+o9JoLoxj4zrN9CmiMwxdYnKHPMM4GYd\nAwnuEvk9H4Tgsb2oBjOfz3ItqZr8m3SiblXbNK9nz7KfjNkyEMuyDftsiZUc41N3\nywTnNUtFvIlDBA2+283z1F9QLuGkXQLfLmSspOGE4zslUY64IXYBdzAgu4MgOsKV\nEc/qiWWd58Od3o+ICNgNFdEphkCGJ9cJVcByPxQAOQNlhzdCNwKvD2csN0nGLp4z\noXi5KpMc4FQ8vsmQoqXWtwBOeA5WrDrOa3f4xhBkWIdqdB0qEHdlgwIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFCNx\n4LkKMC053t7vb4vjlhhMUrEVMB8GA1UdIwQYMBaAFG8rvdcPtOPFexoxRiwB1h6o\nMMkaMA0GCSqGSIb3DQEBCwUAA4IBAQBcvmGacqN9iUGm7ET+2kmFV7PmZWyNHiS8\nHeiHuyWhPnWd50JQJ2guNEdjtq4/oU8hm1jTgufztYiHl/dTMJPT3mu5O6/0Iu4F\n4Qy6y22nquet4paiDkAxPOR5i0sR6arfaZRABTOYMAS/nkvfuVrxL49/akMJsDGI\nkOYoK6JYJjsz/I6cwuGS3LltxKVbVQE1mvQtbZTjQ5s5Jygb9gAUHEtq00CU1aPV\nY7KRZdGEXhWyEnpEHWWILV/aG1QcSMcfdZJou1FUu/6zVMFcYbdQRZgGSOBj9Xyj\nApm0hES49RQIqcdyl5Kz/45pn9Ixq1WK+6Mg3qFBiwj7jX74IWB5\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/quadlet_demo.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAMOPXZD0kUydhePIJ2uvvdQwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Mz\nOGY1ZDkwLWY0OTE0YzlkLTg1ZTNjODI3LTZiYWZiZGQzMB4XDTI0MDcyNzE2MzE1\nOVoXDTI1MDcyNzE2MzE1OFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7LfzTJ9bgJ3qyMuc+EyCcmnk1ZsxYcq0\nAKvo2VI388QCqhaCoaHf8ZyG0o9gVQeU+o9JoLoxj4zrN9CmiMwxdYnKHPMM4GYd\nAwnuEvk9H4Tgsb2oBjOfz3ItqZr8m3SiblXbNK9nz7KfjNkyEMuyDftsiZUc41N3\nywTnNUtFvIlDBA2+283z1F9QLuGkXQLfLmSspOGE4zslUY64IXYBdzAgu4MgOsKV\nEc/qiWWd58Od3o+ICNgNFdEphkCGJ9cJVcByPxQAOQNlhzdCNwKvD2csN0nGLp4z\noXi5KpMc4FQ8vsmQoqXWtwBOeA5WrDrOa3f4xhBkWIdqdB0qEHdlgwIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFCNx\n4LkKMC053t7vb4vjlhhMUrEVMB8GA1UdIwQYMBaAFG8rvdcPtOPFexoxRiwB1h6o\nMMkaMA0GCSqGSIb3DQEBCwUAA4IBAQBcvmGacqN9iUGm7ET+2kmFV7PmZWyNHiS8\nHeiHuyWhPnWd50JQJ2guNEdjtq4/oU8hm1jTgufztYiHl/dTMJPT3mu5O6/0Iu4F\n4Qy6y22nquet4paiDkAxPOR5i0sR6arfaZRABTOYMAS/nkvfuVrxL49/akMJsDGI\nkOYoK6JYJjsz/I6cwuGS3LltxKVbVQE1mvQtbZTjQ5s5Jygb9gAUHEtq00CU1aPV\nY7KRZdGEXhWyEnpEHWWILV/aG1QcSMcfdZJou1FUu/6zVMFcYbdQRZgGSOBj9Xyj\nApm0hES49RQIqcdyl5Kz/45pn9Ixq1WK+6Mg3qFBiwj7jX74IWB5\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/quadlet_demo.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDst/NMn1uAnerI\ny5z4TIJyaeTVmzFhyrQAq+jZUjfzxAKqFoKhod/xnIbSj2BVB5T6j0mgujGPjOs3\n0KaIzDF1icoc8wzgZh0DCe4S+T0fhOCxvagGM5/Pci2pmvybdKJuVds0r2fPsp+M\n2TIQy7IN+2yJlRzjU3fLBOc1S0W8iUMEDb7bzfPUX1Au4aRdAt8uZKyk4YTjOyVR\njrghdgF3MCC7gyA6wpURz+qJZZ3nw53ej4gI2A0V0SmGQIYn1wlVwHI/FAA5A2WH\nN0I3Aq8PZyw3ScYunjOheLkqkxzgVDy+yZCipda3AE54DlasOs5rd/jGEGRYh2p0\nHSoQd2WDAgMBAAECggEAQM0AdO7A2T4hmhMnJs+m/BQh+RmRVKBtUyu8Q9WejIQR\naKdd3kpWaCk9vSFTsSMwtMCJ2s5tp8rfTzm2hQdE2NS999vPIBTEB2NuAVKqWVkC\nO5XcC8qRCnRKrL3JPfMZThQBvHPx+qj+xUtlybRBS1OS/DzOGirsxa5TbsLq1bfE\nxP1vuqEZBVjxmVpk7JeJB+6AvI6FSO6V49RWzpcXjhBWFAK/2Ehfx1xWxKLIfQYr\nK7x8pNTUtSteakjNuhi6g6G0PKvfoTbdKoHBQtxAA6KtbMFJN2gImCCU9l7kXrGa\nR9OoqvPGr8hJqHj222yHA0tLVPm/HNZnOi4OD4H1tQKBgQD8/2PR8g/IZL5N9hsx\n1HjHRGmoSVOvjaS4b6lb5/eY+HjdCoOitgK5pbgEyf9Am/2x8y27Kb18nafhY+M+\nzOyg6AZ4Bqil3YssVg2uchLFU5YsgU6nacD/p8f7I5WZ9E2QrjN8h8xuTHL6L9PO\n/jcuHg8U6Z09dVHonk4NSaVrjwKBgQDvhxq+Rco/HxfPKzZUaS7aadOfvHX/ovjs\nHdwax27PRnIy08Dp+PwaAvZBaiHkGDOJRsocedO+qqGJLddJ+2zvgwU6mww8bQ6G\nTGzag+lQsjIzey5P4anMK53R3pwnslBcEIBhywFz88J/cX50aRg7acev3ePQitEp\n9LoN8yl8zQKBgE12XLfRZ6exwNrZ+aWeKoTIm5kdKnRb6A1YkwBC2/qISWlUaM2O\n8PKqnNdKic7cdCbiECR4OT5IfzhxfwihceoqYKCrWUO/u3cNug6pernUR+zEgrKb\nnK4qTv7D/HAw7vbXf4gnhB5ZZfLYZf/AsmB6b5+1j6FbpIKWxcsnu3BdAoGAVxhT\nOxh5X9ZYe/YEfVD5vmV4k76dUWTbClAZNouJ2UiOQbkJjooAcRzemg6TYDMEmkfp\nOc16lvvIXO8UN0x64eRMRHEYU+h7vY2Qjywj7Dm/U0TZJCaz7Q93BVbihPSrj65Y\nYDbGwnjCIkEMcBu+uevOtj4CllPDlnPsKyJd1YkCgYBbe8ONtAI6fUaSUJFnHQ0j\nIl8IezFSyKbzxzzrbP0Uw03qZLxfQQ3NiED3wKKo1z7U7yUzcOkHNZTAVT6S5ZjT\n3oqJP1sNwTQW6WfyFqDT+QcWraLF0ns4jpqygWxMBOnX1meXixPD/ciEXpz4ElR1\np1n7ghNJKd3MgIVEudD4HA==\n-----END PRIVATE KEY-----\n" } } }, "changed": false } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 27 July 2024 12:32:01 -0400 (0:00:00.036) 0:00:16.272 ********* ok: [managed_node1] => (item={'cert': '/etc/pki/tls/certs/quadlet_demo.crt', 'cert_content': '-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAMOPXZD0kUydhePIJ2uvvdQwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Mz\nOGY1ZDkwLWY0OTE0YzlkLTg1ZTNjODI3LTZiYWZiZGQzMB4XDTI0MDcyNzE2MzE1\nOVoXDTI1MDcyNzE2MzE1OFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7LfzTJ9bgJ3qyMuc+EyCcmnk1ZsxYcq0\nAKvo2VI388QCqhaCoaHf8ZyG0o9gVQeU+o9JoLoxj4zrN9CmiMwxdYnKHPMM4GYd\nAwnuEvk9H4Tgsb2oBjOfz3ItqZr8m3SiblXbNK9nz7KfjNkyEMuyDftsiZUc41N3\nywTnNUtFvIlDBA2+283z1F9QLuGkXQLfLmSspOGE4zslUY64IXYBdzAgu4MgOsKV\nEc/qiWWd58Od3o+ICNgNFdEphkCGJ9cJVcByPxQAOQNlhzdCNwKvD2csN0nGLp4z\noXi5KpMc4FQ8vsmQoqXWtwBOeA5WrDrOa3f4xhBkWIdqdB0qEHdlgwIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFCNx\n4LkKMC053t7vb4vjlhhMUrEVMB8GA1UdIwQYMBaAFG8rvdcPtOPFexoxRiwB1h6o\nMMkaMA0GCSqGSIb3DQEBCwUAA4IBAQBcvmGacqN9iUGm7ET+2kmFV7PmZWyNHiS8\nHeiHuyWhPnWd50JQJ2guNEdjtq4/oU8hm1jTgufztYiHl/dTMJPT3mu5O6/0Iu4F\n4Qy6y22nquet4paiDkAxPOR5i0sR6arfaZRABTOYMAS/nkvfuVrxL49/akMJsDGI\nkOYoK6JYJjsz/I6cwuGS3LltxKVbVQE1mvQtbZTjQ5s5Jygb9gAUHEtq00CU1aPV\nY7KRZdGEXhWyEnpEHWWILV/aG1QcSMcfdZJou1FUu/6zVMFcYbdQRZgGSOBj9Xyj\nApm0hES49RQIqcdyl5Kz/45pn9Ixq1WK+6Mg3qFBiwj7jX74IWB5\n-----END CERTIFICATE-----\n', 'key': '/etc/pki/tls/private/quadlet_demo.key', 'key_content': '-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDst/NMn1uAnerI\ny5z4TIJyaeTVmzFhyrQAq+jZUjfzxAKqFoKhod/xnIbSj2BVB5T6j0mgujGPjOs3\n0KaIzDF1icoc8wzgZh0DCe4S+T0fhOCxvagGM5/Pci2pmvybdKJuVds0r2fPsp+M\n2TIQy7IN+2yJlRzjU3fLBOc1S0W8iUMEDb7bzfPUX1Au4aRdAt8uZKyk4YTjOyVR\njrghdgF3MCC7gyA6wpURz+qJZZ3nw53ej4gI2A0V0SmGQIYn1wlVwHI/FAA5A2WH\nN0I3Aq8PZyw3ScYunjOheLkqkxzgVDy+yZCipda3AE54DlasOs5rd/jGEGRYh2p0\nHSoQd2WDAgMBAAECggEAQM0AdO7A2T4hmhMnJs+m/BQh+RmRVKBtUyu8Q9WejIQR\naKdd3kpWaCk9vSFTsSMwtMCJ2s5tp8rfTzm2hQdE2NS999vPIBTEB2NuAVKqWVkC\nO5XcC8qRCnRKrL3JPfMZThQBvHPx+qj+xUtlybRBS1OS/DzOGirsxa5TbsLq1bfE\nxP1vuqEZBVjxmVpk7JeJB+6AvI6FSO6V49RWzpcXjhBWFAK/2Ehfx1xWxKLIfQYr\nK7x8pNTUtSteakjNuhi6g6G0PKvfoTbdKoHBQtxAA6KtbMFJN2gImCCU9l7kXrGa\nR9OoqvPGr8hJqHj222yHA0tLVPm/HNZnOi4OD4H1tQKBgQD8/2PR8g/IZL5N9hsx\n1HjHRGmoSVOvjaS4b6lb5/eY+HjdCoOitgK5pbgEyf9Am/2x8y27Kb18nafhY+M+\nzOyg6AZ4Bqil3YssVg2uchLFU5YsgU6nacD/p8f7I5WZ9E2QrjN8h8xuTHL6L9PO\n/jcuHg8U6Z09dVHonk4NSaVrjwKBgQDvhxq+Rco/HxfPKzZUaS7aadOfvHX/ovjs\nHdwax27PRnIy08Dp+PwaAvZBaiHkGDOJRsocedO+qqGJLddJ+2zvgwU6mww8bQ6G\nTGzag+lQsjIzey5P4anMK53R3pwnslBcEIBhywFz88J/cX50aRg7acev3ePQitEp\n9LoN8yl8zQKBgE12XLfRZ6exwNrZ+aWeKoTIm5kdKnRb6A1YkwBC2/qISWlUaM2O\n8PKqnNdKic7cdCbiECR4OT5IfzhxfwihceoqYKCrWUO/u3cNug6pernUR+zEgrKb\nnK4qTv7D/HAw7vbXf4gnhB5ZZfLYZf/AsmB6b5+1j6FbpIKWxcsnu3BdAoGAVxhT\nOxh5X9ZYe/YEfVD5vmV4k76dUWTbClAZNouJ2UiOQbkJjooAcRzemg6TYDMEmkfp\nOc16lvvIXO8UN0x64eRMRHEYU+h7vY2Qjywj7Dm/U0TZJCaz7Q93BVbihPSrj65Y\nYDbGwnjCIkEMcBu+uevOtj4CllPDlnPsKyJd1YkCgYBbe8ONtAI6fUaSUJFnHQ0j\nIl8IezFSyKbzxzzrbP0Uw03qZLxfQQ3NiED3wKKo1z7U7yUzcOkHNZTAVT6S5ZjT\n3oqJP1sNwTQW6WfyFqDT+QcWraLF0ns4jpqygWxMBOnX1meXixPD/ciEXpz4ElR1\np1n7ghNJKd3MgIVEudD4HA==\n-----END PRIVATE KEY-----\n', 'ca': '/etc/pki/tls/certs/quadlet_demo.crt', 'ca_content': '-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAMOPXZD0kUydhePIJ2uvvdQwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Mz\nOGY1ZDkwLWY0OTE0YzlkLTg1ZTNjODI3LTZiYWZiZGQzMB4XDTI0MDcyNzE2MzE1\nOVoXDTI1MDcyNzE2MzE1OFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7LfzTJ9bgJ3qyMuc+EyCcmnk1ZsxYcq0\nAKvo2VI388QCqhaCoaHf8ZyG0o9gVQeU+o9JoLoxj4zrN9CmiMwxdYnKHPMM4GYd\nAwnuEvk9H4Tgsb2oBjOfz3ItqZr8m3SiblXbNK9nz7KfjNkyEMuyDftsiZUc41N3\nywTnNUtFvIlDBA2+283z1F9QLuGkXQLfLmSspOGE4zslUY64IXYBdzAgu4MgOsKV\nEc/qiWWd58Od3o+ICNgNFdEphkCGJ9cJVcByPxQAOQNlhzdCNwKvD2csN0nGLp4z\noXi5KpMc4FQ8vsmQoqXWtwBOeA5WrDrOa3f4xhBkWIdqdB0qEHdlgwIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFCNx\n4LkKMC053t7vb4vjlhhMUrEVMB8GA1UdIwQYMBaAFG8rvdcPtOPFexoxRiwB1h6o\nMMkaMA0GCSqGSIb3DQEBCwUAA4IBAQBcvmGacqN9iUGm7ET+2kmFV7PmZWyNHiS8\nHeiHuyWhPnWd50JQJ2guNEdjtq4/oU8hm1jTgufztYiHl/dTMJPT3mu5O6/0Iu4F\n4Qy6y22nquet4paiDkAxPOR5i0sR6arfaZRABTOYMAS/nkvfuVrxL49/akMJsDGI\nkOYoK6JYJjsz/I6cwuGS3LltxKVbVQE1mvQtbZTjQ5s5Jygb9gAUHEtq00CU1aPV\nY7KRZdGEXhWyEnpEHWWILV/aG1QcSMcfdZJou1FUu/6zVMFcYbdQRZgGSOBj9Xyj\nApm0hES49RQIqcdyl5Kz/45pn9Ixq1WK+6Mg3qFBiwj7jX74IWB5\n-----END CERTIFICATE-----\n'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "getcert", "stop-tracking", "-f", "/etc/pki/tls/certs/quadlet_demo.crt" ], "delta": "0:00:00.031724", "end": "2024-07-27 12:32:01.689850", "item": { "ca": "/etc/pki/tls/certs/quadlet_demo.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAMOPXZD0kUydhePIJ2uvvdQwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Mz\nOGY1ZDkwLWY0OTE0YzlkLTg1ZTNjODI3LTZiYWZiZGQzMB4XDTI0MDcyNzE2MzE1\nOVoXDTI1MDcyNzE2MzE1OFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7LfzTJ9bgJ3qyMuc+EyCcmnk1ZsxYcq0\nAKvo2VI388QCqhaCoaHf8ZyG0o9gVQeU+o9JoLoxj4zrN9CmiMwxdYnKHPMM4GYd\nAwnuEvk9H4Tgsb2oBjOfz3ItqZr8m3SiblXbNK9nz7KfjNkyEMuyDftsiZUc41N3\nywTnNUtFvIlDBA2+283z1F9QLuGkXQLfLmSspOGE4zslUY64IXYBdzAgu4MgOsKV\nEc/qiWWd58Od3o+ICNgNFdEphkCGJ9cJVcByPxQAOQNlhzdCNwKvD2csN0nGLp4z\noXi5KpMc4FQ8vsmQoqXWtwBOeA5WrDrOa3f4xhBkWIdqdB0qEHdlgwIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFCNx\n4LkKMC053t7vb4vjlhhMUrEVMB8GA1UdIwQYMBaAFG8rvdcPtOPFexoxRiwB1h6o\nMMkaMA0GCSqGSIb3DQEBCwUAA4IBAQBcvmGacqN9iUGm7ET+2kmFV7PmZWyNHiS8\nHeiHuyWhPnWd50JQJ2guNEdjtq4/oU8hm1jTgufztYiHl/dTMJPT3mu5O6/0Iu4F\n4Qy6y22nquet4paiDkAxPOR5i0sR6arfaZRABTOYMAS/nkvfuVrxL49/akMJsDGI\nkOYoK6JYJjsz/I6cwuGS3LltxKVbVQE1mvQtbZTjQ5s5Jygb9gAUHEtq00CU1aPV\nY7KRZdGEXhWyEnpEHWWILV/aG1QcSMcfdZJou1FUu/6zVMFcYbdQRZgGSOBj9Xyj\nApm0hES49RQIqcdyl5Kz/45pn9Ixq1WK+6Mg3qFBiwj7jX74IWB5\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/quadlet_demo.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAMOPXZD0kUydhePIJ2uvvdQwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Mz\nOGY1ZDkwLWY0OTE0YzlkLTg1ZTNjODI3LTZiYWZiZGQzMB4XDTI0MDcyNzE2MzE1\nOVoXDTI1MDcyNzE2MzE1OFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7LfzTJ9bgJ3qyMuc+EyCcmnk1ZsxYcq0\nAKvo2VI388QCqhaCoaHf8ZyG0o9gVQeU+o9JoLoxj4zrN9CmiMwxdYnKHPMM4GYd\nAwnuEvk9H4Tgsb2oBjOfz3ItqZr8m3SiblXbNK9nz7KfjNkyEMuyDftsiZUc41N3\nywTnNUtFvIlDBA2+283z1F9QLuGkXQLfLmSspOGE4zslUY64IXYBdzAgu4MgOsKV\nEc/qiWWd58Od3o+ICNgNFdEphkCGJ9cJVcByPxQAOQNlhzdCNwKvD2csN0nGLp4z\noXi5KpMc4FQ8vsmQoqXWtwBOeA5WrDrOa3f4xhBkWIdqdB0qEHdlgwIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFCNx\n4LkKMC053t7vb4vjlhhMUrEVMB8GA1UdIwQYMBaAFG8rvdcPtOPFexoxRiwB1h6o\nMMkaMA0GCSqGSIb3DQEBCwUAA4IBAQBcvmGacqN9iUGm7ET+2kmFV7PmZWyNHiS8\nHeiHuyWhPnWd50JQJ2guNEdjtq4/oU8hm1jTgufztYiHl/dTMJPT3mu5O6/0Iu4F\n4Qy6y22nquet4paiDkAxPOR5i0sR6arfaZRABTOYMAS/nkvfuVrxL49/akMJsDGI\nkOYoK6JYJjsz/I6cwuGS3LltxKVbVQE1mvQtbZTjQ5s5Jygb9gAUHEtq00CU1aPV\nY7KRZdGEXhWyEnpEHWWILV/aG1QcSMcfdZJou1FUu/6zVMFcYbdQRZgGSOBj9Xyj\nApm0hES49RQIqcdyl5Kz/45pn9Ixq1WK+6Mg3qFBiwj7jX74IWB5\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/quadlet_demo.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDst/NMn1uAnerI\ny5z4TIJyaeTVmzFhyrQAq+jZUjfzxAKqFoKhod/xnIbSj2BVB5T6j0mgujGPjOs3\n0KaIzDF1icoc8wzgZh0DCe4S+T0fhOCxvagGM5/Pci2pmvybdKJuVds0r2fPsp+M\n2TIQy7IN+2yJlRzjU3fLBOc1S0W8iUMEDb7bzfPUX1Au4aRdAt8uZKyk4YTjOyVR\njrghdgF3MCC7gyA6wpURz+qJZZ3nw53ej4gI2A0V0SmGQIYn1wlVwHI/FAA5A2WH\nN0I3Aq8PZyw3ScYunjOheLkqkxzgVDy+yZCipda3AE54DlasOs5rd/jGEGRYh2p0\nHSoQd2WDAgMBAAECggEAQM0AdO7A2T4hmhMnJs+m/BQh+RmRVKBtUyu8Q9WejIQR\naKdd3kpWaCk9vSFTsSMwtMCJ2s5tp8rfTzm2hQdE2NS999vPIBTEB2NuAVKqWVkC\nO5XcC8qRCnRKrL3JPfMZThQBvHPx+qj+xUtlybRBS1OS/DzOGirsxa5TbsLq1bfE\nxP1vuqEZBVjxmVpk7JeJB+6AvI6FSO6V49RWzpcXjhBWFAK/2Ehfx1xWxKLIfQYr\nK7x8pNTUtSteakjNuhi6g6G0PKvfoTbdKoHBQtxAA6KtbMFJN2gImCCU9l7kXrGa\nR9OoqvPGr8hJqHj222yHA0tLVPm/HNZnOi4OD4H1tQKBgQD8/2PR8g/IZL5N9hsx\n1HjHRGmoSVOvjaS4b6lb5/eY+HjdCoOitgK5pbgEyf9Am/2x8y27Kb18nafhY+M+\nzOyg6AZ4Bqil3YssVg2uchLFU5YsgU6nacD/p8f7I5WZ9E2QrjN8h8xuTHL6L9PO\n/jcuHg8U6Z09dVHonk4NSaVrjwKBgQDvhxq+Rco/HxfPKzZUaS7aadOfvHX/ovjs\nHdwax27PRnIy08Dp+PwaAvZBaiHkGDOJRsocedO+qqGJLddJ+2zvgwU6mww8bQ6G\nTGzag+lQsjIzey5P4anMK53R3pwnslBcEIBhywFz88J/cX50aRg7acev3ePQitEp\n9LoN8yl8zQKBgE12XLfRZ6exwNrZ+aWeKoTIm5kdKnRb6A1YkwBC2/qISWlUaM2O\n8PKqnNdKic7cdCbiECR4OT5IfzhxfwihceoqYKCrWUO/u3cNug6pernUR+zEgrKb\nnK4qTv7D/HAw7vbXf4gnhB5ZZfLYZf/AsmB6b5+1j6FbpIKWxcsnu3BdAoGAVxhT\nOxh5X9ZYe/YEfVD5vmV4k76dUWTbClAZNouJ2UiOQbkJjooAcRzemg6TYDMEmkfp\nOc16lvvIXO8UN0x64eRMRHEYU+h7vY2Qjywj7Dm/U0TZJCaz7Q93BVbihPSrj65Y\nYDbGwnjCIkEMcBu+uevOtj4CllPDlnPsKyJd1YkCgYBbe8ONtAI6fUaSUJFnHQ0j\nIl8IezFSyKbzxzzrbP0Uw03qZLxfQQ3NiED3wKKo1z7U7yUzcOkHNZTAVT6S5ZjT\n3oqJP1sNwTQW6WfyFqDT+QcWraLF0ns4jpqygWxMBOnX1meXixPD/ciEXpz4ElR1\np1n7ghNJKd3MgIVEudD4HA==\n-----END PRIVATE KEY-----\n" }, "rc": 0, "start": "2024-07-27 12:32:01.658126" } STDOUT: Request "20240727163159" removed. TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 27 July 2024 12:32:01 -0400 (0:00:00.587) 0:00:16.859 ********* changed: [managed_node1] => (item=/etc/pki/tls/certs/quadlet_demo.crt) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/certs/quadlet_demo.crt", "path": "/etc/pki/tls/certs/quadlet_demo.crt", "state": "absent" } changed: [managed_node1] => (item=/etc/pki/tls/private/quadlet_demo.key) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/private/quadlet_demo.key", "path": "/etc/pki/tls/private/quadlet_demo.key", "state": "absent" } ok: [managed_node1] => (item=/etc/pki/tls/certs/quadlet_demo.crt) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/pki/tls/certs/quadlet_demo.crt", "path": "/etc/pki/tls/certs/quadlet_demo.crt", "state": "absent" } TASK [Run the role] ************************************************************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_quadlet_demo.yml:44 Saturday 27 July 2024 12:32:03 -0400 (0:00:01.316) 0:00:18.175 ********* included: fedora.linux_system_roles.podman for managed_node1 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 27 July 2024 12:32:03 -0400 (0:00:00.075) 0:00:18.251 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 27 July 2024 12:32:03 -0400 (0:00:00.035) 0:00:18.287 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 27 July 2024 12:32:03 -0400 (0:00:00.030) 0:00:18.317 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 27 July 2024 12:32:03 -0400 (0:00:00.415) 0:00:18.733 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Saturday 27 July 2024 12:32:03 -0400 (0:00:00.029) 0:00:18.762 ********* ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [managed_node1] => (item=Fedora.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [managed_node1] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 27 July 2024 12:32:03 -0400 (0:00:00.056) 0:00:18.819 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 27 July 2024 12:32:05 -0400 (0:00:01.390) 0:00:20.209 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 27 July 2024 12:32:05 -0400 (0:00:00.050) 0:00:20.260 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Saturday 27 July 2024 12:32:05 -0400 (0:00:00.054) 0:00:20.315 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.035797", "end": "2024-07-27 12:32:05.596146", "rc": 0, "start": "2024-07-27 12:32:05.560349" } STDOUT: podman version 4.9.4 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 27 July 2024 12:32:05 -0400 (0:00:00.472) 0:00:20.787 ********* ok: [managed_node1] => { "ansible_facts": { "podman_version": "4.9.4" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Saturday 27 July 2024 12:32:05 -0400 (0:00:00.047) 0:00:20.835 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Saturday 27 July 2024 12:32:05 -0400 (0:00:00.046) 0:00:20.882 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Saturday 27 July 2024 12:32:05 -0400 (0:00:00.057) 0:00:20.940 ********* META: end_host conditional evaluated to False, continuing execution for managed_node1 skipping: [managed_node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node1" } MSG: end_host conditional evaluated to false, continuing execution for managed_node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 27 July 2024 12:32:05 -0400 (0:00:00.070) 0:00:21.011 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 27 July 2024 12:32:06 -0400 (0:00:00.122) 0:00:21.133 ********* ok: [managed_node1] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 27 July 2024 12:32:06 -0400 (0:00:00.576) 0:00:21.709 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 27 July 2024 12:32:06 -0400 (0:00:00.049) 0:00:21.759 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 27 July 2024 12:32:06 -0400 (0:00:00.063) 0:00:21.822 ********* ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Saturday 27 July 2024 12:32:07 -0400 (0:00:00.452) 0:00:22.275 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 27 July 2024 12:32:07 -0400 (0:00:00.057) 0:00:22.332 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722097838.3054328, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1722097768.403057, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203421, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "1586140578", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 27 July 2024 12:32:07 -0400 (0:00:00.446) 0:00:22.778 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 27 July 2024 12:32:07 -0400 (0:00:00.042) 0:00:22.821 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 27 July 2024 12:32:07 -0400 (0:00:00.043) 0:00:22.865 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Saturday 27 July 2024 12:32:07 -0400 (0:00:00.042) 0:00:22.907 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Saturday 27 July 2024 12:32:07 -0400 (0:00:00.040) 0:00:22.948 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Saturday 27 July 2024 12:32:07 -0400 (0:00:00.041) 0:00:22.989 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Saturday 27 July 2024 12:32:07 -0400 (0:00:00.041) 0:00:23.031 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Saturday 27 July 2024 12:32:07 -0400 (0:00:00.043) 0:00:23.075 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Saturday 27 July 2024 12:32:08 -0400 (0:00:00.042) 0:00:23.117 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Saturday 27 July 2024 12:32:08 -0400 (0:00:00.085) 0:00:23.203 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 27 July 2024 12:32:08 -0400 (0:00:00.092) 0:00:23.295 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 27 July 2024 12:32:08 -0400 (0:00:00.079) 0:00:23.374 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Saturday 27 July 2024 12:32:08 -0400 (0:00:00.045) 0:00:23.420 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 27 July 2024 12:32:08 -0400 (0:00:00.093) 0:00:23.513 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 27 July 2024 12:32:08 -0400 (0:00:00.044) 0:00:23.557 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Saturday 27 July 2024 12:32:08 -0400 (0:00:00.045) 0:00:23.602 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 27 July 2024 12:32:08 -0400 (0:00:00.096) 0:00:23.699 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 27 July 2024 12:32:08 -0400 (0:00:00.045) 0:00:23.745 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 27 July 2024 12:32:08 -0400 (0:00:00.045) 0:00:23.790 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 27 July 2024 12:32:08 -0400 (0:00:00.098) 0:00:23.888 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 27 July 2024 12:32:08 -0400 (0:00:00.044) 0:00:23.933 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 27 July 2024 12:32:08 -0400 (0:00:00.045) 0:00:23.978 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 27 July 2024 12:32:08 -0400 (0:00:00.046) 0:00:24.025 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Saturday 27 July 2024 12:32:08 -0400 (0:00:00.047) 0:00:24.072 ********* included: fedora.linux_system_roles.firewall for managed_node1 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 27 July 2024 12:32:09 -0400 (0:00:00.193) 0:00:24.266 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed_node1 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 27 July 2024 12:32:09 -0400 (0:00:00.086) 0:00:24.353 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 27 July 2024 12:32:09 -0400 (0:00:00.056) 0:00:24.409 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 27 July 2024 12:32:09 -0400 (0:00:00.439) 0:00:24.849 ********* ok: [managed_node1] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 27 July 2024 12:32:09 -0400 (0:00:00.052) 0:00:24.901 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 27 July 2024 12:32:10 -0400 (0:00:00.440) 0:00:25.341 ********* ok: [managed_node1] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 Saturday 27 July 2024 12:32:10 -0400 (0:00:00.051) 0:00:25.393 ********* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43 Saturday 27 July 2024 12:32:12 -0400 (0:00:01.980) 0:00:27.373 ********* skipping: [managed_node1] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48 Saturday 27 July 2024 12:32:12 -0400 (0:00:00.047) 0:00:27.420 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53 Saturday 27 July 2024 12:32:12 -0400 (0:00:00.047) 0:00:27.468 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 27 July 2024 12:32:12 -0400 (0:00:00.044) 0:00:27.512 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 27 July 2024 12:32:12 -0400 (0:00:00.042) 0:00:27.554 ********* skipping: [managed_node1] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 27 July 2024 12:32:12 -0400 (0:00:00.051) 0:00:27.606 ********* ok: [managed_node1] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice polkit.service dbus-broker.service sysinit.target basic.target dbus.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "nftables.service shutdown.target ebtables.service ipset.service ip6tables.service iptables.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14754", "LimitNPROCSoft": "14754", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14754", "LimitSIGPENDINGSoft": "14754", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice dbus.socket sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4426", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 27 July 2024 12:32:13 -0400 (0:00:00.711) 0:00:28.318 ********* changed: [managed_node1] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target dbus.socket basic.target system.slice polkit.service dbus-broker.service", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "nftables.service iptables.service ebtables.service shutdown.target ipset.service ip6tables.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14754", "LimitNPROCSoft": "14754", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14754", "LimitSIGPENDINGSoft": "14754", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice dbus.socket sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4426", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 27 July 2024 12:32:15 -0400 (0:00:02.302) 0:00:30.620 ********* ok: [managed_node1] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3.12", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 27 July 2024 12:32:15 -0400 (0:00:00.058) 0:00:30.679 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 27 July 2024 12:32:15 -0400 (0:00:00.042) 0:00:30.721 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 27 July 2024 12:32:15 -0400 (0:00:00.081) 0:00:30.803 ********* changed: [managed_node1] => (item={'port': '8000/tcp', 'state': 'enabled'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "port": "8000/tcp", "state": "enabled" } } changed: [managed_node1] => (item={'port': '9000/tcp', 'state': 'enabled'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "port": "9000/tcp", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 27 July 2024 12:32:18 -0400 (0:00:02.490) 0:00:33.293 ********* skipping: [managed_node1] => (item={'port': '8000/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall | length == 1", "item": { "port": "8000/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item={'port': '9000/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall | length == 1", "item": { "port": "9000/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 27 July 2024 12:32:18 -0400 (0:00:00.069) 0:00:33.363 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "firewall | length == 1", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 27 July 2024 12:32:18 -0400 (0:00:00.047) 0:00:33.410 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 27 July 2024 12:32:18 -0400 (0:00:00.045) 0:00:33.456 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 27 July 2024 12:32:18 -0400 (0:00:00.046) 0:00:33.503 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 27 July 2024 12:32:18 -0400 (0:00:00.044) 0:00:33.547 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 27 July 2024 12:32:18 -0400 (0:00:00.043) 0:00:33.591 ********* skipping: [managed_node1] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Saturday 27 July 2024 12:32:18 -0400 (0:00:00.069) 0:00:33.660 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Saturday 27 July 2024 12:32:18 -0400 (0:00:00.045) 0:00:33.706 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Saturday 27 July 2024 12:32:18 -0400 (0:00:00.044) 0:00:33.750 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Saturday 27 July 2024 12:32:18 -0400 (0:00:00.042) 0:00:33.793 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Saturday 27 July 2024 12:32:18 -0400 (0:00:00.041) 0:00:33.835 ********* fatal: [managed_node1]: FAILED! => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result" } TASK [Dump journal] ************************************************************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_quadlet_demo.yml:124 Saturday 27 July 2024 12:32:18 -0400 (0:00:00.045) 0:00:33.880 ********* fatal: [managed_node1]: FAILED! => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.040993", "end": "2024-07-27 12:32:19.172934", "failed_when_result": true, "rc": 0, "start": "2024-07-27 12:32:19.131941" } STDOUT: Jul 27 12:31:53 ip-10-31-40-127.us-east-1.aws.redhat.com dbus-broker-launch[601]: Noticed file-system modification, trigger reload. ░░ Subject: A configuration directory was written to ░░ Defined-By: dbus-broker ░░ Support: https://groups.google.com/forum/#!forum/bus1-devel ░░ ░░ A write was detected to one of the directories containing D-Bus configuration ░░ files, triggering a configuration reload. ░░ ░░ This functionality exists for backwards compatibility to pick up changes to ░░ D-Bus configuration without an explicit reolad request. Typically when ░░ installing or removing third-party software causes D-Bus configuration files ░░ to be added or removed. ░░ ░░ It is worth noting that this may cause partial configuration to be loaded in ░░ case dispatching this notification races with the writing of the configuration ░░ files. However, a future notification will then cause the configuration to be ░░ reladed again. Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com systemd[1]: Reloading requested from client PID 14874 ('systemctl') (unit session-5.scope)... Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com systemd[1]: Reloading... Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com systemd[1]: Reloading finished in 372 ms. Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=87 op=LOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=69 op=UNLOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=88 op=LOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=70 op=UNLOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=89 op=LOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=90 op=LOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=71 op=UNLOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=72 op=UNLOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=91 op=LOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=92 op=LOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=73 op=UNLOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=74 op=UNLOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=93 op=LOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=75 op=UNLOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=94 op=LOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=76 op=UNLOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=95 op=LOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=77 op=UNLOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=96 op=LOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=97 op=LOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=78 op=UNLOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=79 op=UNLOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=98 op=LOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=80 op=UNLOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=99 op=LOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=100 op=LOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=81 op=UNLOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=82 op=UNLOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=101 op=LOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=83 op=UNLOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=102 op=LOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=84 op=UNLOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=103 op=LOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=104 op=LOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=85 op=UNLOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=86 op=UNLOAD Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=run-rce297e16363849c995cae874785a6929 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com systemd[1]: Started run-rce297e16363849c995cae874785a6929.service - /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-rce297e16363849c995cae874785a6929.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit run-rce297e16363849c995cae874785a6929.service has finished successfully. ░░ ░░ The job identifier is 1330. Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com systemd[1]: Starting man-db-cache-update.service... ░░ Subject: A start job for unit man-db-cache-update.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 1414. Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com systemd[1]: Reloading requested from client PID 14930 ('systemctl') (unit session-5.scope)... Jul 27 12:31:54 ip-10-31-40-127.us-east-1.aws.redhat.com systemd[1]: Reloading... Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com systemd[1]: Reloading finished in 530 ms. Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=105 op=LOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=87 op=UNLOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=106 op=LOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=88 op=UNLOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=107 op=LOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=108 op=LOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=89 op=UNLOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=90 op=UNLOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=109 op=LOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=110 op=LOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=91 op=UNLOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=92 op=UNLOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=111 op=LOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=93 op=UNLOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=112 op=LOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=94 op=UNLOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=113 op=LOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=95 op=UNLOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=114 op=LOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=115 op=LOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=96 op=UNLOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=97 op=UNLOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=116 op=LOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=98 op=UNLOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=117 op=LOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=118 op=LOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=99 op=UNLOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=100 op=UNLOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=119 op=LOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=101 op=UNLOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=120 op=LOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=102 op=UNLOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=121 op=LOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=122 op=LOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=103 op=UNLOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=104 op=UNLOAD Jul 27 12:31:55 ip-10-31-40-127.us-east-1.aws.redhat.com systemd[1]: Queuing reload/restart jobs for marked units… Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=14987 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15004 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15020 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit man-db-cache-update.service has successfully entered the 'dead' state. Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com systemd[1]: Finished man-db-cache-update.service. ░░ Subject: A start job for unit man-db-cache-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 1414. Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com systemd[1]: man-db-cache-update.service: Consumed 1.043s CPU time. ░░ Subject: Resources consumed by unit runtime ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit man-db-cache-update.service completed and consumed the indicated resources. Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=man-db-cache-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=man-db-cache-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com systemd[1]: run-rce297e16363849c995cae874785a6929.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit run-rce297e16363849c995cae874785a6929.service has successfully entered the 'dead' state. Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=run-rce297e16363849c995cae874785a6929 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15046 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15062 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15079 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com python3.12[15097]: ansible-file Invoked with name=/etc/certmonger//pre-scripts owner=root group=root mode=0700 state=directory path=/etc/certmonger//pre-scripts recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15098 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15115 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15131 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:56 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15153 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15169 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15186 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com python3.12[15204]: ansible-file Invoked with name=/etc/certmonger//post-scripts owner=root group=root mode=0700 state=directory path=/etc/certmonger//post-scripts recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15205 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15222 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15238 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15260 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15276 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:31:57 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15293 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com python3.12[15311]: ansible-ansible.legacy.systemd Invoked with name=certmonger state=started enabled=True daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com systemd[1]: Reloading requested from client PID 15314 ('systemctl') (unit session-5.scope)... Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com systemd[1]: Reloading... Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com systemd[1]: Reloading finished in 370 ms. Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=123 op=LOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=105 op=UNLOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=124 op=LOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=106 op=UNLOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=125 op=LOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=126 op=LOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=107 op=UNLOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=108 op=UNLOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=127 op=LOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=128 op=LOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=109 op=UNLOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=110 op=UNLOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=129 op=LOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=111 op=UNLOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=130 op=LOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=112 op=UNLOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=131 op=LOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=113 op=UNLOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=132 op=LOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=133 op=LOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=114 op=UNLOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=115 op=UNLOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=134 op=LOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=116 op=UNLOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=135 op=LOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=136 op=LOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=117 op=UNLOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=118 op=UNLOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=137 op=LOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=119 op=UNLOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=138 op=LOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=120 op=UNLOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=139 op=LOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=140 op=LOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=121 op=UNLOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=122 op=UNLOAD Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com (rtmonger)[15364]: certmonger.service: Referenced but unset environment variable evaluates to an empty string: OPTS Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com systemd[1]: Starting certmonger.service - Certificate monitoring and PKI enrollment... ░░ Subject: A start job for unit certmonger.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit certmonger.service has begun execution. ░░ ░░ The job identifier is 1498. Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com systemd[1]: Started certmonger.service - Certificate monitoring and PKI enrollment. ░░ Subject: A start job for unit certmonger.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit certmonger.service has finished successfully. ░░ ░░ The job identifier is 1498. Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=certmonger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15378 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15406 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15425 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:58 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15447 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15463 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15480 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com python3.12[15498]: ansible-fedora.linux_system_roles.certificate_request Invoked with name=quadlet_demo dns=['localhost'] directory=/etc/pki/tls wait=True ca=self-sign __header=# # Ansible managed # # system_role:certificate provider_config_directory=/etc/certmonger provider=certmonger key_usage=['digitalSignature', 'keyEncipherment'] extended_key_usage=['id-kp-serverAuth', 'id-kp-clientAuth'] auto_renew=True ip=None email=None common_name=None country=None state=None locality=None organization=None organizational_unit=None contact_email=None key_size=None owner=None group=None mode=None principal=None run_before=None run_after=None Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15513]: Certificate in file "/etc/pki/tls/certs/quadlet_demo.crt" issued by CA and saved. Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:31:59 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15514 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15531 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15547 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:31:59 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15569 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15585 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15602 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com python3.12[15620]: ansible-slurp Invoked with path=/etc/pki/tls/certs/quadlet_demo.crt src=/etc/pki/tls/certs/quadlet_demo.crt Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15621 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15638 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15654 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15676 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15692 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15709 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com python3.12[15727]: ansible-slurp Invoked with path=/etc/pki/tls/private/quadlet_demo.key src=/etc/pki/tls/private/quadlet_demo.key Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15728 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15745 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15761 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15783 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15799 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:00 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15816 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com python3.12[15834]: ansible-slurp Invoked with path=/etc/pki/tls/certs/quadlet_demo.crt src=/etc/pki/tls/certs/quadlet_demo.crt Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15835 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15852 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15868 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15890 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15906 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15923 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com python3.12[15941]: ansible-ansible.legacy.command Invoked with _raw_params=getcert stop-tracking -f /etc/pki/tls/certs/quadlet_demo.crt _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com certmonger[15364]: 2024-07-27 12:32:01 [15364] Wrote to /var/lib/certmonger/requests/20240727163159 Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15943 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15960 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15976 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=15998 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16014 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:01 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16031 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com python3.12[16049]: ansible-file Invoked with path=/etc/pki/tls/certs/quadlet_demo.crt state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16050 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16067 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16083 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16105 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16121 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16138 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com python3.12[16156]: ansible-file Invoked with path=/etc/pki/tls/private/quadlet_demo.key state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16157 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16174 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16190 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16212 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16228 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:02 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16245 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com python3.12[16263]: ansible-file Invoked with path=/etc/pki/tls/certs/quadlet_demo.crt state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16264 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16281 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16297 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16319 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16335 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16352 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com python3.12[16370]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16371 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16388 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16404 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:03 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:04 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:04 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:04 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16426 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:04 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:04 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:04 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:04 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:04 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16442 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:04 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:04 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:04 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:04 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:04 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16459 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:04 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:04 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:04 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:04 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:04 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16478 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:04 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:04 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16495 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16511 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16533 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16549 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16566 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com python3.12[16584]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16591 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:05 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16608 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16624 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16646 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16662 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16679 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com python3.12[16697]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16699 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16716 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16732 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16754 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16770 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:06 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16787 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com python3.12[16805]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16807 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16824 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16840 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16862 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16878 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16895 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com python3.12[16913]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16916 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:07 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16933 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16949 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16971 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=16987 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17004 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com python3.12[17022]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17023 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17040 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17056 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17078 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17094 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:09 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17111 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com python3.12[17129]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17130 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17147 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17163 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17185 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17201 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17218 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:10 ip-10-31-40-127.us-east-1.aws.redhat.com python3.12[17236]: ansible-ansible.legacy.dnf Invoked with name=['firewalld'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17238 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17255 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17271 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17293 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17309 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:12 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17326 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com python3.12[17344]: ansible-systemd Invoked with name=firewalld masked=False daemon_reload=False daemon_reexec=False scope=system no_block=False state=None enabled=None force=None Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17347 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com systemd[890]: Created slice background.slice - User Background Tasks Slice. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 17. Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com systemd[890]: Starting systemd-tmpfiles-clean.service - Cleanup of User's Temporary Files and Directories... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 16. Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com systemd[890]: Finished systemd-tmpfiles-clean.service - Cleanup of User's Temporary Files and Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 16. Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17366 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17382 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17404 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17420 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17437 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com python3.12[17455]: ansible-ansible.legacy.systemd Invoked with name=firewalld state=started enabled=True daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com systemd[1]: Reloading requested from client PID 17458 ('systemctl') (unit session-5.scope)... Jul 27 12:32:13 ip-10-31-40-127.us-east-1.aws.redhat.com systemd[1]: Reloading... Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com systemd[1]: Reloading finished in 372 ms. Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=141 op=LOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=123 op=UNLOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=142 op=LOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=124 op=UNLOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=143 op=LOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=144 op=LOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=125 op=UNLOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=126 op=UNLOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=145 op=LOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=146 op=LOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=127 op=UNLOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=128 op=UNLOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=147 op=LOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=129 op=UNLOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=148 op=LOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=130 op=UNLOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=149 op=LOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=131 op=UNLOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=150 op=LOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=151 op=LOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=132 op=UNLOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=133 op=UNLOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=152 op=LOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=134 op=UNLOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=153 op=LOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=154 op=LOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=135 op=UNLOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=136 op=UNLOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=155 op=LOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=137 op=UNLOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=156 op=LOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=138 op=UNLOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=157 op=LOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=158 op=LOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=139 op=UNLOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=140 op=UNLOAD Jul 27 12:32:14 ip-10-31-40-127.us-east-1.aws.redhat.com systemd[1]: Starting firewalld.service - firewalld - dynamic firewall daemon... ░░ Subject: A start job for unit firewalld.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit firewalld.service has begun execution. ░░ ░░ The job identifier is 1583. Jul 27 12:32:15 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=firewalld comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Jul 27 12:32:15 ip-10-31-40-127.us-east-1.aws.redhat.com systemd[1]: Started firewalld.service - firewalld - dynamic firewall daemon. ░░ Subject: A start job for unit firewalld.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit firewalld.service has finished successfully. ░░ ░░ The job identifier is 1583. Jul 27 12:32:15 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:15 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:15 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:15 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:15 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17511 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:15 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:15 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:15 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:15 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:15 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17537 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:15 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:15 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:15 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:15 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:15 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17553 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:15 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:15 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:15 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:15 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:15 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17577 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:15 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:15 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:16 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:16 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:16 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17593 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:16 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:16 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:16 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:16 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:16 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17610 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:16 ip-10-31-40-127.us-east-1.aws.redhat.com python3.12[17628]: ansible-fedora.linux_system_roles.firewall_lib Invoked with port=['8000/tcp'] permanent=True runtime=True state=enabled __report_changed=True service=[] source_port=[] forward_port=[] rich_rule=[] source=[] interface=[] interface_pci_id=[] icmp_block=[] timeout=0 ipset_entries=[] protocol=[] helper_module=[] destination=[] firewalld_conf=None masquerade=None icmp_block_inversion=None target=None zone=None set_default_zone=None ipset=None ipset_type=None description=None short=None Jul 27 12:32:16 ip-10-31-40-127.us-east-1.aws.redhat.com audit[17509]: NETFILTER_CFG table=firewalld:2 family=1 entries=1 op=nft_register_table pid=17509 subj=system_u:system_r:firewalld_t:s0 comm="firewalld" Jul 27 12:32:16 ip-10-31-40-127.us-east-1.aws.redhat.com audit[17509]: NETFILTER_CFG table=firewalld:2 family=1 entries=2 op=nft_unregister_table pid=17509 subj=system_u:system_r:firewalld_t:s0 comm="firewalld" Jul 27 12:32:16 ip-10-31-40-127.us-east-1.aws.redhat.com audit[17509]: NETFILTER_CFG table=firewalld:3 family=1 entries=227 op=nft_register_chain pid=17509 subj=system_u:system_r:firewalld_t:s0 comm="firewalld" Jul 27 12:32:16 ip-10-31-40-127.us-east-1.aws.redhat.com audit[17509]: NETFILTER_CFG table=firewalld_policy_drop:4 family=1 entries=2 op=nft_unregister_table pid=17509 subj=system_u:system_r:firewalld_t:s0 comm="firewalld" Jul 27 12:32:16 ip-10-31-40-127.us-east-1.aws.redhat.com audit: BPF prog-id=159 op=LOAD Jul 27 12:32:16 ip-10-31-40-127.us-east-1.aws.redhat.com systemd[1]: Starting polkit.service - Authorization Manager... ░░ Subject: A start job for unit polkit.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit polkit.service has begun execution. ░░ ░░ The job identifier is 1674. Jul 27 12:32:16 ip-10-31-40-127.us-east-1.aws.redhat.com polkitd[17659]: Started polkitd version 123 Jul 27 12:32:16 ip-10-31-40-127.us-east-1.aws.redhat.com polkitd[17659]: Loading rules from directory /etc/polkit-1/rules.d Jul 27 12:32:16 ip-10-31-40-127.us-east-1.aws.redhat.com polkitd[17659]: Loading rules from directory /usr/share/polkit-1/rules.d Jul 27 12:32:16 ip-10-31-40-127.us-east-1.aws.redhat.com polkitd[17659]: Finished loading, compiling and executing 4 rules Jul 27 12:32:16 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Jul 27 12:32:16 ip-10-31-40-127.us-east-1.aws.redhat.com systemd[1]: Started polkit.service - Authorization Manager. ░░ Subject: A start job for unit polkit.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit polkit.service has finished successfully. ░░ ░░ The job identifier is 1674. Jul 27 12:32:16 ip-10-31-40-127.us-east-1.aws.redhat.com polkitd[17659]: Acquired the name org.freedesktop.PolicyKit1 on the system bus Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[17509]: NETFILTER_CFG table=firewalld:5 family=1 entries=26 op=nft_register_rule pid=17509 subj=system_u:system_r:firewalld_t:s0 comm="firewalld" Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[17509]: NETFILTER_CFG table=firewalld:6 family=1 entries=1 op=nft_register_rule pid=17509 subj=system_u:system_r:firewalld_t:s0 comm="firewalld" Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17670 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17687 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17703 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17725 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17741 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17758 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:17 ip-10-31-40-127.us-east-1.aws.redhat.com python3.12[17776]: ansible-fedora.linux_system_roles.firewall_lib Invoked with port=['9000/tcp'] permanent=True runtime=True state=enabled __report_changed=True service=[] source_port=[] forward_port=[] rich_rule=[] source=[] interface=[] interface_pci_id=[] icmp_block=[] timeout=0 ipset_entries=[] protocol=[] helper_module=[] destination=[] firewalld_conf=None masquerade=None icmp_block_inversion=None target=None zone=None set_default_zone=None ipset=None ipset_type=None description=None short=None Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[17509]: NETFILTER_CFG table=firewalld:7 family=1 entries=1 op=nft_register_rule pid=17509 subj=system_u:system_r:firewalld_t:s0 comm="firewalld" Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17777 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17794 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17810 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17832 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17848 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_END pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGOUT pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=ssh res=success' Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_LOGIN pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: USER_START pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=/dev/pts/0 res=success' Jul 27 12:32:18 ip-10-31-40-127.us-east-1.aws.redhat.com audit[1416]: CRYPTO_KEY_USER pid=1416 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d9:cd:ab:91:ae:96:55:87:94:dc:71:3a:3d:0a:58:93:1a:04:10:82:18:d3:fa:b9:4f:3a:59:ca:fe:f4:13:1b direction=? spid=17865 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.15.44 terminal=? res=success' Jul 27 12:32:19 ip-10-31-40-127.us-east-1.aws.redhat.com python3.12[17883]: ansible-ansible.legacy.command Invoked with _raw_params=journalctl -ex _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None TASK [Check] ******************************************************************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_quadlet_demo.yml:130 Saturday 27 July 2024 12:32:19 -0400 (0:00:00.510) 0:00:34.390 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "ps", "-a" ], "delta": "0:00:00.417700", "end": "2024-07-27 12:32:20.056601", "rc": 0, "start": "2024-07-27 12:32:19.638901" } STDOUT: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES TASK [Check pods] ************************************************************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_quadlet_demo.yml:134 Saturday 27 July 2024 12:32:20 -0400 (0:00:00.857) 0:00:35.248 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "pod", "ps", "--ctr-ids", "--ctr-names", "--ctr-status" ], "delta": "0:00:00.035872", "end": "2024-07-27 12:32:20.529117", "failed_when_result": false, "rc": 0, "start": "2024-07-27 12:32:20.493245" } STDOUT: POD ID NAME STATUS CREATED INFRA ID IDS NAMES STATUS TASK [Check systemd] *********************************************************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_quadlet_demo.yml:139 Saturday 27 July 2024 12:32:20 -0400 (0:00:00.471) 0:00:35.720 ********* ok: [managed_node1] => { "changed": false, "cmd": "set -euo pipefail; systemctl list-units --all | grep quadlet", "delta": "0:00:00.014918", "end": "2024-07-27 12:32:20.981107", "failed_when_result": false, "rc": 1, "start": "2024-07-27 12:32:20.966189" } MSG: non-zero return code TASK [LS] ********************************************************************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_quadlet_demo.yml:147 Saturday 27 July 2024 12:32:21 -0400 (0:00:00.486) 0:00:36.207 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-alrtF", "/etc/systemd/system" ], "delta": "0:00:00.004585", "end": "2024-07-27 12:32:21.457484", "failed_when_result": false, "rc": 0, "start": "2024-07-27 12:32:21.452899" } STDOUT: total 56 lrwxrwxrwx. 1 root root 44 Jul 24 05:00 dbus-org.freedesktop.oom1.service -> /usr/lib/systemd/system/systemd-oomd.service lrwxrwxrwx. 1 root root 37 Jul 24 05:00 ctrl-alt-del.target -> /usr/lib/systemd/system/reboot.target drwxr-xr-x. 2 root root 4096 Jul 24 05:00 systemd-journald.service.wants/ drwxr-xr-x. 2 root root 4096 Jul 24 05:00 getty.target.wants/ lrwxrwxrwx. 1 root root 43 Jul 24 05:00 dbus.service -> /usr/lib/systemd/system/dbus-broker.service lrwxrwxrwx. 1 root root 48 Jul 24 05:00 dbus-org.freedesktop.resolve1.service -> /usr/lib/systemd/system/systemd-resolved.service drwxr-xr-x. 5 root root 4096 Jul 24 05:00 ../ lrwxrwxrwx. 1 root root 45 Jul 24 05:00 dbus-org.freedesktop.home1.service -> /usr/lib/systemd/system/systemd-homed.service drwxr-xr-x. 2 root root 4096 Jul 24 05:00 systemd-homed.service.wants/ lrwxrwxrwx. 1 root root 41 Jul 24 05:01 dbus-org.bluez.service -> /usr/lib/systemd/system/bluetooth.service drwxr-xr-x. 2 root root 4096 Jul 24 05:01 bluetooth.target.wants/ drwxr-xr-x. 2 root root 4096 Jul 24 05:01 graphical.target.wants/ drwxr-xr-x. 2 root root 4096 Jul 24 05:01 timers.target.wants/ lrwxrwxrwx. 1 root root 57 Jul 24 05:01 dbus-org.freedesktop.nm-dispatcher.service -> /usr/lib/systemd/system/NetworkManager-dispatcher.service drwxr-xr-x. 2 root root 4096 Jul 24 05:01 network-online.target.wants/ lrwxrwxrwx. 1 root root 41 Jul 24 05:06 default.target -> /usr/lib/systemd/system/multi-user.target drwxr-xr-x. 2 root root 4096 Jul 24 05:17 remote-fs.target.wants/ drwxr-xr-x. 2 root root 4096 Jul 24 05:18 cloud-init.target.wants/ drwxr-xr-x. 2 root root 4096 Jul 24 05:18 sockets.target.wants/ drwxr-xr-x. 2 root root 4096 Jul 24 05:18 sysinit.target.wants/ drwxr-xr-x. 2 root root 4096 Jul 27 12:32 multi-user.target.wants/ lrwxrwxrwx. 1 root root 41 Jul 27 12:32 dbus-org.fedoraproject.FirewallD1.service -> /usr/lib/systemd/system/firewalld.service drwxr-xr-x. 14 root root 4096 Jul 27 12:32 ./ TASK [Cleanup] ***************************************************************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_quadlet_demo.yml:154 Saturday 27 July 2024 12:32:21 -0400 (0:00:00.441) 0:00:36.648 ********* included: fedora.linux_system_roles.podman for managed_node1 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 27 July 2024 12:32:21 -0400 (0:00:00.107) 0:00:36.755 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 27 July 2024 12:32:21 -0400 (0:00:00.085) 0:00:36.841 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 27 July 2024 12:32:21 -0400 (0:00:00.055) 0:00:36.897 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 27 July 2024 12:32:21 -0400 (0:00:00.044) 0:00:36.941 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Saturday 27 July 2024 12:32:21 -0400 (0:00:00.045) 0:00:36.987 ********* ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [managed_node1] => (item=Fedora.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [managed_node1] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 27 July 2024 12:32:21 -0400 (0:00:00.098) 0:00:37.085 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 27 July 2024 12:32:23 -0400 (0:00:01.118) 0:00:38.204 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 27 July 2024 12:32:23 -0400 (0:00:00.044) 0:00:38.248 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Saturday 27 July 2024 12:32:23 -0400 (0:00:00.053) 0:00:38.302 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033686", "end": "2024-07-27 12:32:23.587630", "rc": 0, "start": "2024-07-27 12:32:23.553944" } STDOUT: podman version 4.9.4 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 27 July 2024 12:32:23 -0400 (0:00:00.478) 0:00:38.780 ********* ok: [managed_node1] => { "ansible_facts": { "podman_version": "4.9.4" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Saturday 27 July 2024 12:32:23 -0400 (0:00:00.048) 0:00:38.829 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Saturday 27 July 2024 12:32:23 -0400 (0:00:00.077) 0:00:38.906 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Saturday 27 July 2024 12:32:23 -0400 (0:00:00.053) 0:00:38.960 ********* META: end_host conditional evaluated to False, continuing execution for managed_node1 skipping: [managed_node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node1" } MSG: end_host conditional evaluated to false, continuing execution for managed_node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 27 July 2024 12:32:23 -0400 (0:00:00.066) 0:00:39.026 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 27 July 2024 12:32:24 -0400 (0:00:00.102) 0:00:39.128 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 27 July 2024 12:32:24 -0400 (0:00:00.052) 0:00:39.181 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 27 July 2024 12:32:24 -0400 (0:00:00.053) 0:00:39.235 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 27 July 2024 12:32:24 -0400 (0:00:00.061) 0:00:39.296 ********* ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Saturday 27 July 2024 12:32:24 -0400 (0:00:00.456) 0:00:39.753 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 27 July 2024 12:32:24 -0400 (0:00:00.058) 0:00:39.812 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722097838.3054328, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1722097768.403057, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203421, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "1586140578", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 27 July 2024 12:32:25 -0400 (0:00:00.448) 0:00:40.261 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 27 July 2024 12:32:25 -0400 (0:00:00.043) 0:00:40.305 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 27 July 2024 12:32:25 -0400 (0:00:00.044) 0:00:40.349 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Saturday 27 July 2024 12:32:25 -0400 (0:00:00.045) 0:00:40.394 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Saturday 27 July 2024 12:32:25 -0400 (0:00:00.044) 0:00:40.439 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Saturday 27 July 2024 12:32:25 -0400 (0:00:00.044) 0:00:40.483 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Saturday 27 July 2024 12:32:25 -0400 (0:00:00.044) 0:00:40.527 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Saturday 27 July 2024 12:32:25 -0400 (0:00:00.042) 0:00:40.570 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Saturday 27 July 2024 12:32:25 -0400 (0:00:00.074) 0:00:40.645 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Saturday 27 July 2024 12:32:25 -0400 (0:00:00.085) 0:00:40.731 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 27 July 2024 12:32:25 -0400 (0:00:00.096) 0:00:40.828 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 27 July 2024 12:32:25 -0400 (0:00:00.046) 0:00:40.874 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Saturday 27 July 2024 12:32:25 -0400 (0:00:00.045) 0:00:40.919 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 27 July 2024 12:32:25 -0400 (0:00:00.101) 0:00:41.020 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 27 July 2024 12:32:25 -0400 (0:00:00.044) 0:00:41.066 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Saturday 27 July 2024 12:32:26 -0400 (0:00:00.044) 0:00:41.110 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 27 July 2024 12:32:26 -0400 (0:00:00.099) 0:00:41.209 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 27 July 2024 12:32:26 -0400 (0:00:00.048) 0:00:41.258 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 27 July 2024 12:32:26 -0400 (0:00:00.044) 0:00:41.303 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 27 July 2024 12:32:26 -0400 (0:00:00.102) 0:00:41.405 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 27 July 2024 12:32:26 -0400 (0:00:00.045) 0:00:41.450 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 27 July 2024 12:32:26 -0400 (0:00:00.081) 0:00:41.532 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 27 July 2024 12:32:26 -0400 (0:00:00.045) 0:00:41.577 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Saturday 27 July 2024 12:32:26 -0400 (0:00:00.045) 0:00:41.622 ********* included: fedora.linux_system_roles.firewall for managed_node1 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 27 July 2024 12:32:26 -0400 (0:00:00.166) 0:00:41.789 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed_node1 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 27 July 2024 12:32:26 -0400 (0:00:00.088) 0:00:41.877 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 27 July 2024 12:32:26 -0400 (0:00:00.055) 0:00:41.933 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __firewall_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 27 July 2024 12:32:26 -0400 (0:00:00.046) 0:00:41.979 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __firewall_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 27 July 2024 12:32:26 -0400 (0:00:00.046) 0:00:42.026 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 27 July 2024 12:32:26 -0400 (0:00:00.045) 0:00:42.072 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 Saturday 27 July 2024 12:32:27 -0400 (0:00:00.046) 0:00:42.118 ********* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43 Saturday 27 July 2024 12:32:28 -0400 (0:00:01.983) 0:00:44.102 ********* skipping: [managed_node1] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48 Saturday 27 July 2024 12:32:29 -0400 (0:00:00.046) 0:00:44.149 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53 Saturday 27 July 2024 12:32:29 -0400 (0:00:00.045) 0:00:44.194 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 27 July 2024 12:32:29 -0400 (0:00:00.046) 0:00:44.240 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 27 July 2024 12:32:29 -0400 (0:00:00.044) 0:00:44.284 ********* skipping: [managed_node1] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 27 July 2024 12:32:29 -0400 (0:00:00.052) 0:00:44.337 ********* ok: [managed_node1] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-07-27 12:32:15 EDT", "ActiveEnterTimestampMonotonic": "461150913", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice basic.target dbus-broker.service sysinit.target dbus.socket polkit.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-07-27 12:32:14 EDT", "AssertTimestampMonotonic": "459924283", "Before": "network-pre.target multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "633303000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-07-27 12:32:14 EDT", "ConditionTimestampMonotonic": "459924280", "ConfigurationDirectoryMode": "0755", "Conflicts": "nftables.service ebtables.service ipset.service ip6tables.service shutdown.target iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "5584", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "17509", "ExecMainStartTimestamp": "Sat 2024-07-27 12:32:14 EDT", "ExecMainStartTimestampMonotonic": "459935196", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-07-27 12:32:14 EDT] ; stop_time=[n/a] ; pid=17509 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2024-07-27 12:32:14 EDT] ; stop_time=[n/a] ; pid=17509 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-07-27 12:32:14 EDT", "InactiveExitTimestampMonotonic": "459935862", "InvocationID": "7b91c329d44440abb842af605d83f856", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14754", "LimitNPROCSoft": "14754", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14754", "LimitSIGPENDINGSoft": "14754", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "17509", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "33193984", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestamp": "Sat 2024-07-27 12:32:15 EDT", "StateChangeTimestampMonotonic": "461150913", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "4426", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 27 July 2024 12:32:29 -0400 (0:00:00.694) 0:00:45.032 ********* ok: [managed_node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-07-27 12:32:15 EDT", "ActiveEnterTimestampMonotonic": "461150913", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice basic.target dbus-broker.service sysinit.target dbus.socket polkit.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-07-27 12:32:14 EDT", "AssertTimestampMonotonic": "459924283", "Before": "network-pre.target multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "633303000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-07-27 12:32:14 EDT", "ConditionTimestampMonotonic": "459924280", "ConfigurationDirectoryMode": "0755", "Conflicts": "nftables.service ebtables.service ipset.service ip6tables.service shutdown.target iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "5584", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "17509", "ExecMainStartTimestamp": "Sat 2024-07-27 12:32:14 EDT", "ExecMainStartTimestampMonotonic": "459935196", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2024-07-27 12:32:14 EDT] ; stop_time=[n/a] ; pid=17509 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2024-07-27 12:32:14 EDT] ; stop_time=[n/a] ; pid=17509 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-07-27 12:32:14 EDT", "InactiveExitTimestampMonotonic": "459935862", "InvocationID": "7b91c329d44440abb842af605d83f856", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14754", "LimitNPROCSoft": "14754", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14754", "LimitSIGPENDINGSoft": "14754", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "17509", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "33193984", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestamp": "Sat 2024-07-27 12:32:15 EDT", "StateChangeTimestampMonotonic": "461150913", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "4426", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 27 July 2024 12:32:30 -0400 (0:00:00.663) 0:00:45.695 ********* ok: [managed_node1] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3.12", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 27 July 2024 12:32:30 -0400 (0:00:00.058) 0:00:45.754 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 27 July 2024 12:32:30 -0400 (0:00:00.045) 0:00:45.799 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 27 July 2024 12:32:30 -0400 (0:00:00.043) 0:00:45.843 ********* ok: [managed_node1] => (item={'port': '8000/tcp', 'state': 'enabled'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "port": "8000/tcp", "state": "enabled" } } ok: [managed_node1] => (item={'port': '9000/tcp', 'state': 'enabled'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "port": "9000/tcp", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 27 July 2024 12:32:31 -0400 (0:00:01.205) 0:00:47.049 ********* skipping: [managed_node1] => (item={'port': '8000/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall | length == 1", "item": { "port": "8000/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item={'port': '9000/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall | length == 1", "item": { "port": "9000/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 27 July 2024 12:32:32 -0400 (0:00:00.070) 0:00:47.120 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "firewall | length == 1", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 27 July 2024 12:32:32 -0400 (0:00:00.050) 0:00:47.170 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 27 July 2024 12:32:32 -0400 (0:00:00.049) 0:00:47.220 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 27 July 2024 12:32:32 -0400 (0:00:00.047) 0:00:47.267 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 27 July 2024 12:32:32 -0400 (0:00:00.046) 0:00:47.314 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 27 July 2024 12:32:32 -0400 (0:00:00.046) 0:00:47.360 ********* skipping: [managed_node1] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93 Saturday 27 July 2024 12:32:32 -0400 (0:00:00.072) 0:00:47.433 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100 Saturday 27 July 2024 12:32:32 -0400 (0:00:00.045) 0:00:47.479 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104 Saturday 27 July 2024 12:32:32 -0400 (0:00:00.045) 0:00:47.525 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113 Saturday 27 July 2024 12:32:32 -0400 (0:00:00.041) 0:00:47.566 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Saturday 27 July 2024 12:32:32 -0400 (0:00:00.039) 0:00:47.606 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for managed_node1 => (item=(censored due to no_log)) included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for managed_node1 => (item=(censored due to no_log)) included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for managed_node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set variables part 1] ***************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Saturday 27 July 2024 12:32:32 -0400 (0:00:00.182) 0:00:47.788 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 2] ***************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:7 Saturday 27 July 2024 12:32:32 -0400 (0:00:00.051) 0:00:47.839 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:13 Saturday 27 July 2024 12:32:32 -0400 (0:00:00.058) 0:00:47.898 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 27 July 2024 12:32:32 -0400 (0:00:00.079) 0:00:47.978 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 27 July 2024 12:32:32 -0400 (0:00:00.046) 0:00:48.024 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 27 July 2024 12:32:32 -0400 (0:00:00.044) 0:00:48.068 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:18 Saturday 27 July 2024 12:32:33 -0400 (0:00:00.043) 0:00:48.112 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:34 Saturday 27 July 2024 12:32:33 -0400 (0:00:00.042) 0:00:48.155 ********* [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 1] ***************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Saturday 27 July 2024 12:32:33 -0400 (0:00:00.641) 0:00:48.796 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 2] ***************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:7 Saturday 27 July 2024 12:32:33 -0400 (0:00:00.051) 0:00:48.847 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:13 Saturday 27 July 2024 12:32:33 -0400 (0:00:00.058) 0:00:48.906 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 27 July 2024 12:32:33 -0400 (0:00:00.076) 0:00:48.983 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 27 July 2024 12:32:33 -0400 (0:00:00.044) 0:00:49.028 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 27 July 2024 12:32:33 -0400 (0:00:00.044) 0:00:49.073 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:18 Saturday 27 July 2024 12:32:34 -0400 (0:00:00.045) 0:00:49.118 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:34 Saturday 27 July 2024 12:32:34 -0400 (0:00:00.081) 0:00:49.200 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 1] ***************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Saturday 27 July 2024 12:32:34 -0400 (0:00:00.510) 0:00:49.711 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 2] ***************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:7 Saturday 27 July 2024 12:32:34 -0400 (0:00:00.051) 0:00:49.762 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:13 Saturday 27 July 2024 12:32:34 -0400 (0:00:00.056) 0:00:49.818 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 27 July 2024 12:32:34 -0400 (0:00:00.078) 0:00:49.896 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 27 July 2024 12:32:34 -0400 (0:00:00.044) 0:00:49.941 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 27 July 2024 12:32:34 -0400 (0:00:00.044) 0:00:49.985 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:18 Saturday 27 July 2024 12:32:34 -0400 (0:00:00.043) 0:00:50.028 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:34 Saturday 27 July 2024 12:32:34 -0400 (0:00:00.044) 0:00:50.072 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 27 July 2024 12:32:35 -0400 (0:00:00.506) 0:00:50.579 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Saturday 27 July 2024 12:32:35 -0400 (0:00:00.041) 0:00:50.620 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for managed_node1 => (item=(censored due to no_log)) included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for managed_node1 => (item=(censored due to no_log)) included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for managed_node1 => (item=(censored due to no_log)) included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for managed_node1 => (item=(censored due to no_log)) included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for managed_node1 => (item=(censored due to no_log)) included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for managed_node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Saturday 27 July 2024 12:32:35 -0400 (0:00:00.229) 0:00:50.849 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_quadlet_file_src": "quadlet-demo.kube", "__podman_quadlet_spec": {}, "__podman_quadlet_str": "[Install]\nWantedBy=default.target\n\n[Unit]\nRequires=quadlet-demo-mysql.service\nAfter=quadlet-demo-mysql.service\n\n[Kube]\n# Point to the yaml file in the same directory\nYaml=quadlet-demo.yml\n# Use the quadlet-demo network\nNetwork=quadlet-demo.network\n# Publish the envoy proxy data port\nPublishPort=8000:8080\n# Publish the envoy proxy admin port\nPublishPort=9000:9901\n# Use the envoy proxy config map in the same directory\nConfigMap=envoy-proxy-configmap.yml", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Saturday 27 July 2024 12:32:35 -0400 (0:00:00.064) 0:00:50.913 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Saturday 27 July 2024 12:32:35 -0400 (0:00:00.057) 0:00:50.971 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_quadlet_file_src", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Saturday 27 July 2024 12:32:35 -0400 (0:00:00.046) 0:00:51.018 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-demo", "__podman_quadlet_type": "kube", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Saturday 27 July 2024 12:32:35 -0400 (0:00:00.069) 0:00:51.087 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 27 July 2024 12:32:36 -0400 (0:00:00.132) 0:00:51.220 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 27 July 2024 12:32:36 -0400 (0:00:00.052) 0:00:51.272 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 27 July 2024 12:32:36 -0400 (0:00:00.055) 0:00:51.327 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 27 July 2024 12:32:36 -0400 (0:00:00.063) 0:00:51.391 ********* ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Saturday 27 July 2024 12:32:36 -0400 (0:00:00.456) 0:00:51.847 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 27 July 2024 12:32:36 -0400 (0:00:00.061) 0:00:51.909 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722097838.3054328, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1722097768.403057, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203421, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "1586140578", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 27 July 2024 12:32:37 -0400 (0:00:00.452) 0:00:52.362 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 27 July 2024 12:32:37 -0400 (0:00:00.044) 0:00:52.406 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 27 July 2024 12:32:37 -0400 (0:00:00.045) 0:00:52.451 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Saturday 27 July 2024 12:32:37 -0400 (0:00:00.044) 0:00:52.496 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Saturday 27 July 2024 12:32:37 -0400 (0:00:00.046) 0:00:52.543 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Saturday 27 July 2024 12:32:37 -0400 (0:00:00.044) 0:00:52.587 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Saturday 27 July 2024 12:32:37 -0400 (0:00:00.044) 0:00:52.632 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Saturday 27 July 2024 12:32:37 -0400 (0:00:00.046) 0:00:52.678 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Saturday 27 July 2024 12:32:37 -0400 (0:00:00.044) 0:00:52.722 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": [ "quadlet-demo.yml" ], "__podman_service_name": "quadlet-demo.service", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Saturday 27 July 2024 12:32:37 -0400 (0:00:00.079) 0:00:52.802 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Saturday 27 July 2024 12:32:37 -0400 (0:00:00.048) 0:00:52.850 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Saturday 27 July 2024 12:32:37 -0400 (0:00:00.084) 0:00:52.935 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo.kube", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Saturday 27 July 2024 12:32:37 -0400 (0:00:00.113) 0:00:53.048 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Saturday 27 July 2024 12:32:37 -0400 (0:00:00.057) 0:00:53.106 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 27 July 2024 12:32:38 -0400 (0:00:00.116) 0:00:53.222 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 27 July 2024 12:32:38 -0400 (0:00:00.044) 0:00:53.267 ********* ok: [managed_node1] => { "changed": false, "failed_when_result": false } MSG: Could not find the requested service quadlet-demo.service: host TASK [fedora.linux_system_roles.podman : See if quadlet file exists] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 27 July 2024 12:32:38 -0400 (0:00:00.635) 0:00:53.902 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Parse quadlet file] ******************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Saturday 27 July 2024 12:32:39 -0400 (0:00:00.441) 0:00:54.343 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_quadlet_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:42 Saturday 27 July 2024 12:32:39 -0400 (0:00:00.047) 0:00:54.390 ********* ok: [managed_node1] => { "changed": false, "path": "/etc/containers/systemd/quadlet-demo.kube", "state": "absent" } TASK [fedora.linux_system_roles.podman : Refresh systemd] ********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:48 Saturday 27 July 2024 12:32:39 -0400 (0:00:00.456) 0:00:54.846 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove managed resource] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:58 Saturday 27 July 2024 12:32:39 -0400 (0:00:00.048) 0:00:54.894 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Remove volumes] *********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:95 Saturday 27 July 2024 12:32:39 -0400 (0:00:00.047) 0:00:54.942 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Clear parsed podman variable] ********* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112 Saturday 27 July 2024 12:32:39 -0400 (0:00:00.066) 0:00:55.009 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_quadlet_parsed": null }, "changed": false } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:116 Saturday 27 July 2024 12:32:39 -0400 (0:00:00.048) 0:00:55.057 ********* changed: [managed_node1] => { "changed": true, "cmd": [ "podman", "image", "prune", "--all", "-f" ], "delta": "0:00:00.039646", "end": "2024-07-27 12:32:40.356471", "rc": 0, "start": "2024-07-27 12:32:40.316825" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:127 Saturday 27 July 2024 12:32:40 -0400 (0:00:00.490) 0:00:55.548 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 27 July 2024 12:32:40 -0400 (0:00:00.082) 0:00:55.631 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 27 July 2024 12:32:40 -0400 (0:00:00.043) 0:00:55.674 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 27 July 2024 12:32:40 -0400 (0:00:00.083) 0:00:55.757 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - images] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:137 Saturday 27 July 2024 12:32:40 -0400 (0:00:00.045) 0:00:55.803 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "images", "-n" ], "delta": "0:00:00.036994", "end": "2024-07-27 12:32:41.105633", "rc": 0, "start": "2024-07-27 12:32:41.068639" } TASK [fedora.linux_system_roles.podman : For testing and debugging - volumes] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:146 Saturday 27 July 2024 12:32:41 -0400 (0:00:00.496) 0:00:56.300 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "volume", "ls", "-n" ], "delta": "0:00:00.036654", "end": "2024-07-27 12:32:41.601305", "rc": 0, "start": "2024-07-27 12:32:41.564651" } TASK [fedora.linux_system_roles.podman : For testing and debugging - containers] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:155 Saturday 27 July 2024 12:32:41 -0400 (0:00:00.493) 0:00:56.794 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "ps", "--noheading" ], "delta": "0:00:00.039567", "end": "2024-07-27 12:32:42.097803", "rc": 0, "start": "2024-07-27 12:32:42.058236" } TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:164 Saturday 27 July 2024 12:32:42 -0400 (0:00:00.496) 0:00:57.290 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "network", "ls", "-n", "-q" ], "delta": "0:00:00.038494", "end": "2024-07-27 12:32:42.591493", "rc": 0, "start": "2024-07-27 12:32:42.552999" } STDOUT: podman TASK [fedora.linux_system_roles.podman : For testing and debugging - secrets] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:173 Saturday 27 July 2024 12:32:42 -0400 (0:00:00.495) 0:00:57.786 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : For testing and debugging - services] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:183 Saturday 27 July 2024 12:32:43 -0400 (0:00:00.488) 0:00:58.274 ********* ok: [managed_node1] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "arp-ethers.service": { "name": "arp-ethers.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "bluetooth.service": { "name": "bluetooth.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "certmonger.service": { "name": "certmonger.service", "source": "systemd", "state": "running", "status": "enabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.bluez.service": { "name": "dbus-org.bluez.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.fedoraproject.FirewallD1.service": { "name": "dbus-org.fedoraproject.FirewallD1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.home1.service": { "name": "dbus-org.freedesktop.home1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.oom1.service": { "name": "dbus-org.freedesktop.oom1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.resolve1.service": { "name": "dbus-org.freedesktop.resolve1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "running", "status": "enabled" }, "fsidd.service": { "name": "fsidd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "stopped", "status": "static" }, "fwupd-offline-update.service": { "name": "fwupd-offline-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-refresh.service": { "name": "fwupd-refresh.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd.service": { "name": "fwupd.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "ip6tables.service": { "name": "ip6tables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ipset.service": { "name": "ipset.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iptables.service": { "name": "iptables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@dm_mod.service": { "name": "modprobe@dm_mod.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@loop.service": { "name": "modprobe@loop.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "netavark-dhcp-proxy.service": { "name": "netavark-dhcp-proxy.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "netavark-firewalld-reload.service": { "name": "netavark-firewalld-reload.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "pcscd.service": { "name": "pcscd.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "podman-auto-update.service": { "name": "podman-auto-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "podman-clean-transient.service": { "name": "podman-clean-transient.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "podman-kube@.service": { "name": "podman-kube@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "podman-restart.service": { "name": "podman-restart.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "podman.service": { "name": "podman.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "rpmdb-migrate.service": { "name": "rpmdb-migrate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ssh-host-keys-migration.service": { "name": "ssh-host-keys-migration.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-battery-check.service": { "name": "systemd-battery-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-confext.service": { "name": "systemd-confext.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-homed-activate.service": { "name": "systemd-homed-activate.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-homed.service": { "name": "systemd-homed.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-networkd-wait-online@.service": { "name": "systemd-networkd-wait-online@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "systemd-networkd.service": { "name": "systemd-networkd.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-oomd.service": { "name": "systemd-oomd.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-soft-reboot.service": { "name": "systemd-soft-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-time-wait-sync.service": { "name": "systemd-time-wait-sync.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev-early.service": { "name": "systemd-tmpfiles-setup-dev-early.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-userdbd.service": { "name": "systemd-userdbd.service", "source": "systemd", "state": "running", "status": "indirect" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-zram-setup@.service": { "name": "systemd-zram-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-zram-setup@zram0.service": { "name": "systemd-zram-setup@zram0.service", "source": "systemd", "state": "stopped", "status": "active" }, "udisks2.service": { "name": "udisks2.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Saturday 27 July 2024 12:32:46 -0400 (0:00:02.911) 0:01:01.185 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Saturday 27 July 2024 12:32:46 -0400 (0:00:00.050) 0:01:01.236 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": {}, "__podman_quadlet_str": "---\napiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\n name: wp-pv-claim\n labels:\n app: wordpress\nspec:\n accessModes:\n - ReadWriteOnce\n resources:\n requests:\n storage: 20Gi\n---\napiVersion: v1\nkind: Pod\nmetadata:\n name: quadlet-demo\nspec:\n containers:\n - name: wordpress\n image: quay.io/linux-system-roles/wordpress:4.8-apache\n env:\n - name: WORDPRESS_DB_HOST\n value: quadlet-demo-mysql\n - name: WORDPRESS_DB_PASSWORD\n valueFrom:\n secretKeyRef:\n name: mysql-root-password-kube\n key: password\n volumeMounts:\n - name: wordpress-persistent-storage\n mountPath: /var/www/html\n resources:\n requests:\n memory: \"64Mi\"\n cpu: \"250m\"\n limits:\n memory: \"128Mi\"\n cpu: \"500m\"\n - name: envoy\n image: quay.io/linux-system-roles/envoyproxy:v1.25.0\n volumeMounts:\n - name: config-volume\n mountPath: /etc/envoy\n - name: certificates\n mountPath: /etc/envoy-certificates\n env:\n - name: ENVOY_UID\n value: \"0\"\n resources:\n requests:\n memory: \"64Mi\"\n cpu: \"250m\"\n limits:\n memory: \"128Mi\"\n cpu: \"500m\"\n volumes:\n - name: config-volume\n configMap:\n name: envoy-proxy-config\n - name: certificates\n secret:\n secretName: envoy-certificates\n - name: wordpress-persistent-storage\n persistentVolumeClaim:\n claimName: wp-pv-claim\n - name: www # not used - for testing hostpath\n hostPath:\n path: /tmp/httpd3\n - name: create # not used - for testing hostpath\n hostPath:\n path: /tmp/httpd3-create\n", "__podman_quadlet_template_src": "quadlet-demo.yml.j2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Saturday 27 July 2024 12:32:46 -0400 (0:00:00.145) 0:01:01.381 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Saturday 27 July 2024 12:32:46 -0400 (0:00:00.064) 0:01:01.446 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_quadlet_str", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Saturday 27 July 2024 12:32:46 -0400 (0:00:00.055) 0:01:01.501 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-demo", "__podman_quadlet_type": "yml", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Saturday 27 July 2024 12:32:46 -0400 (0:00:00.075) 0:01:01.577 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 27 July 2024 12:32:46 -0400 (0:00:00.106) 0:01:01.684 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 27 July 2024 12:32:46 -0400 (0:00:00.106) 0:01:01.790 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 27 July 2024 12:32:46 -0400 (0:00:00.060) 0:01:01.850 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 27 July 2024 12:32:46 -0400 (0:00:00.072) 0:01:01.922 ********* ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Saturday 27 July 2024 12:32:47 -0400 (0:00:00.465) 0:01:02.387 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 27 July 2024 12:32:47 -0400 (0:00:00.067) 0:01:02.455 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722097838.3054328, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1722097768.403057, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203421, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "1586140578", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 27 July 2024 12:32:47 -0400 (0:00:00.454) 0:01:02.910 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 27 July 2024 12:32:47 -0400 (0:00:00.050) 0:01:02.960 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 27 July 2024 12:32:47 -0400 (0:00:00.049) 0:01:03.010 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Saturday 27 July 2024 12:32:47 -0400 (0:00:00.049) 0:01:03.060 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Saturday 27 July 2024 12:32:47 -0400 (0:00:00.047) 0:01:03.108 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Saturday 27 July 2024 12:32:48 -0400 (0:00:00.050) 0:01:03.158 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Saturday 27 July 2024 12:32:48 -0400 (0:00:00.049) 0:01:03.207 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Saturday 27 July 2024 12:32:48 -0400 (0:00:00.049) 0:01:03.257 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Saturday 27 July 2024 12:32:48 -0400 (0:00:00.048) 0:01:03.305 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Saturday 27 July 2024 12:32:48 -0400 (0:00:00.086) 0:01:03.392 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Saturday 27 July 2024 12:32:48 -0400 (0:00:00.098) 0:01:03.491 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Saturday 27 July 2024 12:32:48 -0400 (0:00:00.050) 0:01:03.541 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo.yml", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Saturday 27 July 2024 12:32:48 -0400 (0:00:00.117) 0:01:03.659 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Saturday 27 July 2024 12:32:48 -0400 (0:00:00.060) 0:01:03.719 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 27 July 2024 12:32:48 -0400 (0:00:00.122) 0:01:03.842 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 27 July 2024 12:32:48 -0400 (0:00:00.051) 0:01:03.893 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_service_name | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : See if quadlet file exists] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 27 July 2024 12:32:48 -0400 (0:00:00.055) 0:01:03.948 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Parse quadlet file] ******************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Saturday 27 July 2024 12:32:49 -0400 (0:00:00.450) 0:01:04.399 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_quadlet_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:42 Saturday 27 July 2024 12:32:49 -0400 (0:00:00.050) 0:01:04.449 ********* ok: [managed_node1] => { "changed": false, "path": "/etc/containers/systemd/quadlet-demo.yml", "state": "absent" } TASK [fedora.linux_system_roles.podman : Refresh systemd] ********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:48 Saturday 27 July 2024 12:32:49 -0400 (0:00:00.457) 0:01:04.906 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove managed resource] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:58 Saturday 27 July 2024 12:32:49 -0400 (0:00:00.052) 0:01:04.959 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Remove volumes] *********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:95 Saturday 27 July 2024 12:32:49 -0400 (0:00:00.053) 0:01:05.013 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Clear parsed podman variable] ********* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112 Saturday 27 July 2024 12:32:49 -0400 (0:00:00.069) 0:01:05.083 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_quadlet_parsed": null }, "changed": false } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:116 Saturday 27 July 2024 12:32:50 -0400 (0:00:00.050) 0:01:05.133 ********* changed: [managed_node1] => { "changed": true, "cmd": [ "podman", "image", "prune", "--all", "-f" ], "delta": "0:00:00.037004", "end": "2024-07-27 12:32:50.427166", "rc": 0, "start": "2024-07-27 12:32:50.390162" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:127 Saturday 27 July 2024 12:32:50 -0400 (0:00:00.532) 0:01:05.666 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 27 July 2024 12:32:50 -0400 (0:00:00.094) 0:01:05.760 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 27 July 2024 12:32:50 -0400 (0:00:00.050) 0:01:05.811 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 27 July 2024 12:32:50 -0400 (0:00:00.051) 0:01:05.863 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - images] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:137 Saturday 27 July 2024 12:32:50 -0400 (0:00:00.050) 0:01:05.914 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "images", "-n" ], "delta": "0:00:00.037039", "end": "2024-07-27 12:32:51.213744", "rc": 0, "start": "2024-07-27 12:32:51.176705" } TASK [fedora.linux_system_roles.podman : For testing and debugging - volumes] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:146 Saturday 27 July 2024 12:32:51 -0400 (0:00:00.497) 0:01:06.412 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "volume", "ls", "-n" ], "delta": "0:00:00.038637", "end": "2024-07-27 12:32:51.707557", "rc": 0, "start": "2024-07-27 12:32:51.668920" } TASK [fedora.linux_system_roles.podman : For testing and debugging - containers] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:155 Saturday 27 July 2024 12:32:51 -0400 (0:00:00.492) 0:01:06.904 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "ps", "--noheading" ], "delta": "0:00:00.039364", "end": "2024-07-27 12:32:52.203646", "rc": 0, "start": "2024-07-27 12:32:52.164282" } TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:164 Saturday 27 July 2024 12:32:52 -0400 (0:00:00.496) 0:01:07.401 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "network", "ls", "-n", "-q" ], "delta": "0:00:00.039091", "end": "2024-07-27 12:32:52.704308", "rc": 0, "start": "2024-07-27 12:32:52.665217" } STDOUT: podman TASK [fedora.linux_system_roles.podman : For testing and debugging - secrets] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:173 Saturday 27 July 2024 12:32:52 -0400 (0:00:00.500) 0:01:07.902 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : For testing and debugging - services] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:183 Saturday 27 July 2024 12:32:53 -0400 (0:00:00.500) 0:01:08.402 ********* ok: [managed_node1] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "arp-ethers.service": { "name": "arp-ethers.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "bluetooth.service": { "name": "bluetooth.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "certmonger.service": { "name": "certmonger.service", "source": "systemd", "state": "running", "status": "enabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.bluez.service": { "name": "dbus-org.bluez.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.fedoraproject.FirewallD1.service": { "name": "dbus-org.fedoraproject.FirewallD1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.home1.service": { "name": "dbus-org.freedesktop.home1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.oom1.service": { "name": "dbus-org.freedesktop.oom1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.resolve1.service": { "name": "dbus-org.freedesktop.resolve1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "running", "status": "enabled" }, "fsidd.service": { "name": "fsidd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "stopped", "status": "static" }, "fwupd-offline-update.service": { "name": "fwupd-offline-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-refresh.service": { "name": "fwupd-refresh.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd.service": { "name": "fwupd.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "ip6tables.service": { "name": "ip6tables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ipset.service": { "name": "ipset.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iptables.service": { "name": "iptables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@dm_mod.service": { "name": "modprobe@dm_mod.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@loop.service": { "name": "modprobe@loop.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "netavark-dhcp-proxy.service": { "name": "netavark-dhcp-proxy.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "netavark-firewalld-reload.service": { "name": "netavark-firewalld-reload.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "pcscd.service": { "name": "pcscd.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "podman-auto-update.service": { "name": "podman-auto-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "podman-clean-transient.service": { "name": "podman-clean-transient.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "podman-kube@.service": { "name": "podman-kube@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "podman-restart.service": { "name": "podman-restart.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "podman.service": { "name": "podman.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "rpmdb-migrate.service": { "name": "rpmdb-migrate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ssh-host-keys-migration.service": { "name": "ssh-host-keys-migration.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-battery-check.service": { "name": "systemd-battery-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-confext.service": { "name": "systemd-confext.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-homed-activate.service": { "name": "systemd-homed-activate.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-homed.service": { "name": "systemd-homed.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-networkd-wait-online@.service": { "name": "systemd-networkd-wait-online@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "systemd-networkd.service": { "name": "systemd-networkd.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-oomd.service": { "name": "systemd-oomd.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-soft-reboot.service": { "name": "systemd-soft-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-time-wait-sync.service": { "name": "systemd-time-wait-sync.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev-early.service": { "name": "systemd-tmpfiles-setup-dev-early.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-userdbd.service": { "name": "systemd-userdbd.service", "source": "systemd", "state": "running", "status": "indirect" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-zram-setup@.service": { "name": "systemd-zram-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-zram-setup@zram0.service": { "name": "systemd-zram-setup@zram0.service", "source": "systemd", "state": "stopped", "status": "active" }, "udisks2.service": { "name": "udisks2.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Saturday 27 July 2024 12:32:55 -0400 (0:00:02.569) 0:01:10.972 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Saturday 27 July 2024 12:32:55 -0400 (0:00:00.048) 0:01:11.020 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_quadlet_file_src": "envoy-proxy-configmap.yml", "__podman_quadlet_spec": {}, "__podman_quadlet_str": "---\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: envoy-proxy-config\ndata:\n envoy.yaml: |\n admin:\n address:\n socket_address:\n address: 0.0.0.0\n port_value: 9901\n\n static_resources:\n listeners:\n - name: listener_0\n address:\n socket_address:\n address: 0.0.0.0\n port_value: 8080\n filter_chains:\n - filters:\n - name: envoy.filters.network.http_connection_manager\n typed_config:\n \"@type\": type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager\n stat_prefix: ingress_http\n codec_type: AUTO\n route_config:\n name: local_route\n virtual_hosts:\n - name: local_service\n domains: [\"*\"]\n routes:\n - match:\n prefix: \"/\"\n route:\n cluster: backend\n http_filters:\n - name: envoy.filters.http.router\n typed_config:\n \"@type\": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router\n transport_socket:\n name: envoy.transport_sockets.tls\n typed_config:\n \"@type\": type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext\n common_tls_context:\n tls_certificates:\n - certificate_chain:\n filename: /etc/envoy-certificates/certificate.pem\n private_key:\n filename: /etc/envoy-certificates/certificate.key\n clusters:\n - name: backend\n connect_timeout: 5s\n type: STATIC\n dns_refresh_rate: 1800s\n lb_policy: ROUND_ROBIN\n load_assignment:\n cluster_name: backend\n endpoints:\n - lb_endpoints:\n - endpoint:\n address:\n socket_address:\n address: 127.0.0.1\n port_value: 80", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Saturday 27 July 2024 12:32:55 -0400 (0:00:00.068) 0:01:11.088 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Saturday 27 July 2024 12:32:56 -0400 (0:00:00.106) 0:01:11.195 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_quadlet_file_src", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Saturday 27 July 2024 12:32:56 -0400 (0:00:00.053) 0:01:11.249 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_quadlet_name": "envoy-proxy-configmap", "__podman_quadlet_type": "yml", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Saturday 27 July 2024 12:32:56 -0400 (0:00:00.076) 0:01:11.325 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 27 July 2024 12:32:56 -0400 (0:00:00.102) 0:01:11.427 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 27 July 2024 12:32:56 -0400 (0:00:00.059) 0:01:11.487 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 27 July 2024 12:32:56 -0400 (0:00:00.059) 0:01:11.546 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 27 July 2024 12:32:56 -0400 (0:00:00.070) 0:01:11.617 ********* ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Saturday 27 July 2024 12:32:56 -0400 (0:00:00.462) 0:01:12.079 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 27 July 2024 12:32:57 -0400 (0:00:00.067) 0:01:12.147 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722097838.3054328, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1722097768.403057, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203421, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "1586140578", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 27 July 2024 12:32:57 -0400 (0:00:00.450) 0:01:12.597 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 27 July 2024 12:32:57 -0400 (0:00:00.049) 0:01:12.646 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 27 July 2024 12:32:57 -0400 (0:00:00.050) 0:01:12.697 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Saturday 27 July 2024 12:32:57 -0400 (0:00:00.051) 0:01:12.748 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Saturday 27 July 2024 12:32:57 -0400 (0:00:00.096) 0:01:12.844 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Saturday 27 July 2024 12:32:57 -0400 (0:00:00.050) 0:01:12.895 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Saturday 27 July 2024 12:32:57 -0400 (0:00:00.051) 0:01:12.946 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Saturday 27 July 2024 12:32:57 -0400 (0:00:00.049) 0:01:12.996 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Saturday 27 July 2024 12:32:57 -0400 (0:00:00.050) 0:01:13.047 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Saturday 27 July 2024 12:32:58 -0400 (0:00:00.084) 0:01:13.132 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Saturday 27 July 2024 12:32:58 -0400 (0:00:00.054) 0:01:13.187 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Saturday 27 July 2024 12:32:58 -0400 (0:00:00.050) 0:01:13.237 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/envoy-proxy-configmap.yml", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Saturday 27 July 2024 12:32:58 -0400 (0:00:00.114) 0:01:13.351 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Saturday 27 July 2024 12:32:58 -0400 (0:00:00.060) 0:01:13.412 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 27 July 2024 12:32:58 -0400 (0:00:00.126) 0:01:13.538 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 27 July 2024 12:32:58 -0400 (0:00:00.050) 0:01:13.589 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_service_name | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : See if quadlet file exists] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 27 July 2024 12:32:58 -0400 (0:00:00.053) 0:01:13.642 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Parse quadlet file] ******************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Saturday 27 July 2024 12:32:58 -0400 (0:00:00.447) 0:01:14.090 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_quadlet_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:42 Saturday 27 July 2024 12:32:59 -0400 (0:00:00.093) 0:01:14.184 ********* ok: [managed_node1] => { "changed": false, "path": "/etc/containers/systemd/envoy-proxy-configmap.yml", "state": "absent" } TASK [fedora.linux_system_roles.podman : Refresh systemd] ********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:48 Saturday 27 July 2024 12:32:59 -0400 (0:00:00.461) 0:01:14.645 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove managed resource] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:58 Saturday 27 July 2024 12:32:59 -0400 (0:00:00.051) 0:01:14.697 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Remove volumes] *********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:95 Saturday 27 July 2024 12:32:59 -0400 (0:00:00.052) 0:01:14.749 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Clear parsed podman variable] ********* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112 Saturday 27 July 2024 12:32:59 -0400 (0:00:00.070) 0:01:14.820 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_quadlet_parsed": null }, "changed": false } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:116 Saturday 27 July 2024 12:32:59 -0400 (0:00:00.054) 0:01:14.875 ********* changed: [managed_node1] => { "changed": true, "cmd": [ "podman", "image", "prune", "--all", "-f" ], "delta": "0:00:00.040443", "end": "2024-07-27 12:33:00.178258", "rc": 0, "start": "2024-07-27 12:33:00.137815" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:127 Saturday 27 July 2024 12:33:00 -0400 (0:00:00.500) 0:01:15.375 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 27 July 2024 12:33:00 -0400 (0:00:00.097) 0:01:15.472 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 27 July 2024 12:33:00 -0400 (0:00:00.052) 0:01:15.525 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 27 July 2024 12:33:00 -0400 (0:00:00.051) 0:01:15.576 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - images] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:137 Saturday 27 July 2024 12:33:00 -0400 (0:00:00.049) 0:01:15.625 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "images", "-n" ], "delta": "0:00:00.039479", "end": "2024-07-27 12:33:00.925649", "rc": 0, "start": "2024-07-27 12:33:00.886170" } TASK [fedora.linux_system_roles.podman : For testing and debugging - volumes] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:146 Saturday 27 July 2024 12:33:01 -0400 (0:00:00.497) 0:01:16.123 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "volume", "ls", "-n" ], "delta": "0:00:00.038822", "end": "2024-07-27 12:33:01.425387", "rc": 0, "start": "2024-07-27 12:33:01.386565" } TASK [fedora.linux_system_roles.podman : For testing and debugging - containers] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:155 Saturday 27 July 2024 12:33:01 -0400 (0:00:00.500) 0:01:16.623 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "ps", "--noheading" ], "delta": "0:00:00.039782", "end": "2024-07-27 12:33:01.924843", "rc": 0, "start": "2024-07-27 12:33:01.885061" } TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:164 Saturday 27 July 2024 12:33:02 -0400 (0:00:00.499) 0:01:17.123 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "network", "ls", "-n", "-q" ], "delta": "0:00:00.038513", "end": "2024-07-27 12:33:02.421346", "rc": 0, "start": "2024-07-27 12:33:02.382833" } STDOUT: podman TASK [fedora.linux_system_roles.podman : For testing and debugging - secrets] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:173 Saturday 27 July 2024 12:33:02 -0400 (0:00:00.543) 0:01:17.666 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : For testing and debugging - services] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:183 Saturday 27 July 2024 12:33:03 -0400 (0:00:00.489) 0:01:18.155 ********* ok: [managed_node1] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "arp-ethers.service": { "name": "arp-ethers.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "bluetooth.service": { "name": "bluetooth.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "certmonger.service": { "name": "certmonger.service", "source": "systemd", "state": "running", "status": "enabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.bluez.service": { "name": "dbus-org.bluez.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.fedoraproject.FirewallD1.service": { "name": "dbus-org.fedoraproject.FirewallD1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.home1.service": { "name": "dbus-org.freedesktop.home1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.oom1.service": { "name": "dbus-org.freedesktop.oom1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.resolve1.service": { "name": "dbus-org.freedesktop.resolve1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "running", "status": "enabled" }, "fsidd.service": { "name": "fsidd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "stopped", "status": "static" }, "fwupd-offline-update.service": { "name": "fwupd-offline-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-refresh.service": { "name": "fwupd-refresh.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd.service": { "name": "fwupd.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "ip6tables.service": { "name": "ip6tables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ipset.service": { "name": "ipset.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iptables.service": { "name": "iptables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@dm_mod.service": { "name": "modprobe@dm_mod.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@loop.service": { "name": "modprobe@loop.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "netavark-dhcp-proxy.service": { "name": "netavark-dhcp-proxy.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "netavark-firewalld-reload.service": { "name": "netavark-firewalld-reload.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "pcscd.service": { "name": "pcscd.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "podman-auto-update.service": { "name": "podman-auto-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "podman-clean-transient.service": { "name": "podman-clean-transient.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "podman-kube@.service": { "name": "podman-kube@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "podman-restart.service": { "name": "podman-restart.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "podman.service": { "name": "podman.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "rpmdb-migrate.service": { "name": "rpmdb-migrate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ssh-host-keys-migration.service": { "name": "ssh-host-keys-migration.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-battery-check.service": { "name": "systemd-battery-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-confext.service": { "name": "systemd-confext.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-homed-activate.service": { "name": "systemd-homed-activate.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-homed.service": { "name": "systemd-homed.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-networkd-wait-online@.service": { "name": "systemd-networkd-wait-online@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "systemd-networkd.service": { "name": "systemd-networkd.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-oomd.service": { "name": "systemd-oomd.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-soft-reboot.service": { "name": "systemd-soft-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-time-wait-sync.service": { "name": "systemd-time-wait-sync.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev-early.service": { "name": "systemd-tmpfiles-setup-dev-early.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-userdbd.service": { "name": "systemd-userdbd.service", "source": "systemd", "state": "running", "status": "indirect" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-zram-setup@.service": { "name": "systemd-zram-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-zram-setup@zram0.service": { "name": "systemd-zram-setup@zram0.service", "source": "systemd", "state": "stopped", "status": "active" }, "udisks2.service": { "name": "udisks2.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Saturday 27 July 2024 12:33:05 -0400 (0:00:02.606) 0:01:20.762 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Saturday 27 July 2024 12:33:05 -0400 (0:00:00.051) 0:01:20.814 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": {}, "__podman_quadlet_str": "[Install]\nWantedBy=default.target\n\n[Container]\nImage=quay.io/linux-system-roles/mysql:5.6\nContainerName=quadlet-demo-mysql\nVolume=quadlet-demo-mysql.volume:/var/lib/mysql\nVolume=/tmp/quadlet_demo:/var/lib/quadlet_demo:Z\nNetwork=quadlet-demo.network\nSecret=mysql-root-password-container,type=env,target=MYSQL_ROOT_PASSWORD\nHealthCmd=/bin/true\nHealthOnFailure=kill\n", "__podman_quadlet_template_src": "quadlet-demo-mysql.container.j2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Saturday 27 July 2024 12:33:05 -0400 (0:00:00.145) 0:01:20.959 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Saturday 27 July 2024 12:33:05 -0400 (0:00:00.065) 0:01:21.024 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_quadlet_str", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Saturday 27 July 2024 12:33:05 -0400 (0:00:00.053) 0:01:21.078 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-demo-mysql", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Saturday 27 July 2024 12:33:06 -0400 (0:00:00.078) 0:01:21.157 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 27 July 2024 12:33:06 -0400 (0:00:00.106) 0:01:21.263 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 27 July 2024 12:33:06 -0400 (0:00:00.059) 0:01:21.322 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 27 July 2024 12:33:06 -0400 (0:00:00.062) 0:01:21.385 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 27 July 2024 12:33:06 -0400 (0:00:00.070) 0:01:21.455 ********* ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Saturday 27 July 2024 12:33:06 -0400 (0:00:00.510) 0:01:21.966 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 27 July 2024 12:33:06 -0400 (0:00:00.067) 0:01:22.033 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722097838.3054328, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1722097768.403057, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203421, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "1586140578", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 27 July 2024 12:33:07 -0400 (0:00:00.475) 0:01:22.508 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 27 July 2024 12:33:07 -0400 (0:00:00.051) 0:01:22.559 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 27 July 2024 12:33:07 -0400 (0:00:00.051) 0:01:22.611 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Saturday 27 July 2024 12:33:07 -0400 (0:00:00.049) 0:01:22.661 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Saturday 27 July 2024 12:33:07 -0400 (0:00:00.051) 0:01:22.712 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Saturday 27 July 2024 12:33:07 -0400 (0:00:00.052) 0:01:22.765 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Saturday 27 July 2024 12:33:07 -0400 (0:00:00.050) 0:01:22.816 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Saturday 27 July 2024 12:33:07 -0400 (0:00:00.048) 0:01:22.865 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Saturday 27 July 2024 12:33:07 -0400 (0:00:00.049) 0:01:22.914 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-demo-mysql.service", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Saturday 27 July 2024 12:33:07 -0400 (0:00:00.085) 0:01:23.000 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Saturday 27 July 2024 12:33:07 -0400 (0:00:00.054) 0:01:23.055 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Saturday 27 July 2024 12:33:07 -0400 (0:00:00.048) 0:01:23.104 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_images": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo-mysql.container", "__podman_volumes": [ "/tmp/quadlet_demo" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Saturday 27 July 2024 12:33:08 -0400 (0:00:00.117) 0:01:23.221 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Saturday 27 July 2024 12:33:08 -0400 (0:00:00.110) 0:01:23.332 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 27 July 2024 12:33:08 -0400 (0:00:00.123) 0:01:23.455 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 27 July 2024 12:33:08 -0400 (0:00:00.050) 0:01:23.506 ********* ok: [managed_node1] => { "changed": false, "failed_when_result": false } MSG: Could not find the requested service quadlet-demo-mysql.service: host TASK [fedora.linux_system_roles.podman : See if quadlet file exists] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 27 July 2024 12:33:09 -0400 (0:00:00.640) 0:01:24.147 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Parse quadlet file] ******************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Saturday 27 July 2024 12:33:09 -0400 (0:00:00.446) 0:01:24.593 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_quadlet_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:42 Saturday 27 July 2024 12:33:09 -0400 (0:00:00.051) 0:01:24.644 ********* ok: [managed_node1] => { "changed": false, "path": "/etc/containers/systemd/quadlet-demo-mysql.container", "state": "absent" } TASK [fedora.linux_system_roles.podman : Refresh systemd] ********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:48 Saturday 27 July 2024 12:33:09 -0400 (0:00:00.458) 0:01:25.103 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove managed resource] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:58 Saturday 27 July 2024 12:33:10 -0400 (0:00:00.053) 0:01:25.156 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Remove volumes] *********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:95 Saturday 27 July 2024 12:33:10 -0400 (0:00:00.051) 0:01:25.208 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Clear parsed podman variable] ********* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112 Saturday 27 July 2024 12:33:10 -0400 (0:00:00.067) 0:01:25.276 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_quadlet_parsed": null }, "changed": false } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:116 Saturday 27 July 2024 12:33:10 -0400 (0:00:00.053) 0:01:25.329 ********* changed: [managed_node1] => { "changed": true, "cmd": [ "podman", "image", "prune", "--all", "-f" ], "delta": "0:00:00.039026", "end": "2024-07-27 12:33:10.631685", "rc": 0, "start": "2024-07-27 12:33:10.592659" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:127 Saturday 27 July 2024 12:33:10 -0400 (0:00:00.501) 0:01:25.831 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 27 July 2024 12:33:10 -0400 (0:00:00.094) 0:01:25.925 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 27 July 2024 12:33:10 -0400 (0:00:00.094) 0:01:26.020 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 27 July 2024 12:33:10 -0400 (0:00:00.050) 0:01:26.071 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - images] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:137 Saturday 27 July 2024 12:33:11 -0400 (0:00:00.049) 0:01:26.120 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "images", "-n" ], "delta": "0:00:00.037066", "end": "2024-07-27 12:33:11.417176", "rc": 0, "start": "2024-07-27 12:33:11.380110" } TASK [fedora.linux_system_roles.podman : For testing and debugging - volumes] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:146 Saturday 27 July 2024 12:33:11 -0400 (0:00:00.494) 0:01:26.614 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "volume", "ls", "-n" ], "delta": "0:00:00.039121", "end": "2024-07-27 12:33:11.915384", "rc": 0, "start": "2024-07-27 12:33:11.876263" } TASK [fedora.linux_system_roles.podman : For testing and debugging - containers] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:155 Saturday 27 July 2024 12:33:12 -0400 (0:00:00.499) 0:01:27.114 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "ps", "--noheading" ], "delta": "0:00:00.038217", "end": "2024-07-27 12:33:12.411300", "rc": 0, "start": "2024-07-27 12:33:12.373083" } TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:164 Saturday 27 July 2024 12:33:12 -0400 (0:00:00.495) 0:01:27.609 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "network", "ls", "-n", "-q" ], "delta": "0:00:00.036596", "end": "2024-07-27 12:33:12.905722", "rc": 0, "start": "2024-07-27 12:33:12.869126" } STDOUT: podman TASK [fedora.linux_system_roles.podman : For testing and debugging - secrets] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:173 Saturday 27 July 2024 12:33:12 -0400 (0:00:00.496) 0:01:28.106 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : For testing and debugging - services] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:183 Saturday 27 July 2024 12:33:13 -0400 (0:00:00.494) 0:01:28.600 ********* ok: [managed_node1] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "arp-ethers.service": { "name": "arp-ethers.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "bluetooth.service": { "name": "bluetooth.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "certmonger.service": { "name": "certmonger.service", "source": "systemd", "state": "running", "status": "enabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.bluez.service": { "name": "dbus-org.bluez.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.fedoraproject.FirewallD1.service": { "name": "dbus-org.fedoraproject.FirewallD1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.home1.service": { "name": "dbus-org.freedesktop.home1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.oom1.service": { "name": "dbus-org.freedesktop.oom1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.resolve1.service": { "name": "dbus-org.freedesktop.resolve1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "running", "status": "enabled" }, "fsidd.service": { "name": "fsidd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "stopped", "status": "static" }, "fwupd-offline-update.service": { "name": "fwupd-offline-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-refresh.service": { "name": "fwupd-refresh.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd.service": { "name": "fwupd.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "ip6tables.service": { "name": "ip6tables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ipset.service": { "name": "ipset.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iptables.service": { "name": "iptables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@dm_mod.service": { "name": "modprobe@dm_mod.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@loop.service": { "name": "modprobe@loop.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "netavark-dhcp-proxy.service": { "name": "netavark-dhcp-proxy.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "netavark-firewalld-reload.service": { "name": "netavark-firewalld-reload.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "pcscd.service": { "name": "pcscd.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "podman-auto-update.service": { "name": "podman-auto-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "podman-clean-transient.service": { "name": "podman-clean-transient.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "podman-kube@.service": { "name": "podman-kube@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "podman-restart.service": { "name": "podman-restart.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "podman.service": { "name": "podman.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "rpmdb-migrate.service": { "name": "rpmdb-migrate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ssh-host-keys-migration.service": { "name": "ssh-host-keys-migration.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-battery-check.service": { "name": "systemd-battery-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-confext.service": { "name": "systemd-confext.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-homed-activate.service": { "name": "systemd-homed-activate.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-homed.service": { "name": "systemd-homed.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-networkd-wait-online@.service": { "name": "systemd-networkd-wait-online@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "systemd-networkd.service": { "name": "systemd-networkd.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-oomd.service": { "name": "systemd-oomd.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-soft-reboot.service": { "name": "systemd-soft-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-time-wait-sync.service": { "name": "systemd-time-wait-sync.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev-early.service": { "name": "systemd-tmpfiles-setup-dev-early.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-userdbd.service": { "name": "systemd-userdbd.service", "source": "systemd", "state": "running", "status": "indirect" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-zram-setup@.service": { "name": "systemd-zram-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-zram-setup@zram0.service": { "name": "systemd-zram-setup@zram0.service", "source": "systemd", "state": "stopped", "status": "active" }, "udisks2.service": { "name": "udisks2.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Saturday 27 July 2024 12:33:16 -0400 (0:00:02.571) 0:01:31.172 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Saturday 27 July 2024 12:33:16 -0400 (0:00:00.050) 0:01:31.222 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_quadlet_file_src": "quadlet-demo-mysql.volume", "__podman_quadlet_spec": {}, "__podman_quadlet_str": "[Volume]", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Saturday 27 July 2024 12:33:16 -0400 (0:00:00.071) 0:01:31.294 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Saturday 27 July 2024 12:33:16 -0400 (0:00:00.064) 0:01:31.359 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_quadlet_file_src", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Saturday 27 July 2024 12:33:16 -0400 (0:00:00.053) 0:01:31.413 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-demo-mysql", "__podman_quadlet_type": "volume", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Saturday 27 July 2024 12:33:16 -0400 (0:00:00.075) 0:01:31.488 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 27 July 2024 12:33:16 -0400 (0:00:00.153) 0:01:31.641 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 27 July 2024 12:33:16 -0400 (0:00:00.062) 0:01:31.703 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 27 July 2024 12:33:16 -0400 (0:00:00.059) 0:01:31.762 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 27 July 2024 12:33:16 -0400 (0:00:00.073) 0:01:31.836 ********* ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Saturday 27 July 2024 12:33:17 -0400 (0:00:00.466) 0:01:32.303 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 27 July 2024 12:33:17 -0400 (0:00:00.069) 0:01:32.372 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722097838.3054328, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1722097768.403057, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203421, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "1586140578", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 27 July 2024 12:33:17 -0400 (0:00:00.457) 0:01:32.830 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 27 July 2024 12:33:17 -0400 (0:00:00.052) 0:01:32.883 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 27 July 2024 12:33:17 -0400 (0:00:00.051) 0:01:32.934 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Saturday 27 July 2024 12:33:17 -0400 (0:00:00.050) 0:01:32.984 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Saturday 27 July 2024 12:33:17 -0400 (0:00:00.049) 0:01:33.033 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Saturday 27 July 2024 12:33:17 -0400 (0:00:00.049) 0:01:33.083 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Saturday 27 July 2024 12:33:18 -0400 (0:00:00.050) 0:01:33.133 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Saturday 27 July 2024 12:33:18 -0400 (0:00:00.098) 0:01:33.231 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Saturday 27 July 2024 12:33:18 -0400 (0:00:00.050) 0:01:33.282 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-demo-mysql-volume.service", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Saturday 27 July 2024 12:33:18 -0400 (0:00:00.088) 0:01:33.370 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Saturday 27 July 2024 12:33:18 -0400 (0:00:00.054) 0:01:33.425 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Saturday 27 July 2024 12:33:18 -0400 (0:00:00.050) 0:01:33.476 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo-mysql.volume", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Saturday 27 July 2024 12:33:18 -0400 (0:00:00.114) 0:01:33.590 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Saturday 27 July 2024 12:33:18 -0400 (0:00:00.061) 0:01:33.652 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 27 July 2024 12:33:18 -0400 (0:00:00.125) 0:01:33.778 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 27 July 2024 12:33:18 -0400 (0:00:00.049) 0:01:33.828 ********* ok: [managed_node1] => { "changed": false, "failed_when_result": false } MSG: Could not find the requested service quadlet-demo-mysql-volume.service: host TASK [fedora.linux_system_roles.podman : See if quadlet file exists] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 27 July 2024 12:33:19 -0400 (0:00:00.641) 0:01:34.469 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Parse quadlet file] ******************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Saturday 27 July 2024 12:33:19 -0400 (0:00:00.448) 0:01:34.918 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_quadlet_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:42 Saturday 27 July 2024 12:33:19 -0400 (0:00:00.049) 0:01:34.967 ********* ok: [managed_node1] => { "changed": false, "path": "/etc/containers/systemd/quadlet-demo-mysql.volume", "state": "absent" } TASK [fedora.linux_system_roles.podman : Refresh systemd] ********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:48 Saturday 27 July 2024 12:33:20 -0400 (0:00:00.454) 0:01:35.421 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove managed resource] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:58 Saturday 27 July 2024 12:33:20 -0400 (0:00:00.053) 0:01:35.475 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Remove volumes] *********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:95 Saturday 27 July 2024 12:33:20 -0400 (0:00:00.098) 0:01:35.573 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Clear parsed podman variable] ********* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112 Saturday 27 July 2024 12:33:20 -0400 (0:00:00.072) 0:01:35.646 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_quadlet_parsed": null }, "changed": false } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:116 Saturday 27 July 2024 12:33:20 -0400 (0:00:00.052) 0:01:35.698 ********* changed: [managed_node1] => { "changed": true, "cmd": [ "podman", "image", "prune", "--all", "-f" ], "delta": "0:00:00.035718", "end": "2024-07-27 12:33:20.991270", "rc": 0, "start": "2024-07-27 12:33:20.955552" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:127 Saturday 27 July 2024 12:33:21 -0400 (0:00:00.491) 0:01:36.190 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 27 July 2024 12:33:21 -0400 (0:00:00.095) 0:01:36.286 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 27 July 2024 12:33:21 -0400 (0:00:00.050) 0:01:36.337 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 27 July 2024 12:33:21 -0400 (0:00:00.052) 0:01:36.390 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - images] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:137 Saturday 27 July 2024 12:33:21 -0400 (0:00:00.052) 0:01:36.442 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "images", "-n" ], "delta": "0:00:00.036591", "end": "2024-07-27 12:33:21.742674", "rc": 0, "start": "2024-07-27 12:33:21.706083" } TASK [fedora.linux_system_roles.podman : For testing and debugging - volumes] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:146 Saturday 27 July 2024 12:33:21 -0400 (0:00:00.497) 0:01:36.940 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "volume", "ls", "-n" ], "delta": "0:00:00.039322", "end": "2024-07-27 12:33:22.240177", "rc": 0, "start": "2024-07-27 12:33:22.200855" } TASK [fedora.linux_system_roles.podman : For testing and debugging - containers] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:155 Saturday 27 July 2024 12:33:22 -0400 (0:00:00.498) 0:01:37.438 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "ps", "--noheading" ], "delta": "0:00:00.039494", "end": "2024-07-27 12:33:22.736979", "rc": 0, "start": "2024-07-27 12:33:22.697485" } TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:164 Saturday 27 July 2024 12:33:22 -0400 (0:00:00.497) 0:01:37.935 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "network", "ls", "-n", "-q" ], "delta": "0:00:00.035885", "end": "2024-07-27 12:33:23.233892", "rc": 0, "start": "2024-07-27 12:33:23.198007" } STDOUT: podman TASK [fedora.linux_system_roles.podman : For testing and debugging - secrets] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:173 Saturday 27 July 2024 12:33:23 -0400 (0:00:00.496) 0:01:38.432 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : For testing and debugging - services] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:183 Saturday 27 July 2024 12:33:23 -0400 (0:00:00.494) 0:01:38.926 ********* ok: [managed_node1] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "arp-ethers.service": { "name": "arp-ethers.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "bluetooth.service": { "name": "bluetooth.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "certmonger.service": { "name": "certmonger.service", "source": "systemd", "state": "running", "status": "enabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.bluez.service": { "name": "dbus-org.bluez.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.fedoraproject.FirewallD1.service": { "name": "dbus-org.fedoraproject.FirewallD1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.home1.service": { "name": "dbus-org.freedesktop.home1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.oom1.service": { "name": "dbus-org.freedesktop.oom1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.resolve1.service": { "name": "dbus-org.freedesktop.resolve1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "running", "status": "enabled" }, "fsidd.service": { "name": "fsidd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "stopped", "status": "static" }, "fwupd-offline-update.service": { "name": "fwupd-offline-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-refresh.service": { "name": "fwupd-refresh.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd.service": { "name": "fwupd.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "ip6tables.service": { "name": "ip6tables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ipset.service": { "name": "ipset.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iptables.service": { "name": "iptables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@dm_mod.service": { "name": "modprobe@dm_mod.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@loop.service": { "name": "modprobe@loop.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "netavark-dhcp-proxy.service": { "name": "netavark-dhcp-proxy.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "netavark-firewalld-reload.service": { "name": "netavark-firewalld-reload.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "pcscd.service": { "name": "pcscd.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "podman-auto-update.service": { "name": "podman-auto-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "podman-clean-transient.service": { "name": "podman-clean-transient.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "podman-kube@.service": { "name": "podman-kube@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "podman-restart.service": { "name": "podman-restart.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "podman.service": { "name": "podman.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "rpmdb-migrate.service": { "name": "rpmdb-migrate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ssh-host-keys-migration.service": { "name": "ssh-host-keys-migration.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-battery-check.service": { "name": "systemd-battery-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-confext.service": { "name": "systemd-confext.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-homed-activate.service": { "name": "systemd-homed-activate.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-homed.service": { "name": "systemd-homed.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-networkd-wait-online@.service": { "name": "systemd-networkd-wait-online@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "systemd-networkd.service": { "name": "systemd-networkd.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-oomd.service": { "name": "systemd-oomd.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-soft-reboot.service": { "name": "systemd-soft-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-time-wait-sync.service": { "name": "systemd-time-wait-sync.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev-early.service": { "name": "systemd-tmpfiles-setup-dev-early.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-userdbd.service": { "name": "systemd-userdbd.service", "source": "systemd", "state": "running", "status": "indirect" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-zram-setup@.service": { "name": "systemd-zram-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-zram-setup@zram0.service": { "name": "systemd-zram-setup@zram0.service", "source": "systemd", "state": "stopped", "status": "active" }, "udisks2.service": { "name": "udisks2.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Saturday 27 July 2024 12:33:27 -0400 (0:00:03.590) 0:01:42.516 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Saturday 27 July 2024 12:33:27 -0400 (0:00:00.049) 0:01:42.566 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_quadlet_file_src": "quadlet-demo.network", "__podman_quadlet_spec": {}, "__podman_quadlet_str": "[Network]\nSubnet=192.168.30.0/24\nGateway=192.168.30.1\nLabel=app=wordpress", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Saturday 27 July 2024 12:33:27 -0400 (0:00:00.068) 0:01:42.634 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Saturday 27 July 2024 12:33:27 -0400 (0:00:00.066) 0:01:42.701 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_quadlet_file_src", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Saturday 27 July 2024 12:33:27 -0400 (0:00:00.054) 0:01:42.755 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-demo", "__podman_quadlet_type": "network", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Saturday 27 July 2024 12:33:27 -0400 (0:00:00.076) 0:01:42.832 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 27 July 2024 12:33:27 -0400 (0:00:00.103) 0:01:42.935 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 27 July 2024 12:33:27 -0400 (0:00:00.059) 0:01:42.995 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 27 July 2024 12:33:27 -0400 (0:00:00.060) 0:01:43.055 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 27 July 2024 12:33:28 -0400 (0:00:00.071) 0:01:43.127 ********* ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Saturday 27 July 2024 12:33:28 -0400 (0:00:00.460) 0:01:43.588 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 27 July 2024 12:33:28 -0400 (0:00:00.067) 0:01:43.656 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722097838.3054328, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1722097768.403057, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203421, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "1586140578", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 27 July 2024 12:33:29 -0400 (0:00:00.456) 0:01:44.112 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 27 July 2024 12:33:29 -0400 (0:00:00.050) 0:01:44.162 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 27 July 2024 12:33:29 -0400 (0:00:00.100) 0:01:44.262 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Saturday 27 July 2024 12:33:29 -0400 (0:00:00.052) 0:01:44.315 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Saturday 27 July 2024 12:33:29 -0400 (0:00:00.050) 0:01:44.365 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Saturday 27 July 2024 12:33:29 -0400 (0:00:00.049) 0:01:44.415 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Saturday 27 July 2024 12:33:29 -0400 (0:00:00.052) 0:01:44.467 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Saturday 27 July 2024 12:33:29 -0400 (0:00:00.051) 0:01:44.518 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Saturday 27 July 2024 12:33:29 -0400 (0:00:00.050) 0:01:44.569 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-demo-network.service", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Saturday 27 July 2024 12:33:29 -0400 (0:00:00.087) 0:01:44.657 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Saturday 27 July 2024 12:33:29 -0400 (0:00:00.055) 0:01:44.713 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Saturday 27 July 2024 12:33:29 -0400 (0:00:00.052) 0:01:44.766 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo.network", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Saturday 27 July 2024 12:33:29 -0400 (0:00:00.115) 0:01:44.881 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110 Saturday 27 July 2024 12:33:29 -0400 (0:00:00.060) 0:01:44.942 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 27 July 2024 12:33:29 -0400 (0:00:00.124) 0:01:45.066 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 27 July 2024 12:33:30 -0400 (0:00:00.094) 0:01:45.161 ********* ok: [managed_node1] => { "changed": false, "failed_when_result": false } MSG: Could not find the requested service quadlet-demo-network.service: host TASK [fedora.linux_system_roles.podman : See if quadlet file exists] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 27 July 2024 12:33:30 -0400 (0:00:00.644) 0:01:45.805 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Parse quadlet file] ******************* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Saturday 27 July 2024 12:33:31 -0400 (0:00:00.444) 0:01:46.249 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_quadlet_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:42 Saturday 27 July 2024 12:33:31 -0400 (0:00:00.050) 0:01:46.300 ********* ok: [managed_node1] => { "changed": false, "path": "/etc/containers/systemd/quadlet-demo.network", "state": "absent" } TASK [fedora.linux_system_roles.podman : Refresh systemd] ********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:48 Saturday 27 July 2024 12:33:31 -0400 (0:00:00.456) 0:01:46.757 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove managed resource] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:58 Saturday 27 July 2024 12:33:31 -0400 (0:00:00.054) 0:01:46.811 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Remove volumes] *********************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:95 Saturday 27 July 2024 12:33:31 -0400 (0:00:00.054) 0:01:46.865 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Clear parsed podman variable] ********* task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112 Saturday 27 July 2024 12:33:31 -0400 (0:00:00.071) 0:01:46.937 ********* ok: [managed_node1] => { "ansible_facts": { "__podman_quadlet_parsed": null }, "changed": false } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:116 Saturday 27 July 2024 12:33:31 -0400 (0:00:00.052) 0:01:46.989 ********* changed: [managed_node1] => { "changed": true, "cmd": [ "podman", "image", "prune", "--all", "-f" ], "delta": "0:00:00.036318", "end": "2024-07-27 12:33:32.281581", "rc": 0, "start": "2024-07-27 12:33:32.245263" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:127 Saturday 27 July 2024 12:33:32 -0400 (0:00:00.491) 0:01:47.481 ********* included: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Saturday 27 July 2024 12:33:32 -0400 (0:00:00.093) 0:01:47.574 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 27 July 2024 12:33:32 -0400 (0:00:00.051) 0:01:47.626 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 27 July 2024 12:33:32 -0400 (0:00:00.050) 0:01:47.676 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : For testing and debugging - images] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:137 Saturday 27 July 2024 12:33:32 -0400 (0:00:00.049) 0:01:47.726 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "images", "-n" ], "delta": "0:00:00.037142", "end": "2024-07-27 12:33:33.023396", "rc": 0, "start": "2024-07-27 12:33:32.986254" } TASK [fedora.linux_system_roles.podman : For testing and debugging - volumes] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:146 Saturday 27 July 2024 12:33:33 -0400 (0:00:00.542) 0:01:48.269 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "volume", "ls", "-n" ], "delta": "0:00:00.038898", "end": "2024-07-27 12:33:33.565598", "rc": 0, "start": "2024-07-27 12:33:33.526700" } TASK [fedora.linux_system_roles.podman : For testing and debugging - containers] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:155 Saturday 27 July 2024 12:33:33 -0400 (0:00:00.494) 0:01:48.764 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "ps", "--noheading" ], "delta": "0:00:00.038676", "end": "2024-07-27 12:33:34.059864", "rc": 0, "start": "2024-07-27 12:33:34.021188" } TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:164 Saturday 27 July 2024 12:33:34 -0400 (0:00:00.494) 0:01:49.258 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "network", "ls", "-n", "-q" ], "delta": "0:00:00.037912", "end": "2024-07-27 12:33:34.558117", "rc": 0, "start": "2024-07-27 12:33:34.520205" } STDOUT: podman TASK [fedora.linux_system_roles.podman : For testing and debugging - secrets] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:173 Saturday 27 July 2024 12:33:34 -0400 (0:00:00.497) 0:01:49.755 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : For testing and debugging - services] *** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:183 Saturday 27 July 2024 12:33:35 -0400 (0:00:00.493) 0:01:50.249 ********* ok: [managed_node1] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "arp-ethers.service": { "name": "arp-ethers.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "bluetooth.service": { "name": "bluetooth.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "certmonger.service": { "name": "certmonger.service", "source": "systemd", "state": "running", "status": "enabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.bluez.service": { "name": "dbus-org.bluez.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.fedoraproject.FirewallD1.service": { "name": "dbus-org.fedoraproject.FirewallD1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.home1.service": { "name": "dbus-org.freedesktop.home1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.oom1.service": { "name": "dbus-org.freedesktop.oom1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.resolve1.service": { "name": "dbus-org.freedesktop.resolve1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "running", "status": "enabled" }, "fsidd.service": { "name": "fsidd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "stopped", "status": "static" }, "fwupd-offline-update.service": { "name": "fwupd-offline-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-refresh.service": { "name": "fwupd-refresh.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd.service": { "name": "fwupd.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "ip6tables.service": { "name": "ip6tables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ipset.service": { "name": "ipset.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iptables.service": { "name": "iptables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@dm_mod.service": { "name": "modprobe@dm_mod.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@loop.service": { "name": "modprobe@loop.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "netavark-dhcp-proxy.service": { "name": "netavark-dhcp-proxy.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "netavark-firewalld-reload.service": { "name": "netavark-firewalld-reload.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "pcscd.service": { "name": "pcscd.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "podman-auto-update.service": { "name": "podman-auto-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "podman-clean-transient.service": { "name": "podman-clean-transient.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "podman-kube@.service": { "name": "podman-kube@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "podman-restart.service": { "name": "podman-restart.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "podman.service": { "name": "podman.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "rpmdb-migrate.service": { "name": "rpmdb-migrate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ssh-host-keys-migration.service": { "name": "ssh-host-keys-migration.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-battery-check.service": { "name": "systemd-battery-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-confext.service": { "name": "systemd-confext.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-homed-activate.service": { "name": "systemd-homed-activate.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-homed.service": { "name": "systemd-homed.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-networkd-wait-online@.service": { "name": "systemd-networkd-wait-online@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "systemd-networkd.service": { "name": "systemd-networkd.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-oomd.service": { "name": "systemd-oomd.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-soft-reboot.service": { "name": "systemd-soft-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-time-wait-sync.service": { "name": "systemd-time-wait-sync.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev-early.service": { "name": "systemd-tmpfiles-setup-dev-early.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-userdbd.service": { "name": "systemd-userdbd.service", "source": "systemd", "state": "running", "status": "indirect" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-zram-setup@.service": { "name": "systemd-zram-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-zram-setup@zram0.service": { "name": "systemd-zram-setup@zram0.service", "source": "systemd", "state": "stopped", "status": "active" }, "udisks2.service": { "name": "udisks2.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114 Saturday 27 July 2024 12:33:37 -0400 (0:00:02.564) 0:01:52.814 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143 Saturday 27 July 2024 12:33:37 -0400 (0:00:00.049) 0:01:52.864 ********* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149 Saturday 27 July 2024 12:33:37 -0400 (0:00:00.047) 0:01:52.911 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Saturday 27 July 2024 12:33:37 -0400 (0:00:00.047) 0:01:52.959 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Ensure no resources] ***************************************************** task path: /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_quadlet_demo.yml:170 Saturday 27 July 2024 12:33:37 -0400 (0:00:00.079) 0:01:53.038 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* managed_node1 : ok=245 changed=15 unreachable=0 failed=1 skipped=236 rescued=1 ignored=0 Saturday 27 July 2024 12:33:37 -0400 (0:00:00.048) 0:01:53.086 ********* =============================================================================== fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 5.12s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 4.02s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 fedora.linux_system_roles.podman : For testing and debugging - services --- 3.59s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:183 fedora.linux_system_roles.podman : For testing and debugging - services --- 2.91s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:183 fedora.linux_system_roles.podman : For testing and debugging - services --- 2.61s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:183 fedora.linux_system_roles.podman : For testing and debugging - services --- 2.57s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:183 fedora.linux_system_roles.podman : For testing and debugging - services --- 2.57s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:183 fedora.linux_system_roles.podman : For testing and debugging - services --- 2.56s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:183 fedora.linux_system_roles.firewall : Configure firewall ----------------- 2.49s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 2.30s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 fedora.linux_system_roles.firewall : Install firewalld ------------------ 1.98s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 fedora.linux_system_roles.firewall : Install firewalld ------------------ 1.98s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 fedora.linux_system_roles.certificate : Ensure provider service is running --- 1.45s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.39s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.certificate : Slurp the contents of the files --- 1.35s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Gathering Facts --------------------------------------------------------- 1.33s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_quadlet_demo.yml:3 fedora.linux_system_roles.certificate : Remove files -------------------- 1.32s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.21s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.12s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.certificate : Ensure certificate requests ----- 1.02s /tmp/tmp.7ouMUaZOX7/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101