# STDOUT:
---v---v---v---v---v---
ansible-playbook [core 2.16.0]
config file = /etc/ansible/ansible.cfg
configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible
ansible collection location = /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection
executable location = /opt/ansible-2.16/bin/ansible-playbook
python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python)
jinja version = 3.1.2
libyaml = True
Using /etc/ansible/ansible.cfg as config file
Skipping callback 'debug', as we already have a stdout callback.
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 ***********************************************
2 plays in /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/tests/tests_quadlet_demo.yml
PLAY [all] *********************************************************************
TASK [Include vault variables] *************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/tests/tests_quadlet_demo.yml:4
Tuesday 09 July 2024 18:48:32 +0000 (0:00:00.011) 0:00:00.011 **********
ok: [sut] => {
"ansible_facts": {
"__podman_test_password": {
"__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n35383939616163653333633431363463313831383037386236646138333162396161356130303461\n3932623930643263313563336163316337643562333936360a363538636631313039343233383732\n38666530383538656639363465313230343533386130303833336434303438333161656262346562\n3362626538613031640a663330613638366132356534363534353239616666653466353961323533\n6565\n"
},
"mysql_container_root_password": {
"__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n61333932373230333539663035366431326163363166363036323963623131363530326231303634\n6635326161643165363366323062333334363730376631660a393566366139353861656364656661\n38653463363837336639363032646433666361646535366137303464623261313663643336306465\n6264663730656337310a343962353137386238383064646533366433333437303566656433386233\n34343235326665646661623131643335313236313131353661386338343366316261643634653633\n3832313034366536616531323963333234326461353130303532\n"
}
},
"ansible_included_var_files": [
"/WORKDIR/git-handle-quadlet-cleanupno3bj4wv/tests/vars/vault-variables.yml"
],
"changed": false
}
PLAY [Deploy the quadlet demo app] *********************************************
TASK [Gathering Facts] *********************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/tests/tests_quadlet_demo.yml:9
Tuesday 09 July 2024 18:48:32 +0000 (0:00:00.012) 0:00:00.024 **********
ok: [sut]
TASK [Generate certificates] ***************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/tests/tests_quadlet_demo.yml:39
Tuesday 09 July 2024 18:48:34 +0000 (0:00:02.271) 0:00:02.295 **********
TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Tuesday 09 July 2024 18:48:34 +0000 (0:00:00.024) 0:00:02.319 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for sut
TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Tuesday 09 July 2024 18:48:34 +0000 (0:00:00.015) 0:00:02.335 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Tuesday 09 July 2024 18:48:34 +0000 (0:00:00.019) 0:00:02.354 **********
ok: [sut] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Tuesday 09 July 2024 18:48:35 +0000 (0:00:00.287) 0:00:02.642 **********
ok: [sut] => {
"ansible_facts": {
"__certificate_is_ostree": false
},
"changed": false
}
TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Tuesday 09 July 2024 18:48:35 +0000 (0:00:00.014) 0:00:02.657 **********
skipping: [sut] => (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: [sut] => (item=Fedora.yml) => {
"ansible_facts": {
"__certificate_certmonger_packages": [
"certmonger",
"python3-packaging"
]
},
"ansible_included_var_files": [
"/WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/Fedora.yml"
],
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml"
}
skipping: [sut] => (item=Fedora_40.yml) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "__vars_file is file",
"item": "Fedora_40.yml",
"skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=Fedora_40.yml) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "__vars_file is file",
"item": "Fedora_40.yml",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Tuesday 09 July 2024 18:48:35 +0000 (0:00:00.024) 0:00:02.682 **********
changed: [sut] => {
"changed": true,
"rc": 0,
"results": [
"Installed: python3-ply-3.11-23.fc40.noarch",
"Installed: python3-cryptography-41.0.7-1.fc40.x86_64",
"Installed: python3-pyasn1-0.5.1-3.fc40.noarch",
"Installed: python3-pycparser-2.20-14.fc40.noarch",
"Installed: python3-cffi-1.16.0-4.fc40.x86_64"
]
}
TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
Tuesday 09 July 2024 18:48:41 +0000 (0:00:06.659) 0:00:09.342 **********
changed: [sut] => (item=certmonger) => {
"__certificate_provider": "certmonger",
"ansible_loop_var": "__certificate_provider",
"changed": true,
"rc": 0,
"results": [
"Installed: python3-packaging-23.2-4.fc40.noarch",
"Installed: dbus-tools-1:1.14.10-3.fc40.x86_64",
"Installed: certmonger-0.79.19-5.fc40.x86_64"
]
}
TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35
Tuesday 09 July 2024 18:48:46 +0000 (0:00:04.947) 0:00:14.289 **********
changed: [sut] => (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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61
Tuesday 09 July 2024 18:48:47 +0000 (0:00:00.371) 0:00:14.661 **********
changed: [sut] => (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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Tuesday 09 July 2024 18:48:47 +0000 (0:00:00.282) 0:00:14.943 **********
changed: [sut] => (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": "syslog.target dbus.socket dbus-broker.service systemd-journald.socket system.slice sysinit.target network.target basic.target",
"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",
"CoredumpReceive": "no",
"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": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"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": "14750",
"LimitNPROCSoft": "14750",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14750",
"LimitSIGPENDINGSoft": "14750",
"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": "3455946752",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "[not set]",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "[not set]",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "[not set]",
"MemoryZSwapCurrent": "[not set]",
"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",
"SetLoginEnvironment": "no",
"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": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "4425",
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Tuesday 09 July 2024 18:48:48 +0000 (0:00:01.065) 0:00:16.009 **********
changed: [sut] => (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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Tuesday 09 July 2024 18:48:49 +0000 (0:00:00.769) 0:00:16.779 **********
ok: [sut] => (item=['cert', {'name': 'quadlet_demo', 'dns': ['localhost'], 'ca': 'self-sign'}]) => {
"ansible_loop_var": "item",
"changed": false,
"content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURnekNDQW11Z0F3SUJBZ0lSQUkvSzhjTE9TVXNObzViKzBqampjUUF3RFFZSktvWklodmNOQVFFTEJRQXcKVURFZ01CNEdBMVVFQXd3WFRHOWpZV3dnVTJsbmJtbHVaeUJCZFhSb2IzSnBkSGt4TERBcUJnTlZCQU1NSXpobQpZMkZtTVdNeUxXTmxORGswWWpCa0xXRXpPVFptWldReUxUTTRaVE0zTUdabU1CNFhEVEkwTURjd09URTRORGcwCk9Wb1hEVEkxTURjd09URTRORGcwT0Zvd0ZERVNNQkFHQTFVRUF4TUpiRzlqWVd4b2IzTjBNSUlCSWpBTkJna3EKaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUFsbzZZVlNFZUdFZjNDbjRjWmkrQW5WditLWGJPN0RhZwpYQUd3dWhCbFpZYkI0UFMrTElZU2taNUllcVFMMHhkN1VnRVFYY1JJd0lvY3FCSkVNYmtXK0ZEN0tzSDI5cjNiClZNM2JDYW9qd2VER3ZNeFhEZzJMUjBsTC9DcmpmdlVBa29HRTAySG13Q0Q5YnRGTnY2SlBrUndyb2VoSXVYNHIKSGYzT2tHK1RDQjdNMXRod3BkeGpDOVFMdmduZDBFN0hpdXZ1RXhzT0dHVzBuQmllY2o1ZkE1emZSM1lmOExJVwpHZ080QlFFT0MySlRLd3RqTmNpcUFqdGFHMmxDN3FUczhWRWl2Y21tc2ZSa2dXZFFidTlJelZKN0kzZ1hETGFsCjZVanRNZ2V6YVRZaklFNTJhTkRFbGQzcEpQZnJHRDUvU0h0VHFsN0MxM3hiVlpxTW5oVHpod0lEQVFBQm80R1QKTUlHUU1Bc0dBMVVkRHdRRUF3SUZvREFVQmdOVkhSRUVEVEFMZ2dsc2IyTmhiR2h2YzNRd0hRWURWUjBsQkJZdwpGQVlJS3dZQkJRVUhBd0VHQ0NzR0FRVUZCd01DTUF3R0ExVWRFd0VCL3dRQ01BQXdIUVlEVlIwT0JCWUVGRkorCk9hMUNQcHY0UDN2OHY1cGFpdmQzSXFJRU1COEdBMVVkSXdRWU1CYUFGRThlTlhTdUZ3TjZGczFXZE0wcFQvS1EKZ25GOU1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQXJZcHhsTENsRDU4QXRqUkhqZ3N3a0hsVDJZbFZCanIvNwpwQmNRRHpCRTlNMHVMN2tpWGYzcTY2VTY5MzQyR0EyeDRvZGFvSWJVUHlmWnBBTEl6VEY5M1c5MkdrdDJVS1NSClhuaWtXYkFMRzlqc3Zad2puWEJsMjR1ajJIaGJBbHJhSEYzMTMwRTZ0MCtmMnpIcFJLVDJlUWUyVnpaRmh5YksKYTJwR3BXTmJlSU1yT1NCUVJNVUdLTWlTekRDaHAwQTVzTWdNVDFYeVM4NTRESjYycG4xM09iSlVDZDRrN2FHdwpiRGVuWkhaTmJWaUZ0OVQ1TTZ6aGxmOUY3NE5zQ2MycTVoSEpwa0NyY3V3bkJVcFFoMVp0bVRMZTkyZ3NrNHNNCmZ2Tk1sK0g4aVdDUTZsWGRKb3FpM2p0Y0pyeEw5TXVXWi8vbDcvRTNQdDVUcDViRGFyRWgKLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo=",
"encoding": "base64",
"item": [
"cert",
{
"ca": "self-sign",
"dns": [
"localhost"
],
"name": "quadlet_demo"
}
],
"source": "/etc/pki/tls/certs/quadlet_demo.crt"
}
ok: [sut] => (item=['key', {'name': 'quadlet_demo', 'dns': ['localhost'], 'ca': 'self-sign'}]) => {
"ansible_loop_var": "item",
"changed": false,
"content": "LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2Z0lCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktnd2dnU2tBZ0VBQW9JQkFRQ1dqcGhWSVI0WVIvY0sKZmh4bUw0Q2RXLzRwZHM3c05xQmNBYkM2RUdWbGhzSGc5TDRzaGhLUm5raDZwQXZURjN0U0FSQmR4RWpBaWh5bwpFa1F4dVJiNFVQc3F3ZmIydmR0VXpkc0pxaVBCNE1hOHpGY09EWXRIU1V2OEt1Tis5UUNTZ1lUVFllYkFJUDF1CjBVMi9vaytSSEN1aDZFaTVmaXNkL2M2UWI1TUlIc3pXMkhDbDNHTUwxQXUrQ2QzUVRzZUs2KzRUR3c0WVpiU2MKR0o1eVBsOERuTjlIZGgvd3NoWWFBN2dGQVE0TFlsTXJDMk0xeUtvQ08xb2JhVUx1cE96eFVTSzl5YWF4OUdTQgpaMUJ1NzBqTlVuc2plQmNNdHFYcFNPMHlCN05wTmlNZ1RuWm8wTVNWM2Vrazkrc1lQbjlJZTFPcVhzTFhmRnRWCm1veWVGUE9IQWdNQkFBRUNnZ0VBQlJEdU5NVHlKelhyL2x0TmRoQ2VhUEwweUI2V0VFZ0llS0dQWW5aWU85a1QKdWNueERuYlprdTB5Tnlua0t6NFJDWWU5RnVIc0tNb1VPanVZOERjSGZCMXFrMUI3TTM4TFJMY1U5Y2tGZmtjQQp3RU53dUV5RXZPa3FUOEorRDhnaXdKekJTaTNRUksyMG1YUUZqN3M5ajZGZ1QvR0JOc25HekRIc0wzNDNkeGUwCitac2tCejA2WVA3cjVwYjVvN1hQNEd2cm8zODlIeXNXM25qQjA5elBZUVN4cmthTGpZK2Jsa0JDNWl1TnFlU00KV3NxRmJRR2JYZGh0RDk5STRSRFB3a0VnbVNJTklVWUdHcW94Yk9WWHFVSkNQMnFLTGtvT1pGdlhsOEpVNDd4UQpIWi91akhML1dZZmMyc0NyMU1ocTkzSE1RMmNqVDBJMWlnYmtRUk5yb1FLQmdRRFUxd0dMbU5PdVR0ZStqaVZ0CjlrR2IwcGlRWWlJak4wbnVVVjVCbGU5azF3b1g1bTc2VG1oZWVZZXBrd1B0UkZEai9CUTh4dENleG5ub1lMaVAKdkxodTdnSHYwdGpjZnBpdmVkMG5FZ2hDdHJyaXJpTkhQUmYzZFh3b2xyek9KSC9NTjYySHRRSTBWNjlDd3I5LwpmV3JmY2JCNFYzZlBMdTVDWWtPcWQwZ01TUUtCZ1FDMUZsaTRma3NHU2VPUTlBblBtRzZQeDVhS2NQWE9iRDBlClVJTW4zL0wvdnJvYWQ5RlljaWc4WWJYbS9VMVVxSUNpOHlkVkFjVmR3b1h5QlpQdDJmSWpNZDl5WlpQNXRJVzMKeHh3RWlFcmw2bUlyU3BWeHVsRXByOWQwRnZGZkJnNHVQbXU1WFVmdGZqOU01OFlQcWtvMVZMQWdzQjFJRHlySQpraWhWQ2FYaFR3S0JnUUNLUDVJUVk5ZHpqR0RVdEs0WlMvQjN6NFlybXFLRDcyREZQUE1WZE5lSHo2b050aTcxCnhVSkR3M3JjS2ROT0phYkpQNjdCZjM1NDg0Q3g4VWxRakF2Y2VocWw5WFhKV3kzQUpVOENGdE5veWhxQUxRNWIKTXBMRHVQdEp2Z2VyZXNmTUZZcFE4TUVhMEszVmxud2V5bzlGemlvTE1QMXdoUkpiNmtuN2l2a3dpUUtCZ0FDawpHNXhMbGlobmlvNnd6bmdWcWc2SVBsZ3ZIaStrNG5LQkJuWFZyUjZLcGs0QnJwUUprMnJqVGFtTHJBSm90a3ZkCllINUVpMVpSb2ZmQlhVeXlRTkV2RkFOcnFLSnhxU2VGWk92L0w0U3cxN2dmZzNmcm1PMzAyV1puem1MdnVvMGYKVzNKRWlrU2s5Y1JuN2FPUWpzS3hrZzRMa1k3M3ZzY0cvVzJQb3k2eEFvR0JBS2w5MEhveXROdUlEVFRrZkh5OQoxTFlxZTgzcVhwcU80bENGRDZ3TmZtdm9DbDFTbG9BRkJ4STFuSUFXc2JYZXNuVFdBZjlaMk8rNmpkY3I1RlE0CkVxSjcyVG8vbjZXWlVhaE43NWp2Y2RMZUgvdEUzcGZoRjExTEJsZW5acU1sVDdyWnVKMW5VT2xONTBjNXM5OGcKOG5pSmdyS2xJdysyRE9RcVF1Tll4T3dxCi0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0K",
"encoding": "base64",
"item": [
"key",
{
"ca": "self-sign",
"dns": [
"localhost"
],
"name": "quadlet_demo"
}
],
"source": "/etc/pki/tls/private/quadlet_demo.key"
}
ok: [sut] => (item=['ca', {'name': 'quadlet_demo', 'dns': ['localhost'], 'ca': 'self-sign'}]) => {
"ansible_loop_var": "item",
"changed": false,
"content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURnekNDQW11Z0F3SUJBZ0lSQUkvSzhjTE9TVXNObzViKzBqampjUUF3RFFZSktvWklodmNOQVFFTEJRQXcKVURFZ01CNEdBMVVFQXd3WFRHOWpZV3dnVTJsbmJtbHVaeUJCZFhSb2IzSnBkSGt4TERBcUJnTlZCQU1NSXpobQpZMkZtTVdNeUxXTmxORGswWWpCa0xXRXpPVFptWldReUxUTTRaVE0zTUdabU1CNFhEVEkwTURjd09URTRORGcwCk9Wb1hEVEkxTURjd09URTRORGcwT0Zvd0ZERVNNQkFHQTFVRUF4TUpiRzlqWVd4b2IzTjBNSUlCSWpBTkJna3EKaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUFsbzZZVlNFZUdFZjNDbjRjWmkrQW5WditLWGJPN0RhZwpYQUd3dWhCbFpZYkI0UFMrTElZU2taNUllcVFMMHhkN1VnRVFYY1JJd0lvY3FCSkVNYmtXK0ZEN0tzSDI5cjNiClZNM2JDYW9qd2VER3ZNeFhEZzJMUjBsTC9DcmpmdlVBa29HRTAySG13Q0Q5YnRGTnY2SlBrUndyb2VoSXVYNHIKSGYzT2tHK1RDQjdNMXRod3BkeGpDOVFMdmduZDBFN0hpdXZ1RXhzT0dHVzBuQmllY2o1ZkE1emZSM1lmOExJVwpHZ080QlFFT0MySlRLd3RqTmNpcUFqdGFHMmxDN3FUczhWRWl2Y21tc2ZSa2dXZFFidTlJelZKN0kzZ1hETGFsCjZVanRNZ2V6YVRZaklFNTJhTkRFbGQzcEpQZnJHRDUvU0h0VHFsN0MxM3hiVlpxTW5oVHpod0lEQVFBQm80R1QKTUlHUU1Bc0dBMVVkRHdRRUF3SUZvREFVQmdOVkhSRUVEVEFMZ2dsc2IyTmhiR2h2YzNRd0hRWURWUjBsQkJZdwpGQVlJS3dZQkJRVUhBd0VHQ0NzR0FRVUZCd01DTUF3R0ExVWRFd0VCL3dRQ01BQXdIUVlEVlIwT0JCWUVGRkorCk9hMUNQcHY0UDN2OHY1cGFpdmQzSXFJRU1COEdBMVVkSXdRWU1CYUFGRThlTlhTdUZ3TjZGczFXZE0wcFQvS1EKZ25GOU1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQXJZcHhsTENsRDU4QXRqUkhqZ3N3a0hsVDJZbFZCanIvNwpwQmNRRHpCRTlNMHVMN2tpWGYzcTY2VTY5MzQyR0EyeDRvZGFvSWJVUHlmWnBBTEl6VEY5M1c5MkdrdDJVS1NSClhuaWtXYkFMRzlqc3Zad2puWEJsMjR1ajJIaGJBbHJhSEYzMTMwRTZ0MCtmMnpIcFJLVDJlUWUyVnpaRmh5YksKYTJwR3BXTmJlSU1yT1NCUVJNVUdLTWlTekRDaHAwQTVzTWdNVDFYeVM4NTRESjYycG4xM09iSlVDZDRrN2FHdwpiRGVuWkhaTmJWaUZ0OVQ1TTZ6aGxmOUY3NE5zQ2MycTVoSEpwa0NyY3V3bkJVcFFoMVp0bVRMZTkyZ3NrNHNNCmZ2Tk1sK0g4aVdDUTZsWGRKb3FpM2p0Y0pyeEw5TXVXWi8vbDcvRTNQdDVUcDViRGFyRWgKLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo=",
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Tuesday 09 July 2024 18:48:50 +0000 (0:00:00.736) 0:00:17.516 **********
ok: [sut] => {
"ansible_facts": {
"certificate_test_certs": {
"quadlet_demo": {
"ca": "/etc/pki/tls/certs/quadlet_demo.crt",
"ca_content": "-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAI/K8cLOSUsNo5b+0jjjcQAwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMIzhm\nY2FmMWMyLWNlNDk0YjBkLWEzOTZmZWQyLTM4ZTM3MGZmMB4XDTI0MDcwOTE4NDg0\nOVoXDTI1MDcwOTE4NDg0OFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlo6YVSEeGEf3Cn4cZi+AnVv+KXbO7Dag\nXAGwuhBlZYbB4PS+LIYSkZ5IeqQL0xd7UgEQXcRIwIocqBJEMbkW+FD7KsH29r3b\nVM3bCaojweDGvMxXDg2LR0lL/CrjfvUAkoGE02HmwCD9btFNv6JPkRwroehIuX4r\nHf3OkG+TCB7M1thwpdxjC9QLvgnd0E7HiuvuExsOGGW0nBiecj5fA5zfR3Yf8LIW\nGgO4BQEOC2JTKwtjNciqAjtaG2lC7qTs8VEivcmmsfRkgWdQbu9IzVJ7I3gXDLal\n6UjtMgezaTYjIE52aNDEld3pJPfrGD5/SHtTql7C13xbVZqMnhTzhwIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFFJ+\nOa1CPpv4P3v8v5paivd3IqIEMB8GA1UdIwQYMBaAFE8eNXSuFwN6Fs1WdM0pT/KQ\ngnF9MA0GCSqGSIb3DQEBCwUAA4IBAQArYpxlLClD58AtjRHjgswkHlT2YlVBjr/7\npBcQDzBE9M0uL7kiXf3q66U69342GA2x4odaoIbUPyfZpALIzTF93W92Gkt2UKSR\nXnikWbALG9jsvZwjnXBl24uj2HhbAlraHF3130E6t0+f2zHpRKT2eQe2VzZFhybK\na2pGpWNbeIMrOSBQRMUGKMiSzDChp0A5sMgMT1XyS854DJ62pn13ObJUCd4k7aGw\nbDenZHZNbViFt9T5M6zhlf9F74NsCc2q5hHJpkCrcuwnBUpQh1ZtmTLe92gsk4sM\nfvNMl+H8iWCQ6lXdJoqi3jtcJrxL9MuWZ//l7/E3Pt5Tp5bDarEh\n-----END CERTIFICATE-----\n",
"cert": "/etc/pki/tls/certs/quadlet_demo.crt",
"cert_content": "-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAI/K8cLOSUsNo5b+0jjjcQAwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMIzhm\nY2FmMWMyLWNlNDk0YjBkLWEzOTZmZWQyLTM4ZTM3MGZmMB4XDTI0MDcwOTE4NDg0\nOVoXDTI1MDcwOTE4NDg0OFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlo6YVSEeGEf3Cn4cZi+AnVv+KXbO7Dag\nXAGwuhBlZYbB4PS+LIYSkZ5IeqQL0xd7UgEQXcRIwIocqBJEMbkW+FD7KsH29r3b\nVM3bCaojweDGvMxXDg2LR0lL/CrjfvUAkoGE02HmwCD9btFNv6JPkRwroehIuX4r\nHf3OkG+TCB7M1thwpdxjC9QLvgnd0E7HiuvuExsOGGW0nBiecj5fA5zfR3Yf8LIW\nGgO4BQEOC2JTKwtjNciqAjtaG2lC7qTs8VEivcmmsfRkgWdQbu9IzVJ7I3gXDLal\n6UjtMgezaTYjIE52aNDEld3pJPfrGD5/SHtTql7C13xbVZqMnhTzhwIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFFJ+\nOa1CPpv4P3v8v5paivd3IqIEMB8GA1UdIwQYMBaAFE8eNXSuFwN6Fs1WdM0pT/KQ\ngnF9MA0GCSqGSIb3DQEBCwUAA4IBAQArYpxlLClD58AtjRHjgswkHlT2YlVBjr/7\npBcQDzBE9M0uL7kiXf3q66U69342GA2x4odaoIbUPyfZpALIzTF93W92Gkt2UKSR\nXnikWbALG9jsvZwjnXBl24uj2HhbAlraHF3130E6t0+f2zHpRKT2eQe2VzZFhybK\na2pGpWNbeIMrOSBQRMUGKMiSzDChp0A5sMgMT1XyS854DJ62pn13ObJUCd4k7aGw\nbDenZHZNbViFt9T5M6zhlf9F74NsCc2q5hHJpkCrcuwnBUpQh1ZtmTLe92gsk4sM\nfvNMl+H8iWCQ6lXdJoqi3jtcJrxL9MuWZ//l7/E3Pt5Tp5bDarEh\n-----END CERTIFICATE-----\n",
"key": "/etc/pki/tls/private/quadlet_demo.key",
"key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCWjphVIR4YR/cK\nfhxmL4CdW/4pds7sNqBcAbC6EGVlhsHg9L4shhKRnkh6pAvTF3tSARBdxEjAihyo\nEkQxuRb4UPsqwfb2vdtUzdsJqiPB4Ma8zFcODYtHSUv8KuN+9QCSgYTTYebAIP1u\n0U2/ok+RHCuh6Ei5fisd/c6Qb5MIHszW2HCl3GML1Au+Cd3QTseK6+4TGw4YZbSc\nGJ5yPl8DnN9Hdh/wshYaA7gFAQ4LYlMrC2M1yKoCO1obaULupOzxUSK9yaax9GSB\nZ1Bu70jNUnsjeBcMtqXpSO0yB7NpNiMgTnZo0MSV3ekk9+sYPn9Ie1OqXsLXfFtV\nmoyeFPOHAgMBAAECggEABRDuNMTyJzXr/ltNdhCeaPL0yB6WEEgIeKGPYnZYO9kT\nucnxDnbZku0yNynkKz4RCYe9FuHsKMoUOjuY8DcHfB1qk1B7M38LRLcU9ckFfkcA\nwENwuEyEvOkqT8J+D8giwJzBSi3QRK20mXQFj7s9j6FgT/GBNsnGzDHsL343dxe0\n+ZskBz06YP7r5pb5o7XP4Gvro389HysW3njB09zPYQSxrkaLjY+blkBC5iuNqeSM\nWsqFbQGbXdhtD99I4RDPwkEgmSINIUYGGqoxbOVXqUJCP2qKLkoOZFvXl8JU47xQ\nHZ/ujHL/WYfc2sCr1Mhq93HMQ2cjT0I1igbkQRNroQKBgQDU1wGLmNOuTte+jiVt\n9kGb0piQYiIjN0nuUV5Ble9k1woX5m76TmheeYepkwPtRFDj/BQ8xtCexnnoYLiP\nvLhu7gHv0tjcfpived0nEghCtrririNHPRf3dXwolrzOJH/MN62HtQI0V69Cwr9/\nfWrfcbB4V3fPLu5CYkOqd0gMSQKBgQC1Fli4fksGSeOQ9AnPmG6Px5aKcPXObD0e\nUIMn3/L/vroad9FYcig8YbXm/U1UqICi8ydVAcVdwoXyBZPt2fIjMd9yZZP5tIW3\nxxwEiErl6mIrSpVxulEpr9d0FvFfBg4uPmu5XUftfj9M58YPqko1VLAgsB1IDyrI\nkihVCaXhTwKBgQCKP5IQY9dzjGDUtK4ZS/B3z4YrmqKD72DFPPMVdNeHz6oNti71\nxUJDw3rcKdNOJabJP67Bf35484Cx8UlQjAvcehql9XXJWy3AJU8CFtNoyhqALQ5b\nMpLDuPtJvgeresfMFYpQ8MEa0K3Vlnweyo9FzioLMP1whRJb6kn7ivkwiQKBgACk\nG5xLlihnio6wzngVqg6IPlgvHi+k4nKBBnXVrR6Kpk4BrpQJk2rjTamLrAJotkvd\nYH5Ei1ZRoffBXUyyQNEvFANrqKJxqSeFZOv/L4Sw17gfg3frmO302WZnzmLvuo0f\nW3JEikSk9cRn7aOQjsKxkg4LkY73vscG/W2Poy6xAoGBAKl90HoytNuIDTTkfHy9\n1LYqe83qXpqO4lCFD6wNfmvoCl1SloAFBxI1nIAWsbXesnTWAf9Z2O+6jdcr5FQ4\nEqJ72To/n6WZUahN75jvcdLeH/tE3pfhF11LBlenZqMlT7rZuJ1nUOlN50c5s98g\n8niJgrKlIw+2DOQqQuNYxOwq\n-----END PRIVATE KEY-----\n"
}
}
},
"changed": false
}
TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ******
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Tuesday 09 July 2024 18:48:50 +0000 (0:00:00.022) 0:00:17.539 **********
ok: [sut] => (item={'cert': '/etc/pki/tls/certs/quadlet_demo.crt', 'cert_content': '-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAI/K8cLOSUsNo5b+0jjjcQAwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMIzhm\nY2FmMWMyLWNlNDk0YjBkLWEzOTZmZWQyLTM4ZTM3MGZmMB4XDTI0MDcwOTE4NDg0\nOVoXDTI1MDcwOTE4NDg0OFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlo6YVSEeGEf3Cn4cZi+AnVv+KXbO7Dag\nXAGwuhBlZYbB4PS+LIYSkZ5IeqQL0xd7UgEQXcRIwIocqBJEMbkW+FD7KsH29r3b\nVM3bCaojweDGvMxXDg2LR0lL/CrjfvUAkoGE02HmwCD9btFNv6JPkRwroehIuX4r\nHf3OkG+TCB7M1thwpdxjC9QLvgnd0E7HiuvuExsOGGW0nBiecj5fA5zfR3Yf8LIW\nGgO4BQEOC2JTKwtjNciqAjtaG2lC7qTs8VEivcmmsfRkgWdQbu9IzVJ7I3gXDLal\n6UjtMgezaTYjIE52aNDEld3pJPfrGD5/SHtTql7C13xbVZqMnhTzhwIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFFJ+\nOa1CPpv4P3v8v5paivd3IqIEMB8GA1UdIwQYMBaAFE8eNXSuFwN6Fs1WdM0pT/KQ\ngnF9MA0GCSqGSIb3DQEBCwUAA4IBAQArYpxlLClD58AtjRHjgswkHlT2YlVBjr/7\npBcQDzBE9M0uL7kiXf3q66U69342GA2x4odaoIbUPyfZpALIzTF93W92Gkt2UKSR\nXnikWbALG9jsvZwjnXBl24uj2HhbAlraHF3130E6t0+f2zHpRKT2eQe2VzZFhybK\na2pGpWNbeIMrOSBQRMUGKMiSzDChp0A5sMgMT1XyS854DJ62pn13ObJUCd4k7aGw\nbDenZHZNbViFt9T5M6zhlf9F74NsCc2q5hHJpkCrcuwnBUpQh1ZtmTLe92gsk4sM\nfvNMl+H8iWCQ6lXdJoqi3jtcJrxL9MuWZ//l7/E3Pt5Tp5bDarEh\n-----END CERTIFICATE-----\n', 'key': '/etc/pki/tls/private/quadlet_demo.key', 'key_content': '-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCWjphVIR4YR/cK\nfhxmL4CdW/4pds7sNqBcAbC6EGVlhsHg9L4shhKRnkh6pAvTF3tSARBdxEjAihyo\nEkQxuRb4UPsqwfb2vdtUzdsJqiPB4Ma8zFcODYtHSUv8KuN+9QCSgYTTYebAIP1u\n0U2/ok+RHCuh6Ei5fisd/c6Qb5MIHszW2HCl3GML1Au+Cd3QTseK6+4TGw4YZbSc\nGJ5yPl8DnN9Hdh/wshYaA7gFAQ4LYlMrC2M1yKoCO1obaULupOzxUSK9yaax9GSB\nZ1Bu70jNUnsjeBcMtqXpSO0yB7NpNiMgTnZo0MSV3ekk9+sYPn9Ie1OqXsLXfFtV\nmoyeFPOHAgMBAAECggEABRDuNMTyJzXr/ltNdhCeaPL0yB6WEEgIeKGPYnZYO9kT\nucnxDnbZku0yNynkKz4RCYe9FuHsKMoUOjuY8DcHfB1qk1B7M38LRLcU9ckFfkcA\nwENwuEyEvOkqT8J+D8giwJzBSi3QRK20mXQFj7s9j6FgT/GBNsnGzDHsL343dxe0\n+ZskBz06YP7r5pb5o7XP4Gvro389HysW3njB09zPYQSxrkaLjY+blkBC5iuNqeSM\nWsqFbQGbXdhtD99I4RDPwkEgmSINIUYGGqoxbOVXqUJCP2qKLkoOZFvXl8JU47xQ\nHZ/ujHL/WYfc2sCr1Mhq93HMQ2cjT0I1igbkQRNroQKBgQDU1wGLmNOuTte+jiVt\n9kGb0piQYiIjN0nuUV5Ble9k1woX5m76TmheeYepkwPtRFDj/BQ8xtCexnnoYLiP\nvLhu7gHv0tjcfpived0nEghCtrririNHPRf3dXwolrzOJH/MN62HtQI0V69Cwr9/\nfWrfcbB4V3fPLu5CYkOqd0gMSQKBgQC1Fli4fksGSeOQ9AnPmG6Px5aKcPXObD0e\nUIMn3/L/vroad9FYcig8YbXm/U1UqICi8ydVAcVdwoXyBZPt2fIjMd9yZZP5tIW3\nxxwEiErl6mIrSpVxulEpr9d0FvFfBg4uPmu5XUftfj9M58YPqko1VLAgsB1IDyrI\nkihVCaXhTwKBgQCKP5IQY9dzjGDUtK4ZS/B3z4YrmqKD72DFPPMVdNeHz6oNti71\nxUJDw3rcKdNOJabJP67Bf35484Cx8UlQjAvcehql9XXJWy3AJU8CFtNoyhqALQ5b\nMpLDuPtJvgeresfMFYpQ8MEa0K3Vlnweyo9FzioLMP1whRJb6kn7ivkwiQKBgACk\nG5xLlihnio6wzngVqg6IPlgvHi+k4nKBBnXVrR6Kpk4BrpQJk2rjTamLrAJotkvd\nYH5Ei1ZRoffBXUyyQNEvFANrqKJxqSeFZOv/L4Sw17gfg3frmO302WZnzmLvuo0f\nW3JEikSk9cRn7aOQjsKxkg4LkY73vscG/W2Poy6xAoGBAKl90HoytNuIDTTkfHy9\n1LYqe83qXpqO4lCFD6wNfmvoCl1SloAFBxI1nIAWsbXesnTWAf9Z2O+6jdcr5FQ4\nEqJ72To/n6WZUahN75jvcdLeH/tE3pfhF11LBlenZqMlT7rZuJ1nUOlN50c5s98g\n8niJgrKlIw+2DOQqQuNYxOwq\n-----END PRIVATE KEY-----\n', 'ca': '/etc/pki/tls/certs/quadlet_demo.crt', 'ca_content': '-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAI/K8cLOSUsNo5b+0jjjcQAwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMIzhm\nY2FmMWMyLWNlNDk0YjBkLWEzOTZmZWQyLTM4ZTM3MGZmMB4XDTI0MDcwOTE4NDg0\nOVoXDTI1MDcwOTE4NDg0OFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlo6YVSEeGEf3Cn4cZi+AnVv+KXbO7Dag\nXAGwuhBlZYbB4PS+LIYSkZ5IeqQL0xd7UgEQXcRIwIocqBJEMbkW+FD7KsH29r3b\nVM3bCaojweDGvMxXDg2LR0lL/CrjfvUAkoGE02HmwCD9btFNv6JPkRwroehIuX4r\nHf3OkG+TCB7M1thwpdxjC9QLvgnd0E7HiuvuExsOGGW0nBiecj5fA5zfR3Yf8LIW\nGgO4BQEOC2JTKwtjNciqAjtaG2lC7qTs8VEivcmmsfRkgWdQbu9IzVJ7I3gXDLal\n6UjtMgezaTYjIE52aNDEld3pJPfrGD5/SHtTql7C13xbVZqMnhTzhwIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFFJ+\nOa1CPpv4P3v8v5paivd3IqIEMB8GA1UdIwQYMBaAFE8eNXSuFwN6Fs1WdM0pT/KQ\ngnF9MA0GCSqGSIb3DQEBCwUAA4IBAQArYpxlLClD58AtjRHjgswkHlT2YlVBjr/7\npBcQDzBE9M0uL7kiXf3q66U69342GA2x4odaoIbUPyfZpALIzTF93W92Gkt2UKSR\nXnikWbALG9jsvZwjnXBl24uj2HhbAlraHF3130E6t0+f2zHpRKT2eQe2VzZFhybK\na2pGpWNbeIMrOSBQRMUGKMiSzDChp0A5sMgMT1XyS854DJ62pn13ObJUCd4k7aGw\nbDenZHZNbViFt9T5M6zhlf9F74NsCc2q5hHJpkCrcuwnBUpQh1ZtmTLe92gsk4sM\nfvNMl+H8iWCQ6lXdJoqi3jtcJrxL9MuWZ//l7/E3Pt5Tp5bDarEh\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.033081",
"end": "2024-07-09 18:48:50.470268",
"item": {
"ca": "/etc/pki/tls/certs/quadlet_demo.crt",
"ca_content": "-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAI/K8cLOSUsNo5b+0jjjcQAwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMIzhm\nY2FmMWMyLWNlNDk0YjBkLWEzOTZmZWQyLTM4ZTM3MGZmMB4XDTI0MDcwOTE4NDg0\nOVoXDTI1MDcwOTE4NDg0OFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlo6YVSEeGEf3Cn4cZi+AnVv+KXbO7Dag\nXAGwuhBlZYbB4PS+LIYSkZ5IeqQL0xd7UgEQXcRIwIocqBJEMbkW+FD7KsH29r3b\nVM3bCaojweDGvMxXDg2LR0lL/CrjfvUAkoGE02HmwCD9btFNv6JPkRwroehIuX4r\nHf3OkG+TCB7M1thwpdxjC9QLvgnd0E7HiuvuExsOGGW0nBiecj5fA5zfR3Yf8LIW\nGgO4BQEOC2JTKwtjNciqAjtaG2lC7qTs8VEivcmmsfRkgWdQbu9IzVJ7I3gXDLal\n6UjtMgezaTYjIE52aNDEld3pJPfrGD5/SHtTql7C13xbVZqMnhTzhwIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFFJ+\nOa1CPpv4P3v8v5paivd3IqIEMB8GA1UdIwQYMBaAFE8eNXSuFwN6Fs1WdM0pT/KQ\ngnF9MA0GCSqGSIb3DQEBCwUAA4IBAQArYpxlLClD58AtjRHjgswkHlT2YlVBjr/7\npBcQDzBE9M0uL7kiXf3q66U69342GA2x4odaoIbUPyfZpALIzTF93W92Gkt2UKSR\nXnikWbALG9jsvZwjnXBl24uj2HhbAlraHF3130E6t0+f2zHpRKT2eQe2VzZFhybK\na2pGpWNbeIMrOSBQRMUGKMiSzDChp0A5sMgMT1XyS854DJ62pn13ObJUCd4k7aGw\nbDenZHZNbViFt9T5M6zhlf9F74NsCc2q5hHJpkCrcuwnBUpQh1ZtmTLe92gsk4sM\nfvNMl+H8iWCQ6lXdJoqi3jtcJrxL9MuWZ//l7/E3Pt5Tp5bDarEh\n-----END CERTIFICATE-----\n",
"cert": "/etc/pki/tls/certs/quadlet_demo.crt",
"cert_content": "-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAI/K8cLOSUsNo5b+0jjjcQAwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMIzhm\nY2FmMWMyLWNlNDk0YjBkLWEzOTZmZWQyLTM4ZTM3MGZmMB4XDTI0MDcwOTE4NDg0\nOVoXDTI1MDcwOTE4NDg0OFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlo6YVSEeGEf3Cn4cZi+AnVv+KXbO7Dag\nXAGwuhBlZYbB4PS+LIYSkZ5IeqQL0xd7UgEQXcRIwIocqBJEMbkW+FD7KsH29r3b\nVM3bCaojweDGvMxXDg2LR0lL/CrjfvUAkoGE02HmwCD9btFNv6JPkRwroehIuX4r\nHf3OkG+TCB7M1thwpdxjC9QLvgnd0E7HiuvuExsOGGW0nBiecj5fA5zfR3Yf8LIW\nGgO4BQEOC2JTKwtjNciqAjtaG2lC7qTs8VEivcmmsfRkgWdQbu9IzVJ7I3gXDLal\n6UjtMgezaTYjIE52aNDEld3pJPfrGD5/SHtTql7C13xbVZqMnhTzhwIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFFJ+\nOa1CPpv4P3v8v5paivd3IqIEMB8GA1UdIwQYMBaAFE8eNXSuFwN6Fs1WdM0pT/KQ\ngnF9MA0GCSqGSIb3DQEBCwUAA4IBAQArYpxlLClD58AtjRHjgswkHlT2YlVBjr/7\npBcQDzBE9M0uL7kiXf3q66U69342GA2x4odaoIbUPyfZpALIzTF93W92Gkt2UKSR\nXnikWbALG9jsvZwjnXBl24uj2HhbAlraHF3130E6t0+f2zHpRKT2eQe2VzZFhybK\na2pGpWNbeIMrOSBQRMUGKMiSzDChp0A5sMgMT1XyS854DJ62pn13ObJUCd4k7aGw\nbDenZHZNbViFt9T5M6zhlf9F74NsCc2q5hHJpkCrcuwnBUpQh1ZtmTLe92gsk4sM\nfvNMl+H8iWCQ6lXdJoqi3jtcJrxL9MuWZ//l7/E3Pt5Tp5bDarEh\n-----END CERTIFICATE-----\n",
"key": "/etc/pki/tls/private/quadlet_demo.key",
"key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCWjphVIR4YR/cK\nfhxmL4CdW/4pds7sNqBcAbC6EGVlhsHg9L4shhKRnkh6pAvTF3tSARBdxEjAihyo\nEkQxuRb4UPsqwfb2vdtUzdsJqiPB4Ma8zFcODYtHSUv8KuN+9QCSgYTTYebAIP1u\n0U2/ok+RHCuh6Ei5fisd/c6Qb5MIHszW2HCl3GML1Au+Cd3QTseK6+4TGw4YZbSc\nGJ5yPl8DnN9Hdh/wshYaA7gFAQ4LYlMrC2M1yKoCO1obaULupOzxUSK9yaax9GSB\nZ1Bu70jNUnsjeBcMtqXpSO0yB7NpNiMgTnZo0MSV3ekk9+sYPn9Ie1OqXsLXfFtV\nmoyeFPOHAgMBAAECggEABRDuNMTyJzXr/ltNdhCeaPL0yB6WEEgIeKGPYnZYO9kT\nucnxDnbZku0yNynkKz4RCYe9FuHsKMoUOjuY8DcHfB1qk1B7M38LRLcU9ckFfkcA\nwENwuEyEvOkqT8J+D8giwJzBSi3QRK20mXQFj7s9j6FgT/GBNsnGzDHsL343dxe0\n+ZskBz06YP7r5pb5o7XP4Gvro389HysW3njB09zPYQSxrkaLjY+blkBC5iuNqeSM\nWsqFbQGbXdhtD99I4RDPwkEgmSINIUYGGqoxbOVXqUJCP2qKLkoOZFvXl8JU47xQ\nHZ/ujHL/WYfc2sCr1Mhq93HMQ2cjT0I1igbkQRNroQKBgQDU1wGLmNOuTte+jiVt\n9kGb0piQYiIjN0nuUV5Ble9k1woX5m76TmheeYepkwPtRFDj/BQ8xtCexnnoYLiP\nvLhu7gHv0tjcfpived0nEghCtrririNHPRf3dXwolrzOJH/MN62HtQI0V69Cwr9/\nfWrfcbB4V3fPLu5CYkOqd0gMSQKBgQC1Fli4fksGSeOQ9AnPmG6Px5aKcPXObD0e\nUIMn3/L/vroad9FYcig8YbXm/U1UqICi8ydVAcVdwoXyBZPt2fIjMd9yZZP5tIW3\nxxwEiErl6mIrSpVxulEpr9d0FvFfBg4uPmu5XUftfj9M58YPqko1VLAgsB1IDyrI\nkihVCaXhTwKBgQCKP5IQY9dzjGDUtK4ZS/B3z4YrmqKD72DFPPMVdNeHz6oNti71\nxUJDw3rcKdNOJabJP67Bf35484Cx8UlQjAvcehql9XXJWy3AJU8CFtNoyhqALQ5b\nMpLDuPtJvgeresfMFYpQ8MEa0K3Vlnweyo9FzioLMP1whRJb6kn7ivkwiQKBgACk\nG5xLlihnio6wzngVqg6IPlgvHi+k4nKBBnXVrR6Kpk4BrpQJk2rjTamLrAJotkvd\nYH5Ei1ZRoffBXUyyQNEvFANrqKJxqSeFZOv/L4Sw17gfg3frmO302WZnzmLvuo0f\nW3JEikSk9cRn7aOQjsKxkg4LkY73vscG/W2Poy6xAoGBAKl90HoytNuIDTTkfHy9\n1LYqe83qXpqO4lCFD6wNfmvoCl1SloAFBxI1nIAWsbXesnTWAf9Z2O+6jdcr5FQ4\nEqJ72To/n6WZUahN75jvcdLeH/tE3pfhF11LBlenZqMlT7rZuJ1nUOlN50c5s98g\n8niJgrKlIw+2DOQqQuNYxOwq\n-----END PRIVATE KEY-----\n"
},
"rc": 0,
"start": "2024-07-09 18:48:50.437187"
}
STDOUT:
Request "20240709184849" removed.
TASK [fedora.linux_system_roles.certificate : Remove files] ********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Tuesday 09 July 2024 18:48:50 +0000 (0:00:00.335) 0:00:17.874 **********
changed: [sut] => (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: [sut] => (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: [sut] => (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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/tests/tests_quadlet_demo.yml:50
Tuesday 09 July 2024 18:48:51 +0000 (0:00:00.717) 0:00:18.592 **********
TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3
Tuesday 09 July 2024 18:48:51 +0000 (0:00:00.033) 0:00:18.625 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut
TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] ****
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3
Tuesday 09 July 2024 18:48:51 +0000 (0:00:00.015) 0:00:18.641 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11
Tuesday 09 July 2024 18:48:51 +0000 (0:00:00.017) 0:00:18.659 **********
ok: [sut] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16
Tuesday 09 July 2024 18:48:51 +0000 (0:00:00.232) 0:00:18.891 **********
ok: [sut] => {
"ansible_facts": {
"__podman_is_ostree": false
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20
Tuesday 09 July 2024 18:48:51 +0000 (0:00:00.014) 0:00:18.906 **********
ok: [sut] => (item=RedHat.yml) => {
"ansible_facts": {
"__podman_packages": [
"podman",
"shadow-utils-subid"
]
},
"ansible_included_var_files": [
"/WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml"
],
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml"
}
ok: [sut] => (item=Fedora.yml) => {
"ansible_facts": {
"__podman_packages": [
"iptables-nft",
"podman",
"shadow-utils-subid"
]
},
"ansible_included_var_files": [
"/WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml"
],
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml"
}
skipping: [sut] => (item=Fedora_40.yml) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "__vars_file is file",
"item": "Fedora_40.yml",
"skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=Fedora_40.yml) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "__vars_file is file",
"item": "Fedora_40.yml",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Gather the package facts] *************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6
Tuesday 09 July 2024 18:48:51 +0000 (0:00:00.025) 0:00:18.932 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10
Tuesday 09 July 2024 18:48:52 +0000 (0:00:00.970) 0:00:19.902 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
Tuesday 09 July 2024 18:48:52 +0000 (0:00:00.025) 0:00:19.928 **********
changed: [sut] => {
"changed": true,
"rc": 0,
"results": [
"Installed: podman-5:5.1.1-1.fc40.x86_64",
"Installed: crun-1.15-1.fc40.x86_64",
"Installed: libnet-1.3-3.fc40.x86_64",
"Installed: gvisor-tap-vsock-6:0.7.3-2.fc40.x86_64",
"Installed: gvisor-tap-vsock-gvforwarder-6:0.7.3-2.fc40.x86_64",
"Installed: aardvark-dns-1.11.0-1.fc40.x86_64",
"Installed: composefs-1.0.3-1.fc40.x86_64",
"Installed: criu-3.19-4.fc40.x86_64",
"Installed: yajl-2.1.0-23.fc40.x86_64",
"Installed: composefs-libs-1.0.3-1.fc40.x86_64",
"Installed: criu-libs-3.19-4.fc40.x86_64",
"Installed: netavark-1.11.0-1.fc40.x86_64",
"Installed: catatonit-0.1.7-22.fc40.x86_64",
"Installed: libmd-1.1.0-4.fc40.x86_64",
"Installed: container-selinux-2:2.232.1-1.fc40.noarch",
"Installed: containers-common-5:0.59.1-2.fc40.noarch",
"Installed: containers-common-extra-5:0.59.1-2.fc40.noarch",
"Installed: libbsd-0.12.2-3.fc40.x86_64",
"Installed: qemu-user-static-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-aarch64-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-alpha-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-arm-2:8.2.2-1.fc40.x86_64",
"Installed: conmon-2:2.1.10-1.fc40.x86_64",
"Installed: qemu-user-static-cris-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-hexagon-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-loongarch64-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-m68k-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-hppa-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-microblaze-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-mips-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-nios2-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-or1k-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-ppc-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-riscv-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-s390x-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-sh4-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-sparc-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-x86-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-xtensa-2:8.2.2-1.fc40.x86_64",
"Installed: passt-0^20240624.g1ee2eca-1.fc40.x86_64",
"Installed: passt-selinux-0^20240624.g1ee2eca-1.fc40.noarch",
"Installed: shadow-utils-subid-2:4.15.1-3.fc40.x86_64"
]
}
TASK [fedora.linux_system_roles.podman : Get podman version] *******************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22
Tuesday 09 July 2024 18:50:58 +0000 (0:02:05.715) 0:02:25.643 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"--version"
],
"delta": "0:00:00.035032",
"end": "2024-07-09 18:50:58.512969",
"rc": 0,
"start": "2024-07-09 18:50:58.477937"
}
STDOUT:
podman version 5.1.1
TASK [fedora.linux_system_roles.podman : Set podman version] *******************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28
Tuesday 09 July 2024 18:50:58 +0000 (0:00:00.280) 0:02:25.924 **********
ok: [sut] => {
"ansible_facts": {
"podman_version": "5.1.1"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32
Tuesday 09 July 2024 18:50:58 +0000 (0:00:00.022) 0:02:25.947 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39
Tuesday 09 July 2024 18:50:58 +0000 (0:00:00.021) 0:02:25.968 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49
Tuesday 09 July 2024 18:50:58 +0000 (0:00:00.048) 0:02:26.016 **********
META: end_host conditional evaluated to False, continuing execution for sut
skipping: [sut] => {
"skip_reason": "end_host conditional evaluated to False, continuing execution for sut"
}
MSG:
end_host conditional evaluated to false, continuing execution for sut
TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56
Tuesday 09 July 2024 18:50:58 +0000 (0:00:00.047) 0:02:26.064 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut
TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Tuesday 09 July 2024 18:50:58 +0000 (0:00:00.058) 0:02:26.122 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Tuesday 09 July 2024 18:50:59 +0000 (0:00:00.309) 0:02:26.432 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Tuesday 09 July 2024 18:50:59 +0000 (0:00:00.022) 0:02:26.454 **********
ok: [sut] => {
"ansible_facts": {
"__podman_group": "0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get group information] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Tuesday 09 July 2024 18:50:59 +0000 (0:00:00.026) 0:02:26.481 **********
ok: [sut] => {
"ansible_facts": {
"getent_group": {
"root": [
"x",
"0",
""
]
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set group name] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35
Tuesday 09 July 2024 18:50:59 +0000 (0:00:00.250) 0:02:26.731 **********
ok: [sut] => {
"ansible_facts": {
"__podman_group_name": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Tuesday 09 July 2024 18:50:59 +0000 (0:00:00.024) 0:02:26.756 **********
ok: [sut] => {
"changed": false,
"stat": {
"atime": 1716422400.0,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 32,
"charset": "binary",
"checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909",
"ctime": 1720550996.3647761,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 203927,
"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": 1716422400.0,
"nlink": 1,
"path": "/usr/bin/getsubids",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 15728,
"uid": 0,
"version": "1485869039",
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50
Tuesday 09 July 2024 18:50:59 +0000 (0:00:00.248) 0:02:27.005 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55
Tuesday 09 July 2024 18:50:59 +0000 (0:00:00.018) 0:02:27.023 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60
Tuesday 09 July 2024 18:50:59 +0000 (0:00:00.017) 0:02:27.040 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74
Tuesday 09 July 2024 18:50:59 +0000 (0:00:00.017) 0:02:27.058 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79
Tuesday 09 July 2024 18:50:59 +0000 (0:00:00.016) 0:02:27.074 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84
Tuesday 09 July 2024 18:50:59 +0000 (0:00:00.016) 0:02:27.091 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94
Tuesday 09 July 2024 18:50:59 +0000 (0:00:00.016) 0:02:27.107 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101
Tuesday 09 July 2024 18:50:59 +0000 (0:00:00.015) 0:02:27.123 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62
Tuesday 09 July 2024 18:50:59 +0000 (0:00:00.016) 0:02:27.139 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71
Tuesday 09 July 2024 18:50:59 +0000 (0:00:00.035) 0:02:27.175 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut
TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5
Tuesday 09 July 2024 18:50:59 +0000 (0:00:00.034) 0:02:27.210 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13
Tuesday 09 July 2024 18:50:59 +0000 (0:00:00.039) 0:02:27.249 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74
Tuesday 09 July 2024 18:50:59 +0000 (0:00:00.019) 0:02:27.268 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut
TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5
Tuesday 09 July 2024 18:50:59 +0000 (0:00:00.034) 0:02:27.302 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13
Tuesday 09 July 2024 18:50:59 +0000 (0:00:00.017) 0:02:27.320 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77
Tuesday 09 July 2024 18:50:59 +0000 (0:00:00.017) 0:02:27.337 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut
TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5
Tuesday 09 July 2024 18:50:59 +0000 (0:00:00.034) 0:02:27.372 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13
Tuesday 09 July 2024 18:51:00 +0000 (0:00:00.017) 0:02:27.390 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80
Tuesday 09 July 2024 18:51:00 +0000 (0:00:00.018) 0:02:27.408 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut
TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6
Tuesday 09 July 2024 18:51:00 +0000 (0:00:00.038) 0:02:27.447 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14
Tuesday 09 July 2024 18:51:00 +0000 (0:00:00.019) 0:02:27.466 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19
Tuesday 09 July 2024 18:51:00 +0000 (0:00:00.018) 0:02:27.484 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25
Tuesday 09 July 2024 18:51:00 +0000 (0:00:00.017) 0:02:27.502 **********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_policy_json | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [Manage firewall for specified ports] *************************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86
Tuesday 09 July 2024 18:51:00 +0000 (0:00:00.017) 0:02:27.520 **********
TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 09 July 2024 18:51:00 +0000 (0:00:00.085) 0:02:27.605 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for sut
TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 09 July 2024 18:51:00 +0000 (0:00:00.030) 0:02:27.635 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 09 July 2024 18:51:00 +0000 (0:00:00.022) 0:02:27.658 **********
ok: [sut] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 09 July 2024 18:51:00 +0000 (0:00:00.242) 0:02:27.900 **********
ok: [sut] => {
"ansible_facts": {
"__firewall_is_ostree": false
},
"changed": false
}
TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19
Tuesday 09 July 2024 18:51:00 +0000 (0:00:00.026) 0:02:27.927 **********
ok: [sut] => {
"changed": false,
"rc": 0,
"results": []
}
MSG:
Nothing to do
TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 09 July 2024 18:51:02 +0000 (0:00:01.633) 0:02:29.561 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Tuesday 09 July 2024 18:51:02 +0000 (0:00:00.018) 0:02:29.579 **********
skipping: [sut] => (item=nftables) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "firewall_disable_conflicting_services | bool",
"item": "nftables",
"skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=iptables) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "firewall_disable_conflicting_services | bool",
"item": "iptables",
"skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=ufw) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "firewall_disable_conflicting_services | bool",
"item": "ufw",
"skip_reason": "Conditional result was False"
}
skipping: [sut] => {
"changed": false
}
MSG:
All items skipped
TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Tuesday 09 July 2024 18:51:02 +0000 (0:00:00.021) 0:02:29.601 **********
ok: [sut] => {
"changed": false,
"name": "firewalld",
"status": {
"AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "system.slice sysinit.target polkit.service dbus.socket dbus-broker.service basic.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target network-pre.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": "ip6tables.service iptables.service ebtables.service nftables.service ipset.service shutdown.target",
"ControlGroupId": "0",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"CoredumpReceive": "no",
"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": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"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": "14750",
"LimitNPROCSoft": "14750",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14750",
"LimitSIGPENDINGSoft": "14750",
"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": "3456946176",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "[not set]",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "[not set]",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "[not set]",
"MemoryZSwapCurrent": "[not set]",
"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": "dbus.socket system.slice 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",
"SetLoginEnvironment": "no",
"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": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "4425",
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Tuesday 09 July 2024 18:51:02 +0000 (0:00:00.450) 0:02:30.052 **********
changed: [sut] => {
"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": "system.slice basic.target polkit.service dbus.socket dbus-broker.service sysinit.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target network-pre.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 ip6tables.service iptables.service ebtables.service ipset.service",
"ControlGroupId": "0",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"CoredumpReceive": "no",
"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": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"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": "14750",
"LimitNPROCSoft": "14750",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14750",
"LimitSIGPENDINGSoft": "14750",
"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": "3456700416",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "[not set]",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "[not set]",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "[not set]",
"MemoryZSwapCurrent": "[not set]",
"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": "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",
"SetLoginEnvironment": "no",
"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": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "4425",
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Tuesday 09 July 2024 18:51:05 +0000 (0:00:02.372) 0:02:32.425 **********
ok: [sut] => {
"ansible_facts": {
"__firewall_previous_replaced": false,
"__firewall_python_cmd": "/usr/bin/python3",
"__firewall_report_changed": true
},
"changed": false
}
TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Tuesday 09 July 2024 18:51:05 +0000 (0:00:00.025) 0:02:32.451 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Tuesday 09 July 2024 18:51:05 +0000 (0:00:00.017) 0:02:32.468 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__firewall_previous_replaced | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Tuesday 09 July 2024 18:51:05 +0000 (0:00:00.017) 0:02:32.485 **********
changed: [sut] => (item={'port': '8000/tcp', 'state': 'enabled'}) => {
"__firewall_changed": true,
"ansible_loop_var": "item",
"changed": true,
"item": {
"port": "8000/tcp",
"state": "enabled"
}
}
changed: [sut] => (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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Tuesday 09 July 2024 18:51:06 +0000 (0:00:01.736) 0:02:34.222 **********
skipping: [sut] => (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: [sut] => (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: [sut] => {
"changed": false
}
MSG:
All items skipped
TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Tuesday 09 July 2024 18:51:06 +0000 (0:00:00.030) 0:02:34.252 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Tuesday 09 July 2024 18:51:06 +0000 (0:00:00.019) 0:02:34.272 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Tuesday 09 July 2024 18:51:06 +0000 (0:00:00.018) 0:02:34.291 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Tuesday 09 July 2024 18:51:06 +0000 (0:00:00.018) 0:02:34.309 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Tuesday 09 July 2024 18:51:06 +0000 (0:00:00.040) 0:02:34.350 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__firewall_previous_replaced | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Tuesday 09 July 2024 18:51:06 +0000 (0:00:00.017) 0:02:34.368 **********
skipping: [sut] => {
"false_condition": "__firewall_previous_replaced | bool"
}
TASK [Manage selinux for specified ports] **************************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93
Tuesday 09 July 2024 18:51:07 +0000 (0:00:00.027) 0:02:34.395 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100
Tuesday 09 July 2024 18:51:07 +0000 (0:00:00.018) 0:02:34.414 **********
ok: [sut] => {
"ansible_facts": {
"__podman_cancel_user_linger": []
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] *******
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104
Tuesday 09 July 2024 18:51:07 +0000 (0:00:00.019) 0:02:34.433 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113
Tuesday 09 July 2024 18:51:07 +0000 (0:00:00.015) 0:02:34.449 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122
Tuesday 09 July 2024 18:51:07 +0000 (0:00:00.017) 0:02:34.466 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log))
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log))
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log))
TASK [fedora.linux_system_roles.podman : Set variables part 1] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3
Tuesday 09 July 2024 18:51:07 +0000 (0:00:00.073) 0:02:34.540 **********
ok: [sut] => {
"ansible_facts": {
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set variables part 2] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:7
Tuesday 09 July 2024 18:51:07 +0000 (0:00:00.024) 0:02:34.564 **********
ok: [sut] => {
"ansible_facts": {
"__podman_rootless": false,
"__podman_xdg_runtime_dir": "/run/user/0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:13
Tuesday 09 July 2024 18:51:07 +0000 (0:00:00.030) 0:02:34.595 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Tuesday 09 July 2024 18:51:07 +0000 (0:00:00.030) 0:02:34.625 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Tuesday 09 July 2024 18:51:07 +0000 (0:00:00.017) 0:02:34.643 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Tuesday 09 July 2024 18:51:07 +0000 (0:00:00.022) 0:02:34.665 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:18
Tuesday 09 July 2024 18:51:07 +0000 (0:00:00.018) 0:02:34.684 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Manage each secret] *******************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:34
Tuesday 09 July 2024 18:51:07 +0000 (0:00:00.017) 0:02:34.701 **********
changed: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": true
}
TASK [fedora.linux_system_roles.podman : Set variables part 1] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3
Tuesday 09 July 2024 18:51:08 +0000 (0:00:00.764) 0:02:35.465 **********
ok: [sut] => {
"ansible_facts": {
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set variables part 2] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:7
Tuesday 09 July 2024 18:51:08 +0000 (0:00:00.023) 0:02:35.489 **********
ok: [sut] => {
"ansible_facts": {
"__podman_rootless": false,
"__podman_xdg_runtime_dir": "/run/user/0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:13
Tuesday 09 July 2024 18:51:08 +0000 (0:00:00.026) 0:02:35.516 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Tuesday 09 July 2024 18:51:08 +0000 (0:00:00.029) 0:02:35.545 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Tuesday 09 July 2024 18:51:08 +0000 (0:00:00.018) 0:02:35.563 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Tuesday 09 July 2024 18:51:08 +0000 (0:00:00.017) 0:02:35.581 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:18
Tuesday 09 July 2024 18:51:08 +0000 (0:00:00.018) 0:02:35.599 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Manage each secret] *******************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:34
Tuesday 09 July 2024 18:51:08 +0000 (0:00:00.017) 0:02:35.617 **********
changed: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": true
}
TASK [fedora.linux_system_roles.podman : Set variables part 1] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3
Tuesday 09 July 2024 18:51:08 +0000 (0:00:00.395) 0:02:36.012 **********
ok: [sut] => {
"ansible_facts": {
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set variables part 2] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:7
Tuesday 09 July 2024 18:51:08 +0000 (0:00:00.023) 0:02:36.036 **********
ok: [sut] => {
"ansible_facts": {
"__podman_rootless": false,
"__podman_xdg_runtime_dir": "/run/user/0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:13
Tuesday 09 July 2024 18:51:08 +0000 (0:00:00.027) 0:02:36.064 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Tuesday 09 July 2024 18:51:08 +0000 (0:00:00.030) 0:02:36.095 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Tuesday 09 July 2024 18:51:08 +0000 (0:00:00.018) 0:02:36.114 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Tuesday 09 July 2024 18:51:08 +0000 (0:00:00.016) 0:02:36.131 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:18
Tuesday 09 July 2024 18:51:08 +0000 (0:00:00.018) 0:02:36.149 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Manage each secret] *******************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:34
Tuesday 09 July 2024 18:51:08 +0000 (0:00:00.017) 0:02:36.167 **********
changed: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": true
}
TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] *****
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129
Tuesday 09 July 2024 18:51:09 +0000 (0:00:00.398) 0:02:36.565 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136
Tuesday 09 July 2024 18:51:09 +0000 (0:00:00.042) 0:02:36.608 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log))
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log))
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log))
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log))
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log))
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log))
TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14
Tuesday 09 July 2024 18:51:09 +0000 (0:00:00.087) 0:02:36.696 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25
Tuesday 09 July 2024 18:51:09 +0000 (0:00:00.028) 0:02:36.725 **********
ok: [sut] => {
"ansible_facts": {
"__podman_continue_if_pull_fails": false,
"__podman_pull_image": true,
"__podman_state": "created",
"__podman_systemd_unit_scope": "",
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] *****
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35
Tuesday 09 July 2024 18:51:09 +0000 (0:00:00.027) 0:02:36.752 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48
Tuesday 09 July 2024 18:51:09 +0000 (0:00:00.021) 0:02:36.773 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57
Tuesday 09 July 2024 18:51:09 +0000 (0:00:00.031) 0:02:36.805 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut
TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Tuesday 09 July 2024 18:51:09 +0000 (0:00:00.036) 0:02:36.842 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Tuesday 09 July 2024 18:51:09 +0000 (0:00:00.024) 0:02:36.866 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Tuesday 09 July 2024 18:51:09 +0000 (0:00:00.022) 0:02:36.888 **********
ok: [sut] => {
"ansible_facts": {
"__podman_group": "0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get group information] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Tuesday 09 July 2024 18:51:09 +0000 (0:00:00.036) 0:02:36.925 **********
ok: [sut] => {
"ansible_facts": {
"getent_group": {
"root": [
"x",
"0",
""
]
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set group name] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35
Tuesday 09 July 2024 18:51:09 +0000 (0:00:00.264) 0:02:37.190 **********
ok: [sut] => {
"ansible_facts": {
"__podman_group_name": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Tuesday 09 July 2024 18:51:09 +0000 (0:00:00.027) 0:02:37.217 **********
ok: [sut] => {
"changed": false,
"stat": {
"atime": 1720551059.5859377,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 32,
"charset": "binary",
"checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909",
"ctime": 1720550996.3647761,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 203927,
"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": 1716422400.0,
"nlink": 1,
"path": "/usr/bin/getsubids",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 15728,
"uid": 0,
"version": "1485869039",
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50
Tuesday 09 July 2024 18:51:10 +0000 (0:00:00.255) 0:02:37.472 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55
Tuesday 09 July 2024 18:51:10 +0000 (0:00:00.019) 0:02:37.492 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60
Tuesday 09 July 2024 18:51:10 +0000 (0:00:00.029) 0:02:37.522 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74
Tuesday 09 July 2024 18:51:10 +0000 (0:00:00.019) 0:02:37.541 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79
Tuesday 09 July 2024 18:51:10 +0000 (0:00:00.051) 0:02:37.592 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84
Tuesday 09 July 2024 18:51:10 +0000 (0:00:00.020) 0:02:37.613 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94
Tuesday 09 July 2024 18:51:10 +0000 (0:00:00.023) 0:02:37.637 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101
Tuesday 09 July 2024 18:51:10 +0000 (0:00:00.018) 0:02:37.656 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62
Tuesday 09 July 2024 18:51:10 +0000 (0:00:00.021) 0:02:37.677 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73
Tuesday 09 July 2024 18:51:10 +0000 (0:00:00.038) 0:02:37.715 **********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_path": "/etc/containers/systemd"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get kube yaml contents] ***************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77
Tuesday 09 July 2024 18:51:10 +0000 (0:00:00.022) 0:02:37.737 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_kube_yamls_raw | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87
Tuesday 09 July 2024 18:51:10 +0000 (0:00:00.025) 0:02:37.763 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103
Tuesday 09 July 2024 18:51:10 +0000 (0:00:00.048) 0:02:37.811 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110
Tuesday 09 July 2024 18:51:10 +0000 (0:00:00.025) 0:02:37.836 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_state == \"absent\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Create and update quadlets] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114
Tuesday 09 July 2024 18:51:10 +0000 (0:00:00.018) 0:02:37.855 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2
Tuesday 09 July 2024 18:51:10 +0000 (0:00:00.043) 0:02:37.898 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Tuesday 09 July 2024 18:51:10 +0000 (0:00:00.032) 0:02:37.930 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Tuesday 09 July 2024 18:51:10 +0000 (0:00:00.018) 0:02:37.949 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Tuesday 09 July 2024 18:51:10 +0000 (0:00:00.019) 0:02:37.969 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Create host directories] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7
Tuesday 09 July 2024 18:51:10 +0000 (0:00:00.017) 0:02:37.986 **********
skipping: [sut] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.podman : Ensure container images are present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18
Tuesday 09 July 2024 18:51:10 +0000 (0:00:00.045) 0:02:38.031 **********
skipping: [sut] => {
"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 : Ensure the quadlet directory is present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39
Tuesday 09 July 2024 18:51:10 +0000 (0:00:00.018) 0:02:38.049 **********
ok: [sut] => {
"changed": false,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/containers/systemd",
"secontext": "system_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ********
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48
Tuesday 09 July 2024 18:51:10 +0000 (0:00:00.259) 0:02:38.309 **********
changed: [sut] => {
"changed": true,
"checksum": "e57c08d49aff4bae8daab138d913aeddaa8682a0",
"dest": "/etc/containers/systemd/quadlet-demo.network",
"gid": 0,
"group": "root",
"md5sum": "061f3cf318cbd8ab5794bb1173831fb8",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 74,
"src": "/root/.ansible/tmp/ansible-tmp-1720551070.969086-11950-177205853884392/source",
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58
Tuesday 09 July 2024 18:51:11 +0000 (0:00:00.682) 0:02:38.992 **********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_quadlet_file_src",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] *******
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70
Tuesday 09 July 2024 18:51:11 +0000 (0:00:00.020) 0:02:39.012 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_copy_file is skipped",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82
Tuesday 09 July 2024 18:51:11 +0000 (0:00:00.018) 0:02:39.031 **********
ok: [sut] => {
"changed": false,
"name": null,
"status": {}
}
TASK [fedora.linux_system_roles.podman : Start service] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110
Tuesday 09 July 2024 18:51:12 +0000 (0:00:00.728) 0:02:39.759 **********
changed: [sut] => {
"changed": true,
"name": "quadlet-demo-network.service",
"state": "started",
"status": {
"AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "sysinit.target system.slice basic.target -.mount systemd-journald.socket",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"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",
"CoredumpReceive": "no",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DefaultStartupMemoryLow": "0",
"Delegate": "no",
"Description": "quadlet-demo-network.service",
"DevicePolicy": "auto",
"DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
"DynamicUser": "no",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman network create --ignore --subnet=192.168.30.0/24 --gateway=192.168.30.1 --label app=wordpress systemd-quadlet-demo ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman network create --ignore --subnet=192.168.30.0/24 --gateway=192.168.30.1 --label app=wordpress systemd-quadlet-demo ; 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": "/run/systemd/generator/quadlet-demo-network.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "quadlet-demo-network.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": "14750",
"LimitNPROCSoft": "14750",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14750",
"LimitSIGPENDINGSoft": "14750",
"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": "3449098240",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "[not set]",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "[not set]",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "[not set]",
"MemoryZSwapCurrent": "[not set]",
"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": "quadlet-demo-network.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": "yes",
"RemoveIPC": "no",
"Requires": "system.slice sysinit.target -.mount",
"RequiresMountsFor": "/run/containers",
"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",
"SetLoginEnvironment": "no",
"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": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogIdentifier": "quadlet-demo-network",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "4425",
"TimeoutAbortUSec": "45s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "infinity",
"TimeoutStopFailureMode": "abort",
"TimeoutStopUSec": "45s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "oneshot",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "generated",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [fedora.linux_system_roles.podman : Restart service] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125
Tuesday 09 July 2024 18:51:12 +0000 (0:00:00.497) 0:02:40.257 **********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_service_started is changed",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14
Tuesday 09 July 2024 18:51:12 +0000 (0:00:00.019) 0:02:40.276 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25
Tuesday 09 July 2024 18:51:12 +0000 (0:00:00.027) 0:02:40.304 **********
ok: [sut] => {
"ansible_facts": {
"__podman_continue_if_pull_fails": false,
"__podman_pull_image": true,
"__podman_state": "created",
"__podman_systemd_unit_scope": "",
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] *****
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35
Tuesday 09 July 2024 18:51:12 +0000 (0:00:00.025) 0:02:40.329 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48
Tuesday 09 July 2024 18:51:12 +0000 (0:00:00.019) 0:02:40.348 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57
Tuesday 09 July 2024 18:51:13 +0000 (0:00:00.029) 0:02:40.378 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut
TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Tuesday 09 July 2024 18:51:13 +0000 (0:00:00.035) 0:02:40.414 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Tuesday 09 July 2024 18:51:13 +0000 (0:00:00.021) 0:02:40.436 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Tuesday 09 July 2024 18:51:13 +0000 (0:00:00.020) 0:02:40.457 **********
ok: [sut] => {
"ansible_facts": {
"__podman_group": "0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get group information] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Tuesday 09 July 2024 18:51:13 +0000 (0:00:00.027) 0:02:40.484 **********
ok: [sut] => {
"ansible_facts": {
"getent_group": {
"root": [
"x",
"0",
""
]
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set group name] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35
Tuesday 09 July 2024 18:51:13 +0000 (0:00:00.248) 0:02:40.732 **********
ok: [sut] => {
"ansible_facts": {
"__podman_group_name": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Tuesday 09 July 2024 18:51:13 +0000 (0:00:00.055) 0:02:40.788 **********
ok: [sut] => {
"changed": false,
"stat": {
"atime": 1720551059.5859377,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 32,
"charset": "binary",
"checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909",
"ctime": 1720550996.3647761,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 203927,
"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": 1716422400.0,
"nlink": 1,
"path": "/usr/bin/getsubids",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 15728,
"uid": 0,
"version": "1485869039",
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50
Tuesday 09 July 2024 18:51:13 +0000 (0:00:00.248) 0:02:41.037 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55
Tuesday 09 July 2024 18:51:13 +0000 (0:00:00.018) 0:02:41.055 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60
Tuesday 09 July 2024 18:51:13 +0000 (0:00:00.018) 0:02:41.073 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74
Tuesday 09 July 2024 18:51:13 +0000 (0:00:00.017) 0:02:41.091 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79
Tuesday 09 July 2024 18:51:13 +0000 (0:00:00.018) 0:02:41.110 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84
Tuesday 09 July 2024 18:51:13 +0000 (0:00:00.018) 0:02:41.128 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94
Tuesday 09 July 2024 18:51:13 +0000 (0:00:00.018) 0:02:41.147 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101
Tuesday 09 July 2024 18:51:13 +0000 (0:00:00.017) 0:02:41.164 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62
Tuesday 09 July 2024 18:51:13 +0000 (0:00:00.017) 0:02:41.182 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73
Tuesday 09 July 2024 18:51:13 +0000 (0:00:00.033) 0:02:41.215 **********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_path": "/etc/containers/systemd"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get kube yaml contents] ***************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77
Tuesday 09 July 2024 18:51:13 +0000 (0:00:00.019) 0:02:41.235 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_kube_yamls_raw | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87
Tuesday 09 July 2024 18:51:13 +0000 (0:00:00.018) 0:02:41.254 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103
Tuesday 09 July 2024 18:51:13 +0000 (0:00:00.044) 0:02:41.298 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110
Tuesday 09 July 2024 18:51:13 +0000 (0:00:00.025) 0:02:41.324 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_state == \"absent\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Create and update quadlets] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114
Tuesday 09 July 2024 18:51:13 +0000 (0:00:00.018) 0:02:41.342 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2
Tuesday 09 July 2024 18:51:14 +0000 (0:00:00.040) 0:02:41.382 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Tuesday 09 July 2024 18:51:14 +0000 (0:00:00.064) 0:02:41.447 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Tuesday 09 July 2024 18:51:14 +0000 (0:00:00.019) 0:02:41.466 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Tuesday 09 July 2024 18:51:14 +0000 (0:00:00.017) 0:02:41.483 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Create host directories] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7
Tuesday 09 July 2024 18:51:14 +0000 (0:00:00.018) 0:02:41.501 **********
skipping: [sut] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.podman : Ensure container images are present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18
Tuesday 09 July 2024 18:51:14 +0000 (0:00:00.015) 0:02:41.517 **********
skipping: [sut] => {
"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 : Ensure the quadlet directory is present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39
Tuesday 09 July 2024 18:51:14 +0000 (0:00:00.017) 0:02:41.535 **********
ok: [sut] => {
"changed": false,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/containers/systemd",
"secontext": "system_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ********
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48
Tuesday 09 July 2024 18:51:14 +0000 (0:00:00.261) 0:02:41.797 **********
changed: [sut] => {
"changed": true,
"checksum": "585f8cbdf0ec73000f9227dcffbef71e9552ea4a",
"dest": "/etc/containers/systemd/quadlet-demo-mysql.volume",
"gid": 0,
"group": "root",
"md5sum": "5ddd03a022aeb4502d9bc8ce436b4233",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 9,
"src": "/root/.ansible/tmp/ansible-tmp-1720551074.4570386-12002-77443990575828/source",
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58
Tuesday 09 July 2024 18:51:15 +0000 (0:00:00.616) 0:02:42.414 **********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_quadlet_file_src",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] *******
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70
Tuesday 09 July 2024 18:51:15 +0000 (0:00:00.021) 0:02:42.435 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_copy_file is skipped",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82
Tuesday 09 July 2024 18:51:15 +0000 (0:00:00.019) 0:02:42.455 **********
ok: [sut] => {
"changed": false,
"name": null,
"status": {}
}
TASK [fedora.linux_system_roles.podman : Start service] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110
Tuesday 09 July 2024 18:51:15 +0000 (0:00:00.745) 0:02:43.200 **********
changed: [sut] => {
"changed": true,
"name": "quadlet-demo-mysql-volume.service",
"state": "started",
"status": {
"AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket sysinit.target basic.target system.slice -.mount",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"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",
"CoredumpReceive": "no",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DefaultStartupMemoryLow": "0",
"Delegate": "no",
"Description": "quadlet-demo-mysql-volume.service",
"DevicePolicy": "auto",
"DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
"DynamicUser": "no",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-demo-mysql ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-demo-mysql ; 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": "/run/systemd/generator/quadlet-demo-mysql-volume.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "quadlet-demo-mysql-volume.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": "14750",
"LimitNPROCSoft": "14750",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14750",
"LimitSIGPENDINGSoft": "14750",
"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": "3425103872",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "[not set]",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "[not set]",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "[not set]",
"MemoryZSwapCurrent": "[not set]",
"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": "quadlet-demo-mysql-volume.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": "yes",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice -.mount",
"RequiresMountsFor": "/run/containers",
"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",
"SetLoginEnvironment": "no",
"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": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogIdentifier": "quadlet-demo-mysql-volume",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "4425",
"TimeoutAbortUSec": "45s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "infinity",
"TimeoutStopFailureMode": "abort",
"TimeoutStopUSec": "45s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "oneshot",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "generated",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [fedora.linux_system_roles.podman : Restart service] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125
Tuesday 09 July 2024 18:51:16 +0000 (0:00:00.703) 0:02:43.904 **********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_service_started is changed",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14
Tuesday 09 July 2024 18:51:16 +0000 (0:00:00.019) 0:02:43.923 **********
ok: [sut] => {
"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=/usr/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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25
Tuesday 09 July 2024 18:51:16 +0000 (0:00:00.058) 0:02:43.982 **********
ok: [sut] => {
"ansible_facts": {
"__podman_continue_if_pull_fails": false,
"__podman_pull_image": true,
"__podman_state": "created",
"__podman_systemd_unit_scope": "",
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] *****
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35
Tuesday 09 July 2024 18:51:16 +0000 (0:00:00.024) 0:02:44.006 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48
Tuesday 09 July 2024 18:51:16 +0000 (0:00:00.020) 0:02:44.026 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57
Tuesday 09 July 2024 18:51:16 +0000 (0:00:00.029) 0:02:44.056 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut
TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Tuesday 09 July 2024 18:51:16 +0000 (0:00:00.063) 0:02:44.119 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Tuesday 09 July 2024 18:51:16 +0000 (0:00:00.022) 0:02:44.141 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Tuesday 09 July 2024 18:51:16 +0000 (0:00:00.021) 0:02:44.163 **********
ok: [sut] => {
"ansible_facts": {
"__podman_group": "0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get group information] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Tuesday 09 July 2024 18:51:16 +0000 (0:00:00.026) 0:02:44.190 **********
ok: [sut] => {
"ansible_facts": {
"getent_group": {
"root": [
"x",
"0",
""
]
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set group name] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35
Tuesday 09 July 2024 18:51:17 +0000 (0:00:00.390) 0:02:44.580 **********
ok: [sut] => {
"ansible_facts": {
"__podman_group_name": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Tuesday 09 July 2024 18:51:17 +0000 (0:00:00.027) 0:02:44.607 **********
ok: [sut] => {
"changed": false,
"stat": {
"atime": 1720551059.5859377,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 32,
"charset": "binary",
"checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909",
"ctime": 1720550996.3647761,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 203927,
"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": 1716422400.0,
"nlink": 1,
"path": "/usr/bin/getsubids",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 15728,
"uid": 0,
"version": "1485869039",
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50
Tuesday 09 July 2024 18:51:17 +0000 (0:00:00.346) 0:02:44.954 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55
Tuesday 09 July 2024 18:51:17 +0000 (0:00:00.018) 0:02:44.973 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60
Tuesday 09 July 2024 18:51:17 +0000 (0:00:00.017) 0:02:44.991 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74
Tuesday 09 July 2024 18:51:17 +0000 (0:00:00.018) 0:02:45.009 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79
Tuesday 09 July 2024 18:51:17 +0000 (0:00:00.017) 0:02:45.027 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84
Tuesday 09 July 2024 18:51:17 +0000 (0:00:00.018) 0:02:45.045 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94
Tuesday 09 July 2024 18:51:17 +0000 (0:00:00.018) 0:02:45.063 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101
Tuesday 09 July 2024 18:51:17 +0000 (0:00:00.017) 0:02:45.080 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62
Tuesday 09 July 2024 18:51:17 +0000 (0:00:00.017) 0:02:45.098 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73
Tuesday 09 July 2024 18:51:17 +0000 (0:00:00.033) 0:02:45.131 **********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_path": "/etc/containers/systemd"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get kube yaml contents] ***************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77
Tuesday 09 July 2024 18:51:17 +0000 (0:00:00.022) 0:02:45.153 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_kube_yamls_raw | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87
Tuesday 09 July 2024 18:51:17 +0000 (0:00:00.020) 0:02:45.173 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103
Tuesday 09 July 2024 18:51:17 +0000 (0:00:00.045) 0:02:45.218 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110
Tuesday 09 July 2024 18:51:17 +0000 (0:00:00.053) 0:02:45.272 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_state == \"absent\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Create and update quadlets] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114
Tuesday 09 July 2024 18:51:17 +0000 (0:00:00.018) 0:02:45.290 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2
Tuesday 09 July 2024 18:51:17 +0000 (0:00:00.041) 0:02:45.332 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Tuesday 09 July 2024 18:51:17 +0000 (0:00:00.031) 0:02:45.364 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Tuesday 09 July 2024 18:51:18 +0000 (0:00:00.019) 0:02:45.384 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Tuesday 09 July 2024 18:51:18 +0000 (0:00:00.018) 0:02:45.402 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Create host directories] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7
Tuesday 09 July 2024 18:51:18 +0000 (0:00:00.017) 0:02:45.419 **********
changed: [sut] => (item=/tmp/quadlet_demo) => {
"ansible_loop_var": "item",
"changed": true,
"gid": 0,
"group": "root",
"item": "/tmp/quadlet_demo",
"mode": "0777",
"owner": "root",
"path": "/tmp/quadlet_demo",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 40,
"state": "directory",
"uid": 0
}
TASK [fedora.linux_system_roles.podman : Ensure container images are present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18
Tuesday 09 July 2024 18:51:18 +0000 (0:00:00.264) 0:02:45.684 **********
changed: [sut] => (item=None) => {
"attempts": 1,
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": true
}
changed: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": true
}
TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39
Tuesday 09 July 2024 18:51:27 +0000 (0:00:08.731) 0:02:54.416 **********
ok: [sut] => {
"changed": false,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/containers/systemd",
"secontext": "system_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ********
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48
Tuesday 09 July 2024 18:51:27 +0000 (0:00:00.262) 0:02:54.678 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_quadlet_file_src | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58
Tuesday 09 July 2024 18:51:27 +0000 (0:00:00.020) 0:02:54.698 **********
changed: [sut] => {
"changed": true,
"checksum": "7bf9312d57274d4dabbd222b01717e2cc0cfa0ed",
"dest": "/etc/containers/systemd/quadlet-demo-mysql.container",
"gid": 0,
"group": "root",
"md5sum": "f1cd3875deb45b806389825bb4b5ad4a",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 367,
"src": "/root/.ansible/tmp/ansible-tmp-1720551087.359102-12057-275502947106657/source",
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] *******
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70
Tuesday 09 July 2024 18:51:27 +0000 (0:00:00.616) 0:02:55.315 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_copy_content is skipped",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82
Tuesday 09 July 2024 18:51:27 +0000 (0:00:00.018) 0:02:55.334 **********
ok: [sut] => {
"changed": false,
"name": null,
"status": {}
}
TASK [fedora.linux_system_roles.podman : Start service] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110
Tuesday 09 July 2024 18:51:28 +0000 (0:00:00.761) 0:02:56.095 **********
changed: [sut] => {
"changed": true,
"name": "quadlet-demo-mysql.service",
"state": "started",
"status": {
"AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "-.mount tmp.mount sysinit.target systemd-journald.socket quadlet-demo-mysql-volume.service quadlet-demo-network.service basic.target system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"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",
"CoredumpReceive": "no",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DefaultStartupMemoryLow": "0",
"Delegate": "yes",
"DelegateControllers": "cpu cpuset io memory pids",
"Description": "quadlet-demo-mysql.service",
"DevicePolicy": "auto",
"DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
"DynamicUser": "no",
"Environment": "PODMAN_SYSTEMD_UNIT=quadlet-demo-mysql.service",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=quadlet-demo-mysql --cidfile=/run/quadlet-demo-mysql.cid --replace --rm --cgroups=split --network=systemd-quadlet-demo --sdnotify=conmon -d -v systemd-quadlet-demo-mysql:/var/lib/mysql -v /tmp/quadlet_demo:/var/lib/quadlet_demo:Z --secret mysql-root-password-container,type=env,target=MYSQL_ROOT_PASSWORD --health-cmd /usr/bin/true --health-on-failure kill quay.io/linux-system-roles/mysql:5.6 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=quadlet-demo-mysql --cidfile=/run/quadlet-demo-mysql.cid --replace --rm --cgroups=split --network=systemd-quadlet-demo --sdnotify=conmon -d -v systemd-quadlet-demo-mysql:/var/lib/mysql -v /tmp/quadlet_demo:/var/lib/quadlet_demo:Z --secret mysql-root-password-container,type=env,target=MYSQL_ROOT_PASSWORD --health-cmd /usr/bin/true --health-on-failure kill quay.io/linux-system-roles/mysql:5.6 ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-demo-mysql.cid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-demo-mysql.cid ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-demo-mysql.cid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStopPostEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-demo-mysql.cid ; flags=ignore-failure ; 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": "/run/systemd/generator/quadlet-demo-mysql.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "quadlet-demo-mysql.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": "14750",
"LimitNPROCSoft": "14750",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14750",
"LimitSIGPENDINGSoft": "14750",
"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": "3435773952",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "[not set]",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "[not set]",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "[not set]",
"MemoryZSwapCurrent": "[not set]",
"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": "quadlet-demo-mysql.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "all",
"OOMPolicy": "continue",
"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 -.mount quadlet-demo-network.service tmp.mount quadlet-demo-mysql-volume.service system.slice",
"RequiresMountsFor": "/tmp/quadlet_demo /run/containers",
"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",
"SetLoginEnvironment": "no",
"Slice": "system.slice",
"SourcePath": "/etc/containers/systemd/quadlet-demo-mysql.container",
"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": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogIdentifier": "quadlet-demo-mysql",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "4425",
"TimeoutAbortUSec": "45s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "45s",
"TimeoutStopFailureMode": "abort",
"TimeoutStopUSec": "45s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "generated",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [fedora.linux_system_roles.podman : Restart service] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125
Tuesday 09 July 2024 18:51:30 +0000 (0:00:01.504) 0:02:57.600 **********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_service_started is changed",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14
Tuesday 09 July 2024 18:51:30 +0000 (0:00:00.019) 0:02:57.620 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25
Tuesday 09 July 2024 18:51:30 +0000 (0:00:00.027) 0:02:57.647 **********
ok: [sut] => {
"ansible_facts": {
"__podman_continue_if_pull_fails": false,
"__podman_pull_image": true,
"__podman_state": "created",
"__podman_systemd_unit_scope": "",
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] *****
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35
Tuesday 09 July 2024 18:51:30 +0000 (0:00:00.054) 0:02:57.702 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48
Tuesday 09 July 2024 18:51:30 +0000 (0:00:00.020) 0:02:57.722 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57
Tuesday 09 July 2024 18:51:30 +0000 (0:00:00.031) 0:02:57.754 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut
TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Tuesday 09 July 2024 18:51:30 +0000 (0:00:00.036) 0:02:57.790 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Tuesday 09 July 2024 18:51:30 +0000 (0:00:00.022) 0:02:57.812 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Tuesday 09 July 2024 18:51:30 +0000 (0:00:00.021) 0:02:57.833 **********
ok: [sut] => {
"ansible_facts": {
"__podman_group": "0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get group information] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Tuesday 09 July 2024 18:51:30 +0000 (0:00:00.028) 0:02:57.862 **********
ok: [sut] => {
"ansible_facts": {
"getent_group": {
"root": [
"x",
"0",
""
]
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set group name] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35
Tuesday 09 July 2024 18:51:30 +0000 (0:00:00.277) 0:02:58.140 **********
ok: [sut] => {
"ansible_facts": {
"__podman_group_name": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Tuesday 09 July 2024 18:51:30 +0000 (0:00:00.026) 0:02:58.167 **********
ok: [sut] => {
"changed": false,
"stat": {
"atime": 1720551059.5859377,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 32,
"charset": "binary",
"checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909",
"ctime": 1720550996.3647761,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 203927,
"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": 1716422400.0,
"nlink": 1,
"path": "/usr/bin/getsubids",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 15728,
"uid": 0,
"version": "1485869039",
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50
Tuesday 09 July 2024 18:51:31 +0000 (0:00:00.251) 0:02:58.418 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55
Tuesday 09 July 2024 18:51:31 +0000 (0:00:00.018) 0:02:58.436 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60
Tuesday 09 July 2024 18:51:31 +0000 (0:00:00.018) 0:02:58.455 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74
Tuesday 09 July 2024 18:51:31 +0000 (0:00:00.017) 0:02:58.472 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79
Tuesday 09 July 2024 18:51:31 +0000 (0:00:00.018) 0:02:58.490 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84
Tuesday 09 July 2024 18:51:31 +0000 (0:00:00.018) 0:02:58.509 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94
Tuesday 09 July 2024 18:51:31 +0000 (0:00:00.017) 0:02:58.526 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101
Tuesday 09 July 2024 18:51:31 +0000 (0:00:00.017) 0:02:58.544 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62
Tuesday 09 July 2024 18:51:31 +0000 (0:00:00.017) 0:02:58.561 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73
Tuesday 09 July 2024 18:51:31 +0000 (0:00:00.071) 0:02:58.633 **********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_path": "/etc/containers/systemd"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get kube yaml contents] ***************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77
Tuesday 09 July 2024 18:51:31 +0000 (0:00:00.022) 0:02:58.655 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_kube_yamls_raw | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87
Tuesday 09 July 2024 18:51:31 +0000 (0:00:00.020) 0:02:58.676 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103
Tuesday 09 July 2024 18:51:31 +0000 (0:00:00.047) 0:02:58.723 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110
Tuesday 09 July 2024 18:51:31 +0000 (0:00:00.023) 0:02:58.746 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_state == \"absent\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Create and update quadlets] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114
Tuesday 09 July 2024 18:51:31 +0000 (0:00:00.018) 0:02:58.765 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2
Tuesday 09 July 2024 18:51:31 +0000 (0:00:00.040) 0:02:58.805 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Tuesday 09 July 2024 18:51:31 +0000 (0:00:00.031) 0:02:58.837 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Tuesday 09 July 2024 18:51:31 +0000 (0:00:00.018) 0:02:58.855 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Tuesday 09 July 2024 18:51:31 +0000 (0:00:00.017) 0:02:58.873 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Create host directories] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7
Tuesday 09 July 2024 18:51:31 +0000 (0:00:00.017) 0:02:58.891 **********
skipping: [sut] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.podman : Ensure container images are present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18
Tuesday 09 July 2024 18:51:31 +0000 (0:00:00.017) 0:02:58.908 **********
skipping: [sut] => {
"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 : Ensure the quadlet directory is present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39
Tuesday 09 July 2024 18:51:31 +0000 (0:00:00.017) 0:02:58.925 **********
ok: [sut] => {
"changed": false,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/containers/systemd",
"secontext": "system_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ********
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48
Tuesday 09 July 2024 18:51:31 +0000 (0:00:00.266) 0:02:59.192 **********
changed: [sut] => {
"changed": true,
"checksum": "d681c7d56f912150d041873e880818b22a90c188",
"dest": "/etc/containers/systemd/envoy-proxy-configmap.yml",
"gid": 0,
"group": "root",
"md5sum": "aec75d972c231aac004e1338934544cf",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 2102,
"src": "/root/.ansible/tmp/ansible-tmp-1720551091.8532662-12108-114937596278955/source",
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58
Tuesday 09 July 2024 18:51:32 +0000 (0:00:00.643) 0:02:59.836 **********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_quadlet_file_src",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] *******
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70
Tuesday 09 July 2024 18:51:32 +0000 (0:00:00.019) 0:02:59.855 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_copy_file is skipped",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82
Tuesday 09 July 2024 18:51:32 +0000 (0:00:00.017) 0:02:59.873 **********
ok: [sut] => {
"changed": false,
"name": null,
"status": {}
}
TASK [fedora.linux_system_roles.podman : Start service] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110
Tuesday 09 July 2024 18:51:33 +0000 (0:00:00.824) 0:03:00.697 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_service_name | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Restart service] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125
Tuesday 09 July 2024 18:51:33 +0000 (0:00:00.022) 0:03:00.720 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_service_name | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14
Tuesday 09 July 2024 18:51:33 +0000 (0:00:00.021) 0:03:00.742 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25
Tuesday 09 July 2024 18:51:33 +0000 (0:00:00.057) 0:03:00.799 **********
ok: [sut] => {
"ansible_facts": {
"__podman_continue_if_pull_fails": false,
"__podman_pull_image": true,
"__podman_state": "created",
"__podman_systemd_unit_scope": "",
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] *****
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35
Tuesday 09 July 2024 18:51:33 +0000 (0:00:00.025) 0:03:00.825 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48
Tuesday 09 July 2024 18:51:33 +0000 (0:00:00.020) 0:03:00.845 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57
Tuesday 09 July 2024 18:51:33 +0000 (0:00:00.030) 0:03:00.876 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut
TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Tuesday 09 July 2024 18:51:33 +0000 (0:00:00.037) 0:03:00.913 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Tuesday 09 July 2024 18:51:33 +0000 (0:00:00.023) 0:03:00.937 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Tuesday 09 July 2024 18:51:33 +0000 (0:00:00.023) 0:03:00.961 **********
ok: [sut] => {
"ansible_facts": {
"__podman_group": "0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get group information] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Tuesday 09 July 2024 18:51:33 +0000 (0:00:00.029) 0:03:00.991 **********
ok: [sut] => {
"ansible_facts": {
"getent_group": {
"root": [
"x",
"0",
""
]
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set group name] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35
Tuesday 09 July 2024 18:51:33 +0000 (0:00:00.265) 0:03:01.256 **********
ok: [sut] => {
"ansible_facts": {
"__podman_group_name": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Tuesday 09 July 2024 18:51:33 +0000 (0:00:00.027) 0:03:01.284 **********
ok: [sut] => {
"changed": false,
"stat": {
"atime": 1720551059.5859377,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 32,
"charset": "binary",
"checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909",
"ctime": 1720550996.3647761,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 203927,
"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": 1716422400.0,
"nlink": 1,
"path": "/usr/bin/getsubids",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 15728,
"uid": 0,
"version": "1485869039",
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50
Tuesday 09 July 2024 18:51:34 +0000 (0:00:00.254) 0:03:01.538 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55
Tuesday 09 July 2024 18:51:34 +0000 (0:00:00.019) 0:03:01.557 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60
Tuesday 09 July 2024 18:51:34 +0000 (0:00:00.018) 0:03:01.576 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74
Tuesday 09 July 2024 18:51:34 +0000 (0:00:00.019) 0:03:01.595 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79
Tuesday 09 July 2024 18:51:34 +0000 (0:00:00.018) 0:03:01.614 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84
Tuesday 09 July 2024 18:51:34 +0000 (0:00:00.053) 0:03:01.667 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94
Tuesday 09 July 2024 18:51:34 +0000 (0:00:00.019) 0:03:01.687 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101
Tuesday 09 July 2024 18:51:34 +0000 (0:00:00.018) 0:03:01.706 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62
Tuesday 09 July 2024 18:51:34 +0000 (0:00:00.018) 0:03:01.724 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73
Tuesday 09 July 2024 18:51:34 +0000 (0:00:00.033) 0:03:01.758 **********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_path": "/etc/containers/systemd"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get kube yaml contents] ***************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77
Tuesday 09 July 2024 18:51:34 +0000 (0:00:00.020) 0:03:01.778 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_kube_yamls_raw | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87
Tuesday 09 July 2024 18:51:34 +0000 (0:00:00.019) 0:03:01.798 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103
Tuesday 09 July 2024 18:51:34 +0000 (0:00:00.045) 0:03:01.843 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110
Tuesday 09 July 2024 18:51:34 +0000 (0:00:00.023) 0:03:01.867 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_state == \"absent\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Create and update quadlets] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114
Tuesday 09 July 2024 18:51:34 +0000 (0:00:00.017) 0:03:01.885 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2
Tuesday 09 July 2024 18:51:34 +0000 (0:00:00.040) 0:03:01.926 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Tuesday 09 July 2024 18:51:34 +0000 (0:00:00.031) 0:03:01.957 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Tuesday 09 July 2024 18:51:34 +0000 (0:00:00.017) 0:03:01.975 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Tuesday 09 July 2024 18:51:34 +0000 (0:00:00.018) 0:03:01.993 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Create host directories] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7
Tuesday 09 July 2024 18:51:34 +0000 (0:00:00.017) 0:03:02.011 **********
skipping: [sut] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.podman : Ensure container images are present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18
Tuesday 09 July 2024 18:51:34 +0000 (0:00:00.015) 0:03:02.026 **********
skipping: [sut] => {
"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 : Ensure the quadlet directory is present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39
Tuesday 09 July 2024 18:51:34 +0000 (0:00:00.047) 0:03:02.073 **********
ok: [sut] => {
"changed": false,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/containers/systemd",
"secontext": "system_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ********
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48
Tuesday 09 July 2024 18:51:34 +0000 (0:00:00.268) 0:03:02.342 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_quadlet_file_src | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58
Tuesday 09 July 2024 18:51:34 +0000 (0:00:00.020) 0:03:02.363 **********
changed: [sut] => {
"changed": true,
"checksum": "998dccde0483b1654327a46ddd89cbaa47650370",
"dest": "/etc/containers/systemd/quadlet-demo.yml",
"gid": 0,
"group": "root",
"md5sum": "fd890594adfc24339cb9cdc5e7b19a66",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 1605,
"src": "/root/.ansible/tmp/ansible-tmp-1720551095.0255578-12160-42500855779753/source",
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] *******
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70
Tuesday 09 July 2024 18:51:35 +0000 (0:00:00.631) 0:03:02.994 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_copy_content is skipped",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82
Tuesday 09 July 2024 18:51:35 +0000 (0:00:00.019) 0:03:03.013 **********
ok: [sut] => {
"changed": false,
"name": null,
"status": {}
}
TASK [fedora.linux_system_roles.podman : Start service] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110
Tuesday 09 July 2024 18:51:36 +0000 (0:00:00.794) 0:03:03.808 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_service_name | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Restart service] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125
Tuesday 09 July 2024 18:51:36 +0000 (0:00:00.021) 0:03:03.830 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_service_name | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14
Tuesday 09 July 2024 18:51:36 +0000 (0:00:00.021) 0:03:03.851 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25
Tuesday 09 July 2024 18:51:36 +0000 (0:00:00.027) 0:03:03.879 **********
ok: [sut] => {
"ansible_facts": {
"__podman_continue_if_pull_fails": false,
"__podman_pull_image": true,
"__podman_state": "created",
"__podman_systemd_unit_scope": "",
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] *****
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35
Tuesday 09 July 2024 18:51:36 +0000 (0:00:00.024) 0:03:03.903 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48
Tuesday 09 July 2024 18:51:36 +0000 (0:00:00.018) 0:03:03.922 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57
Tuesday 09 July 2024 18:51:36 +0000 (0:00:00.029) 0:03:03.952 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut
TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Tuesday 09 July 2024 18:51:36 +0000 (0:00:00.035) 0:03:03.987 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Tuesday 09 July 2024 18:51:36 +0000 (0:00:00.021) 0:03:04.009 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Tuesday 09 July 2024 18:51:36 +0000 (0:00:00.020) 0:03:04.029 **********
ok: [sut] => {
"ansible_facts": {
"__podman_group": "0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get group information] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Tuesday 09 July 2024 18:51:36 +0000 (0:00:00.026) 0:03:04.055 **********
ok: [sut] => {
"ansible_facts": {
"getent_group": {
"root": [
"x",
"0",
""
]
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set group name] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35
Tuesday 09 July 2024 18:51:36 +0000 (0:00:00.252) 0:03:04.308 **********
ok: [sut] => {
"ansible_facts": {
"__podman_group_name": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Tuesday 09 July 2024 18:51:36 +0000 (0:00:00.027) 0:03:04.335 **********
ok: [sut] => {
"changed": false,
"stat": {
"atime": 1720551059.5859377,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 32,
"charset": "binary",
"checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909",
"ctime": 1720550996.3647761,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 203927,
"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": 1716422400.0,
"nlink": 1,
"path": "/usr/bin/getsubids",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 15728,
"uid": 0,
"version": "1485869039",
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50
Tuesday 09 July 2024 18:51:37 +0000 (0:00:00.284) 0:03:04.619 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55
Tuesday 09 July 2024 18:51:37 +0000 (0:00:00.019) 0:03:04.638 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60
Tuesday 09 July 2024 18:51:37 +0000 (0:00:00.019) 0:03:04.657 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74
Tuesday 09 July 2024 18:51:37 +0000 (0:00:00.018) 0:03:04.676 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79
Tuesday 09 July 2024 18:51:37 +0000 (0:00:00.018) 0:03:04.694 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84
Tuesday 09 July 2024 18:51:37 +0000 (0:00:00.018) 0:03:04.712 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94
Tuesday 09 July 2024 18:51:37 +0000 (0:00:00.018) 0:03:04.731 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101
Tuesday 09 July 2024 18:51:37 +0000 (0:00:00.018) 0:03:04.749 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62
Tuesday 09 July 2024 18:51:37 +0000 (0:00:00.018) 0:03:04.768 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73
Tuesday 09 July 2024 18:51:37 +0000 (0:00:00.034) 0:03:04.802 **********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_path": "/etc/containers/systemd"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get kube yaml contents] ***************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77
Tuesday 09 July 2024 18:51:37 +0000 (0:00:00.019) 0:03:04.822 **********
ok: [sut] => {
"changed": false,
"content": "LS0tCmFwaVZlcnNpb246IHYxCmtpbmQ6IFBlcnNpc3RlbnRWb2x1bWVDbGFpbQptZXRhZGF0YToKICBuYW1lOiB3cC1wdi1jbGFpbQogIGxhYmVsczoKICAgIGFwcDogd29yZHByZXNzCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgLSBSZWFkV3JpdGVPbmNlCiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgIHN0b3JhZ2U6IDIwR2kKLS0tCmFwaVZlcnNpb246IHYxCmtpbmQ6IFBvZAptZXRhZGF0YToKICBuYW1lOiBxdWFkbGV0LWRlbW8Kc3BlYzoKICBjb250YWluZXJzOgogIC0gbmFtZTogd29yZHByZXNzCiAgICBpbWFnZTogcXVheS5pby9saW51eC1zeXN0ZW0tcm9sZXMvd29yZHByZXNzOjQuOC1hcGFjaGUKICAgIGVudjoKICAgIC0gbmFtZTogV09SRFBSRVNTX0RCX0hPU1QKICAgICAgdmFsdWU6IHF1YWRsZXQtZGVtby1teXNxbAogICAgLSBuYW1lOiBXT1JEUFJFU1NfREJfUEFTU1dPUkQKICAgICAgdmFsdWVGcm9tOgogICAgICAgIHNlY3JldEtleVJlZjoKICAgICAgICAgIG5hbWU6IG15c3FsLXJvb3QtcGFzc3dvcmQta3ViZQogICAgICAgICAga2V5OiBwYXNzd29yZAogICAgdm9sdW1lTW91bnRzOgogICAgLSBuYW1lOiB3b3JkcHJlc3MtcGVyc2lzdGVudC1zdG9yYWdlCiAgICAgIG1vdW50UGF0aDogL3Zhci93d3cvaHRtbAogICAgcmVzb3VyY2VzOgogICAgICByZXF1ZXN0czoKICAgICAgICBtZW1vcnk6ICI2NE1pIgogICAgICAgIGNwdTogIjI1MG0iCiAgICAgIGxpbWl0czoKICAgICAgICBtZW1vcnk6ICIxMjhNaSIKICAgICAgICBjcHU6ICI1MDBtIgogIC0gbmFtZTogZW52b3kKICAgIGltYWdlOiBxdWF5LmlvL2xpbnV4LXN5c3RlbS1yb2xlcy9lbnZveXByb3h5OnYxLjI1LjAKICAgIHZvbHVtZU1vdW50czoKICAgIC0gbmFtZTogY29uZmlnLXZvbHVtZQogICAgICBtb3VudFBhdGg6IC9ldGMvZW52b3kKICAgIC0gbmFtZTogY2VydGlmaWNhdGVzCiAgICAgIG1vdW50UGF0aDogL2V0Yy9lbnZveS1jZXJ0aWZpY2F0ZXMKICAgIGVudjoKICAgIC0gbmFtZTogRU5WT1lfVUlECiAgICAgIHZhbHVlOiAiMCIKICAgIHJlc291cmNlczoKICAgICAgcmVxdWVzdHM6CiAgICAgICAgbWVtb3J5OiAiNjRNaSIKICAgICAgICBjcHU6ICIyNTBtIgogICAgICBsaW1pdHM6CiAgICAgICAgbWVtb3J5OiAiMTI4TWkiCiAgICAgICAgY3B1OiAiNTAwbSIKICB2b2x1bWVzOgogIC0gbmFtZTogY29uZmlnLXZvbHVtZQogICAgY29uZmlnTWFwOgogICAgICBuYW1lOiBlbnZveS1wcm94eS1jb25maWcKICAtIG5hbWU6IGNlcnRpZmljYXRlcwogICAgc2VjcmV0OgogICAgICBzZWNyZXROYW1lOiBlbnZveS1jZXJ0aWZpY2F0ZXMKICAtIG5hbWU6IHdvcmRwcmVzcy1wZXJzaXN0ZW50LXN0b3JhZ2UKICAgIHBlcnNpc3RlbnRWb2x1bWVDbGFpbToKICAgICAgY2xhaW1OYW1lOiB3cC1wdi1jbGFpbQogIC0gbmFtZTogd3d3ICAjIG5vdCB1c2VkIC0gZm9yIHRlc3RpbmcgaG9zdHBhdGgKICAgIGhvc3RQYXRoOgogICAgICBwYXRoOiAvdG1wL2h0dHBkMwogIC0gbmFtZTogY3JlYXRlICAjIG5vdCB1c2VkIC0gZm9yIHRlc3RpbmcgaG9zdHBhdGgKICAgIGhvc3RQYXRoOgogICAgICBwYXRoOiAvdG1wL2h0dHBkMy1jcmVhdGUK",
"encoding": "base64",
"source": "/etc/containers/systemd/quadlet-demo.yml"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87
Tuesday 09 July 2024 18:51:37 +0000 (0:00:00.244) 0:03:05.067 **********
ok: [sut] => {
"ansible_facts": {
"__podman_images": [
"quay.io/linux-system-roles/wordpress:4.8-apache",
"quay.io/linux-system-roles/envoyproxy:v1.25.0"
],
"__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo.kube",
"__podman_volumes": [
"/tmp/httpd3",
"/tmp/httpd3-create"
]
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103
Tuesday 09 July 2024 18:51:37 +0000 (0:00:00.056) 0:03:05.123 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110
Tuesday 09 July 2024 18:51:37 +0000 (0:00:00.024) 0:03:05.148 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_state == \"absent\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Create and update quadlets] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114
Tuesday 09 July 2024 18:51:37 +0000 (0:00:00.018) 0:03:05.167 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2
Tuesday 09 July 2024 18:51:37 +0000 (0:00:00.041) 0:03:05.208 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Tuesday 09 July 2024 18:51:37 +0000 (0:00:00.032) 0:03:05.241 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Tuesday 09 July 2024 18:51:37 +0000 (0:00:00.055) 0:03:05.296 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Tuesday 09 July 2024 18:51:37 +0000 (0:00:00.020) 0:03:05.316 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Create host directories] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7
Tuesday 09 July 2024 18:51:37 +0000 (0:00:00.018) 0:03:05.335 **********
changed: [sut] => (item=/tmp/httpd3) => {
"ansible_loop_var": "item",
"changed": true,
"gid": 0,
"group": "root",
"item": "/tmp/httpd3",
"mode": "0755",
"owner": "root",
"path": "/tmp/httpd3",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 40,
"state": "directory",
"uid": 0
}
changed: [sut] => (item=/tmp/httpd3-create) => {
"ansible_loop_var": "item",
"changed": true,
"gid": 0,
"group": "root",
"item": "/tmp/httpd3-create",
"mode": "0755",
"owner": "root",
"path": "/tmp/httpd3-create",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 40,
"state": "directory",
"uid": 0
}
TASK [fedora.linux_system_roles.podman : Ensure container images are present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18
Tuesday 09 July 2024 18:51:38 +0000 (0:00:00.507) 0:03:05.842 **********
changed: [sut] => (item=None) => {
"attempts": 1,
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": true
}
changed: [sut] => (item=None) => {
"attempts": 1,
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": true
}
changed: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": true
}
TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39
Tuesday 09 July 2024 18:52:02 +0000 (0:00:24.296) 0:03:30.139 **********
ok: [sut] => {
"changed": false,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/containers/systemd",
"secontext": "system_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ********
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48
Tuesday 09 July 2024 18:52:03 +0000 (0:00:00.262) 0:03:30.401 **********
changed: [sut] => {
"changed": true,
"checksum": "7a5c73a5d935a42431c87bcdbeb8a04ed0909dc7",
"dest": "/etc/containers/systemd/quadlet-demo.kube",
"gid": 0,
"group": "root",
"md5sum": "da53c88f92b68b0487aa209f795b6bb3",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 456,
"src": "/root/.ansible/tmp/ansible-tmp-1720551123.061944-12215-91319710658115/source",
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58
Tuesday 09 July 2024 18:52:03 +0000 (0:00:00.612) 0:03:31.014 **********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_quadlet_file_src",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] *******
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70
Tuesday 09 July 2024 18:52:03 +0000 (0:00:00.020) 0:03:31.034 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_copy_file is skipped",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82
Tuesday 09 July 2024 18:52:03 +0000 (0:00:00.018) 0:03:31.053 **********
ok: [sut] => {
"changed": false,
"name": null,
"status": {}
}
TASK [fedora.linux_system_roles.podman : Start service] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110
Tuesday 09 July 2024 18:52:04 +0000 (0:00:00.760) 0:03:31.813 **********
changed: [sut] => {
"changed": true,
"name": "quadlet-demo.service",
"state": "started",
"status": {
"AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "quadlet-demo-network.service basic.target sysinit.target system.slice quadlet-demo-mysql.service systemd-journald.socket -.mount",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"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",
"CoredumpReceive": "no",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DefaultStartupMemoryLow": "0",
"Delegate": "no",
"Description": "quadlet-demo.service",
"DevicePolicy": "auto",
"DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
"DynamicUser": "no",
"Environment": "PODMAN_SYSTEMD_UNIT=quadlet-demo.service",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true --network=systemd-quadlet-demo --configmap /etc/containers/systemd/envoy-proxy-configmap.yml --publish 8000:8080 --publish 9000:9901 /etc/containers/systemd/quadlet-demo.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true --network=systemd-quadlet-demo --configmap /etc/containers/systemd/envoy-proxy-configmap.yml --publish 8000:8080 --publish 9000:9901 /etc/containers/systemd/quadlet-demo.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/systemd/quadlet-demo.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStopPostEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/systemd/quadlet-demo.yml ; 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": "/run/systemd/generator/quadlet-demo.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "quadlet-demo.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": "14750",
"LimitNPROCSoft": "14750",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14750",
"LimitSIGPENDINGSoft": "14750",
"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": "2915151872",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "[not set]",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "[not set]",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "[not set]",
"MemoryZSwapCurrent": "[not set]",
"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": "quadlet-demo.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "all",
"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 system.slice -.mount quadlet-demo-network.service quadlet-demo-mysql.service",
"RequiresMountsFor": "/run/containers",
"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",
"SetLoginEnvironment": "no",
"Slice": "system.slice",
"SourcePath": "/etc/containers/systemd/quadlet-demo.kube",
"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": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogIdentifier": "quadlet-demo",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "4425",
"TimeoutAbortUSec": "45s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "45s",
"TimeoutStopFailureMode": "abort",
"TimeoutStopUSec": "45s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "generated",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [fedora.linux_system_roles.podman : Restart service] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125
Tuesday 09 July 2024 18:52:06 +0000 (0:00:01.739) 0:03:33.553 **********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_service_started is changed",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Cancel linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143
Tuesday 09 July 2024 18:52:06 +0000 (0:00:00.024) 0:03:33.577 **********
skipping: [sut] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.podman : Handle credential files - absent] *****
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149
Tuesday 09 July 2024 18:52:06 +0000 (0:00:00.017) 0:03:33.594 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158
Tuesday 09 July 2024 18:52:06 +0000 (0:00:00.016) 0:03:33.611 **********
skipping: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [Check quadlet files] *****************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/tests/tests_quadlet_demo.yml:84
Tuesday 09 July 2024 18:52:06 +0000 (0:00:00.026) 0:03:33.638 **********
ok: [sut] => {
"changed": false,
"cmd": [
"ls",
"-alrtF",
"/etc/containers/systemd"
],
"delta": "0:00:00.007338",
"end": "2024-07-09 18:52:06.526699",
"rc": 0,
"start": "2024-07-09 18:52:06.519361"
}
STDOUT:
total 32
drwxr-xr-x. 8 root root 4096 Jul 9 18:51 ../
-rw-r--r--. 1 root root 74 Jul 9 18:51 quadlet-demo.network
-rw-r--r--. 1 root root 9 Jul 9 18:51 quadlet-demo-mysql.volume
-rw-r--r--. 1 root root 367 Jul 9 18:51 quadlet-demo-mysql.container
-rw-r--r--. 1 root root 2102 Jul 9 18:51 envoy-proxy-configmap.yml
-rw-r--r--. 1 root root 1605 Jul 9 18:51 quadlet-demo.yml
-rw-r--r--. 1 root root 456 Jul 9 18:52 quadlet-demo.kube
drwxr-xr-x. 2 root root 4096 Jul 9 18:52 ./
TASK [Check containers] ********************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/tests/tests_quadlet_demo.yml:88
Tuesday 09 July 2024 18:52:06 +0000 (0:00:00.307) 0:03:33.945 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"ps",
"-a"
],
"delta": "0:00:00.057375",
"end": "2024-07-09 18:52:06.881006",
"failed_when_result": false,
"rc": 0,
"start": "2024-07-09 18:52:06.823631"
}
STDOUT:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
8ff2e326ed24 quay.io/linux-system-roles/mysql:5.6 mysqld 37 seconds ago Up 36 seconds (starting) 3306/tcp quadlet-demo-mysql
5f8683f01b75 localhost/podman-pause:5.1.1-1717459200 1 second ago Up 1 second a96f3a51b8d1-service
96e77ad472db localhost/podman-pause:5.1.1-1717459200 1 second ago Up 1 second 0.0.0.0:8000->8080/tcp, 0.0.0.0:9000->9901/tcp 7c1f39e6be2e-infra
af76d3f0498c quay.io/linux-system-roles/wordpress:4.8-apache apache2-foregroun... 1 second ago Up 1 second 0.0.0.0:8000->8080/tcp, 0.0.0.0:9000->9901/tcp quadlet-demo-wordpress
2ba6bbdd6240 quay.io/linux-system-roles/envoyproxy:v1.25.0 envoy -c /etc/env... 1 second ago Up Less than a second 0.0.0.0:8000->8080/tcp, 0.0.0.0:9000->9901/tcp quadlet-demo-envoy
TASK [Check pods] **************************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/tests/tests_quadlet_demo.yml:93
Tuesday 09 July 2024 18:52:06 +0000 (0:00:00.347) 0:03:34.293 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"pod",
"ps",
"--ctr-ids",
"--ctr-names",
"--ctr-status"
],
"delta": "0:00:00.058563",
"end": "2024-07-09 18:52:07.231399",
"failed_when_result": false,
"rc": 0,
"start": "2024-07-09 18:52:07.172836"
}
STDOUT:
POD ID NAME STATUS CREATED INFRA ID IDS NAMES STATUS
7c1f39e6be2e quadlet-demo Running 1 second ago 96e77ad472db 96e77ad472db,af76d3f0498c,2ba6bbdd6240 7c1f39e6be2e-infra,quadlet-demo-wordpress,quadlet-demo-envoy running,running,running
TASK [Check systemd] ***********************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/tests/tests_quadlet_demo.yml:98
Tuesday 09 July 2024 18:52:07 +0000 (0:00:00.357) 0:03:34.650 **********
ok: [sut] => {
"changed": false,
"cmd": "set -euo pipefail; systemctl list-units | grep quadlet",
"delta": "0:00:00.023903",
"end": "2024-07-09 18:52:07.553693",
"failed_when_result": false,
"rc": 0,
"start": "2024-07-09 18:52:07.529790"
}
STDOUT:
quadlet-demo-mysql-volume.service loaded active exited quadlet-demo-mysql-volume.service
quadlet-demo-mysql.service loaded active running quadlet-demo-mysql.service
quadlet-demo-network.service loaded active exited quadlet-demo-network.service
quadlet-demo.service loaded active running quadlet-demo.service
TASK [Check web] ***************************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/tests/tests_quadlet_demo.yml:104
Tuesday 09 July 2024 18:52:07 +0000 (0:00:00.349) 0:03:34.999 **********
changed: [sut] => {
"attempts": 1,
"changed": true,
"checksum_dest": null,
"checksum_src": "7cef9160de1197625d0ef8fbd260086132261f0d",
"dest": "/run/out",
"elapsed": 0,
"gid": 0,
"group": "root",
"md5sum": "92b1dd557800b5129a08cf0978e6c73a",
"mode": "0600",
"owner": "root",
"secontext": "system_u:object_r:var_run_t:s0",
"size": 11666,
"src": "/root/.ansible/tmp/ansible-moduletmp-1720551128.0944998-htypkgpo/tmp08sjhg22",
"state": "file",
"status_code": 200,
"uid": 0,
"url": "https://localhost:8000"
}
MSG:
OK (unknown bytes)
TASK [Show web] ****************************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/tests/tests_quadlet_demo.yml:115
Tuesday 09 July 2024 18:52:08 +0000 (0:00:01.205) 0:03:36.205 **********
ok: [sut] => {
"changed": false,
"cmd": [
"cat",
"/run/out"
],
"delta": "0:00:00.003302",
"end": "2024-07-09 18:52:09.045957",
"rc": 0,
"start": "2024-07-09 18:52:09.042655"
}
STDOUT:
WordPress › Installation
WordPress
TASK [Error] *******************************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/tests/tests_quadlet_demo.yml:120
Tuesday 09 July 2024 18:52:09 +0000 (0:00:00.252) 0:03:36.458 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__web_status is failed",
"skip_reason": "Conditional result was False"
}
TASK [Check] *******************************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/tests/tests_quadlet_demo.yml:131
Tuesday 09 July 2024 18:52:09 +0000 (0:00:00.019) 0:03:36.477 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"ps",
"-a"
],
"delta": "0:00:00.047864",
"end": "2024-07-09 18:52:09.358977",
"rc": 0,
"start": "2024-07-09 18:52:09.311113"
}
STDOUT:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
8ff2e326ed24 quay.io/linux-system-roles/mysql:5.6 mysqld 40 seconds ago Up 39 seconds (starting) 3306/tcp quadlet-demo-mysql
5f8683f01b75 localhost/podman-pause:5.1.1-1717459200 4 seconds ago Up 4 seconds a96f3a51b8d1-service
96e77ad472db localhost/podman-pause:5.1.1-1717459200 4 seconds ago Up 4 seconds 0.0.0.0:8000->8080/tcp, 0.0.0.0:9000->9901/tcp 7c1f39e6be2e-infra
af76d3f0498c quay.io/linux-system-roles/wordpress:4.8-apache apache2-foregroun... 3 seconds ago Up 4 seconds 0.0.0.0:8000->8080/tcp, 0.0.0.0:9000->9901/tcp quadlet-demo-wordpress
2ba6bbdd6240 quay.io/linux-system-roles/envoyproxy:v1.25.0 envoy -c /etc/env... 3 seconds ago Up 3 seconds 0.0.0.0:8000->8080/tcp, 0.0.0.0:9000->9901/tcp quadlet-demo-envoy
TASK [Check pods] **************************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/tests/tests_quadlet_demo.yml:135
Tuesday 09 July 2024 18:52:09 +0000 (0:00:00.292) 0:03:36.770 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"pod",
"ps",
"--ctr-ids",
"--ctr-names",
"--ctr-status"
],
"delta": "0:00:00.045475",
"end": "2024-07-09 18:52:09.647542",
"failed_when_result": false,
"rc": 0,
"start": "2024-07-09 18:52:09.602067"
}
STDOUT:
POD ID NAME STATUS CREATED INFRA ID IDS NAMES STATUS
7c1f39e6be2e quadlet-demo Running 4 seconds ago 96e77ad472db 96e77ad472db,af76d3f0498c,2ba6bbdd6240 7c1f39e6be2e-infra,quadlet-demo-wordpress,quadlet-demo-envoy running,running,running
TASK [Check systemd] ***********************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/tests/tests_quadlet_demo.yml:140
Tuesday 09 July 2024 18:52:09 +0000 (0:00:00.289) 0:03:37.059 **********
ok: [sut] => {
"changed": false,
"cmd": "set -euo pipefail; systemctl list-units --all | grep quadlet",
"delta": "0:00:00.016951",
"end": "2024-07-09 18:52:09.909937",
"failed_when_result": false,
"rc": 0,
"start": "2024-07-09 18:52:09.892986"
}
STDOUT:
quadlet-demo-mysql-volume.service loaded active exited quadlet-demo-mysql-volume.service
quadlet-demo-mysql.service loaded active running quadlet-demo-mysql.service
quadlet-demo-network.service loaded active exited quadlet-demo-network.service
quadlet-demo.service loaded active running quadlet-demo.service
TASK [LS] **********************************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/tests/tests_quadlet_demo.yml:148
Tuesday 09 July 2024 18:52:09 +0000 (0:00:00.262) 0:03:37.322 **********
ok: [sut] => {
"changed": false,
"cmd": [
"ls",
"-alrtF",
"/etc/systemd/system"
],
"delta": "0:00:00.004915",
"end": "2024-07-09 18:52:10.166352",
"failed_when_result": false,
"rc": 0,
"start": "2024-07-09 18:52:10.161437"
}
STDOUT:
total 56
drwxr-xr-x. 5 root root 4096 Jun 20 10:25 ../
drwxr-xr-x. 2 root root 4096 Jun 20 10:25 getty.target.wants/
lrwxrwxrwx. 1 root root 48 Jun 20 10:25 dbus-org.freedesktop.resolve1.service -> /usr/lib/systemd/system/systemd-resolved.service
drwxr-xr-x. 2 root root 4096 Jun 20 10:25 systemd-journald.service.wants/
lrwxrwxrwx. 1 root root 43 Jun 20 10:25 dbus.service -> /usr/lib/systemd/system/dbus-broker.service
lrwxrwxrwx. 1 root root 37 Jun 20 10:25 ctrl-alt-del.target -> /usr/lib/systemd/system/reboot.target
drwxr-xr-x. 2 root root 4096 Jun 20 10:25 systemd-homed.service.wants/
lrwxrwxrwx. 1 root root 45 Jun 20 10:25 dbus-org.freedesktop.home1.service -> /usr/lib/systemd/system/systemd-homed.service
lrwxrwxrwx. 1 root root 44 Jun 20 10:25 dbus-org.freedesktop.oom1.service -> /usr/lib/systemd/system/systemd-oomd.service
lrwxrwxrwx. 1 root root 41 Jun 20 10:26 dbus-org.bluez.service -> /usr/lib/systemd/system/bluetooth.service
drwxr-xr-x. 2 root root 4096 Jun 20 10:26 bluetooth.target.wants/
drwxr-xr-x. 2 root root 4096 Jun 20 10:26 graphical.target.wants/
drwxr-xr-x. 2 root root 4096 Jun 20 10:26 timers.target.wants/
lrwxrwxrwx. 1 root root 57 Jun 20 10:26 dbus-org.freedesktop.nm-dispatcher.service -> /usr/lib/systemd/system/NetworkManager-dispatcher.service
drwxr-xr-x. 2 root root 4096 Jun 20 10:26 network-online.target.wants/
lrwxrwxrwx. 1 root root 41 Jun 20 10:29 default.target -> /usr/lib/systemd/system/multi-user.target
drwxr-xr-x. 2 root root 4096 Jun 20 10:45 remote-fs.target.wants/
drwxr-xr-x. 2 root root 4096 Jun 20 10:47 cloud-init.target.wants/
drwxr-xr-x. 2 root root 4096 Jun 20 10:47 sockets.target.wants/
drwxr-xr-x. 2 root root 4096 Jul 9 18:44 sysinit.target.wants/
drwxr-xr-x. 2 root root 4096 Jul 9 18:51 multi-user.target.wants/
lrwxrwxrwx. 1 root root 41 Jul 9 18:51 dbus-org.fedoraproject.FirewallD1.service -> /usr/lib/systemd/system/firewalld.service
drwxr-xr-x. 14 root root 4096 Jul 9 18:51 ./
TASK [Cleanup] *****************************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/tests/tests_quadlet_demo.yml:155
Tuesday 09 July 2024 18:52:10 +0000 (0:00:00.256) 0:03:37.578 **********
TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3
Tuesday 09 July 2024 18:52:10 +0000 (0:00:00.043) 0:03:37.622 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut
TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] ****
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3
Tuesday 09 July 2024 18:52:10 +0000 (0:00:00.033) 0:03:37.655 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11
Tuesday 09 July 2024 18:52:10 +0000 (0:00:00.023) 0:03:37.679 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16
Tuesday 09 July 2024 18:52:10 +0000 (0:00:00.019) 0:03:37.698 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20
Tuesday 09 July 2024 18:52:10 +0000 (0:00:00.019) 0:03:37.718 **********
ok: [sut] => (item=RedHat.yml) => {
"ansible_facts": {
"__podman_packages": [
"podman",
"shadow-utils-subid"
]
},
"ansible_included_var_files": [
"/WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml"
],
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml"
}
ok: [sut] => (item=Fedora.yml) => {
"ansible_facts": {
"__podman_packages": [
"iptables-nft",
"podman",
"shadow-utils-subid"
]
},
"ansible_included_var_files": [
"/WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml"
],
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml"
}
skipping: [sut] => (item=Fedora_40.yml) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "__vars_file is file",
"item": "Fedora_40.yml",
"skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=Fedora_40.yml) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "__vars_file is file",
"item": "Fedora_40.yml",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Gather the package facts] *************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6
Tuesday 09 July 2024 18:52:10 +0000 (0:00:00.041) 0:03:37.759 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10
Tuesday 09 July 2024 18:52:11 +0000 (0:00:00.934) 0:03:38.694 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
Tuesday 09 July 2024 18:52:11 +0000 (0:00:00.020) 0:03:38.715 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22
Tuesday 09 July 2024 18:52:11 +0000 (0:00:00.022) 0:03:38.738 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"--version"
],
"delta": "0:00:00.032390",
"end": "2024-07-09 18:52:11.605700",
"rc": 0,
"start": "2024-07-09 18:52:11.573310"
}
STDOUT:
podman version 5.1.1
TASK [fedora.linux_system_roles.podman : Set podman version] *******************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28
Tuesday 09 July 2024 18:52:11 +0000 (0:00:00.279) 0:03:39.018 **********
ok: [sut] => {
"ansible_facts": {
"podman_version": "5.1.1"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32
Tuesday 09 July 2024 18:52:11 +0000 (0:00:00.024) 0:03:39.042 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39
Tuesday 09 July 2024 18:52:11 +0000 (0:00:00.018) 0:03:39.060 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49
Tuesday 09 July 2024 18:52:11 +0000 (0:00:00.024) 0:03:39.085 **********
META: end_host conditional evaluated to False, continuing execution for sut
skipping: [sut] => {
"skip_reason": "end_host conditional evaluated to False, continuing execution for sut"
}
MSG:
end_host conditional evaluated to false, continuing execution for sut
TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56
Tuesday 09 July 2024 18:52:11 +0000 (0:00:00.025) 0:03:39.110 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut
TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Tuesday 09 July 2024 18:52:11 +0000 (0:00:00.040) 0:03:39.151 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Tuesday 09 July 2024 18:52:11 +0000 (0:00:00.023) 0:03:39.174 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Tuesday 09 July 2024 18:52:11 +0000 (0:00:00.022) 0:03:39.197 **********
ok: [sut] => {
"ansible_facts": {
"__podman_group": "0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get group information] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Tuesday 09 July 2024 18:52:11 +0000 (0:00:00.027) 0:03:39.225 **********
ok: [sut] => {
"ansible_facts": {
"getent_group": {
"root": [
"x",
"0",
""
]
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set group name] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35
Tuesday 09 July 2024 18:52:12 +0000 (0:00:00.265) 0:03:39.490 **********
ok: [sut] => {
"ansible_facts": {
"__podman_group_name": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Tuesday 09 July 2024 18:52:12 +0000 (0:00:00.027) 0:03:39.517 **********
ok: [sut] => {
"changed": false,
"stat": {
"atime": 1720551059.5859377,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 32,
"charset": "binary",
"checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909",
"ctime": 1720550996.3647761,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 203927,
"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": 1716422400.0,
"nlink": 1,
"path": "/usr/bin/getsubids",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 15728,
"uid": 0,
"version": "1485869039",
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50
Tuesday 09 July 2024 18:52:12 +0000 (0:00:00.252) 0:03:39.770 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55
Tuesday 09 July 2024 18:52:12 +0000 (0:00:00.019) 0:03:39.789 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60
Tuesday 09 July 2024 18:52:12 +0000 (0:00:00.054) 0:03:39.843 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74
Tuesday 09 July 2024 18:52:12 +0000 (0:00:00.020) 0:03:39.864 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79
Tuesday 09 July 2024 18:52:12 +0000 (0:00:00.018) 0:03:39.882 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84
Tuesday 09 July 2024 18:52:12 +0000 (0:00:00.018) 0:03:39.901 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94
Tuesday 09 July 2024 18:52:12 +0000 (0:00:00.018) 0:03:39.919 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101
Tuesday 09 July 2024 18:52:12 +0000 (0:00:00.018) 0:03:39.938 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62
Tuesday 09 July 2024 18:52:12 +0000 (0:00:00.018) 0:03:39.956 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71
Tuesday 09 July 2024 18:52:12 +0000 (0:00:00.024) 0:03:39.981 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut
TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5
Tuesday 09 July 2024 18:52:12 +0000 (0:00:00.037) 0:03:40.019 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13
Tuesday 09 July 2024 18:52:12 +0000 (0:00:00.019) 0:03:40.039 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74
Tuesday 09 July 2024 18:52:12 +0000 (0:00:00.019) 0:03:40.058 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut
TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5
Tuesday 09 July 2024 18:52:12 +0000 (0:00:00.037) 0:03:40.096 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13
Tuesday 09 July 2024 18:52:12 +0000 (0:00:00.019) 0:03:40.115 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77
Tuesday 09 July 2024 18:52:12 +0000 (0:00:00.018) 0:03:40.134 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut
TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5
Tuesday 09 July 2024 18:52:12 +0000 (0:00:00.038) 0:03:40.172 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13
Tuesday 09 July 2024 18:52:12 +0000 (0:00:00.051) 0:03:40.223 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80
Tuesday 09 July 2024 18:52:12 +0000 (0:00:00.021) 0:03:40.244 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut
TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6
Tuesday 09 July 2024 18:52:12 +0000 (0:00:00.042) 0:03:40.287 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14
Tuesday 09 July 2024 18:52:12 +0000 (0:00:00.020) 0:03:40.307 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19
Tuesday 09 July 2024 18:52:12 +0000 (0:00:00.020) 0:03:40.327 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25
Tuesday 09 July 2024 18:52:12 +0000 (0:00:00.020) 0:03:40.347 **********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_policy_json | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [Manage firewall for specified ports] *************************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86
Tuesday 09 July 2024 18:52:12 +0000 (0:00:00.019) 0:03:40.367 **********
TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 09 July 2024 18:52:13 +0000 (0:00:00.066) 0:03:40.433 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for sut
TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 09 July 2024 18:52:13 +0000 (0:00:00.032) 0:03:40.466 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 09 July 2024 18:52:13 +0000 (0:00:00.025) 0:03:40.491 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 09 July 2024 18:52:13 +0000 (0:00:00.019) 0:03:40.511 **********
skipping: [sut] => {
"changed": false,
"false_condition": "not __firewall_is_ostree is defined",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19
Tuesday 09 July 2024 18:52:13 +0000 (0:00:00.019) 0:03:40.531 **********
ok: [sut] => {
"changed": false,
"rc": 0,
"results": []
}
MSG:
Nothing to do
TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 09 July 2024 18:52:14 +0000 (0:00:01.654) 0:03:42.185 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Tuesday 09 July 2024 18:52:14 +0000 (0:00:00.019) 0:03:42.205 **********
skipping: [sut] => (item=nftables) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "firewall_disable_conflicting_services | bool",
"item": "nftables",
"skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=iptables) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "firewall_disable_conflicting_services | bool",
"item": "iptables",
"skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=ufw) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "firewall_disable_conflicting_services | bool",
"item": "ufw",
"skip_reason": "Conditional result was False"
}
skipping: [sut] => {
"changed": false
}
MSG:
All items skipped
TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Tuesday 09 July 2024 18:52:14 +0000 (0:00:00.022) 0:03:42.227 **********
ok: [sut] => {
"changed": false,
"name": "firewalld",
"status": {
"AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
"ActiveEnterTimestamp": "Tue 2024-07-09 18:51:05 UTC",
"ActiveEnterTimestampMonotonic": "948052768",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "active",
"After": "basic.target dbus-broker.service system.slice dbus.socket polkit.service sysinit.target",
"AllowIsolate": "no",
"AssertResult": "yes",
"AssertTimestamp": "Tue 2024-07-09 18:51:03 UTC",
"AssertTimestampMonotonic": "946466750",
"Before": "network-pre.target shutdown.target multi-user.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": "507287000",
"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": "Tue 2024-07-09 18:51:03 UTC",
"ConditionTimestampMonotonic": "946466663",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "ebtables.service ipset.service ip6tables.service shutdown.target nftables.service iptables.service",
"ControlGroup": "/system.slice/firewalld.service",
"ControlGroupId": "6944",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"CoredumpReceive": "no",
"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",
"EffectiveCPUs": "0-1",
"EffectiveMemoryNodes": "0",
"EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "6923",
"ExecMainStartTimestamp": "Tue 2024-07-09 18:51:03 UTC",
"ExecMainStartTimestampMonotonic": "946479714",
"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": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "firewalld.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestamp": "Tue 2024-07-09 18:51:03 UTC",
"InactiveExitTimestampMonotonic": "946480032",
"InvocationID": "d4d398bad1ea4b67bce7ce742ff9fef5",
"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": "14750",
"LimitNPROCSoft": "14750",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14750",
"LimitSIGPENDINGSoft": "14750",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "6923",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "2807046144",
"MemoryCurrent": "33169408",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "33431552",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "0",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "0",
"MemoryZSwapCurrent": "0",
"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": "dbus.socket system.slice 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",
"SetLoginEnvironment": "no",
"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": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestamp": "Tue 2024-07-09 18:52:04 UTC",
"StateChangeTimestampMonotonic": "1007450097",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "running",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "2",
"TasksMax": "4425",
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Tuesday 09 July 2024 18:52:15 +0000 (0:00:00.503) 0:03:42.731 **********
ok: [sut] => {
"changed": false,
"enabled": true,
"name": "firewalld",
"state": "started",
"status": {
"AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
"ActiveEnterTimestamp": "Tue 2024-07-09 18:51:05 UTC",
"ActiveEnterTimestampMonotonic": "948052768",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "active",
"After": "basic.target dbus-broker.service system.slice dbus.socket polkit.service sysinit.target",
"AllowIsolate": "no",
"AssertResult": "yes",
"AssertTimestamp": "Tue 2024-07-09 18:51:03 UTC",
"AssertTimestampMonotonic": "946466750",
"Before": "network-pre.target shutdown.target multi-user.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": "507287000",
"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": "Tue 2024-07-09 18:51:03 UTC",
"ConditionTimestampMonotonic": "946466663",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "ebtables.service ipset.service ip6tables.service shutdown.target nftables.service iptables.service",
"ControlGroup": "/system.slice/firewalld.service",
"ControlGroupId": "6944",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"CoredumpReceive": "no",
"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",
"EffectiveCPUs": "0-1",
"EffectiveMemoryNodes": "0",
"EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "6923",
"ExecMainStartTimestamp": "Tue 2024-07-09 18:51:03 UTC",
"ExecMainStartTimestampMonotonic": "946479714",
"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": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "firewalld.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestamp": "Tue 2024-07-09 18:51:03 UTC",
"InactiveExitTimestampMonotonic": "946480032",
"InvocationID": "d4d398bad1ea4b67bce7ce742ff9fef5",
"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": "14750",
"LimitNPROCSoft": "14750",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14750",
"LimitSIGPENDINGSoft": "14750",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "6923",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "2807050240",
"MemoryCurrent": "33169408",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "33431552",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "0",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "0",
"MemoryZSwapCurrent": "0",
"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": "dbus.socket system.slice 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",
"SetLoginEnvironment": "no",
"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": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestamp": "Tue 2024-07-09 18:52:04 UTC",
"StateChangeTimestampMonotonic": "1007450097",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "running",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "2",
"TasksMax": "4425",
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Tuesday 09 July 2024 18:52:15 +0000 (0:00:00.443) 0:03:43.174 **********
ok: [sut] => {
"ansible_facts": {
"__firewall_previous_replaced": false,
"__firewall_python_cmd": "/usr/bin/python3",
"__firewall_report_changed": true
},
"changed": false
}
TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Tuesday 09 July 2024 18:52:15 +0000 (0:00:00.026) 0:03:43.201 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Tuesday 09 July 2024 18:52:15 +0000 (0:00:00.019) 0:03:43.220 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__firewall_previous_replaced | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Tuesday 09 July 2024 18:52:15 +0000 (0:00:00.019) 0:03:43.239 **********
ok: [sut] => (item={'port': '8000/tcp', 'state': 'enabled'}) => {
"__firewall_changed": false,
"ansible_loop_var": "item",
"changed": false,
"item": {
"port": "8000/tcp",
"state": "enabled"
}
}
ok: [sut] => (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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Tuesday 09 July 2024 18:52:16 +0000 (0:00:00.701) 0:03:43.940 **********
skipping: [sut] => (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: [sut] => (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: [sut] => {
"changed": false
}
MSG:
All items skipped
TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Tuesday 09 July 2024 18:52:16 +0000 (0:00:00.030) 0:03:43.971 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Tuesday 09 July 2024 18:52:16 +0000 (0:00:00.020) 0:03:43.992 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Tuesday 09 July 2024 18:52:16 +0000 (0:00:00.020) 0:03:44.012 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Tuesday 09 July 2024 18:52:16 +0000 (0:00:00.020) 0:03:44.033 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Tuesday 09 July 2024 18:52:16 +0000 (0:00:00.018) 0:03:44.051 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__firewall_previous_replaced | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Tuesday 09 July 2024 18:52:16 +0000 (0:00:00.019) 0:03:44.071 **********
skipping: [sut] => {
"false_condition": "__firewall_previous_replaced | bool"
}
TASK [Manage selinux for specified ports] **************************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93
Tuesday 09 July 2024 18:52:16 +0000 (0:00:00.028) 0:03:44.100 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100
Tuesday 09 July 2024 18:52:16 +0000 (0:00:00.020) 0:03:44.120 **********
ok: [sut] => {
"ansible_facts": {
"__podman_cancel_user_linger": []
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] *******
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104
Tuesday 09 July 2024 18:52:16 +0000 (0:00:00.021) 0:03:44.142 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113
Tuesday 09 July 2024 18:52:16 +0000 (0:00:00.017) 0:03:44.159 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122
Tuesday 09 July 2024 18:52:16 +0000 (0:00:00.016) 0:03:44.175 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log))
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log))
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log))
TASK [fedora.linux_system_roles.podman : Set variables part 1] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3
Tuesday 09 July 2024 18:52:16 +0000 (0:00:00.091) 0:03:44.267 **********
ok: [sut] => {
"ansible_facts": {
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set variables part 2] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:7
Tuesday 09 July 2024 18:52:16 +0000 (0:00:00.022) 0:03:44.290 **********
ok: [sut] => {
"ansible_facts": {
"__podman_rootless": false,
"__podman_xdg_runtime_dir": "/run/user/0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:13
Tuesday 09 July 2024 18:52:16 +0000 (0:00:00.026) 0:03:44.316 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Tuesday 09 July 2024 18:52:16 +0000 (0:00:00.032) 0:03:44.349 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Tuesday 09 July 2024 18:52:16 +0000 (0:00:00.021) 0:03:44.370 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Tuesday 09 July 2024 18:52:17 +0000 (0:00:00.020) 0:03:44.391 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:18
Tuesday 09 July 2024 18:52:17 +0000 (0:00:00.019) 0:03:44.411 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Manage each secret] *******************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:34
Tuesday 09 July 2024 18:52:17 +0000 (0:00:00.019) 0:03:44.430 **********
changed: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": true
}
TASK [fedora.linux_system_roles.podman : Set variables part 1] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3
Tuesday 09 July 2024 18:52:17 +0000 (0:00:00.295) 0:03:44.725 **********
ok: [sut] => {
"ansible_facts": {
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set variables part 2] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:7
Tuesday 09 July 2024 18:52:17 +0000 (0:00:00.023) 0:03:44.749 **********
ok: [sut] => {
"ansible_facts": {
"__podman_rootless": false,
"__podman_xdg_runtime_dir": "/run/user/0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:13
Tuesday 09 July 2024 18:52:17 +0000 (0:00:00.025) 0:03:44.775 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Tuesday 09 July 2024 18:52:17 +0000 (0:00:00.031) 0:03:44.807 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Tuesday 09 July 2024 18:52:17 +0000 (0:00:00.019) 0:03:44.826 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Tuesday 09 July 2024 18:52:17 +0000 (0:00:00.019) 0:03:44.845 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:18
Tuesday 09 July 2024 18:52:17 +0000 (0:00:00.018) 0:03:44.863 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Manage each secret] *******************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:34
Tuesday 09 July 2024 18:52:17 +0000 (0:00:00.052) 0:03:44.915 **********
changed: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": true
}
TASK [fedora.linux_system_roles.podman : Set variables part 1] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3
Tuesday 09 July 2024 18:52:17 +0000 (0:00:00.294) 0:03:45.210 **********
ok: [sut] => {
"ansible_facts": {
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set variables part 2] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:7
Tuesday 09 July 2024 18:52:17 +0000 (0:00:00.023) 0:03:45.234 **********
ok: [sut] => {
"ansible_facts": {
"__podman_rootless": false,
"__podman_xdg_runtime_dir": "/run/user/0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:13
Tuesday 09 July 2024 18:52:17 +0000 (0:00:00.024) 0:03:45.259 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Tuesday 09 July 2024 18:52:17 +0000 (0:00:00.031) 0:03:45.290 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Tuesday 09 July 2024 18:52:17 +0000 (0:00:00.018) 0:03:45.308 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Tuesday 09 July 2024 18:52:17 +0000 (0:00:00.018) 0:03:45.327 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:18
Tuesday 09 July 2024 18:52:17 +0000 (0:00:00.018) 0:03:45.346 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Manage each secret] *******************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:34
Tuesday 09 July 2024 18:52:17 +0000 (0:00:00.018) 0:03:45.365 **********
changed: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": true
}
TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] *****
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129
Tuesday 09 July 2024 18:52:18 +0000 (0:00:00.299) 0:03:45.665 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136
Tuesday 09 July 2024 18:52:18 +0000 (0:00:00.017) 0:03:45.682 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log))
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log))
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log))
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log))
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log))
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log))
TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14
Tuesday 09 July 2024 18:52:18 +0000 (0:00:00.093) 0:03:45.775 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25
Tuesday 09 July 2024 18:52:18 +0000 (0:00:00.029) 0:03:45.805 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35
Tuesday 09 July 2024 18:52:18 +0000 (0:00:00.024) 0:03:45.830 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48
Tuesday 09 July 2024 18:52:18 +0000 (0:00:00.019) 0:03:45.850 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57
Tuesday 09 July 2024 18:52:18 +0000 (0:00:00.029) 0:03:45.880 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut
TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Tuesday 09 July 2024 18:52:18 +0000 (0:00:00.077) 0:03:45.957 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Tuesday 09 July 2024 18:52:18 +0000 (0:00:00.023) 0:03:45.980 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Tuesday 09 July 2024 18:52:18 +0000 (0:00:00.024) 0:03:46.004 **********
ok: [sut] => {
"ansible_facts": {
"__podman_group": "0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get group information] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Tuesday 09 July 2024 18:52:18 +0000 (0:00:00.028) 0:03:46.033 **********
ok: [sut] => {
"ansible_facts": {
"getent_group": {
"root": [
"x",
"0",
""
]
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set group name] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35
Tuesday 09 July 2024 18:52:18 +0000 (0:00:00.252) 0:03:46.286 **********
ok: [sut] => {
"ansible_facts": {
"__podman_group_name": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Tuesday 09 July 2024 18:52:18 +0000 (0:00:00.030) 0:03:46.316 **********
ok: [sut] => {
"changed": false,
"stat": {
"atime": 1720551059.5859377,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 32,
"charset": "binary",
"checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909",
"ctime": 1720550996.3647761,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 203927,
"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": 1716422400.0,
"nlink": 1,
"path": "/usr/bin/getsubids",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 15728,
"uid": 0,
"version": "1485869039",
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50
Tuesday 09 July 2024 18:52:19 +0000 (0:00:00.252) 0:03:46.569 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55
Tuesday 09 July 2024 18:52:19 +0000 (0:00:00.019) 0:03:46.589 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60
Tuesday 09 July 2024 18:52:19 +0000 (0:00:00.018) 0:03:46.608 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74
Tuesday 09 July 2024 18:52:19 +0000 (0:00:00.020) 0:03:46.628 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79
Tuesday 09 July 2024 18:52:19 +0000 (0:00:00.020) 0:03:46.649 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84
Tuesday 09 July 2024 18:52:19 +0000 (0:00:00.018) 0:03:46.667 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94
Tuesday 09 July 2024 18:52:19 +0000 (0:00:00.019) 0:03:46.687 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101
Tuesday 09 July 2024 18:52:19 +0000 (0:00:00.018) 0:03:46.705 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62
Tuesday 09 July 2024 18:52:19 +0000 (0:00:00.019) 0:03:46.725 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73
Tuesday 09 July 2024 18:52:19 +0000 (0:00:00.036) 0:03:46.762 **********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_path": "/etc/containers/systemd"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get kube yaml contents] ***************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77
Tuesday 09 July 2024 18:52:19 +0000 (0:00:00.020) 0:03:46.782 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87
Tuesday 09 July 2024 18:52:19 +0000 (0:00:00.055) 0:03:46.838 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103
Tuesday 09 July 2024 18:52:19 +0000 (0:00:00.048) 0:03:46.887 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110
Tuesday 09 July 2024 18:52:19 +0000 (0:00:00.026) 0:03:46.913 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut
TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4
Tuesday 09 July 2024 18:52:19 +0000 (0:00:00.045) 0:03:46.958 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12
Tuesday 09 July 2024 18:52:19 +0000 (0:00:00.019) 0:03:46.978 **********
changed: [sut] => {
"changed": true,
"enabled": false,
"failed_when_result": false,
"name": "quadlet-demo.service",
"state": "stopped",
"status": {
"AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
"ActiveEnterTimestamp": "Tue 2024-07-09 18:52:06 UTC",
"ActiveEnterTimestampMonotonic": "1009142759",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "active",
"After": "quadlet-demo-network.service basic.target sysinit.target system.slice quadlet-demo-mysql.service systemd-journald.socket -.mount",
"AllowIsolate": "no",
"AssertResult": "yes",
"AssertTimestamp": "Tue 2024-07-09 18:52:04 UTC",
"AssertTimestampMonotonic": "1007884785",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "633605000",
"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": "yes",
"ConditionTimestamp": "Tue 2024-07-09 18:52:04 UTC",
"ConditionTimestampMonotonic": "1007884781",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlGroup": "/system.slice/quadlet-demo.service",
"ControlGroupId": "8852",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"CoredumpReceive": "no",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DefaultStartupMemoryLow": "0",
"Delegate": "no",
"Description": "quadlet-demo.service",
"DevicePolicy": "auto",
"DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
"DynamicUser": "no",
"EffectiveCPUs": "0-1",
"EffectiveMemoryNodes": "0",
"Environment": "PODMAN_SYSTEMD_UNIT=quadlet-demo.service",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "9516",
"ExecMainStartTimestamp": "Tue 2024-07-09 18:52:06 UTC",
"ExecMainStartTimestampMonotonic": "1009142640",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true --network=systemd-quadlet-demo --configmap /etc/containers/systemd/envoy-proxy-configmap.yml --publish 8000:8080 --publish 9000:9901 /etc/containers/systemd/quadlet-demo.yml ; ignore_errors=no ; start_time=[Tue 2024-07-09 18:52:04 UTC] ; stop_time=[n/a] ; pid=9476 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true --network=systemd-quadlet-demo --configmap /etc/containers/systemd/envoy-proxy-configmap.yml --publish 8000:8080 --publish 9000:9901 /etc/containers/systemd/quadlet-demo.yml ; flags= ; start_time=[Tue 2024-07-09 18:52:04 UTC] ; stop_time=[n/a] ; pid=9476 ; code=(null) ; status=0/0 }",
"ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/systemd/quadlet-demo.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStopPostEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/systemd/quadlet-demo.yml ; 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": "/run/systemd/generator/quadlet-demo.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "quadlet-demo.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestamp": "Tue 2024-07-09 18:52:04 UTC",
"InactiveExitTimestampMonotonic": "1007893456",
"InvocationID": "8e3e549282c545129cffc5d1d55b08e3",
"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": "14750",
"LimitNPROCSoft": "14750",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14750",
"LimitSIGPENDINGSoft": "14750",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "9516",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "2855731200",
"MemoryCurrent": "4251648",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "33312768",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "0",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "0",
"MemoryZSwapCurrent": "0",
"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": "quadlet-demo.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "all",
"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 system.slice -.mount quadlet-demo-network.service quadlet-demo-mysql.service",
"RequiresMountsFor": "/run/containers",
"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",
"SetLoginEnvironment": "no",
"Slice": "system.slice",
"SourcePath": "/etc/containers/systemd/quadlet-demo.kube",
"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": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestamp": "Tue 2024-07-09 18:52:06 UTC",
"StateChangeTimestampMonotonic": "1009142759",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "running",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogIdentifier": "quadlet-demo",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "4",
"TasksMax": "4425",
"TimeoutAbortUSec": "45s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "45s",
"TimeoutStopFailureMode": "abort",
"TimeoutStopUSec": "45s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "generated",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [fedora.linux_system_roles.podman : Remove quadlet file] ******************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33
Tuesday 09 July 2024 18:52:21 +0000 (0:00:01.757) 0:03:48.736 **********
changed: [sut] => {
"changed": true,
"path": "/etc/containers/systemd/quadlet-demo.kube",
"state": "absent"
}
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:39
Tuesday 09 July 2024 18:52:21 +0000 (0:00:00.257) 0:03:48.993 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Tuesday 09 July 2024 18:52:21 +0000 (0:00:00.038) 0:03:49.031 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Tuesday 09 July 2024 18:52:21 +0000 (0:00:00.021) 0:03:49.052 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Tuesday 09 July 2024 18:52:21 +0000 (0:00:00.021) 0:03:49.073 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:47
Tuesday 09 July 2024 18:52:21 +0000 (0:00:00.021) 0:03:49.095 **********
ok: [sut] => {
"changed": false,
"name": null,
"status": {}
}
TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ********
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:56
Tuesday 09 July 2024 18:52:22 +0000 (0:00:00.751) 0:03:49.847 **********
changed: [sut] => {
"changed": true,
"cmd": [
"podman",
"image",
"prune",
"--all",
"-f"
],
"delta": "0:00:00.839622",
"end": "2024-07-09 18:52:23.524375",
"rc": 0,
"start": "2024-07-09 18:52:22.684753"
}
STDOUT:
fcf3e41b8864a14d75a6d0627d3d02154e28a153aa57e8baa392cd744ffa0d0b
5af2585e22ed1562885d9407efab74010090427be79048c2cd6a226517cc1e1d
15f4f85b21b0bb7079a3b4f16f55cf255cddc592840a7b1e8fa9cc2185cd2bf2
TASK [fedora.linux_system_roles.podman : Remove networks no longer in use] *****
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:64
Tuesday 09 July 2024 18:52:23 +0000 (0:00:01.089) 0:03:50.937 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_quadlet_type == \"network\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Remove volumes no longer in use] ******
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:73
Tuesday 09 July 2024 18:52:23 +0000 (0:00:00.021) 0:03:50.958 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_quadlet_type == \"volume\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - images] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:82
Tuesday 09 July 2024 18:52:23 +0000 (0:00:00.019) 0:03:50.978 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"images",
"-n"
],
"delta": "0:00:00.039604",
"end": "2024-07-09 18:52:23.854132",
"rc": 0,
"start": "2024-07-09 18:52:23.814528"
}
STDOUT:
quay.io/linux-system-roles/mysql 5.6 dd3b2a5dcb48 2 years ago 308 MB
TASK [fedora.linux_system_roles.podman : For testing and debugging - volumes] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:92
Tuesday 09 July 2024 18:52:23 +0000 (0:00:00.288) 0:03:51.266 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"volume",
"ls",
"-n"
],
"delta": "0:00:00.035420",
"end": "2024-07-09 18:52:24.137220",
"rc": 0,
"start": "2024-07-09 18:52:24.101800"
}
STDOUT:
local systemd-quadlet-demo-mysql
local wp-pv-claim
local envoy-proxy-config
local envoy-certificates
TASK [fedora.linux_system_roles.podman : For testing and debugging - containers] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:102
Tuesday 09 July 2024 18:52:24 +0000 (0:00:00.321) 0:03:51.587 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"ps",
"--noheading"
],
"delta": "0:00:00.041689",
"end": "2024-07-09 18:52:24.467126",
"rc": 0,
"start": "2024-07-09 18:52:24.425437"
}
STDOUT:
8ff2e326ed24 quay.io/linux-system-roles/mysql:5.6 mysqld 55 seconds ago Up 54 seconds (starting) 3306/tcp quadlet-demo-mysql
TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112
Tuesday 09 July 2024 18:52:24 +0000 (0:00:00.293) 0:03:51.881 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"network",
"ls",
"-n",
"-q"
],
"delta": "0:00:00.035381",
"end": "2024-07-09 18:52:24.753770",
"rc": 0,
"start": "2024-07-09 18:52:24.718389"
}
STDOUT:
podman
systemd-quadlet-demo
TASK [fedora.linux_system_roles.podman : For testing and debugging - secrets] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:122
Tuesday 09 July 2024 18:52:24 +0000 (0:00:00.285) 0:03:52.167 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133
Tuesday 09 July 2024 18:52:25 +0000 (0:00:00.283) 0:03:52.450 **********
ok: [sut] => {
"ansible_facts": {
"services": {
"8ff2e326ed24ec342a5d5e41757f744627bf55ccd931c279cf79c4985513d01e-7cdff1fa593ca5c3.service": {
"name": "8ff2e326ed24ec342a5d5e41757f744627bf55ccd931c279cf79c4985513d01e-7cdff1fa593ca5c3.service",
"source": "systemd",
"state": "stopped",
"status": "failed"
},
"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"
},
"audit-rules.service": {
"name": "audit-rules.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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"
},
"dhcpcd.service": {
"name": "dhcpcd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dhcpcd@.service": {
"name": "dhcpcd@.service",
"source": "systemd",
"state": "unknown",
"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"
},
"import-state.service": {
"name": "import-state.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"passim.service": {
"name": "passim.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"
},
"quadlet-demo-mysql-volume.service": {
"name": "quadlet-demo-mysql-volume.service",
"source": "systemd",
"state": "stopped",
"status": "generated"
},
"quadlet-demo-mysql.service": {
"name": "quadlet-demo-mysql.service",
"source": "systemd",
"state": "running",
"status": "generated"
},
"quadlet-demo-network.service": {
"name": "quadlet-demo-network.service",
"source": "systemd",
"state": "stopped",
"status": "generated"
},
"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": "disabled"
},
"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-bsod.service": {
"name": "systemd-bsod.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-confext.service": {
"name": "systemd-confext.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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-resume.service": {
"name": "systemd-hibernate-resume.service",
"source": "systemd",
"state": "stopped",
"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-pcrextend@.service": {
"name": "systemd-pcrextend@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"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-pcrlock-file-system.service": {
"name": "systemd-pcrlock-file-system.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-code.service": {
"name": "systemd-pcrlock-firmware-code.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-config.service": {
"name": "systemd-pcrlock-firmware-config.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-machine-id.service": {
"name": "systemd-pcrlock-machine-id.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-make-policy.service": {
"name": "systemd-pcrlock-make-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-authority.service": {
"name": "systemd-pcrlock-secureboot-authority.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-policy.service": {
"name": "systemd-pcrlock-secureboot-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "stopped",
"status": "static"
},
"systemd-storagetm.service": {
"name": "systemd-storagetm.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": "enabled"
},
"systemd-sysext@.service": {
"name": "systemd-sysext@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"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-tpm2-setup-early.service": {
"name": "systemd-tpm2-setup-early.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tpm2-setup.service": {
"name": "systemd-tpm2-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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114
Tuesday 09 July 2024 18:52:27 +0000 (0:00:02.831) 0:03:55.282 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14
Tuesday 09 July 2024 18:52:27 +0000 (0:00:00.021) 0:03:55.303 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25
Tuesday 09 July 2024 18:52:27 +0000 (0:00:00.074) 0:03:55.377 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35
Tuesday 09 July 2024 18:52:28 +0000 (0:00:00.028) 0:03:55.406 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48
Tuesday 09 July 2024 18:52:28 +0000 (0:00:00.023) 0:03:55.430 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57
Tuesday 09 July 2024 18:52:28 +0000 (0:00:00.034) 0:03:55.465 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut
TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Tuesday 09 July 2024 18:52:28 +0000 (0:00:00.042) 0:03:55.507 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Tuesday 09 July 2024 18:52:28 +0000 (0:00:00.026) 0:03:55.533 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Tuesday 09 July 2024 18:52:28 +0000 (0:00:00.025) 0:03:55.559 **********
ok: [sut] => {
"ansible_facts": {
"__podman_group": "0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get group information] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Tuesday 09 July 2024 18:52:28 +0000 (0:00:00.030) 0:03:55.589 **********
ok: [sut] => {
"ansible_facts": {
"getent_group": {
"root": [
"x",
"0",
""
]
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set group name] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35
Tuesday 09 July 2024 18:52:28 +0000 (0:00:00.290) 0:03:55.880 **********
ok: [sut] => {
"ansible_facts": {
"__podman_group_name": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Tuesday 09 July 2024 18:52:28 +0000 (0:00:00.032) 0:03:55.912 **********
ok: [sut] => {
"changed": false,
"stat": {
"atime": 1720551059.5859377,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 32,
"charset": "binary",
"checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909",
"ctime": 1720550996.3647761,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 203927,
"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": 1716422400.0,
"nlink": 1,
"path": "/usr/bin/getsubids",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 15728,
"uid": 0,
"version": "1485869039",
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50
Tuesday 09 July 2024 18:52:28 +0000 (0:00:00.253) 0:03:56.165 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55
Tuesday 09 July 2024 18:52:28 +0000 (0:00:00.022) 0:03:56.188 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60
Tuesday 09 July 2024 18:52:28 +0000 (0:00:00.024) 0:03:56.213 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74
Tuesday 09 July 2024 18:52:28 +0000 (0:00:00.025) 0:03:56.239 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79
Tuesday 09 July 2024 18:52:28 +0000 (0:00:00.021) 0:03:56.260 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84
Tuesday 09 July 2024 18:52:28 +0000 (0:00:00.021) 0:03:56.281 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94
Tuesday 09 July 2024 18:52:28 +0000 (0:00:00.021) 0:03:56.303 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101
Tuesday 09 July 2024 18:52:28 +0000 (0:00:00.021) 0:03:56.324 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62
Tuesday 09 July 2024 18:52:28 +0000 (0:00:00.020) 0:03:56.344 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73
Tuesday 09 July 2024 18:52:29 +0000 (0:00:00.039) 0:03:56.384 **********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_path": "/etc/containers/systemd"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get kube yaml contents] ***************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77
Tuesday 09 July 2024 18:52:29 +0000 (0:00:00.023) 0:03:56.408 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87
Tuesday 09 July 2024 18:52:29 +0000 (0:00:00.020) 0:03:56.428 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103
Tuesday 09 July 2024 18:52:29 +0000 (0:00:00.050) 0:03:56.479 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110
Tuesday 09 July 2024 18:52:29 +0000 (0:00:00.069) 0:03:56.548 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut
TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4
Tuesday 09 July 2024 18:52:29 +0000 (0:00:00.050) 0:03:56.598 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12
Tuesday 09 July 2024 18:52:29 +0000 (0:00:00.021) 0:03:56.620 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_service_name | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Remove quadlet file] ******************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33
Tuesday 09 July 2024 18:52:29 +0000 (0:00:00.022) 0:03:56.643 **********
changed: [sut] => {
"changed": true,
"path": "/etc/containers/systemd/quadlet-demo.yml",
"state": "absent"
}
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:39
Tuesday 09 July 2024 18:52:29 +0000 (0:00:00.256) 0:03:56.899 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Tuesday 09 July 2024 18:52:29 +0000 (0:00:00.036) 0:03:56.935 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Tuesday 09 July 2024 18:52:29 +0000 (0:00:00.022) 0:03:56.958 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Tuesday 09 July 2024 18:52:29 +0000 (0:00:00.022) 0:03:56.980 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:47
Tuesday 09 July 2024 18:52:29 +0000 (0:00:00.024) 0:03:57.005 **********
ok: [sut] => {
"changed": false,
"name": null,
"status": {}
}
TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ********
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:56
Tuesday 09 July 2024 18:52:30 +0000 (0:00:00.750) 0:03:57.756 **********
changed: [sut] => {
"changed": true,
"cmd": [
"podman",
"image",
"prune",
"--all",
"-f"
],
"delta": "0:00:00.041271",
"end": "2024-07-09 18:52:30.636257",
"rc": 0,
"start": "2024-07-09 18:52:30.594986"
}
TASK [fedora.linux_system_roles.podman : Remove networks no longer in use] *****
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:64
Tuesday 09 July 2024 18:52:30 +0000 (0:00:00.294) 0:03:58.050 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_quadlet_type == \"network\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Remove volumes no longer in use] ******
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:73
Tuesday 09 July 2024 18:52:30 +0000 (0:00:00.023) 0:03:58.074 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_quadlet_type == \"volume\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - images] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:82
Tuesday 09 July 2024 18:52:30 +0000 (0:00:00.062) 0:03:58.136 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"images",
"-n"
],
"delta": "0:00:00.040155",
"end": "2024-07-09 18:52:31.015716",
"rc": 0,
"start": "2024-07-09 18:52:30.975561"
}
STDOUT:
quay.io/linux-system-roles/mysql 5.6 dd3b2a5dcb48 2 years ago 308 MB
TASK [fedora.linux_system_roles.podman : For testing and debugging - volumes] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:92
Tuesday 09 July 2024 18:52:31 +0000 (0:00:00.294) 0:03:58.430 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"volume",
"ls",
"-n"
],
"delta": "0:00:00.036337",
"end": "2024-07-09 18:52:31.308439",
"rc": 0,
"start": "2024-07-09 18:52:31.272102"
}
STDOUT:
local systemd-quadlet-demo-mysql
local wp-pv-claim
local envoy-proxy-config
local envoy-certificates
TASK [fedora.linux_system_roles.podman : For testing and debugging - containers] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:102
Tuesday 09 July 2024 18:52:31 +0000 (0:00:00.293) 0:03:58.724 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"ps",
"--noheading"
],
"delta": "0:00:00.041236",
"end": "2024-07-09 18:52:31.601969",
"rc": 0,
"start": "2024-07-09 18:52:31.560733"
}
STDOUT:
8ff2e326ed24 quay.io/linux-system-roles/mysql:5.6 mysqld About a minute ago Up About a minute (starting) 3306/tcp quadlet-demo-mysql
TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112
Tuesday 09 July 2024 18:52:31 +0000 (0:00:00.293) 0:03:59.017 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"network",
"ls",
"-n",
"-q"
],
"delta": "0:00:00.036560",
"end": "2024-07-09 18:52:31.890068",
"rc": 0,
"start": "2024-07-09 18:52:31.853508"
}
STDOUT:
podman
systemd-quadlet-demo
TASK [fedora.linux_system_roles.podman : For testing and debugging - secrets] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:122
Tuesday 09 July 2024 18:52:31 +0000 (0:00:00.288) 0:03:59.306 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133
Tuesday 09 July 2024 18:52:32 +0000 (0:00:00.362) 0:03:59.669 **********
ok: [sut] => {
"ansible_facts": {
"services": {
"NetworkManager-dispatcher.service": {
"name": "NetworkManager-dispatcher.service",
"source": "systemd",
"state": "running",
"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"
},
"audit-rules.service": {
"name": "audit-rules.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "active",
"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"
},
"dhcpcd.service": {
"name": "dhcpcd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dhcpcd@.service": {
"name": "dhcpcd@.service",
"source": "systemd",
"state": "unknown",
"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"
},
"import-state.service": {
"name": "import-state.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"passim.service": {
"name": "passim.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"
},
"quadlet-demo-mysql-volume.service": {
"name": "quadlet-demo-mysql-volume.service",
"source": "systemd",
"state": "stopped",
"status": "generated"
},
"quadlet-demo-mysql.service": {
"name": "quadlet-demo-mysql.service",
"source": "systemd",
"state": "running",
"status": "generated"
},
"quadlet-demo-network.service": {
"name": "quadlet-demo-network.service",
"source": "systemd",
"state": "stopped",
"status": "generated"
},
"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": "disabled"
},
"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-bsod.service": {
"name": "systemd-bsod.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-confext.service": {
"name": "systemd-confext.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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-resume.service": {
"name": "systemd-hibernate-resume.service",
"source": "systemd",
"state": "stopped",
"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-pcrextend@.service": {
"name": "systemd-pcrextend@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"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-pcrlock-file-system.service": {
"name": "systemd-pcrlock-file-system.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-code.service": {
"name": "systemd-pcrlock-firmware-code.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-config.service": {
"name": "systemd-pcrlock-firmware-config.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-machine-id.service": {
"name": "systemd-pcrlock-machine-id.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-make-policy.service": {
"name": "systemd-pcrlock-make-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-authority.service": {
"name": "systemd-pcrlock-secureboot-authority.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-policy.service": {
"name": "systemd-pcrlock-secureboot-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "stopped",
"status": "static"
},
"systemd-storagetm.service": {
"name": "systemd-storagetm.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": "enabled"
},
"systemd-sysext@.service": {
"name": "systemd-sysext@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"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-tpm2-setup-early.service": {
"name": "systemd-tpm2-setup-early.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tpm2-setup.service": {
"name": "systemd-tpm2-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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114
Tuesday 09 July 2024 18:52:35 +0000 (0:00:02.921) 0:04:02.591 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14
Tuesday 09 July 2024 18:52:35 +0000 (0:00:00.021) 0:04:02.612 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25
Tuesday 09 July 2024 18:52:35 +0000 (0:00:00.030) 0:04:02.643 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35
Tuesday 09 July 2024 18:52:35 +0000 (0:00:00.027) 0:04:02.671 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48
Tuesday 09 July 2024 18:52:35 +0000 (0:00:00.022) 0:04:02.694 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57
Tuesday 09 July 2024 18:52:35 +0000 (0:00:00.032) 0:04:02.726 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut
TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Tuesday 09 July 2024 18:52:35 +0000 (0:00:00.040) 0:04:02.767 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Tuesday 09 July 2024 18:52:35 +0000 (0:00:00.066) 0:04:02.833 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Tuesday 09 July 2024 18:52:35 +0000 (0:00:00.027) 0:04:02.860 **********
ok: [sut] => {
"ansible_facts": {
"__podman_group": "0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get group information] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Tuesday 09 July 2024 18:52:35 +0000 (0:00:00.031) 0:04:02.892 **********
ok: [sut] => {
"ansible_facts": {
"getent_group": {
"root": [
"x",
"0",
""
]
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set group name] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35
Tuesday 09 July 2024 18:52:35 +0000 (0:00:00.266) 0:04:03.159 **********
ok: [sut] => {
"ansible_facts": {
"__podman_group_name": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Tuesday 09 July 2024 18:52:35 +0000 (0:00:00.032) 0:04:03.191 **********
ok: [sut] => {
"changed": false,
"stat": {
"atime": 1720551059.5859377,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 32,
"charset": "binary",
"checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909",
"ctime": 1720550996.3647761,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 203927,
"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": 1716422400.0,
"nlink": 1,
"path": "/usr/bin/getsubids",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 15728,
"uid": 0,
"version": "1485869039",
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50
Tuesday 09 July 2024 18:52:36 +0000 (0:00:00.254) 0:04:03.446 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55
Tuesday 09 July 2024 18:52:36 +0000 (0:00:00.023) 0:04:03.469 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60
Tuesday 09 July 2024 18:52:36 +0000 (0:00:00.023) 0:04:03.493 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74
Tuesday 09 July 2024 18:52:36 +0000 (0:00:00.023) 0:04:03.517 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79
Tuesday 09 July 2024 18:52:36 +0000 (0:00:00.023) 0:04:03.541 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84
Tuesday 09 July 2024 18:52:36 +0000 (0:00:00.022) 0:04:03.564 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94
Tuesday 09 July 2024 18:52:36 +0000 (0:00:00.022) 0:04:03.587 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101
Tuesday 09 July 2024 18:52:36 +0000 (0:00:00.023) 0:04:03.610 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62
Tuesday 09 July 2024 18:52:36 +0000 (0:00:00.022) 0:04:03.632 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73
Tuesday 09 July 2024 18:52:36 +0000 (0:00:00.040) 0:04:03.672 **********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_path": "/etc/containers/systemd"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get kube yaml contents] ***************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77
Tuesday 09 July 2024 18:52:36 +0000 (0:00:00.069) 0:04:03.742 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87
Tuesday 09 July 2024 18:52:36 +0000 (0:00:00.024) 0:04:03.766 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103
Tuesday 09 July 2024 18:52:36 +0000 (0:00:00.051) 0:04:03.818 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110
Tuesday 09 July 2024 18:52:36 +0000 (0:00:00.028) 0:04:03.847 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut
TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4
Tuesday 09 July 2024 18:52:36 +0000 (0:00:00.050) 0:04:03.897 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12
Tuesday 09 July 2024 18:52:36 +0000 (0:00:00.023) 0:04:03.920 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_service_name | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Remove quadlet file] ******************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33
Tuesday 09 July 2024 18:52:36 +0000 (0:00:00.024) 0:04:03.944 **********
changed: [sut] => {
"changed": true,
"path": "/etc/containers/systemd/envoy-proxy-configmap.yml",
"state": "absent"
}
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:39
Tuesday 09 July 2024 18:52:36 +0000 (0:00:00.256) 0:04:04.201 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Tuesday 09 July 2024 18:52:36 +0000 (0:00:00.037) 0:04:04.238 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Tuesday 09 July 2024 18:52:36 +0000 (0:00:00.023) 0:04:04.261 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Tuesday 09 July 2024 18:52:36 +0000 (0:00:00.023) 0:04:04.285 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:47
Tuesday 09 July 2024 18:52:36 +0000 (0:00:00.023) 0:04:04.308 **********
ok: [sut] => {
"changed": false,
"name": null,
"status": {}
}
TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ********
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:56
Tuesday 09 July 2024 18:52:37 +0000 (0:00:00.783) 0:04:05.092 **********
changed: [sut] => {
"changed": true,
"cmd": [
"podman",
"image",
"prune",
"--all",
"-f"
],
"delta": "0:00:00.295420",
"end": "2024-07-09 18:52:38.228944",
"rc": 0,
"start": "2024-07-09 18:52:37.933524"
}
STDOUT:
dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5
TASK [fedora.linux_system_roles.podman : Remove networks no longer in use] *****
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:64
Tuesday 09 July 2024 18:52:38 +0000 (0:00:00.551) 0:04:05.644 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_quadlet_type == \"network\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Remove volumes no longer in use] ******
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:73
Tuesday 09 July 2024 18:52:38 +0000 (0:00:00.026) 0:04:05.670 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_quadlet_type == \"volume\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - images] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:82
Tuesday 09 July 2024 18:52:38 +0000 (0:00:00.026) 0:04:05.697 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"images",
"-n"
],
"delta": "0:00:00.041898",
"end": "2024-07-09 18:52:38.573569",
"rc": 0,
"start": "2024-07-09 18:52:38.531671"
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - volumes] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:92
Tuesday 09 July 2024 18:52:38 +0000 (0:00:00.291) 0:04:05.989 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"volume",
"ls",
"-n"
],
"delta": "0:00:00.038641",
"end": "2024-07-09 18:52:38.866026",
"rc": 0,
"start": "2024-07-09 18:52:38.827385"
}
STDOUT:
local systemd-quadlet-demo-mysql
local wp-pv-claim
local envoy-proxy-config
local envoy-certificates
TASK [fedora.linux_system_roles.podman : For testing and debugging - containers] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:102
Tuesday 09 July 2024 18:52:38 +0000 (0:00:00.292) 0:04:06.281 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"ps",
"--noheading"
],
"delta": "0:00:00.041328",
"end": "2024-07-09 18:52:39.159868",
"rc": 0,
"start": "2024-07-09 18:52:39.118540"
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112
Tuesday 09 July 2024 18:52:39 +0000 (0:00:00.293) 0:04:06.575 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"network",
"ls",
"-n",
"-q"
],
"delta": "0:00:00.040977",
"end": "2024-07-09 18:52:39.452241",
"rc": 0,
"start": "2024-07-09 18:52:39.411264"
}
STDOUT:
podman
systemd-quadlet-demo
TASK [fedora.linux_system_roles.podman : For testing and debugging - secrets] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:122
Tuesday 09 July 2024 18:52:39 +0000 (0:00:00.292) 0:04:06.867 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133
Tuesday 09 July 2024 18:52:39 +0000 (0:00:00.286) 0:04:07.154 **********
ok: [sut] => {
"ansible_facts": {
"services": {
"NetworkManager-dispatcher.service": {
"name": "NetworkManager-dispatcher.service",
"source": "systemd",
"state": "running",
"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"
},
"audit-rules.service": {
"name": "audit-rules.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "active",
"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"
},
"dhcpcd.service": {
"name": "dhcpcd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dhcpcd@.service": {
"name": "dhcpcd@.service",
"source": "systemd",
"state": "unknown",
"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"
},
"import-state.service": {
"name": "import-state.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"passim.service": {
"name": "passim.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"
},
"quadlet-demo-mysql-volume.service": {
"name": "quadlet-demo-mysql-volume.service",
"source": "systemd",
"state": "stopped",
"status": "generated"
},
"quadlet-demo-mysql.service": {
"name": "quadlet-demo-mysql.service",
"source": "systemd",
"state": "stopped",
"status": "failed"
},
"quadlet-demo-network.service": {
"name": "quadlet-demo-network.service",
"source": "systemd",
"state": "stopped",
"status": "generated"
},
"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": "disabled"
},
"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-bsod.service": {
"name": "systemd-bsod.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-confext.service": {
"name": "systemd-confext.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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-resume.service": {
"name": "systemd-hibernate-resume.service",
"source": "systemd",
"state": "stopped",
"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-pcrextend@.service": {
"name": "systemd-pcrextend@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"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-pcrlock-file-system.service": {
"name": "systemd-pcrlock-file-system.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-code.service": {
"name": "systemd-pcrlock-firmware-code.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-config.service": {
"name": "systemd-pcrlock-firmware-config.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-machine-id.service": {
"name": "systemd-pcrlock-machine-id.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-make-policy.service": {
"name": "systemd-pcrlock-make-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-authority.service": {
"name": "systemd-pcrlock-secureboot-authority.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-policy.service": {
"name": "systemd-pcrlock-secureboot-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "stopped",
"status": "static"
},
"systemd-storagetm.service": {
"name": "systemd-storagetm.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": "enabled"
},
"systemd-sysext@.service": {
"name": "systemd-sysext@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"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-tpm2-setup-early.service": {
"name": "systemd-tpm2-setup-early.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tpm2-setup.service": {
"name": "systemd-tpm2-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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114
Tuesday 09 July 2024 18:52:42 +0000 (0:00:02.763) 0:04:09.917 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14
Tuesday 09 July 2024 18:52:42 +0000 (0:00:00.021) 0:04:09.939 **********
ok: [sut] => {
"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=/usr/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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25
Tuesday 09 July 2024 18:52:42 +0000 (0:00:00.071) 0:04:10.010 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35
Tuesday 09 July 2024 18:52:42 +0000 (0:00:00.027) 0:04:10.038 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48
Tuesday 09 July 2024 18:52:42 +0000 (0:00:00.022) 0:04:10.061 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57
Tuesday 09 July 2024 18:52:42 +0000 (0:00:00.076) 0:04:10.137 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut
TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Tuesday 09 July 2024 18:52:42 +0000 (0:00:00.043) 0:04:10.181 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Tuesday 09 July 2024 18:52:42 +0000 (0:00:00.027) 0:04:10.209 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Tuesday 09 July 2024 18:52:42 +0000 (0:00:00.026) 0:04:10.235 **********
ok: [sut] => {
"ansible_facts": {
"__podman_group": "0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get group information] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Tuesday 09 July 2024 18:52:42 +0000 (0:00:00.033) 0:04:10.268 **********
ok: [sut] => {
"ansible_facts": {
"getent_group": {
"root": [
"x",
"0",
""
]
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set group name] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35
Tuesday 09 July 2024 18:52:43 +0000 (0:00:00.257) 0:04:10.526 **********
ok: [sut] => {
"ansible_facts": {
"__podman_group_name": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Tuesday 09 July 2024 18:52:43 +0000 (0:00:00.031) 0:04:10.557 **********
ok: [sut] => {
"changed": false,
"stat": {
"atime": 1720551059.5859377,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 32,
"charset": "binary",
"checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909",
"ctime": 1720550996.3647761,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 203927,
"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": 1716422400.0,
"nlink": 1,
"path": "/usr/bin/getsubids",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 15728,
"uid": 0,
"version": "1485869039",
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50
Tuesday 09 July 2024 18:52:43 +0000 (0:00:00.254) 0:04:10.812 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55
Tuesday 09 July 2024 18:52:43 +0000 (0:00:00.022) 0:04:10.834 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60
Tuesday 09 July 2024 18:52:43 +0000 (0:00:00.020) 0:04:10.854 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74
Tuesday 09 July 2024 18:52:43 +0000 (0:00:00.020) 0:04:10.875 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79
Tuesday 09 July 2024 18:52:43 +0000 (0:00:00.020) 0:04:10.895 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84
Tuesday 09 July 2024 18:52:43 +0000 (0:00:00.020) 0:04:10.916 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94
Tuesday 09 July 2024 18:52:43 +0000 (0:00:00.019) 0:04:10.936 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101
Tuesday 09 July 2024 18:52:43 +0000 (0:00:00.060) 0:04:10.996 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62
Tuesday 09 July 2024 18:52:43 +0000 (0:00:00.022) 0:04:11.019 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73
Tuesday 09 July 2024 18:52:43 +0000 (0:00:00.040) 0:04:11.059 **********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_path": "/etc/containers/systemd"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get kube yaml contents] ***************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77
Tuesday 09 July 2024 18:52:43 +0000 (0:00:00.025) 0:04:11.084 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87
Tuesday 09 July 2024 18:52:43 +0000 (0:00:00.021) 0:04:11.106 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103
Tuesday 09 July 2024 18:52:43 +0000 (0:00:00.052) 0:04:11.158 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110
Tuesday 09 July 2024 18:52:43 +0000 (0:00:00.027) 0:04:11.186 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut
TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4
Tuesday 09 July 2024 18:52:43 +0000 (0:00:00.049) 0:04:11.235 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12
Tuesday 09 July 2024 18:52:43 +0000 (0:00:00.022) 0:04:11.257 **********
changed: [sut] => {
"changed": true,
"enabled": false,
"failed_when_result": false,
"name": "quadlet-demo-mysql.service",
"state": "stopped",
"status": {
"AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
"ActiveEnterTimestamp": "Tue 2024-07-09 18:51:30 UTC",
"ActiveEnterTimestampMonotonic": "973170828",
"ActiveExitTimestamp": "Tue 2024-07-09 18:52:33 UTC",
"ActiveExitTimestampMonotonic": "1036369219",
"ActiveState": "failed",
"After": "quadlet-demo-mysql-volume.service system.slice basic.target systemd-journald.socket tmp.mount quadlet-demo-network.service sysinit.target -.mount",
"AllowIsolate": "no",
"AssertResult": "yes",
"AssertTimestamp": "Tue 2024-07-09 18:51:29 UTC",
"AssertTimestampMonotonic": "972167882",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "4587120000",
"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": "yes",
"ConditionTimestamp": "Tue 2024-07-09 18:51:29 UTC",
"ConditionTimestampMonotonic": "972167879",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlGroupId": "0",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"CoredumpReceive": "no",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DefaultStartupMemoryLow": "0",
"Delegate": "yes",
"DelegateControllers": "cpu cpuset io memory pids",
"Description": "quadlet-demo-mysql.service",
"DevicePolicy": "auto",
"DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
"DynamicUser": "no",
"Environment": "PODMAN_SYSTEMD_UNIT=quadlet-demo-mysql.service",
"ExecMainCode": "1",
"ExecMainExitTimestamp": "Tue 2024-07-09 18:52:33 UTC",
"ExecMainExitTimestampMonotonic": "1036353983",
"ExecMainPID": "8213",
"ExecMainStartTimestamp": "Tue 2024-07-09 18:51:30 UTC",
"ExecMainStartTimestampMonotonic": "973170732",
"ExecMainStatus": "137",
"ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=quadlet-demo-mysql --cidfile=/run/quadlet-demo-mysql.cid --replace --rm --cgroups=split --network=systemd-quadlet-demo --sdnotify=conmon -d -v systemd-quadlet-demo-mysql:/var/lib/mysql -v /tmp/quadlet_demo:/var/lib/quadlet_demo:Z --secret mysql-root-password-container,type=env,target=MYSQL_ROOT_PASSWORD --health-cmd /usr/bin/true --health-on-failure kill quay.io/linux-system-roles/mysql:5.6 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=quadlet-demo-mysql --cidfile=/run/quadlet-demo-mysql.cid --replace --rm --cgroups=split --network=systemd-quadlet-demo --sdnotify=conmon -d -v systemd-quadlet-demo-mysql:/var/lib/mysql -v /tmp/quadlet_demo:/var/lib/quadlet_demo:Z --secret mysql-root-password-container,type=env,target=MYSQL_ROOT_PASSWORD --health-cmd /usr/bin/true --health-on-failure kill quay.io/linux-system-roles/mysql:5.6 ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-demo-mysql.cid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-demo-mysql.cid ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-demo-mysql.cid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStopPostEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-demo-mysql.cid ; flags=ignore-failure ; 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": "/run/systemd/generator/quadlet-demo-mysql.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "quadlet-demo-mysql.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestamp": "Tue 2024-07-09 18:52:33 UTC",
"InactiveEnterTimestampMonotonic": "1036430420",
"InactiveExitTimestamp": "Tue 2024-07-09 18:51:29 UTC",
"InactiveExitTimestampMonotonic": "972179527",
"InvocationID": "f54d60c9086644119bf532ee3058f001",
"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": "14750",
"LimitNPROCSoft": "14750",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14750",
"LimitSIGPENDINGSoft": "14750",
"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": "3442786304",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "750280704",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "[not set]",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "0",
"MemoryZSwapCurrent": "[not set]",
"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": "quadlet-demo-mysql.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "all",
"OOMPolicy": "continue",
"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": "quadlet-demo-mysql-volume.service -.mount quadlet-demo-network.service sysinit.target system.slice tmp.mount",
"RequiresMountsFor": "/tmp/quadlet_demo /run/containers",
"Restart": "no",
"RestartKillSignal": "15",
"RestartMaxDelayUSec": "infinity",
"RestartMode": "normal",
"RestartSteps": "0",
"RestartUSec": "100ms",
"RestartUSecNext": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "exit-code",
"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",
"SetLoginEnvironment": "no",
"Slice": "system.slice",
"SourcePath": "/etc/containers/systemd/quadlet-demo-mysql.container",
"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": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestamp": "Tue 2024-07-09 18:52:33 UTC",
"StateChangeTimestampMonotonic": "1036430420",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "failed",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogIdentifier": "quadlet-demo-mysql",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "4425",
"TimeoutAbortUSec": "45s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "45s",
"TimeoutStopFailureMode": "abort",
"TimeoutStopUSec": "45s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "generated",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [fedora.linux_system_roles.podman : Remove quadlet file] ******************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33
Tuesday 09 July 2024 18:52:44 +0000 (0:00:00.782) 0:04:12.040 **********
changed: [sut] => {
"changed": true,
"path": "/etc/containers/systemd/quadlet-demo-mysql.container",
"state": "absent"
}
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:39
Tuesday 09 July 2024 18:52:44 +0000 (0:00:00.256) 0:04:12.297 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Tuesday 09 July 2024 18:52:44 +0000 (0:00:00.035) 0:04:12.332 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Tuesday 09 July 2024 18:52:45 +0000 (0:00:00.067) 0:04:12.400 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Tuesday 09 July 2024 18:52:45 +0000 (0:00:00.022) 0:04:12.422 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:47
Tuesday 09 July 2024 18:52:45 +0000 (0:00:00.021) 0:04:12.444 **********
ok: [sut] => {
"changed": false,
"name": null,
"status": {}
}
TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ********
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:56
Tuesday 09 July 2024 18:52:45 +0000 (0:00:00.817) 0:04:13.261 **********
changed: [sut] => {
"changed": true,
"cmd": [
"podman",
"image",
"prune",
"--all",
"-f"
],
"delta": "0:00:00.044740",
"end": "2024-07-09 18:52:46.143377",
"rc": 0,
"start": "2024-07-09 18:52:46.098637"
}
TASK [fedora.linux_system_roles.podman : Remove networks no longer in use] *****
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:64
Tuesday 09 July 2024 18:52:46 +0000 (0:00:00.297) 0:04:13.558 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_quadlet_type == \"network\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Remove volumes no longer in use] ******
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:73
Tuesday 09 July 2024 18:52:46 +0000 (0:00:00.022) 0:04:13.581 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_quadlet_type == \"volume\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - images] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:82
Tuesday 09 July 2024 18:52:46 +0000 (0:00:00.023) 0:04:13.605 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"images",
"-n"
],
"delta": "0:00:00.040960",
"end": "2024-07-09 18:52:46.482131",
"rc": 0,
"start": "2024-07-09 18:52:46.441171"
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - volumes] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:92
Tuesday 09 July 2024 18:52:46 +0000 (0:00:00.292) 0:04:13.897 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"volume",
"ls",
"-n"
],
"delta": "0:00:00.040157",
"end": "2024-07-09 18:52:46.776013",
"rc": 0,
"start": "2024-07-09 18:52:46.735856"
}
STDOUT:
local systemd-quadlet-demo-mysql
local wp-pv-claim
local envoy-proxy-config
local envoy-certificates
TASK [fedora.linux_system_roles.podman : For testing and debugging - containers] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:102
Tuesday 09 July 2024 18:52:46 +0000 (0:00:00.293) 0:04:14.190 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"ps",
"--noheading"
],
"delta": "0:00:00.037746",
"end": "2024-07-09 18:52:47.069015",
"rc": 0,
"start": "2024-07-09 18:52:47.031269"
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112
Tuesday 09 July 2024 18:52:47 +0000 (0:00:00.294) 0:04:14.484 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"network",
"ls",
"-n",
"-q"
],
"delta": "0:00:00.041960",
"end": "2024-07-09 18:52:47.376570",
"rc": 0,
"start": "2024-07-09 18:52:47.334610"
}
STDOUT:
podman
systemd-quadlet-demo
TASK [fedora.linux_system_roles.podman : For testing and debugging - secrets] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:122
Tuesday 09 July 2024 18:52:47 +0000 (0:00:00.307) 0:04:14.792 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133
Tuesday 09 July 2024 18:52:47 +0000 (0:00:00.294) 0:04:15.086 **********
ok: [sut] => {
"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"
},
"audit-rules.service": {
"name": "audit-rules.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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"
},
"dhcpcd.service": {
"name": "dhcpcd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dhcpcd@.service": {
"name": "dhcpcd@.service",
"source": "systemd",
"state": "unknown",
"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"
},
"import-state.service": {
"name": "import-state.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"passim.service": {
"name": "passim.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"
},
"quadlet-demo-mysql-volume.service": {
"name": "quadlet-demo-mysql-volume.service",
"source": "systemd",
"state": "stopped",
"status": "generated"
},
"quadlet-demo-mysql.service": {
"name": "quadlet-demo-mysql.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"quadlet-demo-network.service": {
"name": "quadlet-demo-network.service",
"source": "systemd",
"state": "stopped",
"status": "generated"
},
"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": "disabled"
},
"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-bsod.service": {
"name": "systemd-bsod.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-confext.service": {
"name": "systemd-confext.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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-resume.service": {
"name": "systemd-hibernate-resume.service",
"source": "systemd",
"state": "stopped",
"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-pcrextend@.service": {
"name": "systemd-pcrextend@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"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-pcrlock-file-system.service": {
"name": "systemd-pcrlock-file-system.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-code.service": {
"name": "systemd-pcrlock-firmware-code.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-config.service": {
"name": "systemd-pcrlock-firmware-config.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-machine-id.service": {
"name": "systemd-pcrlock-machine-id.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-make-policy.service": {
"name": "systemd-pcrlock-make-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-authority.service": {
"name": "systemd-pcrlock-secureboot-authority.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-policy.service": {
"name": "systemd-pcrlock-secureboot-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "stopped",
"status": "static"
},
"systemd-storagetm.service": {
"name": "systemd-storagetm.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": "enabled"
},
"systemd-sysext@.service": {
"name": "systemd-sysext@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"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-tpm2-setup-early.service": {
"name": "systemd-tpm2-setup-early.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tpm2-setup.service": {
"name": "systemd-tpm2-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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114
Tuesday 09 July 2024 18:52:50 +0000 (0:00:02.761) 0:04:17.848 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14
Tuesday 09 July 2024 18:52:50 +0000 (0:00:00.021) 0:04:17.869 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25
Tuesday 09 July 2024 18:52:50 +0000 (0:00:00.074) 0:04:17.944 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35
Tuesday 09 July 2024 18:52:50 +0000 (0:00:00.029) 0:04:17.974 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48
Tuesday 09 July 2024 18:52:50 +0000 (0:00:00.022) 0:04:17.996 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57
Tuesday 09 July 2024 18:52:50 +0000 (0:00:00.033) 0:04:18.030 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut
TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Tuesday 09 July 2024 18:52:50 +0000 (0:00:00.042) 0:04:18.072 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Tuesday 09 July 2024 18:52:50 +0000 (0:00:00.025) 0:04:18.098 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Tuesday 09 July 2024 18:52:50 +0000 (0:00:00.027) 0:04:18.125 **********
ok: [sut] => {
"ansible_facts": {
"__podman_group": "0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get group information] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Tuesday 09 July 2024 18:52:50 +0000 (0:00:00.032) 0:04:18.158 **********
ok: [sut] => {
"ansible_facts": {
"getent_group": {
"root": [
"x",
"0",
""
]
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set group name] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35
Tuesday 09 July 2024 18:52:51 +0000 (0:00:00.256) 0:04:18.414 **********
ok: [sut] => {
"ansible_facts": {
"__podman_group_name": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Tuesday 09 July 2024 18:52:51 +0000 (0:00:00.030) 0:04:18.444 **********
ok: [sut] => {
"changed": false,
"stat": {
"atime": 1720551059.5859377,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 32,
"charset": "binary",
"checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909",
"ctime": 1720550996.3647761,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 203927,
"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": 1716422400.0,
"nlink": 1,
"path": "/usr/bin/getsubids",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 15728,
"uid": 0,
"version": "1485869039",
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50
Tuesday 09 July 2024 18:52:51 +0000 (0:00:00.254) 0:04:18.698 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55
Tuesday 09 July 2024 18:52:51 +0000 (0:00:00.021) 0:04:18.720 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60
Tuesday 09 July 2024 18:52:51 +0000 (0:00:00.021) 0:04:18.741 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74
Tuesday 09 July 2024 18:52:51 +0000 (0:00:00.020) 0:04:18.762 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79
Tuesday 09 July 2024 18:52:51 +0000 (0:00:00.064) 0:04:18.826 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84
Tuesday 09 July 2024 18:52:51 +0000 (0:00:00.022) 0:04:18.848 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94
Tuesday 09 July 2024 18:52:51 +0000 (0:00:00.021) 0:04:18.870 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101
Tuesday 09 July 2024 18:52:51 +0000 (0:00:00.021) 0:04:18.891 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62
Tuesday 09 July 2024 18:52:51 +0000 (0:00:00.021) 0:04:18.913 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73
Tuesday 09 July 2024 18:52:51 +0000 (0:00:00.040) 0:04:18.953 **********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_path": "/etc/containers/systemd"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get kube yaml contents] ***************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77
Tuesday 09 July 2024 18:52:51 +0000 (0:00:00.024) 0:04:18.978 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87
Tuesday 09 July 2024 18:52:51 +0000 (0:00:00.020) 0:04:18.999 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103
Tuesday 09 July 2024 18:52:51 +0000 (0:00:00.049) 0:04:19.048 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110
Tuesday 09 July 2024 18:52:51 +0000 (0:00:00.027) 0:04:19.076 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut
TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4
Tuesday 09 July 2024 18:52:51 +0000 (0:00:00.049) 0:04:19.125 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12
Tuesday 09 July 2024 18:52:51 +0000 (0:00:00.021) 0:04:19.146 **********
changed: [sut] => {
"changed": true,
"enabled": false,
"failed_when_result": false,
"name": "quadlet-demo-mysql-volume.service",
"state": "stopped",
"status": {
"AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
"ActiveEnterTimestamp": "Tue 2024-07-09 18:51:16 UTC",
"ActiveEnterTimestampMonotonic": "959529183",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "active",
"After": "-.mount basic.target sysinit.target systemd-journald.socket system.slice",
"AllowIsolate": "no",
"AssertResult": "yes",
"AssertTimestamp": "Tue 2024-07-09 18:51:16 UTC",
"AssertTimestampMonotonic": "959460890",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "47724000",
"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": "yes",
"ConditionTimestamp": "Tue 2024-07-09 18:51:16 UTC",
"ConditionTimestampMonotonic": "959460887",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlGroupId": "0",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"CoredumpReceive": "no",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DefaultStartupMemoryLow": "0",
"Delegate": "no",
"Description": "quadlet-demo-mysql-volume.service",
"DevicePolicy": "auto",
"DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
"DynamicUser": "no",
"ExecMainCode": "1",
"ExecMainExitTimestamp": "Tue 2024-07-09 18:51:16 UTC",
"ExecMainExitTimestampMonotonic": "959528982",
"ExecMainPID": "7682",
"ExecMainStartTimestamp": "Tue 2024-07-09 18:51:16 UTC",
"ExecMainStartTimestampMonotonic": "959472183",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-demo-mysql ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-demo-mysql ; 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": "/run/systemd/generator/quadlet-demo-mysql-volume.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "quadlet-demo-mysql-volume.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestamp": "Tue 2024-07-09 18:51:16 UTC",
"InactiveExitTimestampMonotonic": "959472800",
"InvocationID": "1e9c6896b3a241a4bd361384f48a4546",
"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": "14750",
"LimitNPROCSoft": "14750",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14750",
"LimitSIGPENDINGSoft": "14750",
"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": "3429314560",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "[not set]",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "[not set]",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "[not set]",
"MemoryZSwapCurrent": "[not set]",
"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": "quadlet-demo-mysql-volume.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": "yes",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice -.mount",
"RequiresMountsFor": "/run/containers",
"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",
"SetLoginEnvironment": "no",
"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": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestamp": "Tue 2024-07-09 18:51:16 UTC",
"StateChangeTimestampMonotonic": "959529183",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "exited",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogIdentifier": "quadlet-demo-mysql-volume",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "4425",
"TimeoutAbortUSec": "45s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "infinity",
"TimeoutStopFailureMode": "abort",
"TimeoutStopUSec": "45s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "oneshot",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "generated",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [fedora.linux_system_roles.podman : Remove quadlet file] ******************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33
Tuesday 09 July 2024 18:52:52 +0000 (0:00:00.790) 0:04:19.937 **********
changed: [sut] => {
"changed": true,
"path": "/etc/containers/systemd/quadlet-demo-mysql.volume",
"state": "absent"
}
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:39
Tuesday 09 July 2024 18:52:52 +0000 (0:00:00.300) 0:04:20.238 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Tuesday 09 July 2024 18:52:52 +0000 (0:00:00.036) 0:04:20.274 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Tuesday 09 July 2024 18:52:52 +0000 (0:00:00.021) 0:04:20.296 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Tuesday 09 July 2024 18:52:52 +0000 (0:00:00.021) 0:04:20.317 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:47
Tuesday 09 July 2024 18:52:52 +0000 (0:00:00.020) 0:04:20.338 **********
ok: [sut] => {
"changed": false,
"name": null,
"status": {}
}
TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ********
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:56
Tuesday 09 July 2024 18:52:53 +0000 (0:00:00.741) 0:04:21.079 **********
changed: [sut] => {
"changed": true,
"cmd": [
"podman",
"image",
"prune",
"--all",
"-f"
],
"delta": "0:00:00.043585",
"end": "2024-07-09 18:52:53.962596",
"rc": 0,
"start": "2024-07-09 18:52:53.919011"
}
TASK [fedora.linux_system_roles.podman : Remove networks no longer in use] *****
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:64
Tuesday 09 July 2024 18:52:53 +0000 (0:00:00.298) 0:04:21.377 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_quadlet_type == \"network\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Remove volumes no longer in use] ******
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:73
Tuesday 09 July 2024 18:52:54 +0000 (0:00:00.023) 0:04:21.401 **********
changed: [sut] => {
"changed": true,
"cmd": [
"podman",
"volume",
"prune",
"-f"
],
"delta": "0:00:00.147909",
"end": "2024-07-09 18:52:54.384186",
"rc": 0,
"start": "2024-07-09 18:52:54.236277"
}
STDOUT:
systemd-quadlet-demo-mysql
wp-pv-claim
envoy-proxy-config
envoy-certificates
TASK [fedora.linux_system_roles.podman : For testing and debugging - images] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:82
Tuesday 09 July 2024 18:52:54 +0000 (0:00:00.397) 0:04:21.799 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"images",
"-n"
],
"delta": "0:00:00.040421",
"end": "2024-07-09 18:52:54.676875",
"rc": 0,
"start": "2024-07-09 18:52:54.636454"
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - volumes] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:92
Tuesday 09 July 2024 18:52:54 +0000 (0:00:00.292) 0:04:22.091 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"volume",
"ls",
"-n"
],
"delta": "0:00:00.042098",
"end": "2024-07-09 18:52:54.972720",
"rc": 0,
"start": "2024-07-09 18:52:54.930622"
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - containers] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:102
Tuesday 09 July 2024 18:52:55 +0000 (0:00:00.296) 0:04:22.388 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"ps",
"--noheading"
],
"delta": "0:00:00.039766",
"end": "2024-07-09 18:52:55.265916",
"rc": 0,
"start": "2024-07-09 18:52:55.226150"
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112
Tuesday 09 July 2024 18:52:55 +0000 (0:00:00.292) 0:04:22.681 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"network",
"ls",
"-n",
"-q"
],
"delta": "0:00:00.034974",
"end": "2024-07-09 18:52:55.553399",
"rc": 0,
"start": "2024-07-09 18:52:55.518425"
}
STDOUT:
podman
systemd-quadlet-demo
TASK [fedora.linux_system_roles.podman : For testing and debugging - secrets] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:122
Tuesday 09 July 2024 18:52:55 +0000 (0:00:00.286) 0:04:22.968 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133
Tuesday 09 July 2024 18:52:55 +0000 (0:00:00.282) 0:04:23.250 **********
ok: [sut] => {
"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"
},
"audit-rules.service": {
"name": "audit-rules.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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"
},
"dhcpcd.service": {
"name": "dhcpcd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dhcpcd@.service": {
"name": "dhcpcd@.service",
"source": "systemd",
"state": "unknown",
"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"
},
"import-state.service": {
"name": "import-state.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"passim.service": {
"name": "passim.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"
},
"quadlet-demo-mysql.service": {
"name": "quadlet-demo-mysql.service",
"source": "systemd",
"state": "stopped",
"status": "failed"
},
"quadlet-demo-network.service": {
"name": "quadlet-demo-network.service",
"source": "systemd",
"state": "stopped",
"status": "generated"
},
"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": "disabled"
},
"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-bsod.service": {
"name": "systemd-bsod.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-confext.service": {
"name": "systemd-confext.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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-resume.service": {
"name": "systemd-hibernate-resume.service",
"source": "systemd",
"state": "stopped",
"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-pcrextend@.service": {
"name": "systemd-pcrextend@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"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-pcrlock-file-system.service": {
"name": "systemd-pcrlock-file-system.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-code.service": {
"name": "systemd-pcrlock-firmware-code.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-config.service": {
"name": "systemd-pcrlock-firmware-config.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-machine-id.service": {
"name": "systemd-pcrlock-machine-id.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-make-policy.service": {
"name": "systemd-pcrlock-make-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-authority.service": {
"name": "systemd-pcrlock-secureboot-authority.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-policy.service": {
"name": "systemd-pcrlock-secureboot-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "stopped",
"status": "static"
},
"systemd-storagetm.service": {
"name": "systemd-storagetm.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": "enabled"
},
"systemd-sysext@.service": {
"name": "systemd-sysext@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"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-tpm2-setup-early.service": {
"name": "systemd-tpm2-setup-early.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tpm2-setup.service": {
"name": "systemd-tpm2-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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114
Tuesday 09 July 2024 18:52:58 +0000 (0:00:02.851) 0:04:26.102 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14
Tuesday 09 July 2024 18:52:58 +0000 (0:00:00.021) 0:04:26.123 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25
Tuesday 09 July 2024 18:52:58 +0000 (0:00:00.031) 0:04:26.155 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35
Tuesday 09 July 2024 18:52:58 +0000 (0:00:00.028) 0:04:26.183 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48
Tuesday 09 July 2024 18:52:58 +0000 (0:00:00.022) 0:04:26.206 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57
Tuesday 09 July 2024 18:52:58 +0000 (0:00:00.032) 0:04:26.238 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut
TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Tuesday 09 July 2024 18:52:58 +0000 (0:00:00.042) 0:04:26.280 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Tuesday 09 July 2024 18:52:58 +0000 (0:00:00.026) 0:04:26.307 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Tuesday 09 July 2024 18:52:58 +0000 (0:00:00.025) 0:04:26.332 **********
ok: [sut] => {
"ansible_facts": {
"__podman_group": "0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get group information] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Tuesday 09 July 2024 18:52:58 +0000 (0:00:00.033) 0:04:26.366 **********
ok: [sut] => {
"ansible_facts": {
"getent_group": {
"root": [
"x",
"0",
""
]
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set group name] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35
Tuesday 09 July 2024 18:52:59 +0000 (0:00:00.256) 0:04:26.622 **********
ok: [sut] => {
"ansible_facts": {
"__podman_group_name": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Tuesday 09 July 2024 18:52:59 +0000 (0:00:00.031) 0:04:26.654 **********
ok: [sut] => {
"changed": false,
"stat": {
"atime": 1720551059.5859377,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 32,
"charset": "binary",
"checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909",
"ctime": 1720550996.3647761,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 203927,
"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": 1716422400.0,
"nlink": 1,
"path": "/usr/bin/getsubids",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 15728,
"uid": 0,
"version": "1485869039",
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50
Tuesday 09 July 2024 18:52:59 +0000 (0:00:00.251) 0:04:26.905 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55
Tuesday 09 July 2024 18:52:59 +0000 (0:00:00.062) 0:04:26.968 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60
Tuesday 09 July 2024 18:52:59 +0000 (0:00:00.023) 0:04:26.991 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74
Tuesday 09 July 2024 18:52:59 +0000 (0:00:00.021) 0:04:27.013 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79
Tuesday 09 July 2024 18:52:59 +0000 (0:00:00.020) 0:04:27.034 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84
Tuesday 09 July 2024 18:52:59 +0000 (0:00:00.020) 0:04:27.055 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94
Tuesday 09 July 2024 18:52:59 +0000 (0:00:00.021) 0:04:27.076 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101
Tuesday 09 July 2024 18:52:59 +0000 (0:00:00.021) 0:04:27.097 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62
Tuesday 09 July 2024 18:52:59 +0000 (0:00:00.020) 0:04:27.118 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73
Tuesday 09 July 2024 18:52:59 +0000 (0:00:00.040) 0:04:27.159 **********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_path": "/etc/containers/systemd"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get kube yaml contents] ***************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77
Tuesday 09 July 2024 18:52:59 +0000 (0:00:00.024) 0:04:27.183 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87
Tuesday 09 July 2024 18:52:59 +0000 (0:00:00.021) 0:04:27.205 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103
Tuesday 09 July 2024 18:52:59 +0000 (0:00:00.049) 0:04:27.255 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110
Tuesday 09 July 2024 18:52:59 +0000 (0:00:00.027) 0:04:27.282 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut
TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4
Tuesday 09 July 2024 18:52:59 +0000 (0:00:00.090) 0:04:27.372 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12
Tuesday 09 July 2024 18:53:00 +0000 (0:00:00.022) 0:04:27.395 **********
changed: [sut] => {
"changed": true,
"enabled": false,
"failed_when_result": false,
"name": "quadlet-demo-network.service",
"state": "stopped",
"status": {
"AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
"ActiveEnterTimestamp": "Tue 2024-07-09 18:51:12 UTC",
"ActiveEnterTimestampMonotonic": "955885558",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "active",
"After": "sysinit.target -.mount basic.target system.slice systemd-journald.socket",
"AllowIsolate": "no",
"AssertResult": "yes",
"AssertTimestamp": "Tue 2024-07-09 18:51:12 UTC",
"AssertTimestampMonotonic": "955831296",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "45821000",
"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": "yes",
"ConditionTimestamp": "Tue 2024-07-09 18:51:12 UTC",
"ConditionTimestampMonotonic": "955831292",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlGroupId": "0",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"CoredumpReceive": "no",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DefaultStartupMemoryLow": "0",
"Delegate": "no",
"Description": "quadlet-demo-network.service",
"DevicePolicy": "auto",
"DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
"DynamicUser": "no",
"ExecMainCode": "1",
"ExecMainExitTimestamp": "Tue 2024-07-09 18:51:12 UTC",
"ExecMainExitTimestampMonotonic": "955885414",
"ExecMainPID": "7410",
"ExecMainStartTimestamp": "Tue 2024-07-09 18:51:12 UTC",
"ExecMainStartTimestampMonotonic": "955839150",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman network create --ignore --subnet=192.168.30.0/24 --gateway=192.168.30.1 --label app=wordpress systemd-quadlet-demo ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman network create --ignore --subnet=192.168.30.0/24 --gateway=192.168.30.1 --label app=wordpress systemd-quadlet-demo ; 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": "/run/systemd/generator/quadlet-demo-network.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "quadlet-demo-network.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestamp": "Tue 2024-07-09 18:51:12 UTC",
"InactiveExitTimestampMonotonic": "955839447",
"InvocationID": "45e22b31475b4320bbec89539ec3a69a",
"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": "14750",
"LimitNPROCSoft": "14750",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14750",
"LimitSIGPENDINGSoft": "14750",
"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": "3431157760",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "[not set]",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "[not set]",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "[not set]",
"MemoryZSwapCurrent": "[not set]",
"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": "quadlet-demo-network.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": "yes",
"RemoveIPC": "no",
"Requires": "sysinit.target -.mount system.slice",
"RequiresMountsFor": "/run/containers",
"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",
"SetLoginEnvironment": "no",
"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": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestamp": "Tue 2024-07-09 18:51:12 UTC",
"StateChangeTimestampMonotonic": "955885558",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "exited",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogIdentifier": "quadlet-demo-network",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "4425",
"TimeoutAbortUSec": "45s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "infinity",
"TimeoutStopFailureMode": "abort",
"TimeoutStopUSec": "45s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "oneshot",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "generated",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [fedora.linux_system_roles.podman : Remove quadlet file] ******************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33
Tuesday 09 July 2024 18:53:00 +0000 (0:00:00.798) 0:04:28.194 **********
changed: [sut] => {
"changed": true,
"path": "/etc/containers/systemd/quadlet-demo.network",
"state": "absent"
}
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:39
Tuesday 09 July 2024 18:53:01 +0000 (0:00:00.257) 0:04:28.452 **********
included: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Tuesday 09 July 2024 18:53:01 +0000 (0:00:00.036) 0:04:28.488 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Tuesday 09 July 2024 18:53:01 +0000 (0:00:00.021) 0:04:28.509 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Tuesday 09 July 2024 18:53:01 +0000 (0:00:00.021) 0:04:28.531 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:47
Tuesday 09 July 2024 18:53:01 +0000 (0:00:00.021) 0:04:28.553 **********
ok: [sut] => {
"changed": false,
"name": null,
"status": {}
}
TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ********
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:56
Tuesday 09 July 2024 18:53:01 +0000 (0:00:00.753) 0:04:29.306 **********
changed: [sut] => {
"changed": true,
"cmd": [
"podman",
"image",
"prune",
"--all",
"-f"
],
"delta": "0:00:00.044716",
"end": "2024-07-09 18:53:02.194063",
"rc": 0,
"start": "2024-07-09 18:53:02.149347"
}
TASK [fedora.linux_system_roles.podman : Remove networks no longer in use] *****
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:64
Tuesday 09 July 2024 18:53:02 +0000 (0:00:00.304) 0:04:29.610 **********
changed: [sut] => {
"changed": true,
"cmd": [
"podman",
"network",
"prune",
"-f"
],
"delta": "0:00:00.041684",
"end": "2024-07-09 18:53:02.489918",
"rc": 0,
"start": "2024-07-09 18:53:02.448234"
}
STDOUT:
systemd-quadlet-demo
TASK [fedora.linux_system_roles.podman : Remove volumes no longer in use] ******
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:73
Tuesday 09 July 2024 18:53:02 +0000 (0:00:00.295) 0:04:29.906 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_quadlet_type == \"volume\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - images] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:82
Tuesday 09 July 2024 18:53:02 +0000 (0:00:00.023) 0:04:29.929 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"images",
"-n"
],
"delta": "0:00:00.039772",
"end": "2024-07-09 18:53:02.808268",
"rc": 0,
"start": "2024-07-09 18:53:02.768496"
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - volumes] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:92
Tuesday 09 July 2024 18:53:02 +0000 (0:00:00.294) 0:04:30.224 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"volume",
"ls",
"-n"
],
"delta": "0:00:00.035994",
"end": "2024-07-09 18:53:03.096208",
"rc": 0,
"start": "2024-07-09 18:53:03.060214"
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - containers] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:102
Tuesday 09 July 2024 18:53:03 +0000 (0:00:00.286) 0:04:30.510 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"ps",
"--noheading"
],
"delta": "0:00:00.039283",
"end": "2024-07-09 18:53:03.387538",
"rc": 0,
"start": "2024-07-09 18:53:03.348255"
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112
Tuesday 09 July 2024 18:53:03 +0000 (0:00:00.335) 0:04:30.845 **********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"network",
"ls",
"-n",
"-q"
],
"delta": "0:00:00.040715",
"end": "2024-07-09 18:53:03.722919",
"rc": 0,
"start": "2024-07-09 18:53:03.682204"
}
STDOUT:
podman
TASK [fedora.linux_system_roles.podman : For testing and debugging - secrets] ***
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:122
Tuesday 09 July 2024 18:53:03 +0000 (0:00:00.292) 0:04:31.138 **********
ok: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133
Tuesday 09 July 2024 18:53:04 +0000 (0:00:00.286) 0:04:31.425 **********
ok: [sut] => {
"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"
},
"audit-rules.service": {
"name": "audit-rules.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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"
},
"dhcpcd.service": {
"name": "dhcpcd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dhcpcd@.service": {
"name": "dhcpcd@.service",
"source": "systemd",
"state": "unknown",
"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"
},
"import-state.service": {
"name": "import-state.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"passim.service": {
"name": "passim.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"
},
"quadlet-demo-mysql.service": {
"name": "quadlet-demo-mysql.service",
"source": "systemd",
"state": "stopped",
"status": "failed"
},
"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": "disabled"
},
"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-bsod.service": {
"name": "systemd-bsod.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-confext.service": {
"name": "systemd-confext.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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-resume.service": {
"name": "systemd-hibernate-resume.service",
"source": "systemd",
"state": "stopped",
"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-pcrextend@.service": {
"name": "systemd-pcrextend@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"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-pcrlock-file-system.service": {
"name": "systemd-pcrlock-file-system.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-code.service": {
"name": "systemd-pcrlock-firmware-code.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-config.service": {
"name": "systemd-pcrlock-firmware-config.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-machine-id.service": {
"name": "systemd-pcrlock-machine-id.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-make-policy.service": {
"name": "systemd-pcrlock-make-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-authority.service": {
"name": "systemd-pcrlock-secureboot-authority.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-policy.service": {
"name": "systemd-pcrlock-secureboot-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "stopped",
"status": "static"
},
"systemd-storagetm.service": {
"name": "systemd-storagetm.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": "enabled"
},
"systemd-sysext@.service": {
"name": "systemd-sysext@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"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-tpm2-setup-early.service": {
"name": "systemd-tpm2-setup-early.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tpm2-setup.service": {
"name": "systemd-tpm2-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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114
Tuesday 09 July 2024 18:53:06 +0000 (0:00:02.761) 0:04:34.186 **********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_state != \"absent\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Cancel linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143
Tuesday 09 July 2024 18:53:06 +0000 (0:00:00.021) 0:04:34.208 **********
skipping: [sut] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.podman : Handle credential files - absent] *****
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149
Tuesday 09 July 2024 18:53:06 +0000 (0:00:00.019) 0:04:34.228 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158
Tuesday 09 July 2024 18:53:06 +0000 (0:00:00.019) 0:04:34.247 **********
skipping: [sut] => {
"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: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/tests/tests_quadlet_demo.yml:170
Tuesday 09 July 2024 18:53:06 +0000 (0:00:00.031) 0:04:34.279 **********
fatal: [sut]: FAILED! => {
"assertion": "ansible_facts[\"services\"].keys() | select(\"match\", \"quadlet\") | length == 0",
"changed": false,
"evaluated_to": false
}
MSG:
Assertion failed
TASK [Get journald] ************************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupno3bj4wv/tests/tests_quadlet_demo.yml:180
Tuesday 09 July 2024 18:53:06 +0000 (0:00:00.034) 0:04:34.314 **********
fatal: [sut]: FAILED! => {
"changed": false,
"cmd": [
"journalctl",
"-ex"
],
"delta": "0:00:00.041668",
"end": "2024-07-09 18:53:07.185358",
"failed_when_result": true,
"rc": 0,
"start": "2024-07-09 18:53:07.143690"
}
STDOUT:
Jul 09 18:52:18 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:18 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:18 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:18 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=10282 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:19 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[10298]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Jul 09 18:52:19 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:19 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:19 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:19 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:19 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=10301 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:19 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[10317]: ansible-systemd Invoked with name=quadlet-demo.service scope=system state=stopped enabled=False force=True daemon_reload=False daemon_reexec=False no_block=False masked=None
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading requested from client PID 10320 ('systemctl') (unit session-7.scope)...
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading...
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd-getty-generator[10348]: Failed to parse $SYSTEMD_GETTY_AUTO environment variable, ignoring: Permission denied
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: /run/systemd/transient/libpod-af76d3f0498c610c3ddef59f495eee1a38a035895a8cbaf1c017b3fb696e42d6.scope:14: Unit uses MemoryLimit=; please use MemoryMax= instead. Support for MemoryLimit= will be removed soon.
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: /run/systemd/transient/libpod-2ba6bbdd6240c1c3ccb44ec50ba87cd5380491acc2ddbea8224344a72a1ada1b.scope:14: Unit uses MemoryLimit=; please use MemoryMax= instead. Support for MemoryLimit= will be removed soon.
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading finished in 310 ms.
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=357 op=LOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=334 op=UNLOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=358 op=LOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=335 op=UNLOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=359 op=LOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=336 op=UNLOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=360 op=LOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=337 op=UNLOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=361 op=LOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=338 op=UNLOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=362 op=LOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=363 op=LOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=339 op=UNLOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=340 op=UNLOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=364 op=LOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=341 op=UNLOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=365 op=LOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=366 op=LOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=342 op=UNLOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=343 op=UNLOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=367 op=LOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=344 op=UNLOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=368 op=LOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=369 op=LOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=345 op=UNLOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=346 op=UNLOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=370 op=LOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=347 op=UNLOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=371 op=LOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=372 op=LOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=348 op=UNLOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=349 op=UNLOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=373 op=LOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=350 op=UNLOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=374 op=LOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=375 op=LOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=351 op=UNLOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=352 op=UNLOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Stopping quadlet-demo.service...
░░ Subject: A stop job for unit quadlet-demo.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ A stop job for unit quadlet-demo.service has begun execution.
░░
░░ The job identifier is 4241.
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: libpod-5f8683f01b751692cf3d1fff5069da9dcaccccfe59f2a6f5368aa862ae521b31.scope: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit libpod-5f8683f01b751692cf3d1fff5069da9dcaccccfe59f2a6f5368aa862ae521b31.scope has successfully entered the 'dead' state.
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=353 op=UNLOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[10371]: 2024-07-09 18:52:20.417668059 +0000 UTC m=+0.029258002 container died 5f8683f01b751692cf3d1fff5069da9dcaccccfe59f2a6f5368aa862ae521b31 (image=localhost/podman-pause:5.1.1-1717459200, name=a96f3a51b8d1-service, PODMAN_SYSTEMD_UNIT=quadlet-demo.service)
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: tmp-crun.ZvkPHq.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit tmp-crun.ZvkPHq.mount has successfully entered the 'dead' state.
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: var-lib-containers-storage-overlay\x2dcontainers-5f8683f01b751692cf3d1fff5069da9dcaccccfe59f2a6f5368aa862ae521b31-userdata-shm.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit var-lib-containers-storage-overlay\x2dcontainers-5f8683f01b751692cf3d1fff5069da9dcaccccfe59f2a6f5368aa862ae521b31-userdata-shm.mount has successfully entered the 'dead' state.
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: var-lib-containers-storage-overlay-f8646e5b95bc7a9f0a5ee19b5b49d2d006c52a5e1101ccb4c67b09fc20bc019f-merged.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit var-lib-containers-storage-overlay-f8646e5b95bc7a9f0a5ee19b5b49d2d006c52a5e1101ccb4c67b09fc20bc019f-merged.mount has successfully entered the 'dead' state.
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[10371]: 2024-07-09 18:52:20.657791415 +0000 UTC m=+0.269381320 container cleanup 5f8683f01b751692cf3d1fff5069da9dcaccccfe59f2a6f5368aa862ae521b31 (image=localhost/podman-pause:5.1.1-1717459200, name=a96f3a51b8d1-service, PODMAN_SYSTEMD_UNIT=quadlet-demo.service)
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[10380]: 2024-07-09 18:52:20.712895275 +0000 UTC m=+0.033739556 pod stop 7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa (image=, name=quadlet-demo)
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: libpod-96e77ad472db1d6d0434991985f7e506669640dac2f678fa95cb321db2420fe0.scope: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit libpod-96e77ad472db1d6d0434991985f7e506669640dac2f678fa95cb321db2420fe0.scope has successfully entered the 'dead' state.
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=354 op=UNLOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm quadlet-demo-envoy[9605]: [2024-07-09 18:52:20.740][1][warning][main] [source/server/server.cc:854] caught ENVOY_SIGTERM
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm quadlet-demo-envoy[9605]: [2024-07-09 18:52:20.740][1][info][main] [source/server/server.cc:985] shutting down server instance
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm quadlet-demo-envoy[9605]: [2024-07-09 18:52:20.740][1][info][main] [source/server/server.cc:920] main dispatch loop exited
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm quadlet-demo-envoy[9605]: [2024-07-09 18:52:20.741][1][info][main] [source/server/server.cc:972] exiting
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: libpod-2ba6bbdd6240c1c3ccb44ec50ba87cd5380491acc2ddbea8224344a72a1ada1b.scope: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit libpod-2ba6bbdd6240c1c3ccb44ec50ba87cd5380491acc2ddbea8224344a72a1ada1b.scope has successfully entered the 'dead' state.
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm conmon[9605]: conmon 2ba6bbdd6240c1c3ccb4 : Failed to open cgroups file: /sys/fs/cgroup/machine.slice/machine-libpod_pod_7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa.slice/libpod-2ba6bbdd6240c1c3ccb44ec50ba87cd5380491acc2ddbea8224344a72a1ada1b.scope/container/memory.events
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[10380]: 2024-07-09 18:52:20.754037535 +0000 UTC m=+0.074881928 container died 2ba6bbdd6240c1c3ccb44ec50ba87cd5380491acc2ddbea8224344a72a1ada1b (image=quay.io/linux-system-roles/envoyproxy:v1.25.0, name=quadlet-demo-envoy, PODMAN_SYSTEMD_UNIT=quadlet-demo.service)
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=356 op=UNLOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[10380]: 2024-07-09 18:52:20.800074699 +0000 UTC m=+0.120919236 container died 96e77ad472db1d6d0434991985f7e506669640dac2f678fa95cb321db2420fe0 (image=localhost/podman-pause:5.1.1-1717459200, name=7c1f39e6be2e-infra, io.buildah.version=1.36.0, PODMAN_SYSTEMD_UNIT=quadlet-demo.service)
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm kernel: podman1: port 2(veth1) entered disabled state
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm kernel: veth1 (unregistering): left allmulticast mode
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm kernel: veth1 (unregistering): left promiscuous mode
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: ANOM_PROMISCUOUS dev=veth1 prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm kernel: podman1: port 2(veth1) entered disabled state
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm quadlet-demo-wordpress[9597]: [Tue Jul 09 18:52:20.848881 2024] [mpm_prefork:notice] [pid 1] AH00169: caught SIGTERM, shutting down
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[10414]: NETFILTER_CFG table=nat:42 family=2 entries=1 op=nft_unregister_rule pid=10414 subj=system_u:system_r:iptables_t:s0 comm="iptables"
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: libpod-af76d3f0498c610c3ddef59f495eee1a38a035895a8cbaf1c017b3fb696e42d6.scope: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit libpod-af76d3f0498c610c3ddef59f495eee1a38a035895a8cbaf1c017b3fb696e42d6.scope has successfully entered the 'dead' state.
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: libpod-af76d3f0498c610c3ddef59f495eee1a38a035895a8cbaf1c017b3fb696e42d6.scope: Consumed 1.413s CPU time, 80.1M memory peak, 0B memory swap peak.
░░ Subject: Resources consumed by unit runtime
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit libpod-af76d3f0498c610c3ddef59f495eee1a38a035895a8cbaf1c017b3fb696e42d6.scope completed and consumed the indicated resources.
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[10416]: NETFILTER_CFG table=nat:43 family=2 entries=1 op=nft_unregister_rule pid=10416 subj=system_u:system_r:iptables_t:s0 comm="iptables"
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=355 op=UNLOAD
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm conmon[9597]: conmon af76d3f0498c610c3dde : Failed to open cgroups file: /sys/fs/cgroup/machine.slice/machine-libpod_pod_7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa.slice/libpod-af76d3f0498c610c3ddef59f495eee1a38a035895a8cbaf1c017b3fb696e42d6.scope/container/memory.events
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[10418]: NETFILTER_CFG table=nat:44 family=2 entries=1 op=nft_unregister_rule pid=10418 subj=system_u:system_r:iptables_t:s0 comm="iptables"
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[10380]: 2024-07-09 18:52:20.900934741 +0000 UTC m=+0.221779080 container cleanup 2ba6bbdd6240c1c3ccb44ec50ba87cd5380491acc2ddbea8224344a72a1ada1b (image=quay.io/linux-system-roles/envoyproxy:v1.25.0, name=quadlet-demo-envoy, pod_id=7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa, PODMAN_SYSTEMD_UNIT=quadlet-demo.service)
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[10380]: 2024-07-09 18:52:20.902543528 +0000 UTC m=+0.223388000 container died af76d3f0498c610c3ddef59f495eee1a38a035895a8cbaf1c017b3fb696e42d6 (image=quay.io/linux-system-roles/wordpress:4.8-apache, name=quadlet-demo-wordpress, PODMAN_SYSTEMD_UNIT=quadlet-demo.service)
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[10421]: NETFILTER_CFG table=nat:45 family=2 entries=1 op=nft_unregister_rule pid=10421 subj=system_u:system_r:iptables_t:s0 comm="iptables"
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[10423]: NETFILTER_CFG table=nat:46 family=2 entries=1 op=nft_unregister_rule pid=10423 subj=system_u:system_r:iptables_t:s0 comm="iptables"
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[10425]: NETFILTER_CFG table=nat:47 family=2 entries=1 op=nft_unregister_rule pid=10425 subj=system_u:system_r:iptables_t:s0 comm="iptables"
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[10428]: NETFILTER_CFG table=nat:48 family=2 entries=1 op=nft_unregister_rule pid=10428 subj=system_u:system_r:iptables_t:s0 comm="iptables"
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[10436]: NETFILTER_CFG table=nat:49 family=2 entries=1 op=nft_unregister_rule pid=10436 subj=system_u:system_r:iptables_t:s0 comm="iptables"
Jul 09 18:52:20 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[10380]: 2024-07-09 18:52:20.997735939 +0000 UTC m=+0.318580188 container cleanup af76d3f0498c610c3ddef59f495eee1a38a035895a8cbaf1c017b3fb696e42d6 (image=quay.io/linux-system-roles/wordpress:4.8-apache, name=quadlet-demo-wordpress, pod_id=7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa, PODMAN_SYSTEMD_UNIT=quadlet-demo.service)
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[10380]: 2024-07-09 18:52:21.007329214 +0000 UTC m=+0.328173459 container cleanup 96e77ad472db1d6d0434991985f7e506669640dac2f678fa95cb321db2420fe0 (image=localhost/podman-pause:5.1.1-1717459200, name=7c1f39e6be2e-infra, pod_id=7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa, PODMAN_SYSTEMD_UNIT=quadlet-demo.service, io.buildah.version=1.36.0)
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Removed slice machine-libpod_pod_7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa.slice - cgroup machine-libpod_pod_7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa.slice.
░░ Subject: A stop job for unit machine-libpod_pod_7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa.slice has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ A stop job for unit machine-libpod_pod_7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa.slice has finished.
░░
░░ The job identifier is 4243 and the job result is done.
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: machine-libpod_pod_7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa.slice: Consumed 1.529s CPU time, 95.1M memory peak, 0B memory swap peak.
░░ Subject: Resources consumed by unit runtime
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit machine-libpod_pod_7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa.slice completed and consumed the indicated resources.
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[10380]: 2024-07-09 18:52:21.018930274 +0000 UTC m=+0.339774546 pod stop 7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa (image=, name=quadlet-demo)
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: machine-libpod_pod_7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa.slice: Failed to open /run/systemd/transient/machine-libpod_pod_7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa.slice: No such file or directory
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm quadlet-demo[10380]: time="2024-07-09T18:52:21Z" level=error msg="Checking if infra needs to be stopped: removing pod 7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa cgroup: Unit machine-libpod_pod_7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa.slice not loaded."
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[10380]: 2024-07-09 18:52:21.147588079 +0000 UTC m=+0.468432572 pod stop 7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa (image=, name=quadlet-demo)
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: machine-libpod_pod_7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa.slice: Failed to open /run/systemd/transient/machine-libpod_pod_7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa.slice: No such file or directory
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm quadlet-demo[10380]: time="2024-07-09T18:52:21Z" level=error msg="Checking if infra needs to be stopped: removing pod 7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa cgroup: Unit machine-libpod_pod_7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa.slice not loaded."
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[10380]: 2024-07-09 18:52:21.188165494 +0000 UTC m=+0.509009674 container remove af76d3f0498c610c3ddef59f495eee1a38a035895a8cbaf1c017b3fb696e42d6 (image=quay.io/linux-system-roles/wordpress:4.8-apache, name=quadlet-demo-wordpress, pod_id=7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa, PODMAN_SYSTEMD_UNIT=quadlet-demo.service)
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[10380]: 2024-07-09 18:52:21.222783522 +0000 UTC m=+0.543628128 container remove 2ba6bbdd6240c1c3ccb44ec50ba87cd5380491acc2ddbea8224344a72a1ada1b (image=quay.io/linux-system-roles/envoyproxy:v1.25.0, name=quadlet-demo-envoy, pod_id=7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa, PODMAN_SYSTEMD_UNIT=quadlet-demo.service)
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[10380]: 2024-07-09 18:52:21.261604173 +0000 UTC m=+0.582448341 container remove 96e77ad472db1d6d0434991985f7e506669640dac2f678fa95cb321db2420fe0 (image=localhost/podman-pause:5.1.1-1717459200, name=7c1f39e6be2e-infra, pod_id=7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa, io.buildah.version=1.36.0, PODMAN_SYSTEMD_UNIT=quadlet-demo.service)
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: machine-libpod_pod_7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa.slice: Failed to open /run/systemd/transient/machine-libpod_pod_7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa.slice: No such file or directory
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[10380]: 2024-07-09 18:52:21.274428433 +0000 UTC m=+0.595272593 pod remove 7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa (image=, name=quadlet-demo)
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[10380]: 2024-07-09 18:52:21.305221448 +0000 UTC m=+0.626065616 container remove 5f8683f01b751692cf3d1fff5069da9dcaccccfe59f2a6f5368aa862ae521b31 (image=localhost/podman-pause:5.1.1-1717459200, name=a96f3a51b8d1-service, PODMAN_SYSTEMD_UNIT=quadlet-demo.service)
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm quadlet-demo[10380]: Pods stopped:
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm quadlet-demo[10380]: 7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm quadlet-demo[10380]: Pods removed:
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm quadlet-demo[10380]: Error: removing pod 7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa cgroup: removing pod 7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa cgroup: Unit machine-libpod_pod_7c1f39e6be2e50c5bf2a59f94f88075b73856a5d061235ec405ed9a05c79d7aa.slice not loaded.
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm quadlet-demo[10380]: Secrets removed:
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm quadlet-demo[10380]: Error: %!s()
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm quadlet-demo[10380]: Volumes removed:
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: quadlet-demo.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit quadlet-demo.service has successfully entered the 'dead' state.
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Stopped quadlet-demo.service.
░░ Subject: A stop job for unit quadlet-demo.service has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ A stop job for unit quadlet-demo.service has finished.
░░
░░ The job identifier is 4241 and the job result is done.
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=quadlet-demo comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: quadlet-demo.service: Consumed 1.114s CPU time, 31.7M memory peak, 0B memory swap peak.
░░ Subject: Resources consumed by unit runtime
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit quadlet-demo.service completed and consumed the indicated resources.
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=10442 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: var-lib-containers-storage-overlay-cbbc40fbf9cd028ed86bc69b6212ab967d38108edcfcd5a50a118cb0bf7c83aa-merged.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit var-lib-containers-storage-overlay-cbbc40fbf9cd028ed86bc69b6212ab967d38108edcfcd5a50a118cb0bf7c83aa-merged.mount has successfully entered the 'dead' state.
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: var-lib-containers-storage-overlay-3202781c8fa19156925ad9166a680922a6a0347b3b5518e5630fa8fac1785377-merged.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit var-lib-containers-storage-overlay-3202781c8fa19156925ad9166a680922a6a0347b3b5518e5630fa8fac1785377-merged.mount has successfully entered the 'dead' state.
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: var-lib-containers-storage-overlay-8a47456c5502a7a0eabb514123e8ca3461242aefe7631d3c65b0805545d4b887-merged.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit var-lib-containers-storage-overlay-8a47456c5502a7a0eabb514123e8ca3461242aefe7631d3c65b0805545d4b887-merged.mount has successfully entered the 'dead' state.
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: run-netns-netns\x2d192d0035\x2dea63\x2df580\x2d4a1a\x2d21385f37c54d.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit run-netns-netns\x2d192d0035\x2dea63\x2df580\x2d4a1a\x2d21385f37c54d.mount has successfully entered the 'dead' state.
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: var-lib-containers-storage-overlay\x2dcontainers-96e77ad472db1d6d0434991985f7e506669640dac2f678fa95cb321db2420fe0-userdata-shm.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit var-lib-containers-storage-overlay\x2dcontainers-96e77ad472db1d6d0434991985f7e506669640dac2f678fa95cb321db2420fe0-userdata-shm.mount has successfully entered the 'dead' state.
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[10458]: ansible-file Invoked with path=/etc/containers/systemd/quadlet-demo.kube 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 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:21 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=10459 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[10475]: ansible-systemd Invoked with daemon_reload=True scope=system daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading requested from client PID 10476 ('systemctl') (unit session-7.scope)...
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading...
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd-getty-generator[10508]: Failed to parse $SYSTEMD_GETTY_AUTO environment variable, ignoring: Permission denied
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading finished in 295 ms.
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=376 op=LOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=357 op=UNLOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=377 op=LOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=358 op=UNLOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=378 op=LOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=359 op=UNLOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=379 op=LOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=360 op=UNLOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=380 op=LOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=361 op=UNLOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=381 op=LOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=382 op=LOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=362 op=UNLOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=363 op=UNLOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=383 op=LOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=364 op=UNLOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=384 op=LOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=385 op=LOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=365 op=UNLOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=366 op=UNLOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=386 op=LOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=367 op=UNLOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=387 op=LOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=388 op=LOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=368 op=UNLOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=369 op=UNLOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=389 op=LOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=370 op=UNLOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=390 op=LOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=391 op=LOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=371 op=UNLOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=372 op=UNLOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=392 op=LOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=373 op=UNLOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=393 op=LOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=394 op=LOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=374 op=UNLOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=375 op=UNLOAD
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=10526 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:22 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[10542]: ansible-ansible.legacy.command Invoked with _raw_params=podman image prune --all -f _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 09 18:52:23 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[10543]: 2024-07-09 18:52:23.229242945 +0000 UTC m=+0.531928038 image untag fcf3e41b8864a14d75a6d0627d3d02154e28a153aa57e8baa392cd744ffa0d0b quay.io/linux-system-roles/wordpress:4.8-apache
Jul 09 18:52:23 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[10543]: 2024-07-09 18:52:22.722963791 +0000 UTC m=+0.025649126 image remove fcf3e41b8864a14d75a6d0627d3d02154e28a153aa57e8baa392cd744ffa0d0b
Jul 09 18:52:23 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[10543]: 2024-07-09 18:52:23.375831735 +0000 UTC m=+0.678516909 image untag 5af2585e22ed1562885d9407efab74010090427be79048c2cd6a226517cc1e1d quay.io/linux-system-roles/envoyproxy:v1.25.0
Jul 09 18:52:23 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[10543]: 2024-07-09 18:52:23.229251258 +0000 UTC m=+0.531936228 image remove 5af2585e22ed1562885d9407efab74010090427be79048c2cd6a226517cc1e1d
Jul 09 18:52:23 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[10543]: 2024-07-09 18:52:23.521680056 +0000 UTC m=+0.824365091 image untag 15f4f85b21b0bb7079a3b4f16f55cf255cddc592840a7b1e8fa9cc2185cd2bf2 localhost/podman-pause:5.1.1-1717459200
Jul 09 18:52:23 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[10543]: 2024-07-09 18:52:23.375842743 +0000 UTC m=+0.678527730 image remove 15f4f85b21b0bb7079a3b4f16f55cf255cddc592840a7b1e8fa9cc2185cd2bf2
Jul 09 18:52:23 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:23 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:23 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:23 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:23 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=10551 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:23 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[10567]: ansible-ansible.legacy.command Invoked with _raw_params=podman images -n _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 09 18:52:23 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:23 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:23 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:23 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:23 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=10575 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:24 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[10591]: ansible-ansible.legacy.command Invoked with _raw_params=podman volume ls -n _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 09 18:52:24 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:24 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:24 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:24 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:24 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=10600 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:24 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[10616]: ansible-ansible.legacy.command Invoked with _raw_params=podman ps --noheading _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 09 18:52:24 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:24 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:24 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:24 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:24 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=10625 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:24 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[10641]: ansible-ansible.legacy.command Invoked with _raw_params=podman network ls -n -q _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 09 18:52:24 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:24 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:24 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:24 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:24 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=10650 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:25 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:25 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:25 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:25 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:25 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=10674 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:25 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[10690]: ansible-service_facts Invoked
Jul 09 18:52:27 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:27 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:28 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:28 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:28 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=10814 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:28 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[10830]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None
Jul 09 18:52:28 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:28 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:28 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:28 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:28 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=10832 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:28 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[10848]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Jul 09 18:52:28 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:28 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:29 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:29 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:29 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=10851 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:29 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[10867]: ansible-file Invoked with path=/etc/containers/systemd/quadlet-demo.yml 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 09 18:52:29 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:29 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:29 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:29 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:29 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=10868 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:29 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[10884]: ansible-systemd Invoked with daemon_reload=True scope=system daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading requested from client PID 10885 ('systemctl') (unit session-7.scope)...
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading...
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd-getty-generator[10918]: Failed to parse $SYSTEMD_GETTY_AUTO environment variable, ignoring: Permission denied
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading finished in 291 ms.
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=395 op=LOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=376 op=UNLOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=396 op=LOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=377 op=UNLOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=397 op=LOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=378 op=UNLOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=398 op=LOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=379 op=UNLOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=399 op=LOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=380 op=UNLOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=400 op=LOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=401 op=LOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=381 op=UNLOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=382 op=UNLOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=402 op=LOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=383 op=UNLOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=403 op=LOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=404 op=LOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=384 op=UNLOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=385 op=UNLOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=405 op=LOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=386 op=UNLOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=406 op=LOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=407 op=LOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=387 op=UNLOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=388 op=UNLOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=408 op=LOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=389 op=UNLOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=409 op=LOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=410 op=LOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=390 op=UNLOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=391 op=UNLOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=411 op=LOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=392 op=UNLOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=412 op=LOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=413 op=LOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=393 op=UNLOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=394 op=UNLOAD
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=10935 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[10951]: ansible-ansible.legacy.command Invoked with _raw_params=podman image prune --all -f _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 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=10960 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:30 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[10976]: ansible-ansible.legacy.command Invoked with _raw_params=podman images -n _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 09 18:52:31 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:31 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:31 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:31 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:31 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=10985 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:31 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[11001]: ansible-ansible.legacy.command Invoked with _raw_params=podman volume ls -n _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 09 18:52:31 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:31 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:31 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:31 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:31 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=11009 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:31 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[11025]: ansible-ansible.legacy.command Invoked with _raw_params=podman ps --noheading _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 09 18:52:31 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:31 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:31 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:31 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:31 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=11033 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:31 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[11049]: ansible-ansible.legacy.command Invoked with _raw_params=podman network ls -n -q _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 09 18:52:31 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:31 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:31 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:31 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:31 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=11057 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=8ff2e326ed24ec342a5d5e41757f744627bf55ccd931c279cf79c4985513d01e-7cdff1fa593ca5c3 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[11074]: 2024-07-09 18:52:32.178366072 +0000 UTC m=+0.096274753 container health_status 8ff2e326ed24ec342a5d5e41757f744627bf55ccd931c279cf79c4985513d01e (image=quay.io/linux-system-roles/mysql:5.6, name=quadlet-demo-mysql, health_status=unhealthy, PODMAN_SYSTEMD_UNIT=quadlet-demo-mysql.service)
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=8ff2e326ed24ec342a5d5e41757f744627bf55ccd931c279cf79c4985513d01e-7cdff1fa593ca5c3 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: 8ff2e326ed24ec342a5d5e41757f744627bf55ccd931c279cf79c4985513d01e-7cdff1fa593ca5c3.service: Main process exited, code=exited, status=125/n/a
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ An ExecStart= process belonging to unit 8ff2e326ed24ec342a5d5e41757f744627bf55ccd931c279cf79c4985513d01e-7cdff1fa593ca5c3.service has exited.
░░
░░ The process' exit code is 'exited' and its exit status is 125.
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: 8ff2e326ed24ec342a5d5e41757f744627bf55ccd931c279cf79c4985513d01e-7cdff1fa593ca5c3.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit 8ff2e326ed24ec342a5d5e41757f744627bf55ccd931c279cf79c4985513d01e-7cdff1fa593ca5c3.service has entered the 'failed' state with result 'exit-code'.
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: 8ff2e326ed24ec342a5d5e41757f744627bf55ccd931c279cf79c4985513d01e-7cdff1fa593ca5c3.timer: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit 8ff2e326ed24ec342a5d5e41757f744627bf55ccd931c279cf79c4985513d01e-7cdff1fa593ca5c3.timer has successfully entered the 'dead' state.
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Stopped 8ff2e326ed24ec342a5d5e41757f744627bf55ccd931c279cf79c4985513d01e-7cdff1fa593ca5c3.timer - /usr/bin/podman healthcheck run 8ff2e326ed24ec342a5d5e41757f744627bf55ccd931c279cf79c4985513d01e.
░░ Subject: A stop job for unit 8ff2e326ed24ec342a5d5e41757f744627bf55ccd931c279cf79c4985513d01e-7cdff1fa593ca5c3.timer has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ A stop job for unit 8ff2e326ed24ec342a5d5e41757f744627bf55ccd931c279cf79c4985513d01e-7cdff1fa593ca5c3.timer has finished.
░░
░░ The job identifier is 4335 and the job result is done.
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: 8ff2e326ed24ec342a5d5e41757f744627bf55ccd931c279cf79c4985513d01e-7cdff1fa593ca5c3.service: Failed to open /run/systemd/transient/8ff2e326ed24ec342a5d5e41757f744627bf55ccd931c279cf79c4985513d01e-7cdff1fa593ca5c3.service: No such file or directory
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=11100 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: run-r3f5e574869a448749d653a9ce8f30ecd.scope: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit run-r3f5e574869a448749d653a9ce8f30ecd.scope has successfully entered the 'dead' state.
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm kernel: podman1: port 1(veth0) entered disabled state
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm kernel: veth0 (unregistering): left allmulticast mode
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm kernel: veth0 (unregistering): left promiscuous mode
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm kernel: podman1: port 1(veth0) entered disabled state
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: ANOM_PROMISCUOUS dev=veth0 prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm NetworkManager[679]: [1720551152.3670] device (podman1): state change: activated -> unmanaged (reason 'unmanaged', sys-iface-state: 'removed')
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[11120]: NETFILTER_CFG table=nat:50 family=2 entries=1 op=nft_unregister_rule pid=11120 subj=system_u:system_r:iptables_t:s0 comm="iptables"
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[11123]: NETFILTER_CFG table=nat:51 family=2 entries=1 op=nft_unregister_rule pid=11123 subj=system_u:system_r:iptables_t:s0 comm="iptables"
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[11125]: NETFILTER_CFG table=nat:52 family=2 entries=1 op=nft_unregister_rule pid=11125 subj=system_u:system_r:iptables_t:s0 comm="iptables"
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
░░ Subject: A start job for unit NetworkManager-dispatcher.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ A start job for unit NetworkManager-dispatcher.service has begun execution.
░░
░░ The job identifier is 4337.
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[11127]: NETFILTER_CFG table=filter:53 family=2 entries=1 op=nft_unregister_rule pid=11127 subj=system_u:system_r:iptables_t:s0 comm="iptables"
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[11130]: NETFILTER_CFG table=filter:54 family=2 entries=1 op=nft_unregister_rule pid=11130 subj=system_u:system_r:iptables_t:s0 comm="iptables"
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[11135]: NETFILTER_CFG table=filter:55 family=2 entries=1 op=nft_unregister_rule pid=11135 subj=system_u:system_r:iptables_t:s0 comm="iptables"
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
░░ Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ A start job for unit NetworkManager-dispatcher.service has finished successfully.
░░
░░ The job identifier is 4337.
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[11140]: NETFILTER_CFG table=filter:56 family=2 entries=1 op=nft_unregister_rule pid=11140 subj=system_u:system_r:iptables_t:s0 comm="iptables"
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[11144]: NETFILTER_CFG table=nat:57 family=2 entries=1 op=nft_unregister_chain pid=11144 subj=system_u:system_r:iptables_t:s0 comm="iptables"
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[11118]: ansible-service_facts Invoked
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[6923]: NETFILTER_CFG table=firewalld:58 family=1 entries=46 op=nft_unregister_rule pid=6923 subj=system_u:system_r:firewalld_t:s0 comm="firewalld"
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: run-netns-netns\x2d35e37ae9\x2d1310\x2d7a3c\x2db2b9\x2db232d24b824d.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit run-netns-netns\x2d35e37ae9\x2d1310\x2d7a3c\x2db2b9\x2db232d24b824d.mount has successfully entered the 'dead' state.
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=295 op=UNLOAD
Jul 09 18:52:32 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[11090]: 2024-07-09 18:52:32.81729375 +0000 UTC m=+0.555008465 container remove 8ff2e326ed24ec342a5d5e41757f744627bf55ccd931c279cf79c4985513d01e (image=quay.io/linux-system-roles/mysql:5.6, name=quadlet-demo-mysql, PODMAN_SYSTEMD_UNIT=quadlet-demo-mysql.service)
Jul 09 18:52:33 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: var-lib-containers-storage-overlay-aff661940f09134fd5f72a7fe5101c58ce072a86369d18e501e42701002b5745-merged.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit var-lib-containers-storage-overlay-aff661940f09134fd5f72a7fe5101c58ce072a86369d18e501e42701002b5745-merged.mount has successfully entered the 'dead' state.
Jul 09 18:52:33 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: var-lib-containers-storage-overlay\x2dcontainers-8ff2e326ed24ec342a5d5e41757f744627bf55ccd931c279cf79c4985513d01e-userdata-shm.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit var-lib-containers-storage-overlay\x2dcontainers-8ff2e326ed24ec342a5d5e41757f744627bf55ccd931c279cf79c4985513d01e-userdata-shm.mount has successfully entered the 'dead' state.
Jul 09 18:52:33 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.
Jul 09 18:52:33 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: quadlet-demo-mysql.service: Main process exited, code=exited, status=137/n/a
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ An ExecStart= process belonging to unit quadlet-demo-mysql.service has exited.
░░
░░ The process' exit code is 'exited' and its exit status is 137.
Jul 09 18:52:33 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: quadlet-demo-mysql.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit quadlet-demo-mysql.service has entered the 'failed' state with result 'exit-code'.
Jul 09 18:52:33 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=quadlet-demo-mysql comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jul 09 18:52:33 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: quadlet-demo-mysql.service: Consumed 4.587s CPU time, 715.5M memory peak, 0B memory swap peak.
░░ Subject: Resources consumed by unit runtime
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit quadlet-demo-mysql.service completed and consumed the indicated resources.
Jul 09 18:52:35 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:35 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:35 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:35 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:35 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=11281 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:35 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[11297]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None
Jul 09 18:52:35 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:35 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:35 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:35 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:35 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=11299 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:36 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[11315]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Jul 09 18:52:36 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:36 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:36 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:36 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:36 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=11318 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:36 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[11334]: ansible-file Invoked with path=/etc/containers/systemd/envoy-proxy-configmap.yml 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 09 18:52:36 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:36 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:36 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:36 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:36 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=11335 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[11351]: ansible-systemd Invoked with daemon_reload=True scope=system daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading requested from client PID 11352 ('systemctl') (unit session-7.scope)...
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading...
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd-getty-generator[11386]: Failed to parse $SYSTEMD_GETTY_AUTO environment variable, ignoring: Permission denied
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading finished in 283 ms.
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=414 op=LOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=395 op=UNLOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=415 op=LOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=396 op=UNLOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=416 op=LOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=397 op=UNLOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=417 op=LOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=398 op=UNLOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=418 op=LOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=399 op=UNLOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=419 op=LOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=420 op=LOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=400 op=UNLOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=401 op=UNLOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=421 op=LOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=402 op=UNLOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=422 op=LOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=423 op=LOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=403 op=UNLOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=404 op=UNLOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=424 op=LOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=405 op=UNLOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=425 op=LOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=426 op=LOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=406 op=UNLOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=407 op=UNLOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=427 op=LOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=408 op=UNLOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=428 op=LOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=429 op=LOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=409 op=UNLOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=410 op=UNLOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=430 op=LOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=411 op=UNLOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=431 op=LOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=432 op=LOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=412 op=UNLOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=413 op=UNLOAD
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=11403 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:37 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[11419]: ansible-ansible.legacy.command Invoked with _raw_params=podman image prune --all -f _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 09 18:52:38 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[11420]: 2024-07-09 18:52:38.223641846 +0000 UTC m=+0.278289165 image untag dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 quay.io/linux-system-roles/mysql:5.6
Jul 09 18:52:38 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[11420]: 2024-07-09 18:52:37.974110465 +0000 UTC m=+0.028758083 image remove dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5
Jul 09 18:52:38 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.
Jul 09 18:52:38 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:38 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:38 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:38 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:38 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=11428 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:38 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[11444]: ansible-ansible.legacy.command Invoked with _raw_params=podman images -n _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 09 18:52:38 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.
Jul 09 18:52:38 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:38 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:38 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:38 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:38 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=11453 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:38 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[11469]: ansible-ansible.legacy.command Invoked with _raw_params=podman volume ls -n _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 09 18:52:38 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:38 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:38 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:38 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:38 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=11478 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:38 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.
Jul 09 18:52:39 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[11494]: ansible-ansible.legacy.command Invoked with _raw_params=podman ps --noheading _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 09 18:52:39 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.
Jul 09 18:52:39 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:39 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:39 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:39 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:39 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=11503 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:39 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[11519]: ansible-ansible.legacy.command Invoked with _raw_params=podman network ls -n -q _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 09 18:52:39 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.
Jul 09 18:52:39 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:39 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:39 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:39 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:39 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=11528 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:39 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:39 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:39 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:39 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:39 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=11552 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:39 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[11568]: ansible-service_facts Invoked
Jul 09 18:52:42 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state.
Jul 09 18:52:42 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 09 18:52:42 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:42 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:42 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:42 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:42 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=11692 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:43 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[11708]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None
Jul 09 18:52:43 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:43 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:43 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:43 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:43 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=11710 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:43 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[11726]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Jul 09 18:52:43 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:43 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:43 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:43 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:43 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=11729 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[11745]: ansible-systemd Invoked with name=quadlet-demo-mysql.service scope=system state=stopped enabled=False force=True daemon_reload=False daemon_reexec=False no_block=False masked=None
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading requested from client PID 11748 ('systemctl') (unit session-7.scope)...
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading...
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd-getty-generator[11779]: Failed to parse $SYSTEMD_GETTY_AUTO environment variable, ignoring: Permission denied
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading finished in 286 ms.
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=433 op=LOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=414 op=UNLOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=434 op=LOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=415 op=UNLOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=435 op=LOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=416 op=UNLOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=436 op=LOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=417 op=UNLOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=437 op=LOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=418 op=UNLOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=438 op=LOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=439 op=LOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=419 op=UNLOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=420 op=UNLOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=440 op=LOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=421 op=UNLOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=441 op=LOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=442 op=LOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=422 op=UNLOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=423 op=UNLOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=443 op=LOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=424 op=UNLOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=444 op=LOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=445 op=LOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=425 op=UNLOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=426 op=UNLOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=446 op=LOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=427 op=UNLOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=447 op=LOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=448 op=LOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=428 op=UNLOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=429 op=UNLOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=449 op=LOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=430 op=UNLOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=450 op=LOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=451 op=LOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=431 op=UNLOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=432 op=UNLOAD
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=11798 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[11814]: ansible-file Invoked with path=/etc/containers/systemd/quadlet-demo-mysql.container 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 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:44 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=11815 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[11831]: ansible-systemd Invoked with daemon_reload=True scope=system daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading requested from client PID 11832 ('systemctl') (unit session-7.scope)...
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading...
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd-getty-generator[11860]: Failed to parse $SYSTEMD_GETTY_AUTO environment variable, ignoring: Permission denied
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading finished in 282 ms.
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=452 op=LOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=433 op=UNLOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=453 op=LOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=434 op=UNLOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=454 op=LOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=435 op=UNLOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=455 op=LOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=436 op=UNLOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=456 op=LOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=437 op=UNLOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=457 op=LOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=458 op=LOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=438 op=UNLOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=439 op=UNLOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=459 op=LOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=440 op=UNLOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=460 op=LOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=461 op=LOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=441 op=UNLOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=442 op=UNLOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=462 op=LOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=443 op=UNLOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=463 op=LOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=464 op=LOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=444 op=UNLOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=445 op=UNLOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=465 op=LOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=446 op=UNLOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=466 op=LOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=467 op=LOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=447 op=UNLOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=448 op=UNLOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=468 op=LOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=449 op=UNLOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=469 op=LOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=470 op=LOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=450 op=UNLOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=451 op=UNLOAD
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:45 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=11882 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:46 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[11898]: ansible-ansible.legacy.command Invoked with _raw_params=podman image prune --all -f _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 09 18:52:46 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.
Jul 09 18:52:46 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:46 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:46 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:46 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:46 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=11907 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:46 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[11923]: ansible-ansible.legacy.command Invoked with _raw_params=podman images -n _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 09 18:52:46 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.
Jul 09 18:52:46 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:46 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:46 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:46 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:46 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=11931 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:46 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[11947]: ansible-ansible.legacy.command Invoked with _raw_params=podman volume ls -n _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 09 18:52:46 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:46 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:46 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:46 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:46 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=11956 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:47 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[11972]: ansible-ansible.legacy.command Invoked with _raw_params=podman ps --noheading _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 09 18:52:47 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:47 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:47 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:47 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:47 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=11981 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:47 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.
Jul 09 18:52:47 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[11997]: ansible-ansible.legacy.command Invoked with _raw_params=podman network ls -n -q _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 09 18:52:47 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.
Jul 09 18:52:47 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:47 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:47 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:47 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:47 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=12005 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:47 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.
Jul 09 18:52:47 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:47 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:47 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:47 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:47 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=12030 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:47 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[12046]: ansible-service_facts Invoked
Jul 09 18:52:50 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:50 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:50 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:50 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:50 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=12170 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:50 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[12186]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None
Jul 09 18:52:51 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:51 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:51 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:51 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:51 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=12188 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:51 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[12204]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Jul 09 18:52:51 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:51 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:51 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:51 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:51 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=12207 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[12223]: ansible-systemd Invoked with name=quadlet-demo-mysql-volume.service scope=system state=stopped enabled=False force=True daemon_reload=False daemon_reexec=False no_block=False masked=None
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading requested from client PID 12226 ('systemctl') (unit session-7.scope)...
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading...
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd-getty-generator[12261]: Failed to parse $SYSTEMD_GETTY_AUTO environment variable, ignoring: Permission denied
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading finished in 281 ms.
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=471 op=LOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=452 op=UNLOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=472 op=LOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=453 op=UNLOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=473 op=LOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=454 op=UNLOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=474 op=LOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=455 op=UNLOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=475 op=LOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=456 op=UNLOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=476 op=LOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=477 op=LOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=457 op=UNLOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=458 op=UNLOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=478 op=LOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=459 op=UNLOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=479 op=LOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=480 op=LOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=460 op=UNLOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=461 op=UNLOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=481 op=LOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=462 op=UNLOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=482 op=LOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=483 op=LOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=463 op=UNLOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=464 op=UNLOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=484 op=LOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=465 op=UNLOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=485 op=LOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=486 op=LOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=466 op=UNLOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=467 op=UNLOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=487 op=LOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=468 op=UNLOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=488 op=LOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=489 op=LOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=469 op=UNLOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=470 op=UNLOAD
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: quadlet-demo-mysql-volume.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit quadlet-demo-mysql-volume.service has successfully entered the 'dead' state.
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Stopped quadlet-demo-mysql-volume.service.
░░ Subject: A stop job for unit quadlet-demo-mysql-volume.service has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ A stop job for unit quadlet-demo-mysql-volume.service has finished.
░░
░░ The job identifier is 4429 and the job result is done.
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=quadlet-demo-mysql-volume comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=12277 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[12293]: ansible-file Invoked with path=/etc/containers/systemd/quadlet-demo-mysql.volume 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 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:52 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=12294 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[12310]: ansible-systemd Invoked with daemon_reload=True scope=system daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading requested from client PID 12311 ('systemctl') (unit session-7.scope)...
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading...
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd-getty-generator[12344]: Failed to parse $SYSTEMD_GETTY_AUTO environment variable, ignoring: Permission denied
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading finished in 280 ms.
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=490 op=LOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=471 op=UNLOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=491 op=LOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=472 op=UNLOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=492 op=LOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=473 op=UNLOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=493 op=LOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=474 op=UNLOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=494 op=LOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=475 op=UNLOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=495 op=LOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=496 op=LOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=476 op=UNLOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=477 op=UNLOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=497 op=LOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=478 op=UNLOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=498 op=LOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=499 op=LOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=479 op=UNLOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=480 op=UNLOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=500 op=LOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=481 op=UNLOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=501 op=LOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=502 op=LOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=482 op=UNLOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=483 op=UNLOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=503 op=LOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=484 op=UNLOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=504 op=LOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=505 op=LOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=485 op=UNLOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=486 op=UNLOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=506 op=LOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=487 op=UNLOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=507 op=LOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=508 op=LOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=488 op=UNLOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=489 op=UNLOAD
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=12361 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[12377]: ansible-ansible.legacy.command Invoked with _raw_params=podman image prune --all -f _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 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:53 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:54 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:54 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:54 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=12385 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:54 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[12401]: ansible-ansible.legacy.command Invoked with _raw_params=podman volume prune -f _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 09 18:52:54 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[12402]: 2024-07-09 18:52:54.302030013 +0000 UTC m=+0.055723938 volume remove systemd-quadlet-demo-mysql
Jul 09 18:52:54 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[12402]: 2024-07-09 18:52:54.30268527 +0000 UTC m=+0.056379591 volume prune systemd-quadlet-demo-mysql
Jul 09 18:52:54 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[12402]: 2024-07-09 18:52:54.354591663 +0000 UTC m=+0.108285949 volume remove wp-pv-claim
Jul 09 18:52:54 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[12402]: 2024-07-09 18:52:54.354656377 +0000 UTC m=+0.108350443 volume prune wp-pv-claim
Jul 09 18:52:54 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[12402]: 2024-07-09 18:52:54.367993849 +0000 UTC m=+0.121688054 volume remove envoy-proxy-config
Jul 09 18:52:54 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[12402]: 2024-07-09 18:52:54.368101734 +0000 UTC m=+0.121796081 volume prune envoy-proxy-config
Jul 09 18:52:54 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[12402]: 2024-07-09 18:52:54.379894858 +0000 UTC m=+0.133588995 volume remove envoy-certificates
Jul 09 18:52:54 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm podman[12402]: 2024-07-09 18:52:54.379951206 +0000 UTC m=+0.133645273 volume prune envoy-certificates
Jul 09 18:52:54 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.
Jul 09 18:52:54 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:54 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:54 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:54 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:54 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=12410 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:54 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[12426]: ansible-ansible.legacy.command Invoked with _raw_params=podman images -n _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 09 18:52:54 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:54 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:54 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:54 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:54 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=12434 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:54 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[12450]: ansible-ansible.legacy.command Invoked with _raw_params=podman volume ls -n _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 09 18:52:54 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.
Jul 09 18:52:54 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.
Jul 09 18:52:54 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:54 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:55 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:55 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:55 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=12458 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:55 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[12474]: ansible-ansible.legacy.command Invoked with _raw_params=podman ps --noheading _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 09 18:52:55 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.
Jul 09 18:52:55 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:55 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:55 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:55 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:55 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=12483 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:55 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[12499]: ansible-ansible.legacy.command Invoked with _raw_params=podman network ls -n -q _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 09 18:52:55 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:55 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:55 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:55 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:55 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=12507 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:55 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:55 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:55 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:55 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:55 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=12531 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:56 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[12547]: ansible-service_facts Invoked
Jul 09 18:52:58 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:58 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:59 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:59 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:59 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=12671 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:59 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[12687]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None
Jul 09 18:52:59 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:59 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:59 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:59 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:59 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=12689 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:52:59 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[12705]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Jul 09 18:52:59 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:52:59 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=12708 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[12724]: ansible-systemd Invoked with name=quadlet-demo-network.service scope=system state=stopped enabled=False force=True daemon_reload=False daemon_reexec=False no_block=False masked=None
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading requested from client PID 12727 ('systemctl') (unit session-7.scope)...
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading...
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd-getty-generator[12756]: Failed to parse $SYSTEMD_GETTY_AUTO environment variable, ignoring: Permission denied
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading finished in 283 ms.
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=509 op=LOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=490 op=UNLOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=510 op=LOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=491 op=UNLOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=511 op=LOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=492 op=UNLOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=512 op=LOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=493 op=UNLOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=513 op=LOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=494 op=UNLOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=514 op=LOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=515 op=LOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=495 op=UNLOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=496 op=UNLOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=516 op=LOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=497 op=UNLOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=517 op=LOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=518 op=LOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=498 op=UNLOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=499 op=UNLOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=519 op=LOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=500 op=UNLOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=520 op=LOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=521 op=LOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=501 op=UNLOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=502 op=UNLOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=522 op=LOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=503 op=UNLOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=523 op=LOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=524 op=LOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=504 op=UNLOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=505 op=UNLOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=525 op=LOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=506 op=UNLOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=526 op=LOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=527 op=LOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=507 op=UNLOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=508 op=UNLOAD
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: quadlet-demo-network.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit quadlet-demo-network.service has successfully entered the 'dead' state.
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Stopped quadlet-demo-network.service.
░░ Subject: A stop job for unit quadlet-demo-network.service has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ A stop job for unit quadlet-demo-network.service has finished.
░░
░░ The job identifier is 4430 and the job result is done.
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=quadlet-demo-network comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:00 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=12778 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[12794]: ansible-file Invoked with path=/etc/containers/systemd/quadlet-demo.network 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 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=12795 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[12811]: ansible-systemd Invoked with daemon_reload=True scope=system daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading requested from client PID 12812 ('systemctl') (unit session-7.scope)...
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading...
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd-getty-generator[12846]: Failed to parse $SYSTEMD_GETTY_AUTO environment variable, ignoring: Permission denied
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: Reloading finished in 282 ms.
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=528 op=LOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=509 op=UNLOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=529 op=LOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=510 op=UNLOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=530 op=LOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=511 op=UNLOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=531 op=LOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=512 op=UNLOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=532 op=LOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=513 op=UNLOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=533 op=LOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=534 op=LOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=514 op=UNLOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=515 op=UNLOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=535 op=LOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=516 op=UNLOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=536 op=LOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=537 op=LOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=517 op=UNLOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=518 op=UNLOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=538 op=LOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=519 op=UNLOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=539 op=LOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=540 op=LOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=520 op=UNLOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=521 op=UNLOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=541 op=LOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=522 op=UNLOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=542 op=LOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=543 op=LOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=523 op=UNLOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=524 op=UNLOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=544 op=LOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=525 op=UNLOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=545 op=LOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=546 op=LOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=526 op=UNLOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit: BPF prog-id=527 op=UNLOAD
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:01 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=12862 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:53:02 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[12878]: ansible-ansible.legacy.command Invoked with _raw_params=podman image prune --all -f _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 09 18:53:02 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.
Jul 09 18:53:02 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:02 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:02 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:02 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:02 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=12886 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:53:02 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[12902]: ansible-ansible.legacy.command Invoked with _raw_params=podman network prune -f _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 09 18:53:02 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.
Jul 09 18:53:02 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:02 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:02 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:02 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:02 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=12910 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:53:02 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[12926]: ansible-ansible.legacy.command Invoked with _raw_params=podman images -n _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 09 18:53:02 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:02 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:02 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:02 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:02 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=12935 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:53:03 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[12951]: ansible-ansible.legacy.command Invoked with _raw_params=podman volume ls -n _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 09 18:53:03 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:03 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:03 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:03 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:03 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=12959 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:53:03 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.
Jul 09 18:53:03 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[12975]: ansible-ansible.legacy.command Invoked with _raw_params=podman ps --noheading _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 09 18:53:03 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.
Jul 09 18:53:03 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:03 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:03 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:03 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:03 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=12984 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:53:03 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[13000]: ansible-ansible.legacy.command Invoked with _raw_params=podman network ls -n -q _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 09 18:53:03 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.
Jul 09 18:53:03 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:03 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:03 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:03 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:03 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=13008 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:53:04 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:04 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:04 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:04 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:04 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=13033 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:53:04 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[13049]: ansible-service_facts Invoked
Jul 09 18:53:06 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_END pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:06 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGOUT pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:06 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_LOGIN pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:06 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: USER_START pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=ssh res=success'
Jul 09 18:53:06 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm audit[1066]: CRYPTO_KEY_USER pid=1066 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:de:89:ff:41:d1:7f:2e:b3:7b:cb:08:a4:88:d8:a0:5a:40:da:6e:68:21:2c:f7:80:67:6e:7d:04:34:d9:5a:68 direction=? spid=13173 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.169 terminal=? res=success'
Jul 09 18:53:07 c5000f36-6adb-48de-82de-7bd46ae22243.testing-farm python3[13189]: 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
to retry, use: --limit @/tmp/tests_quadlet_demo.retry
PLAY RECAP *********************************************************************
sut : ok=373 changed=49 unreachable=0 failed=1 skipped=353 rescued=1 ignored=0
Tuesday 09 July 2024 18:53:07 +0000 (0:00:00.287) 0:04:34.601 **********
===============================================================================
fedora.linux_system_roles.podman : Ensure required packages are installed - 125.72s
/WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
fedora.linux_system_roles.podman : Ensure container images are present -- 24.30s
/WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18
fedora.linux_system_roles.podman : Ensure container images are present --- 8.73s
/WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18
fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 6.66s
/WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 4.95s
/WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
fedora.linux_system_roles.podman : For testing and debugging - services --- 2.92s
/WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133
fedora.linux_system_roles.podman : For testing and debugging - services --- 2.85s
/WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133
fedora.linux_system_roles.podman : For testing and debugging - services --- 2.83s
/WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133
fedora.linux_system_roles.podman : For testing and debugging - services --- 2.76s
/WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133
fedora.linux_system_roles.podman : For testing and debugging - services --- 2.76s
/WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133
fedora.linux_system_roles.podman : For testing and debugging - services --- 2.76s
/WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133
fedora.linux_system_roles.firewall : Enable and start firewalld service --- 2.37s
/WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Gathering Facts --------------------------------------------------------- 2.27s
/WORKDIR/git-handle-quadlet-cleanupno3bj4wv/tests/tests_quadlet_demo.yml:9 ----
fedora.linux_system_roles.podman : Stop and disable service ------------- 1.76s
/WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12
fedora.linux_system_roles.podman : Start service ------------------------ 1.74s
/WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110
fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.74s
/WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
fedora.linux_system_roles.firewall : Install firewalld ------------------ 1.65s
/WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19
fedora.linux_system_roles.firewall : Install firewalld ------------------ 1.63s
/WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19
fedora.linux_system_roles.podman : Start service ------------------------ 1.50s
/WORKDIR/git-handle-quadlet-cleanupno3bj4wv/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110
Check web --------------------------------------------------------------- 1.21s
/WORKDIR/git-handle-quadlet-cleanupno3bj4wv/tests/tests_quadlet_demo.yml:104 --
---^---^---^---^---^---
# STDERR:
---v---v---v---v---v---
[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.
[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)
---^---^---^---^---^---