[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var
naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This
feature will be removed from ansible-core in version 2.19. Deprecation warnings
can be disabled by setting deprecation_warnings=False in ansible.cfg.
ansible-playbook [core 2.17.2]
config file = None
configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/local/lib/python3.12/site-packages/ansible
ansible collection location = /tmp/tmp.rD6O8cUQ0M
executable location = /usr/local/bin/ansible-playbook
python version = 3.12.4 (main, Jul 17 2024, 00:00:00) [GCC 11.4.1 20231218 (Red Hat 11.4.1-3)] (/usr/bin/python3.12)
jinja version = 3.1.4
libyaml = True
No config file found; using defaults
running playbook inside collection fedora.linux_system_roles
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
PLAYBOOK: tests_certificate_internal.yml ***************************************
1 plays in /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml
PLAY [Test the cockpit role calling the certificate role internally] ***********
TASK [Gathering Facts] *********************************************************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:2
Saturday 27 July 2024 08:44:36 -0400 (0:00:00.008) 0:00:00.008 *********
[WARNING]: Platform linux on host managed_node1 is using the discovered Python
interpreter at /usr/bin/python3.9, but future installation of another Python
interpreter could change the meaning of that path. See
https://docs.ansible.com/ansible-
core/2.17/reference_appendices/interpreter_discovery.html for more information.
ok: [managed_node1]
TASK [Include role] ************************************************************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:13
Saturday 27 July 2024 08:44:37 -0400 (0:00:01.126) 0:00:01.134 *********
included: fedora.linux_system_roles.cockpit for managed_node1
TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts and variables used by role] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:2
Saturday 27 July 2024 08:44:37 -0400 (0:00:00.039) 0:00:01.173 *********
included: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml for managed_node1
TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2
Saturday 27 July 2024 08:44:37 -0400 (0:00:00.021) 0:00:01.195 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "__cockpit_required_facts | difference(ansible_facts.keys() | list) | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Check if system is ostree] ***********
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10
Saturday 27 July 2024 08:44:37 -0400 (0:00:00.021) 0:00:01.216 *********
ok: [managed_node1] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [fedora.linux_system_roles.cockpit : Set flag to indicate system is ostree] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:15
Saturday 27 July 2024 08:44:37 -0400 (0:00:00.440) 0:00:01.657 *********
ok: [managed_node1] => {
"ansible_facts": {
"__cockpit_is_ostree": false
},
"changed": false
}
TASK [fedora.linux_system_roles.cockpit : Check if transactional-update exists in /sbin] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:22
Saturday 27 July 2024 08:44:37 -0400 (0:00:00.023) 0:00:01.681 *********
ok: [managed_node1] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [fedora.linux_system_roles.cockpit : Set flag if transactional-update exists] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:27
Saturday 27 July 2024 08:44:38 -0400 (0:00:00.347) 0:00:02.029 *********
ok: [managed_node1] => {
"ansible_facts": {
"__cockpit_is_transactional": false
},
"changed": false
}
TASK [fedora.linux_system_roles.cockpit : Set version specific variables] ******
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:31
Saturday 27 July 2024 08:44:38 -0400 (0:00:00.025) 0:00:02.054 *********
ok: [managed_node1] => (item=/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/default.yml) => {
"ansible_facts": {
"__cockpit_daemon": "cockpit.socket",
"__cockpit_packages": {
"default": "{{ __cockpit_packages_minimal + __cockpit_packages_default }}",
"full": "{{ __cockpit_packages_minimal + __cockpit_packages_default + __cockpit_packages_full }}",
"minimal": "{{ __cockpit_packages_minimal }}"
},
"__cockpit_packages_default": [
"cockpit",
"cockpit-networkmanager",
"cockpit-packagekit",
"cockpit-selinux",
"cockpit-storaged"
],
"__cockpit_packages_exclude": [
"cockpit-docker",
"cockpit-ostree",
"cockpit-tests"
],
"__cockpit_packages_full": [
"cockpit-*"
],
"__cockpit_packages_minimal": [
"cockpit-system",
"cockpit-ws"
]
},
"ansible_included_var_files": [
"/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/default.yml"
],
"ansible_loop_var": "item",
"changed": false,
"item": "/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/default.yml"
}
TASK [fedora.linux_system_roles.cockpit : List active RHEL repositories] *******
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:11
Saturday 27 July 2024 08:44:38 -0400 (0:00:00.028) 0:00:02.083 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "ansible_distribution == 'RedHat'",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Enable RHEL repositories] ************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:18
Saturday 27 July 2024 08:44:38 -0400 (0:00:00.015) 0:00:02.098 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "ansible_distribution == 'RedHat'",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Manage cockpit packages using platform specific package manager if applicable] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:23
Saturday 27 July 2024 08:44:38 -0400 (0:00:00.014) 0:00:02.112 *********
included: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml for managed_node1 => (item=/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml)
TASK [fedora.linux_system_roles.cockpit : If choosing custom package set, ensure minimal cockpit is included] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:2
Saturday 27 July 2024 08:44:38 -0400 (0:00:00.034) 0:00:02.147 *********
ok: [managed_node1] => {
"ansible_facts": {
"cockpit_packages": "minimal"
},
"changed": false
}
TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed.] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:7
Saturday 27 July 2024 08:44:38 -0400 (0:00:00.023) 0:00:02.170 *********
changed: [managed_node1] => {
"changed": true,
"rc": 0,
"results": [
"Installed: cockpit-ws-321-1.el9.x86_64",
"Installed: cockpit-bridge-321-1.el9.x86_64",
"Installed: cockpit-system-321-1.el9.noarch"
]
}
lsrpackages: cockpit-system cockpit-ws
TASK [fedora.linux_system_roles.cockpit : Ensure full package list is installed] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:15
Saturday 27 July 2024 08:44:51 -0400 (0:00:13.195) 0:00:15.366 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "'cockpit-*' in __pkgs",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Configure firewall] ******************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:32
Saturday 27 July 2024 08:44:51 -0400 (0:00:00.018) 0:00:15.384 *********
included: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml for managed_node1
TASK [Ensure the cockpit service is enabled] ***********************************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml:3
Saturday 27 July 2024 08:44:51 -0400 (0:00:00.020) 0:00:15.405 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "cockpit_manage_firewall | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Configure selinux] *******************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:35
Saturday 27 July 2024 08:44:51 -0400 (0:00:00.019) 0:00:15.424 *********
included: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/selinux.yml for managed_node1
TASK [Ensure the service and the ports status with the selinux role] ***********
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/selinux.yml:3
Saturday 27 July 2024 08:44:51 -0400 (0:00:00.021) 0:00:15.446 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "cockpit_manage_selinux | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file directory] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:38
Saturday 27 July 2024 08:44:51 -0400 (0:00:00.019) 0:00:15.465 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "cockpit_port is not none",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:47
Saturday 27 July 2024 08:44:51 -0400 (0:00:00.019) 0:00:15.485 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "cockpit_port is not none",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:62
Saturday 27 July 2024 08:44:51 -0400 (0:00:00.018) 0:00:15.503 *********
ok: [managed_node1] => {
"changed": false,
"path": "/etc/systemd/system/cockpit.socket.d/listen.conf",
"state": "absent"
}
TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:71
Saturday 27 July 2024 08:44:52 -0400 (0:00:00.460) 0:00:15.963 *********
changed: [managed_node1] => {
"changed": true,
"enabled": true,
"name": "cockpit.socket",
"state": "started",
"status": {
"Accept": "no",
"AccessSELinuxContext": "system_u:object_r:cockpit_unit_file_t:s0",
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket sysinit.target system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Backlog": "4096",
"Before": "sockets.target shutdown.target cockpit-motd.service cockpit.service",
"BindIPv6Only": "default",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"Broadcast": "no",
"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": "no",
"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",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlGroupId": "0",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DeferAcceptUSec": "0",
"Delegate": "no",
"Description": "Cockpit Web Service Socket",
"DevicePolicy": "auto",
"DirectoryMode": "0755",
"Documentation": "\"man:cockpit-ws(8)\"",
"DynamicUser": "no",
"ExecStartPost": "{ path=/bin/ln ; argv[]=/bin/ln -snf active.motd /run/cockpit/motd ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStopPost": "{ path=/bin/ln ; argv[]=/bin/ln -snf inactive.motd /run/cockpit/motd ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorName": "cockpit.socket",
"FinalKillSignal": "9",
"FlushPending": "no",
"FragmentPath": "/usr/lib/systemd/system/cockpit.socket",
"FreeBind": "no",
"FreezerState": "running",
"GID": "[not set]",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"IPTOS": "-1",
"IPTTL": "-1",
"Id": "cockpit.socket",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeepAlive": "no",
"KeepAliveIntervalUSec": "0",
"KeepAliveProbes": "0",
"KeepAliveTimeUSec": "0",
"KeyringMode": "shared",
"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": "13964",
"LimitNPROCSoft": "13964",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "13964",
"LimitSIGPENDINGSoft": "13964",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"Listen": "[::]:9090 (Stream)",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"Mark": "-1",
"MaxConnections": "64",
"MaxConnectionsPerSource": "0",
"MemoryAccounting": "yes",
"MemoryAvailable": "infinity",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MessageQueueMaxMessages": "0",
"MessageQueueMessageSize": "0",
"MountAPIVFS": "no",
"NAccepted": "0",
"NConnections": "0",
"NRefused": "0",
"NUMAPolicy": "n/a",
"Names": "cockpit.socket",
"NeedDaemonReload": "no",
"Nice": "0",
"NoDelay": "no",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"OnSuccessJobMode": "fail",
"PassCredentials": "no",
"PassPacketInfo": "no",
"PassSecurity": "no",
"Perpetual": "no",
"PipeSize": "0",
"Priority": "-1",
"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",
"ReceiveBuffer": "0",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"RemoveIPC": "no",
"RemoveOnStop": "no",
"RequiredBy": "cockpit.service",
"Requires": "system.slice sysinit.target",
"RestartKillSignal": "15",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"ReusePort": "no",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendBuffer": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"Slice": "system.slice",
"SocketMode": "0666",
"SocketProtocol": "0",
"StandardError": "inherit",
"StandardInput": "null",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "22342",
"TimeoutCleanUSec": "infinity",
"TimeoutUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Timestamping": "off",
"Transient": "no",
"Transparent": "no",
"TriggerLimitBurst": "20",
"TriggerLimitIntervalUSec": "2s",
"Triggers": "cockpit.service",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"Wants": "cockpit-motd.service",
"WatchdogSignal": "6",
"Writable": "no"
}
}
TASK [fedora.linux_system_roles.cockpit : Create cockpit.conf configuration file] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:77
Saturday 27 July 2024 08:44:53 -0400 (0:00:01.009) 0:00:16.973 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "cockpit_config is defined",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Check the OS version for self-sign] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:93
Saturday 27 July 2024 08:44:53 -0400 (0:00:00.019) 0:00:16.993 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "cockpit_certificates | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [Create certificates using the certificate role] **************************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:102
Saturday 27 July 2024 08:44:53 -0400 (0:00:00.020) 0:00:17.013 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "cockpit_certificates | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Set cockpit_cert and cockpit_private_key] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:108
Saturday 27 July 2024 08:44:53 -0400 (0:00:00.020) 0:00:17.034 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "cockpit_certificates | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:114
Saturday 27 July 2024 08:44:53 -0400 (0:00:00.020) 0:00:17.054 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "cockpit_cert is defined",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate key] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:124
Saturday 27 July 2024 08:44:53 -0400 (0:00:00.018) 0:00:17.072 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "cockpit_cert is defined",
"skip_reason": "Conditional result was False"
}
TASK [Get name of cockpit group to use] ****************************************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:21
Saturday 27 July 2024 08:44:53 -0400 (0:00:00.021) 0:00:17.094 *********
included: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/get_cockpit_group.yml for managed_node1
TASK [Get name of cockpit group for tests] *************************************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/get_cockpit_group.yml:3
Saturday 27 July 2024 08:44:53 -0400 (0:00:00.023) 0:00:17.117 *********
ok: [managed_node1] => {
"ansible_facts": {
"getent_group": {
"cockpit-wsinstance": [
"x",
"991",
""
]
}
},
"changed": false
}
TASK [Set __cockpit_test_group] ************************************************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/get_cockpit_group.yml:9
Saturday 27 July 2024 08:44:53 -0400 (0:00:00.439) 0:00:17.556 *********
ok: [managed_node1] => {
"ansible_facts": {
"__cockpit_test_group": "cockpit-wsinstance"
},
"changed": false
}
TASK [Install cockpit with cockpit_certificates request] ***********************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:24
Saturday 27 July 2024 08:44:53 -0400 (0:00:00.018) 0:00:17.575 *********
included: fedora.linux_system_roles.cockpit for managed_node1
TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts and variables used by role] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:2
Saturday 27 July 2024 08:44:53 -0400 (0:00:00.048) 0:00:17.624 *********
included: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml for managed_node1
TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2
Saturday 27 July 2024 08:44:53 -0400 (0:00:00.023) 0:00:17.647 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "__cockpit_required_facts | difference(ansible_facts.keys() | list) | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Check if system is ostree] ***********
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10
Saturday 27 July 2024 08:44:53 -0400 (0:00:00.023) 0:00:17.671 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "not __cockpit_is_ostree is defined",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Set flag to indicate system is ostree] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:15
Saturday 27 July 2024 08:44:53 -0400 (0:00:00.019) 0:00:17.690 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "not __cockpit_is_ostree is defined",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Check if transactional-update exists in /sbin] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:22
Saturday 27 July 2024 08:44:53 -0400 (0:00:00.018) 0:00:17.709 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "not __cockpit_is_transactional is defined",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Set flag if transactional-update exists] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:27
Saturday 27 July 2024 08:44:53 -0400 (0:00:00.019) 0:00:17.729 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "not __cockpit_is_transactional is defined",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Set version specific variables] ******
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:31
Saturday 27 July 2024 08:44:53 -0400 (0:00:00.019) 0:00:17.748 *********
ok: [managed_node1] => (item=/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/default.yml) => {
"ansible_facts": {
"__cockpit_daemon": "cockpit.socket",
"__cockpit_packages": {
"default": "{{ __cockpit_packages_minimal + __cockpit_packages_default }}",
"full": "{{ __cockpit_packages_minimal + __cockpit_packages_default + __cockpit_packages_full }}",
"minimal": "{{ __cockpit_packages_minimal }}"
},
"__cockpit_packages_default": [
"cockpit",
"cockpit-networkmanager",
"cockpit-packagekit",
"cockpit-selinux",
"cockpit-storaged"
],
"__cockpit_packages_exclude": [
"cockpit-docker",
"cockpit-ostree",
"cockpit-tests"
],
"__cockpit_packages_full": [
"cockpit-*"
],
"__cockpit_packages_minimal": [
"cockpit-system",
"cockpit-ws"
]
},
"ansible_included_var_files": [
"/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/default.yml"
],
"ansible_loop_var": "item",
"changed": false,
"item": "/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/default.yml"
}
TASK [fedora.linux_system_roles.cockpit : List active RHEL repositories] *******
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:11
Saturday 27 July 2024 08:44:53 -0400 (0:00:00.026) 0:00:17.775 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "ansible_distribution == 'RedHat'",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Enable RHEL repositories] ************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:18
Saturday 27 July 2024 08:44:53 -0400 (0:00:00.014) 0:00:17.789 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "ansible_distribution == 'RedHat'",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Manage cockpit packages using platform specific package manager if applicable] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:23
Saturday 27 July 2024 08:44:53 -0400 (0:00:00.015) 0:00:17.804 *********
included: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml for managed_node1 => (item=/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml)
TASK [fedora.linux_system_roles.cockpit : If choosing custom package set, ensure minimal cockpit is included] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:2
Saturday 27 July 2024 08:44:54 -0400 (0:00:00.033) 0:00:17.838 *********
ok: [managed_node1] => {
"ansible_facts": {
"cockpit_packages": "minimal"
},
"changed": false
}
TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed.] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:7
Saturday 27 July 2024 08:44:54 -0400 (0:00:00.023) 0:00:17.862 *********
ok: [managed_node1] => {
"changed": false,
"rc": 0,
"results": []
}
MSG:
Nothing to do
lsrpackages: cockpit-system cockpit-ws
TASK [fedora.linux_system_roles.cockpit : Ensure full package list is installed] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:15
Saturday 27 July 2024 08:44:54 -0400 (0:00:00.931) 0:00:18.793 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "'cockpit-*' in __pkgs",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Configure firewall] ******************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:32
Saturday 27 July 2024 08:44:54 -0400 (0:00:00.019) 0:00:18.812 *********
included: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml for managed_node1
TASK [Ensure the cockpit service is enabled] ***********************************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml:3
Saturday 27 July 2024 08:44:55 -0400 (0:00:00.019) 0:00:18.832 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "cockpit_manage_firewall | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Configure selinux] *******************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:35
Saturday 27 July 2024 08:44:55 -0400 (0:00:00.019) 0:00:18.852 *********
included: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/selinux.yml for managed_node1
TASK [Ensure the service and the ports status with the selinux role] ***********
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/selinux.yml:3
Saturday 27 July 2024 08:44:55 -0400 (0:00:00.021) 0:00:18.873 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "cockpit_manage_selinux | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file directory] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:38
Saturday 27 July 2024 08:44:55 -0400 (0:00:00.022) 0:00:18.895 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "cockpit_port is not none",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:47
Saturday 27 July 2024 08:44:55 -0400 (0:00:00.024) 0:00:18.920 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "cockpit_port is not none",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:62
Saturday 27 July 2024 08:44:55 -0400 (0:00:00.019) 0:00:18.940 *********
ok: [managed_node1] => {
"changed": false,
"path": "/etc/systemd/system/cockpit.socket.d/listen.conf",
"state": "absent"
}
TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:71
Saturday 27 July 2024 08:44:55 -0400 (0:00:00.361) 0:00:19.302 *********
ok: [managed_node1] => {
"changed": false,
"enabled": true,
"name": "cockpit.socket",
"state": "started",
"status": {
"Accept": "no",
"AccessSELinuxContext": "system_u:object_r:cockpit_unit_file_t:s0",
"ActiveEnterTimestamp": "Sat 2024-07-27 08:44:53 EDT",
"ActiveEnterTimestampMonotonic": "314572314",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "active",
"After": "sysinit.target system.slice systemd-journald.socket",
"AllowIsolate": "no",
"AssertResult": "yes",
"AssertTimestamp": "Sat 2024-07-27 08:44:53 EDT",
"AssertTimestampMonotonic": "314535348",
"Backlog": "4096",
"Before": "shutdown.target cockpit-motd.service cockpit.service sockets.target",
"BindIPv6Only": "default",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"Broadcast": "no",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "18426000",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "no",
"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",
"CollectMode": "inactive",
"ConditionResult": "yes",
"ConditionTimestamp": "Sat 2024-07-27 08:44:53 EDT",
"ConditionTimestampMonotonic": "314535344",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlGroup": "/system.slice/cockpit.socket",
"ControlGroupId": "5990",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DeferAcceptUSec": "0",
"Delegate": "no",
"Description": "Cockpit Web Service Socket",
"DevicePolicy": "auto",
"DirectoryMode": "0755",
"Documentation": "\"man:cockpit-ws(8)\"",
"DynamicUser": "no",
"ExecStartPost": "{ path=/bin/ln ; argv[]=/bin/ln -snf active.motd /run/cockpit/motd ; ignore_errors=yes ; start_time=[Sat 2024-07-27 08:44:53 EDT] ; stop_time=[Sat 2024-07-27 08:44:53 EDT] ; pid=13919 ; code=exited ; status=0 }",
"ExecStopPost": "{ path=/bin/ln ; argv[]=/bin/ln -snf inactive.motd /run/cockpit/motd ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorName": "cockpit.socket",
"FinalKillSignal": "9",
"FlushPending": "no",
"FragmentPath": "/usr/lib/systemd/system/cockpit.socket",
"FreeBind": "no",
"FreezerState": "running",
"GID": "[not set]",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"IPTOS": "-1",
"IPTTL": "-1",
"Id": "cockpit.socket",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestamp": "Sat 2024-07-27 08:44:53 EDT",
"InactiveExitTimestampMonotonic": "314548586",
"InvocationID": "ee76c8ed831a44a183dfbdf640095397",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeepAlive": "no",
"KeepAliveIntervalUSec": "0",
"KeepAliveProbes": "0",
"KeepAliveTimeUSec": "0",
"KeyringMode": "shared",
"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": "13964",
"LimitNPROCSoft": "13964",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "13964",
"LimitSIGPENDINGSoft": "13964",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"Listen": "[::]:9090 (Stream)",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"Mark": "-1",
"MaxConnections": "64",
"MaxConnectionsPerSource": "0",
"MemoryAccounting": "yes",
"MemoryAvailable": "infinity",
"MemoryCurrent": "8192",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MessageQueueMaxMessages": "0",
"MessageQueueMessageSize": "0",
"MountAPIVFS": "no",
"NAccepted": "0",
"NConnections": "0",
"NRefused": "0",
"NUMAPolicy": "n/a",
"Names": "cockpit.socket",
"NeedDaemonReload": "no",
"Nice": "0",
"NoDelay": "no",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"OnSuccessJobMode": "fail",
"PassCredentials": "no",
"PassPacketInfo": "no",
"PassSecurity": "no",
"Perpetual": "no",
"PipeSize": "0",
"Priority": "-1",
"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",
"ReceiveBuffer": "0",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"RemoveIPC": "no",
"RemoveOnStop": "no",
"RequiredBy": "cockpit.service",
"Requires": "system.slice sysinit.target",
"RestartKillSignal": "15",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"ReusePort": "no",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendBuffer": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"Slice": "system.slice",
"SocketMode": "0666",
"SocketProtocol": "0",
"StandardError": "inherit",
"StandardInput": "null",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Sat 2024-07-27 08:44:53 EDT",
"StateChangeTimestampMonotonic": "314572314",
"StateDirectoryMode": "0755",
"StopWhenUnneeded": "no",
"SubState": "listening",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "0",
"TasksMax": "22342",
"TimeoutCleanUSec": "infinity",
"TimeoutUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Timestamping": "off",
"Transient": "no",
"Transparent": "no",
"TriggerLimitBurst": "20",
"TriggerLimitIntervalUSec": "2s",
"Triggers": "cockpit.service",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "sockets.target",
"Wants": "cockpit-motd.service",
"WatchdogSignal": "6",
"Writable": "no"
}
}
TASK [fedora.linux_system_roles.cockpit : Create cockpit.conf configuration file] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:77
Saturday 27 July 2024 08:44:55 -0400 (0:00:00.518) 0:00:19.820 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "cockpit_config is defined",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Check the OS version for self-sign] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:93
Saturday 27 July 2024 08:44:56 -0400 (0:00:00.019) 0:00:19.840 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "(ansible_facts['distribution_version'] | int == 7 and cockpit_certificates.0.ca == 'self-sign')",
"skip_reason": "Conditional result was False"
}
TASK [Create certificates using the certificate role] **************************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:102
Saturday 27 July 2024 08:44:56 -0400 (0:00:00.028) 0:00:19.868 *********
included: fedora.linux_system_roles.certificate for managed_node1
TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Saturday 27 July 2024 08:44:56 -0400 (0:00:00.046) 0:00:19.915 *********
included: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed_node1
TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Saturday 27 July 2024 08:44:56 -0400 (0:00:00.033) 0:00:19.949 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "__certificate_required_facts | difference(ansible_facts.keys() | list) | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.certificate : Check if system is ostree] *******
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Saturday 27 July 2024 08:44:56 -0400 (0:00:00.026) 0:00:19.976 *********
ok: [managed_node1] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Saturday 27 July 2024 08:44:56 -0400 (0:00:00.361) 0:00:20.337 *********
ok: [managed_node1] => {
"ansible_facts": {
"__certificate_is_ostree": false
},
"changed": false
}
TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Saturday 27 July 2024 08:44:56 -0400 (0:00:00.034) 0:00:20.371 *********
skipping: [managed_node1] => (item=RedHat.yml) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "__vars_file is file",
"item": "RedHat.yml",
"skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=CentOS.yml) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "__vars_file is file",
"item": "CentOS.yml",
"skip_reason": "Conditional result was False"
}
ok: [managed_node1] => (item=CentOS_9.yml) => {
"ansible_facts": {
"__certificate_certmonger_packages": [
"certmonger",
"python3-packaging"
]
},
"ansible_included_var_files": [
"/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_9.yml"
],
"ansible_loop_var": "item",
"changed": false,
"item": "CentOS_9.yml"
}
ok: [managed_node1] => (item=CentOS_9.yml) => {
"ansible_facts": {
"__certificate_certmonger_packages": [
"certmonger",
"python3-packaging"
]
},
"ansible_included_var_files": [
"/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_9.yml"
],
"ansible_loop_var": "item",
"changed": false,
"item": "CentOS_9.yml"
}
TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Saturday 27 July 2024 08:44:56 -0400 (0:00:00.080) 0:00:20.452 *********
ok: [managed_node1] => {
"changed": false,
"rc": 0,
"results": []
}
MSG:
Nothing to do
lsrpackages: python3-cryptography python3-dbus python3-pyasn1
TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
Saturday 27 July 2024 08:44:57 -0400 (0:00:00.943) 0:00:21.395 *********
ok: [managed_node1] => (item=certmonger) => {
"__certificate_provider": "certmonger",
"ansible_loop_var": "__certificate_provider",
"changed": false,
"rc": 0,
"results": []
}
MSG:
Nothing to do
lsrpackages: certmonger python3-packaging
TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35
Saturday 27 July 2024 08:44:58 -0400 (0:00:00.953) 0:00:22.349 *********
ok: [managed_node1] => (item=certmonger) => {
"__certificate_provider": "certmonger",
"ansible_loop_var": "__certificate_provider",
"changed": false,
"gid": 0,
"group": "root",
"mode": "0700",
"owner": "root",
"path": "/etc/certmonger//pre-scripts",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 6,
"state": "directory",
"uid": 0
}
TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61
Saturday 27 July 2024 08:44:58 -0400 (0:00:00.390) 0:00:22.739 *********
ok: [managed_node1] => (item=certmonger) => {
"__certificate_provider": "certmonger",
"ansible_loop_var": "__certificate_provider",
"changed": false,
"gid": 0,
"group": "root",
"mode": "0700",
"owner": "root",
"path": "/etc/certmonger//post-scripts",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 6,
"state": "directory",
"uid": 0
}
TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Saturday 27 July 2024 08:44:59 -0400 (0:00:00.391) 0:00:23.130 *********
ok: [managed_node1] => (item=certmonger) => {
"__certificate_provider": "certmonger",
"ansible_loop_var": "__certificate_provider",
"changed": false,
"enabled": true,
"name": "certmonger",
"state": "started",
"status": {
"AccessSELinuxContext": "system_u:object_r:certmonger_unit_file_t:s0",
"ActiveEnterTimestamp": "Sat 2024-07-27 08:44:18 EDT",
"ActiveEnterTimestampMonotonic": "279729782",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "active",
"After": "network.target dbus.socket system.slice basic.target dbus-broker.service systemd-journald.socket sysinit.target syslog.target",
"AllowIsolate": "no",
"AssertResult": "yes",
"AssertTimestamp": "Sat 2024-07-27 08:44:18 EDT",
"AssertTimestampMonotonic": "279712483",
"Before": "shutdown.target multi-user.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": "591132000",
"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": "Sat 2024-07-27 08:44:18 EDT",
"ConditionTimestampMonotonic": "279712479",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlGroup": "/system.slice/certmonger.service",
"ControlGroupId": "5156",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Certificate monitoring and PKI enrollment",
"DevicePolicy": "auto",
"DynamicUser": "no",
"EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "11054",
"ExecMainStartTimestamp": "Sat 2024-07-27 08:44:18 EDT",
"ExecMainStartTimestampMonotonic": "279721197",
"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",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/certmonger.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "certmonger.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestamp": "Sat 2024-07-27 08:44:18 EDT",
"InactiveExitTimestampMonotonic": "279721570",
"InvocationID": "37cf4c6422334bc18224fcbab0eb7276",
"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": "13964",
"LimitNPROCSoft": "13964",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "13964",
"LimitSIGPENDINGSoft": "13964",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "11054",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "infinity",
"MemoryCurrent": "3870720",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"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",
"RestartUSec": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"RuntimeRandomizedExtraUSec": "0",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"Slice": "system.slice",
"StandardError": "inherit",
"StandardInput": "null",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Sat 2024-07-27 08:44:53 EDT",
"StateChangeTimestampMonotonic": "314525855",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "running",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "1",
"TasksMax": "22342",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "dbus",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] *****
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Saturday 27 July 2024 08:44:59 -0400 (0:00:00.539) 0:00:23.670 *********
changed: [managed_node1] => (item={'name': 'cockpit_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign', 'group': 'cockpit-wsinstance'}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"ca": "self-sign",
"dns": [
"localhost",
"www.example.com"
],
"group": "cockpit-wsinstance",
"name": "cockpit_cert"
}
}
MSG:
Certificate requested (new). File attributes updated.
TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Saturday 27 July 2024 08:45:00 -0400 (0:00:00.874) 0:00:24.544 *********
skipping: [managed_node1] => (item=['cert', {'name': 'cockpit_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign', 'group': 'cockpit-wsinstance'}]) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "certificate_test_mode | d(false)",
"item": [
"cert",
{
"ca": "self-sign",
"dns": [
"localhost",
"www.example.com"
],
"group": "cockpit-wsinstance",
"name": "cockpit_cert"
}
],
"skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=['key', {'name': 'cockpit_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign', 'group': 'cockpit-wsinstance'}]) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "certificate_test_mode | d(false)",
"item": [
"key",
{
"ca": "self-sign",
"dns": [
"localhost",
"www.example.com"
],
"group": "cockpit-wsinstance",
"name": "cockpit_cert"
}
],
"skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=['ca', {'name': 'cockpit_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign', 'group': 'cockpit-wsinstance'}]) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "certificate_test_mode | d(false)",
"item": [
"ca",
{
"ca": "self-sign",
"dns": [
"localhost",
"www.example.com"
],
"group": "cockpit-wsinstance",
"name": "cockpit_cert"
}
],
"skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => {
"changed": false
}
MSG:
All items skipped
TASK [fedora.linux_system_roles.certificate : Create return data] **************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Saturday 27 July 2024 08:45:00 -0400 (0:00:00.049) 0:00:24.594 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "certificate_test_mode | d(false)",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ******
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Saturday 27 July 2024 08:45:00 -0400 (0:00:00.025) 0:00:24.620 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "certificate_test_mode | d(false)",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.certificate : Remove files] ********************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Saturday 27 July 2024 08:45:00 -0400 (0:00:00.028) 0:00:24.648 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "certificate_test_mode | d(false)",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Set cockpit_cert and cockpit_private_key] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:108
Saturday 27 July 2024 08:45:00 -0400 (0:00:00.034) 0:00:24.683 *********
ok: [managed_node1] => {
"ansible_facts": {
"cockpit_cert": "/etc/pki/tls/certs/cockpit_cert.crt",
"cockpit_private_key": "/etc/pki/tls/private/cockpit_cert.key"
},
"changed": false
}
TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:114
Saturday 27 July 2024 08:45:00 -0400 (0:00:00.030) 0:00:24.713 *********
changed: [managed_node1] => {
"changed": true,
"dest": "/etc/cockpit/ws-certs.d/50-system-role.crt",
"gid": 0,
"group": "root",
"mode": "0777",
"owner": "root",
"secontext": "unconfined_u:object_r:cert_t:s0",
"size": 35,
"src": "/etc/pki/tls/certs/cockpit_cert.crt",
"state": "link",
"uid": 0
}
TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate key] ***
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:124
Saturday 27 July 2024 08:45:01 -0400 (0:00:00.368) 0:00:25.082 *********
changed: [managed_node1] => {
"changed": true,
"dest": "/etc/cockpit/ws-certs.d/50-system-role.key",
"gid": 0,
"group": "root",
"mode": "0777",
"owner": "root",
"secontext": "unconfined_u:object_r:cert_t:s0",
"size": 37,
"src": "/etc/pki/tls/private/cockpit_cert.key",
"state": "link",
"uid": 0
}
TASK [Collect installed package versions] **************************************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:55
Saturday 27 July 2024 08:45:01 -0400 (0:00:00.377) 0:00:25.460 *********
ok: [managed_node1] => {
"ansible_facts": {
"packages": {
"NetworkManager": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager",
"release": "2.el9",
"source": "rpm",
"version": "1.48.2"
}
],
"NetworkManager-libnm": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager-libnm",
"release": "2.el9",
"source": "rpm",
"version": "1.48.2"
}
],
"NetworkManager-team": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager-team",
"release": "2.el9",
"source": "rpm",
"version": "1.48.2"
}
],
"NetworkManager-tui": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager-tui",
"release": "2.el9",
"source": "rpm",
"version": "1.48.2"
}
],
"PackageKit": [
{
"arch": "x86_64",
"epoch": null,
"name": "PackageKit",
"release": "1.el9",
"source": "rpm",
"version": "1.2.6"
}
],
"PackageKit-glib": [
{
"arch": "x86_64",
"epoch": null,
"name": "PackageKit-glib",
"release": "1.el9",
"source": "rpm",
"version": "1.2.6"
}
],
"abattis-cantarell-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "abattis-cantarell-fonts",
"release": "4.el9",
"source": "rpm",
"version": "0.301"
}
],
"acl": [
{
"arch": "x86_64",
"epoch": null,
"name": "acl",
"release": "4.el9",
"source": "rpm",
"version": "2.3.1"
}
],
"adobe-source-code-pro-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "adobe-source-code-pro-fonts",
"release": "12.el9.1",
"source": "rpm",
"version": "2.030.1.050"
}
],
"alternatives": [
{
"arch": "x86_64",
"epoch": null,
"name": "alternatives",
"release": "1.el9",
"source": "rpm",
"version": "1.24"
}
],
"aspell": [
{
"arch": "x86_64",
"epoch": 12,
"name": "aspell",
"release": "8.el9",
"source": "rpm",
"version": "0.60.8"
}
],
"attr": [
{
"arch": "x86_64",
"epoch": null,
"name": "attr",
"release": "3.el9",
"source": "rpm",
"version": "2.5.1"
}
],
"audit": [
{
"arch": "x86_64",
"epoch": null,
"name": "audit",
"release": "2.el9",
"source": "rpm",
"version": "3.1.2"
}
],
"audit-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "audit-libs",
"release": "2.el9",
"source": "rpm",
"version": "3.1.2"
}
],
"authselect": [
{
"arch": "x86_64",
"epoch": null,
"name": "authselect",
"release": "2.el9",
"source": "rpm",
"version": "1.2.6"
}
],
"authselect-compat": [
{
"arch": "x86_64",
"epoch": null,
"name": "authselect-compat",
"release": "2.el9",
"source": "rpm",
"version": "1.2.6"
}
],
"authselect-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "authselect-libs",
"release": "2.el9",
"source": "rpm",
"version": "1.2.6"
}
],
"avahi-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "avahi-libs",
"release": "20.el9",
"source": "rpm",
"version": "0.8"
}
],
"basesystem": [
{
"arch": "noarch",
"epoch": null,
"name": "basesystem",
"release": "13.el9",
"source": "rpm",
"version": "11"
}
],
"bash": [
{
"arch": "x86_64",
"epoch": null,
"name": "bash",
"release": "9.el9",
"source": "rpm",
"version": "5.1.8"
}
],
"bc": [
{
"arch": "x86_64",
"epoch": null,
"name": "bc",
"release": "14.el9",
"source": "rpm",
"version": "1.07.1"
}
],
"beakerlib": [
{
"arch": "noarch",
"epoch": null,
"name": "beakerlib",
"release": "1.el9",
"source": "rpm",
"version": "1.29.3"
}
],
"beakerlib-redhat": [
{
"arch": "noarch",
"epoch": null,
"name": "beakerlib-redhat",
"release": "35.el9",
"source": "rpm",
"version": "1"
}
],
"binutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "binutils",
"release": "48.el9",
"source": "rpm",
"version": "2.35.2"
}
],
"binutils-gold": [
{
"arch": "x86_64",
"epoch": null,
"name": "binutils-gold",
"release": "48.el9",
"source": "rpm",
"version": "2.35.2"
}
],
"bison": [
{
"arch": "x86_64",
"epoch": null,
"name": "bison",
"release": "5.el9",
"source": "rpm",
"version": "3.7.4"
}
],
"boost-filesystem": [
{
"arch": "x86_64",
"epoch": null,
"name": "boost-filesystem",
"release": "8.el9",
"source": "rpm",
"version": "1.75.0"
}
],
"boost-system": [
{
"arch": "x86_64",
"epoch": null,
"name": "boost-system",
"release": "8.el9",
"source": "rpm",
"version": "1.75.0"
}
],
"boost-thread": [
{
"arch": "x86_64",
"epoch": null,
"name": "boost-thread",
"release": "8.el9",
"source": "rpm",
"version": "1.75.0"
}
],
"bzip2-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "bzip2-libs",
"release": "8.el9",
"source": "rpm",
"version": "1.0.8"
}
],
"c-ares": [
{
"arch": "x86_64",
"epoch": null,
"name": "c-ares",
"release": "2.el9",
"source": "rpm",
"version": "1.19.1"
}
],
"ca-certificates": [
{
"arch": "noarch",
"epoch": null,
"name": "ca-certificates",
"release": "90.1.el9",
"source": "rpm",
"version": "2023.2.60_v7.0.306"
}
],
"centos-gpg-keys": [
{
"arch": "noarch",
"epoch": null,
"name": "centos-gpg-keys",
"release": "26.el9",
"source": "rpm",
"version": "9.0"
}
],
"centos-logos": [
{
"arch": "x86_64",
"epoch": null,
"name": "centos-logos",
"release": "1.el9",
"source": "rpm",
"version": "90.8"
}
],
"centos-stream-release": [
{
"arch": "noarch",
"epoch": null,
"name": "centos-stream-release",
"release": "26.el9",
"source": "rpm",
"version": "9.0"
}
],
"centos-stream-repos": [
{
"arch": "noarch",
"epoch": null,
"name": "centos-stream-repos",
"release": "26.el9",
"source": "rpm",
"version": "9.0"
}
],
"certmonger": [
{
"arch": "x86_64",
"epoch": null,
"name": "certmonger",
"release": "2.el9",
"source": "rpm",
"version": "0.79.17"
}
],
"checkpolicy": [
{
"arch": "x86_64",
"epoch": null,
"name": "checkpolicy",
"release": "1.el9",
"source": "rpm",
"version": "3.6"
}
],
"chrony": [
{
"arch": "x86_64",
"epoch": null,
"name": "chrony",
"release": "2.el9",
"source": "rpm",
"version": "4.5"
}
],
"cloud-init": [
{
"arch": "noarch",
"epoch": null,
"name": "cloud-init",
"release": "16.el9",
"source": "rpm",
"version": "23.4"
}
],
"cloud-utils-growpart": [
{
"arch": "x86_64",
"epoch": null,
"name": "cloud-utils-growpart",
"release": "1.el9",
"source": "rpm",
"version": "0.33"
}
],
"cockpit-bridge": [
{
"arch": "x86_64",
"epoch": null,
"name": "cockpit-bridge",
"release": "1.el9",
"source": "rpm",
"version": "321"
}
],
"cockpit-system": [
{
"arch": "noarch",
"epoch": null,
"name": "cockpit-system",
"release": "1.el9",
"source": "rpm",
"version": "321"
}
],
"cockpit-ws": [
{
"arch": "x86_64",
"epoch": null,
"name": "cockpit-ws",
"release": "1.el9",
"source": "rpm",
"version": "321"
}
],
"coreutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "coreutils",
"release": "35.el9",
"source": "rpm",
"version": "8.32"
}
],
"coreutils-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "coreutils-common",
"release": "35.el9",
"source": "rpm",
"version": "8.32"
}
],
"cpio": [
{
"arch": "x86_64",
"epoch": null,
"name": "cpio",
"release": "16.el9",
"source": "rpm",
"version": "2.13"
}
],
"cpp": [
{
"arch": "x86_64",
"epoch": null,
"name": "cpp",
"release": "3.el9",
"source": "rpm",
"version": "11.4.1"
}
],
"cracklib": [
{
"arch": "x86_64",
"epoch": null,
"name": "cracklib",
"release": "27.el9",
"source": "rpm",
"version": "2.9.6"
}
],
"cracklib-dicts": [
{
"arch": "x86_64",
"epoch": null,
"name": "cracklib-dicts",
"release": "27.el9",
"source": "rpm",
"version": "2.9.6"
}
],
"cronie": [
{
"arch": "x86_64",
"epoch": null,
"name": "cronie",
"release": "11.el9",
"source": "rpm",
"version": "1.5.7"
}
],
"cronie-anacron": [
{
"arch": "x86_64",
"epoch": null,
"name": "cronie-anacron",
"release": "11.el9",
"source": "rpm",
"version": "1.5.7"
}
],
"crontabs": [
{
"arch": "noarch",
"epoch": null,
"name": "crontabs",
"release": "26.20190603git.el9",
"source": "rpm",
"version": "1.11"
}
],
"crypto-policies": [
{
"arch": "noarch",
"epoch": null,
"name": "crypto-policies",
"release": "1.gitb1c706d.el9",
"source": "rpm",
"version": "20240304"
}
],
"crypto-policies-scripts": [
{
"arch": "noarch",
"epoch": null,
"name": "crypto-policies-scripts",
"release": "1.gitb1c706d.el9",
"source": "rpm",
"version": "20240304"
}
],
"cryptsetup-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "cryptsetup-libs",
"release": "1.el9",
"source": "rpm",
"version": "2.7.2"
}
],
"curl": [
{
"arch": "x86_64",
"epoch": null,
"name": "curl",
"release": "29.el9",
"source": "rpm",
"version": "7.76.1"
}
],
"cyrus-sasl-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "cyrus-sasl-lib",
"release": "21.el9",
"source": "rpm",
"version": "2.1.27"
}
],
"dbus": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus",
"release": "8.el9",
"source": "rpm",
"version": "1.12.20"
}
],
"dbus-broker": [
{
"arch": "x86_64",
"epoch": null,
"name": "dbus-broker",
"release": "7.el9",
"source": "rpm",
"version": "28"
}
],
"dbus-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "dbus-common",
"release": "8.el9",
"source": "rpm",
"version": "1.12.20"
}
],
"dbus-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus-libs",
"release": "8.el9",
"source": "rpm",
"version": "1.12.20"
}
],
"dbus-tools": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus-tools",
"release": "8.el9",
"source": "rpm",
"version": "1.12.20"
}
],
"dejavu-sans-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "dejavu-sans-fonts",
"release": "18.el9",
"source": "rpm",
"version": "2.37"
}
],
"device-mapper": [
{
"arch": "x86_64",
"epoch": 9,
"name": "device-mapper",
"release": "2.el9",
"source": "rpm",
"version": "1.02.197"
}
],
"device-mapper-libs": [
{
"arch": "x86_64",
"epoch": 9,
"name": "device-mapper-libs",
"release": "2.el9",
"source": "rpm",
"version": "1.02.197"
}
],
"dhcp-client": [
{
"arch": "x86_64",
"epoch": 12,
"name": "dhcp-client",
"release": "19.b1.el9",
"source": "rpm",
"version": "4.4.2"
}
],
"dhcp-common": [
{
"arch": "noarch",
"epoch": 12,
"name": "dhcp-common",
"release": "19.b1.el9",
"source": "rpm",
"version": "4.4.2"
}
],
"diffutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "diffutils",
"release": "12.el9",
"source": "rpm",
"version": "3.7"
}
],
"dnf": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf",
"release": "15.el9",
"source": "rpm",
"version": "4.14.0"
}
],
"dnf-data": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf-data",
"release": "15.el9",
"source": "rpm",
"version": "4.14.0"
}
],
"dnf-plugins-core": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf-plugins-core",
"release": "16.el9",
"source": "rpm",
"version": "4.3.0"
}
],
"dracut": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut",
"release": "53.git20240104.el9",
"source": "rpm",
"version": "057"
}
],
"dracut-config-rescue": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut-config-rescue",
"release": "53.git20240104.el9",
"source": "rpm",
"version": "057"
}
],
"dracut-network": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut-network",
"release": "53.git20240104.el9",
"source": "rpm",
"version": "057"
}
],
"dracut-squash": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut-squash",
"release": "53.git20240104.el9",
"source": "rpm",
"version": "057"
}
],
"dyninst": [
{
"arch": "x86_64",
"epoch": null,
"name": "dyninst",
"release": "1.el9",
"source": "rpm",
"version": "12.1.0"
}
],
"e2fsprogs": [
{
"arch": "x86_64",
"epoch": null,
"name": "e2fsprogs",
"release": "5.el9",
"source": "rpm",
"version": "1.46.5"
}
],
"e2fsprogs-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "e2fsprogs-libs",
"release": "5.el9",
"source": "rpm",
"version": "1.46.5"
}
],
"efivar-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "efivar-libs",
"release": "3.el9",
"source": "rpm",
"version": "38"
}
],
"elfutils-debuginfod-client": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-debuginfod-client",
"release": "4.el9",
"source": "rpm",
"version": "0.191"
}
],
"elfutils-default-yama-scope": [
{
"arch": "noarch",
"epoch": null,
"name": "elfutils-default-yama-scope",
"release": "4.el9",
"source": "rpm",
"version": "0.191"
}
],
"elfutils-devel": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-devel",
"release": "4.el9",
"source": "rpm",
"version": "0.191"
}
],
"elfutils-libelf": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-libelf",
"release": "4.el9",
"source": "rpm",
"version": "0.191"
}
],
"elfutils-libelf-devel": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-libelf-devel",
"release": "4.el9",
"source": "rpm",
"version": "0.191"
}
],
"elfutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-libs",
"release": "4.el9",
"source": "rpm",
"version": "0.191"
}
],
"emacs-filesystem": [
{
"arch": "noarch",
"epoch": 1,
"name": "emacs-filesystem",
"release": "9.el9",
"source": "rpm",
"version": "27.2"
}
],
"epel-next-release": [
{
"arch": "noarch",
"epoch": null,
"name": "epel-next-release",
"release": "7.el9",
"source": "rpm",
"version": "9"
}
],
"epel-release": [
{
"arch": "noarch",
"epoch": null,
"name": "epel-release",
"release": "7.el9",
"source": "rpm",
"version": "9"
}
],
"ethtool": [
{
"arch": "x86_64",
"epoch": 2,
"name": "ethtool",
"release": "1.el9",
"source": "rpm",
"version": "6.2"
}
],
"expat": [
{
"arch": "x86_64",
"epoch": null,
"name": "expat",
"release": "2.el9",
"source": "rpm",
"version": "2.5.0"
}
],
"file": [
{
"arch": "x86_64",
"epoch": null,
"name": "file",
"release": "16.el9",
"source": "rpm",
"version": "5.39"
}
],
"file-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "file-libs",
"release": "16.el9",
"source": "rpm",
"version": "5.39"
}
],
"filesystem": [
{
"arch": "x86_64",
"epoch": null,
"name": "filesystem",
"release": "5.el9",
"source": "rpm",
"version": "3.16"
}
],
"findutils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "findutils",
"release": "6.el9",
"source": "rpm",
"version": "4.8.0"
}
],
"firewalld": [
{
"arch": "noarch",
"epoch": null,
"name": "firewalld",
"release": "1.el9",
"source": "rpm",
"version": "1.3.4"
}
],
"firewalld-filesystem": [
{
"arch": "noarch",
"epoch": null,
"name": "firewalld-filesystem",
"release": "1.el9",
"source": "rpm",
"version": "1.3.4"
}
],
"flex": [
{
"arch": "x86_64",
"epoch": null,
"name": "flex",
"release": "9.el9",
"source": "rpm",
"version": "2.6.4"
}
],
"fonts-filesystem": [
{
"arch": "noarch",
"epoch": 1,
"name": "fonts-filesystem",
"release": "7.el9.1",
"source": "rpm",
"version": "2.0.5"
}
],
"fuse-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "fuse-libs",
"release": "16.el9",
"source": "rpm",
"version": "2.9.9"
}
],
"gawk": [
{
"arch": "x86_64",
"epoch": null,
"name": "gawk",
"release": "6.el9",
"source": "rpm",
"version": "5.1.0"
}
],
"gawk-all-langpacks": [
{
"arch": "x86_64",
"epoch": null,
"name": "gawk-all-langpacks",
"release": "6.el9",
"source": "rpm",
"version": "5.1.0"
}
],
"gcc": [
{
"arch": "x86_64",
"epoch": null,
"name": "gcc",
"release": "3.el9",
"source": "rpm",
"version": "11.4.1"
}
],
"gdbm-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "gdbm-libs",
"release": "1.el9",
"source": "rpm",
"version": "1.23"
}
],
"gdisk": [
{
"arch": "x86_64",
"epoch": null,
"name": "gdisk",
"release": "5.el9",
"source": "rpm",
"version": "1.0.7"
}
],
"gdk-pixbuf2": [
{
"arch": "x86_64",
"epoch": null,
"name": "gdk-pixbuf2",
"release": "4.el9",
"source": "rpm",
"version": "2.42.6"
}
],
"geolite2-city": [
{
"arch": "noarch",
"epoch": null,
"name": "geolite2-city",
"release": "6.el9",
"source": "rpm",
"version": "20191217"
}
],
"geolite2-country": [
{
"arch": "noarch",
"epoch": null,
"name": "geolite2-country",
"release": "6.el9",
"source": "rpm",
"version": "20191217"
}
],
"gettext": [
{
"arch": "x86_64",
"epoch": null,
"name": "gettext",
"release": "8.el9",
"source": "rpm",
"version": "0.21"
}
],
"gettext-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "gettext-libs",
"release": "8.el9",
"source": "rpm",
"version": "0.21"
}
],
"git": [
{
"arch": "x86_64",
"epoch": null,
"name": "git",
"release": "1.el9",
"source": "rpm",
"version": "2.43.5"
}
],
"git-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "git-core",
"release": "1.el9",
"source": "rpm",
"version": "2.43.5"
}
],
"git-core-doc": [
{
"arch": "noarch",
"epoch": null,
"name": "git-core-doc",
"release": "1.el9",
"source": "rpm",
"version": "2.43.5"
}
],
"glib-networking": [
{
"arch": "x86_64",
"epoch": null,
"name": "glib-networking",
"release": "3.el9",
"source": "rpm",
"version": "2.68.3"
}
],
"glib2": [
{
"arch": "x86_64",
"epoch": null,
"name": "glib2",
"release": "15.el9",
"source": "rpm",
"version": "2.68.4"
}
],
"glibc": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc",
"release": "114.el9",
"source": "rpm",
"version": "2.34"
}
],
"glibc-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-common",
"release": "114.el9",
"source": "rpm",
"version": "2.34"
}
],
"glibc-devel": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-devel",
"release": "114.el9",
"source": "rpm",
"version": "2.34"
}
],
"glibc-gconv-extra": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-gconv-extra",
"release": "114.el9",
"source": "rpm",
"version": "2.34"
}
],
"glibc-headers": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-headers",
"release": "114.el9",
"source": "rpm",
"version": "2.34"
}
],
"glibc-langpack-en": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-langpack-en",
"release": "114.el9",
"source": "rpm",
"version": "2.34"
}
],
"gmp": [
{
"arch": "x86_64",
"epoch": 1,
"name": "gmp",
"release": "13.el9",
"source": "rpm",
"version": "6.2.0"
}
],
"gnupg2": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnupg2",
"release": "4.el9",
"source": "rpm",
"version": "2.3.3"
}
],
"gnutls": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls",
"release": "4.el9",
"source": "rpm",
"version": "3.8.3"
}
],
"gobject-introspection": [
{
"arch": "x86_64",
"epoch": null,
"name": "gobject-introspection",
"release": "11.el9",
"source": "rpm",
"version": "1.68.0"
}
],
"gpg-pubkey": [
{
"arch": null,
"epoch": null,
"name": "gpg-pubkey",
"release": "613798eb",
"source": "rpm",
"version": "3228467c"
},
{
"arch": null,
"epoch": null,
"name": "gpg-pubkey",
"release": "5ccc5b19",
"source": "rpm",
"version": "8483c65d"
}
],
"gpgme": [
{
"arch": "x86_64",
"epoch": null,
"name": "gpgme",
"release": "6.el9",
"source": "rpm",
"version": "1.15.1"
}
],
"gpm-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "gpm-libs",
"release": "29.el9",
"source": "rpm",
"version": "1.20.7"
}
],
"grep": [
{
"arch": "x86_64",
"epoch": null,
"name": "grep",
"release": "5.el9",
"source": "rpm",
"version": "3.6"
}
],
"groff-base": [
{
"arch": "x86_64",
"epoch": null,
"name": "groff-base",
"release": "10.el9",
"source": "rpm",
"version": "1.22.4"
}
],
"grub2-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "grub2-common",
"release": "82.el9",
"source": "rpm",
"version": "2.06"
}
],
"grub2-pc": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-pc",
"release": "82.el9",
"source": "rpm",
"version": "2.06"
}
],
"grub2-pc-modules": [
{
"arch": "noarch",
"epoch": 1,
"name": "grub2-pc-modules",
"release": "82.el9",
"source": "rpm",
"version": "2.06"
}
],
"grub2-tools": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-tools",
"release": "82.el9",
"source": "rpm",
"version": "2.06"
}
],
"grub2-tools-minimal": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-tools-minimal",
"release": "82.el9",
"source": "rpm",
"version": "2.06"
}
],
"grubby": [
{
"arch": "x86_64",
"epoch": null,
"name": "grubby",
"release": "63.el9",
"source": "rpm",
"version": "8.40"
}
],
"gsettings-desktop-schemas": [
{
"arch": "x86_64",
"epoch": null,
"name": "gsettings-desktop-schemas",
"release": "6.el9",
"source": "rpm",
"version": "40.0"
}
],
"gssproxy": [
{
"arch": "x86_64",
"epoch": null,
"name": "gssproxy",
"release": "6.el9",
"source": "rpm",
"version": "0.8.4"
}
],
"gzip": [
{
"arch": "x86_64",
"epoch": null,
"name": "gzip",
"release": "1.el9",
"source": "rpm",
"version": "1.12"
}
],
"hostname": [
{
"arch": "x86_64",
"epoch": null,
"name": "hostname",
"release": "6.el9",
"source": "rpm",
"version": "3.23"
}
],
"hwdata": [
{
"arch": "noarch",
"epoch": null,
"name": "hwdata",
"release": "9.13.el9",
"source": "rpm",
"version": "0.348"
}
],
"ima-evm-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "ima-evm-utils",
"release": "2.el9",
"source": "rpm",
"version": "1.5"
}
],
"inih": [
{
"arch": "x86_64",
"epoch": null,
"name": "inih",
"release": "6.el9",
"source": "rpm",
"version": "49"
}
],
"initscripts-rename-device": [
{
"arch": "x86_64",
"epoch": null,
"name": "initscripts-rename-device",
"release": "1.el9",
"source": "rpm",
"version": "10.11.6"
}
],
"initscripts-service": [
{
"arch": "noarch",
"epoch": null,
"name": "initscripts-service",
"release": "1.el9",
"source": "rpm",
"version": "10.11.6"
}
],
"ipcalc": [
{
"arch": "x86_64",
"epoch": null,
"name": "ipcalc",
"release": "5.el9",
"source": "rpm",
"version": "1.0.0"
}
],
"iproute": [
{
"arch": "x86_64",
"epoch": null,
"name": "iproute",
"release": "5.el9",
"source": "rpm",
"version": "6.2.0"
}
],
"iproute-tc": [
{
"arch": "x86_64",
"epoch": null,
"name": "iproute-tc",
"release": "5.el9",
"source": "rpm",
"version": "6.2.0"
}
],
"ipset": [
{
"arch": "x86_64",
"epoch": null,
"name": "ipset",
"release": "8.el9",
"source": "rpm",
"version": "7.11"
}
],
"ipset-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ipset-libs",
"release": "8.el9",
"source": "rpm",
"version": "7.11"
}
],
"iptables-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "iptables-libs",
"release": "4.el9",
"source": "rpm",
"version": "1.8.10"
}
],
"iptables-nft": [
{
"arch": "x86_64",
"epoch": null,
"name": "iptables-nft",
"release": "4.el9",
"source": "rpm",
"version": "1.8.10"
}
],
"iputils": [
{
"arch": "x86_64",
"epoch": null,
"name": "iputils",
"release": "9.el9",
"source": "rpm",
"version": "20210202"
}
],
"irqbalance": [
{
"arch": "x86_64",
"epoch": 2,
"name": "irqbalance",
"release": "1.el9",
"source": "rpm",
"version": "1.9.4"
}
],
"iwl100-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "iwl100-firmware",
"release": "144.el9",
"source": "rpm",
"version": "39.31.5.1"
}
],
"iwl1000-firmware": [
{
"arch": "noarch",
"epoch": 1,
"name": "iwl1000-firmware",
"release": "144.el9",
"source": "rpm",
"version": "39.31.5.1"
}
],
"iwl105-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "iwl105-firmware",
"release": "144.el9",
"source": "rpm",
"version": "18.168.6.1"
}
],
"iwl135-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "iwl135-firmware",
"release": "144.el9",
"source": "rpm",
"version": "18.168.6.1"
}
],
"iwl2000-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "iwl2000-firmware",
"release": "144.el9",
"source": "rpm",
"version": "18.168.6.1"
}
],
"iwl2030-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "iwl2030-firmware",
"release": "144.el9",
"source": "rpm",
"version": "18.168.6.1"
}
],
"iwl3160-firmware": [
{
"arch": "noarch",
"epoch": 1,
"name": "iwl3160-firmware",
"release": "144.el9",
"source": "rpm",
"version": "25.30.13.0"
}
],
"iwl5000-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "iwl5000-firmware",
"release": "144.el9",
"source": "rpm",
"version": "8.83.5.1_1"
}
],
"iwl5150-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "iwl5150-firmware",
"release": "144.el9",
"source": "rpm",
"version": "8.24.2.2"
}
],
"iwl6000g2a-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "iwl6000g2a-firmware",
"release": "144.el9",
"source": "rpm",
"version": "18.168.6.1"
}
],
"iwl6050-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "iwl6050-firmware",
"release": "144.el9",
"source": "rpm",
"version": "41.28.5.1"
}
],
"iwl7260-firmware": [
{
"arch": "noarch",
"epoch": 1,
"name": "iwl7260-firmware",
"release": "144.el9",
"source": "rpm",
"version": "25.30.13.0"
}
],
"jansson": [
{
"arch": "x86_64",
"epoch": null,
"name": "jansson",
"release": "1.el9",
"source": "rpm",
"version": "2.14"
}
],
"jitterentropy": [
{
"arch": "x86_64",
"epoch": null,
"name": "jitterentropy",
"release": "1.el9",
"source": "rpm",
"version": "3.5.0"
}
],
"jq": [
{
"arch": "x86_64",
"epoch": null,
"name": "jq",
"release": "16.el9",
"source": "rpm",
"version": "1.6"
}
],
"json-c": [
{
"arch": "x86_64",
"epoch": null,
"name": "json-c",
"release": "11.el9",
"source": "rpm",
"version": "0.14"
}
],
"json-glib": [
{
"arch": "x86_64",
"epoch": null,
"name": "json-glib",
"release": "1.el9",
"source": "rpm",
"version": "1.6.6"
}
],
"kbd": [
{
"arch": "x86_64",
"epoch": null,
"name": "kbd",
"release": "10.el9",
"source": "rpm",
"version": "2.4.0"
}
],
"kbd-legacy": [
{
"arch": "noarch",
"epoch": null,
"name": "kbd-legacy",
"release": "10.el9",
"source": "rpm",
"version": "2.4.0"
}
],
"kbd-misc": [
{
"arch": "noarch",
"epoch": null,
"name": "kbd-misc",
"release": "10.el9",
"source": "rpm",
"version": "2.4.0"
}
],
"kernel": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel",
"release": "479.el9",
"source": "rpm",
"version": "5.14.0"
}
],
"kernel-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-core",
"release": "479.el9",
"source": "rpm",
"version": "5.14.0"
}
],
"kernel-devel": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-devel",
"release": "479.el9",
"source": "rpm",
"version": "5.14.0"
}
],
"kernel-headers": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-headers",
"release": "479.el9",
"source": "rpm",
"version": "5.14.0"
}
],
"kernel-modules": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-modules",
"release": "479.el9",
"source": "rpm",
"version": "5.14.0"
}
],
"kernel-modules-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-modules-core",
"release": "479.el9",
"source": "rpm",
"version": "5.14.0"
}
],
"kernel-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-tools",
"release": "479.el9",
"source": "rpm",
"version": "5.14.0"
}
],
"kernel-tools-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-tools-libs",
"release": "479.el9",
"source": "rpm",
"version": "5.14.0"
}
],
"kexec-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "kexec-tools",
"release": "12.el9",
"source": "rpm",
"version": "2.0.27"
}
],
"keyutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "keyutils",
"release": "1.el9",
"source": "rpm",
"version": "1.6.3"
}
],
"keyutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "keyutils-libs",
"release": "1.el9",
"source": "rpm",
"version": "1.6.3"
}
],
"kmod": [
{
"arch": "x86_64",
"epoch": null,
"name": "kmod",
"release": "9.el9",
"source": "rpm",
"version": "28"
}
],
"kmod-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "kmod-libs",
"release": "9.el9",
"source": "rpm",
"version": "28"
}
],
"kpartx": [
{
"arch": "x86_64",
"epoch": null,
"name": "kpartx",
"release": "29.el9",
"source": "rpm",
"version": "0.8.7"
}
],
"krb5-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "krb5-libs",
"release": "2.el9",
"source": "rpm",
"version": "1.21.1"
}
],
"langpacks-core-en": [
{
"arch": "noarch",
"epoch": null,
"name": "langpacks-core-en",
"release": "16.el9",
"source": "rpm",
"version": "3.0"
}
],
"langpacks-core-font-en": [
{
"arch": "noarch",
"epoch": null,
"name": "langpacks-core-font-en",
"release": "16.el9",
"source": "rpm",
"version": "3.0"
}
],
"langpacks-en": [
{
"arch": "noarch",
"epoch": null,
"name": "langpacks-en",
"release": "16.el9",
"source": "rpm",
"version": "3.0"
}
],
"less": [
{
"arch": "x86_64",
"epoch": null,
"name": "less",
"release": "3.el9",
"source": "rpm",
"version": "590"
}
],
"libacl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libacl",
"release": "4.el9",
"source": "rpm",
"version": "2.3.1"
}
],
"libappstream-glib": [
{
"arch": "x86_64",
"epoch": null,
"name": "libappstream-glib",
"release": "5.el9",
"source": "rpm",
"version": "0.7.18"
}
],
"libarchive": [
{
"arch": "x86_64",
"epoch": null,
"name": "libarchive",
"release": "4.el9",
"source": "rpm",
"version": "3.5.3"
}
],
"libassuan": [
{
"arch": "x86_64",
"epoch": null,
"name": "libassuan",
"release": "3.el9",
"source": "rpm",
"version": "2.5.5"
}
],
"libatomic": [
{
"arch": "x86_64",
"epoch": null,
"name": "libatomic",
"release": "3.el9",
"source": "rpm",
"version": "11.4.1"
}
],
"libattr": [
{
"arch": "x86_64",
"epoch": null,
"name": "libattr",
"release": "3.el9",
"source": "rpm",
"version": "2.5.1"
}
],
"libbasicobjects": [
{
"arch": "x86_64",
"epoch": null,
"name": "libbasicobjects",
"release": "53.el9",
"source": "rpm",
"version": "0.1.1"
}
],
"libblkid": [
{
"arch": "x86_64",
"epoch": null,
"name": "libblkid",
"release": "18.el9",
"source": "rpm",
"version": "2.37.4"
}
],
"libbpf": [
{
"arch": "x86_64",
"epoch": 2,
"name": "libbpf",
"release": "2.el9",
"source": "rpm",
"version": "1.3.0"
}
],
"libbrotli": [
{
"arch": "x86_64",
"epoch": null,
"name": "libbrotli",
"release": "6.el9",
"source": "rpm",
"version": "1.0.9"
}
],
"libcap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap",
"release": "9.el9",
"source": "rpm",
"version": "2.48"
}
],
"libcap-ng": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap-ng",
"release": "7.el9",
"source": "rpm",
"version": "0.8.2"
}
],
"libcap-ng-python3": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap-ng-python3",
"release": "7.el9",
"source": "rpm",
"version": "0.8.2"
}
],
"libcbor": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcbor",
"release": "5.el9",
"source": "rpm",
"version": "0.7.0"
}
],
"libcollection": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcollection",
"release": "53.el9",
"source": "rpm",
"version": "0.7.0"
}
],
"libcom_err": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcom_err",
"release": "5.el9",
"source": "rpm",
"version": "1.46.5"
}
],
"libcomps": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcomps",
"release": "1.el9",
"source": "rpm",
"version": "0.1.18"
}
],
"libcurl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcurl",
"release": "29.el9",
"source": "rpm",
"version": "7.76.1"
}
],
"libdaemon": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdaemon",
"release": "23.el9",
"source": "rpm",
"version": "0.14"
}
],
"libdb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdb",
"release": "54.el9",
"source": "rpm",
"version": "5.3.28"
}
],
"libdhash": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdhash",
"release": "53.el9",
"source": "rpm",
"version": "0.5.0"
}
],
"libdnf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdnf",
"release": "12.el9",
"source": "rpm",
"version": "0.69.0"
}
],
"libeconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libeconf",
"release": "4.el9",
"source": "rpm",
"version": "0.4.1"
}
],
"libedit": [
{
"arch": "x86_64",
"epoch": null,
"name": "libedit",
"release": "38.20210216cvs.el9",
"source": "rpm",
"version": "3.1"
}
],
"libestr": [
{
"arch": "x86_64",
"epoch": null,
"name": "libestr",
"release": "4.el9",
"source": "rpm",
"version": "0.1.11"
}
],
"libev": [
{
"arch": "x86_64",
"epoch": null,
"name": "libev",
"release": "5.el9",
"source": "rpm",
"version": "4.33"
}
],
"libevent": [
{
"arch": "x86_64",
"epoch": null,
"name": "libevent",
"release": "6.el9",
"source": "rpm",
"version": "2.1.12"
}
],
"libfastjson": [
{
"arch": "x86_64",
"epoch": null,
"name": "libfastjson",
"release": "5.el9",
"source": "rpm",
"version": "0.99.9"
}
],
"libfdisk": [
{
"arch": "x86_64",
"epoch": null,
"name": "libfdisk",
"release": "18.el9",
"source": "rpm",
"version": "2.37.4"
}
],
"libffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libffi",
"release": "8.el9",
"source": "rpm",
"version": "3.4.2"
}
],
"libfido2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libfido2",
"release": "2.el9",
"source": "rpm",
"version": "1.13.0"
}
],
"libgcc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgcc",
"release": "3.el9",
"source": "rpm",
"version": "11.4.1"
}
],
"libgcrypt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgcrypt",
"release": "10.el9",
"source": "rpm",
"version": "1.10.0"
}
],
"libgomp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgomp",
"release": "3.el9",
"source": "rpm",
"version": "11.4.1"
}
],
"libgpg-error": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgpg-error",
"release": "5.el9",
"source": "rpm",
"version": "1.42"
}
],
"libicu": [
{
"arch": "x86_64",
"epoch": null,
"name": "libicu",
"release": "9.el9",
"source": "rpm",
"version": "67.1"
}
],
"libidn2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libidn2",
"release": "7.el9",
"source": "rpm",
"version": "2.3.0"
}
],
"libini_config": [
{
"arch": "x86_64",
"epoch": null,
"name": "libini_config",
"release": "53.el9",
"source": "rpm",
"version": "1.3.1"
}
],
"libjpeg-turbo": [
{
"arch": "x86_64",
"epoch": null,
"name": "libjpeg-turbo",
"release": "7.el9",
"source": "rpm",
"version": "2.0.90"
}
],
"libkcapi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libkcapi",
"release": "2.el9",
"source": "rpm",
"version": "1.4.0"
}
],
"libkcapi-hmaccalc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libkcapi-hmaccalc",
"release": "2.el9",
"source": "rpm",
"version": "1.4.0"
}
],
"libksba": [
{
"arch": "x86_64",
"epoch": null,
"name": "libksba",
"release": "6.el9",
"source": "rpm",
"version": "1.5.1"
}
],
"libldb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libldb",
"release": "1.el9",
"source": "rpm",
"version": "2.9.0"
}
],
"libmaxminddb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmaxminddb",
"release": "4.el9",
"source": "rpm",
"version": "1.5.2"
}
],
"libmnl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmnl",
"release": "16.el9",
"source": "rpm",
"version": "1.0.4"
}
],
"libmodulemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmodulemd",
"release": "2.el9",
"source": "rpm",
"version": "2.13.0"
}
],
"libmount": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmount",
"release": "18.el9",
"source": "rpm",
"version": "2.37.4"
}
],
"libmpc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmpc",
"release": "4.el9",
"source": "rpm",
"version": "1.2.1"
}
],
"libndp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libndp",
"release": "4.el9",
"source": "rpm",
"version": "1.8"
}
],
"libnetfilter_conntrack": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnetfilter_conntrack",
"release": "1.el9",
"source": "rpm",
"version": "1.0.9"
}
],
"libnfnetlink": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnfnetlink",
"release": "21.el9",
"source": "rpm",
"version": "1.0.1"
}
],
"libnfsidmap": [
{
"arch": "x86_64",
"epoch": 1,
"name": "libnfsidmap",
"release": "26.el9",
"source": "rpm",
"version": "2.5.4"
}
],
"libnftnl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnftnl",
"release": "4.el9",
"source": "rpm",
"version": "1.2.6"
}
],
"libnghttp2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnghttp2",
"release": "6.el9",
"source": "rpm",
"version": "1.43.0"
}
],
"libnl3": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnl3",
"release": "1.el9",
"source": "rpm",
"version": "3.9.0"
}
],
"libnl3-cli": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnl3-cli",
"release": "1.el9",
"source": "rpm",
"version": "3.9.0"
}
],
"libpath_utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpath_utils",
"release": "53.el9",
"source": "rpm",
"version": "0.2.1"
}
],
"libpipeline": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpipeline",
"release": "4.el9",
"source": "rpm",
"version": "1.5.3"
}
],
"libpkgconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpkgconf",
"release": "10.el9",
"source": "rpm",
"version": "1.7.3"
}
],
"libpng": [
{
"arch": "x86_64",
"epoch": 2,
"name": "libpng",
"release": "12.el9",
"source": "rpm",
"version": "1.6.37"
}
],
"libproxy": [
{
"arch": "x86_64",
"epoch": null,
"name": "libproxy",
"release": "35.el9",
"source": "rpm",
"version": "0.4.15"
}
],
"libproxy-webkitgtk4": [
{
"arch": "x86_64",
"epoch": null,
"name": "libproxy-webkitgtk4",
"release": "35.el9",
"source": "rpm",
"version": "0.4.15"
}
],
"libpsl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpsl",
"release": "5.el9",
"source": "rpm",
"version": "0.21.1"
}
],
"libpwquality": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpwquality",
"release": "8.el9",
"source": "rpm",
"version": "1.4.4"
}
],
"libref_array": [
{
"arch": "x86_64",
"epoch": null,
"name": "libref_array",
"release": "53.el9",
"source": "rpm",
"version": "0.1.5"
}
],
"librepo": [
{
"arch": "x86_64",
"epoch": null,
"name": "librepo",
"release": "2.el9",
"source": "rpm",
"version": "1.14.5"
}
],
"libreport-filesystem": [
{
"arch": "noarch",
"epoch": null,
"name": "libreport-filesystem",
"release": "6.el9",
"source": "rpm",
"version": "2.15.2"
}
],
"libseccomp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libseccomp",
"release": "2.el9",
"source": "rpm",
"version": "2.5.2"
}
],
"libselinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux",
"release": "1.el9",
"source": "rpm",
"version": "3.6"
}
],
"libselinux-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux-utils",
"release": "1.el9",
"source": "rpm",
"version": "3.6"
}
],
"libsemanage": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsemanage",
"release": "1.el9",
"source": "rpm",
"version": "3.6"
}
],
"libsepol": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsepol",
"release": "1.el9",
"source": "rpm",
"version": "3.6"
}
],
"libsigsegv": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsigsegv",
"release": "4.el9",
"source": "rpm",
"version": "2.13"
}
],
"libsmartcols": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsmartcols",
"release": "18.el9",
"source": "rpm",
"version": "2.37.4"
}
],
"libsolv": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsolv",
"release": "3.el9",
"source": "rpm",
"version": "0.7.24"
}
],
"libsoup": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsoup",
"release": "8.el9",
"source": "rpm",
"version": "2.72.0"
}
],
"libss": [
{
"arch": "x86_64",
"epoch": null,
"name": "libss",
"release": "5.el9",
"source": "rpm",
"version": "1.46.5"
}
],
"libssh": [
{
"arch": "x86_64",
"epoch": null,
"name": "libssh",
"release": "13.el9",
"source": "rpm",
"version": "0.10.4"
}
],
"libssh-config": [
{
"arch": "noarch",
"epoch": null,
"name": "libssh-config",
"release": "13.el9",
"source": "rpm",
"version": "0.10.4"
}
],
"libsss_certmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_certmap",
"release": "3.el9",
"source": "rpm",
"version": "2.9.5"
}
],
"libsss_idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_idmap",
"release": "3.el9",
"source": "rpm",
"version": "2.9.5"
}
],
"libsss_nss_idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_nss_idmap",
"release": "3.el9",
"source": "rpm",
"version": "2.9.5"
}
],
"libsss_sudo": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_sudo",
"release": "3.el9",
"source": "rpm",
"version": "2.9.5"
}
],
"libstdc++": [
{
"arch": "x86_64",
"epoch": null,
"name": "libstdc++",
"release": "3.el9",
"source": "rpm",
"version": "11.4.1"
}
],
"libstemmer": [
{
"arch": "x86_64",
"epoch": null,
"name": "libstemmer",
"release": "18.585svn.el9",
"source": "rpm",
"version": "0"
}
],
"libsysfs": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsysfs",
"release": "10.el9",
"source": "rpm",
"version": "2.1.1"
}
],
"libtalloc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtalloc",
"release": "1.el9",
"source": "rpm",
"version": "2.4.2"
}
],
"libtasn1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtasn1",
"release": "8.el9",
"source": "rpm",
"version": "4.16.0"
}
],
"libtdb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtdb",
"release": "1.el9",
"source": "rpm",
"version": "1.4.10"
}
],
"libteam": [
{
"arch": "x86_64",
"epoch": null,
"name": "libteam",
"release": "16.el9",
"source": "rpm",
"version": "1.31"
}
],
"libtevent": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtevent",
"release": "1.el9",
"source": "rpm",
"version": "0.16.1"
}
],
"libtirpc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtirpc",
"release": "6.el9",
"source": "rpm",
"version": "1.3.3"
}
],
"libunistring": [
{
"arch": "x86_64",
"epoch": null,
"name": "libunistring",
"release": "15.el9",
"source": "rpm",
"version": "0.9.10"
}
],
"liburing": [
{
"arch": "x86_64",
"epoch": null,
"name": "liburing",
"release": "1.el9",
"source": "rpm",
"version": "2.5"
}
],
"libuser": [
{
"arch": "x86_64",
"epoch": null,
"name": "libuser",
"release": "13.el9",
"source": "rpm",
"version": "0.63"
}
],
"libutempter": [
{
"arch": "x86_64",
"epoch": null,
"name": "libutempter",
"release": "6.el9",
"source": "rpm",
"version": "1.2.1"
}
],
"libuuid": [
{
"arch": "x86_64",
"epoch": null,
"name": "libuuid",
"release": "18.el9",
"source": "rpm",
"version": "2.37.4"
}
],
"libverto": [
{
"arch": "x86_64",
"epoch": null,
"name": "libverto",
"release": "3.el9",
"source": "rpm",
"version": "0.3.2"
}
],
"libverto-libev": [
{
"arch": "x86_64",
"epoch": null,
"name": "libverto-libev",
"release": "3.el9",
"source": "rpm",
"version": "0.3.2"
}
],
"libxcrypt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcrypt",
"release": "3.el9",
"source": "rpm",
"version": "4.4.18"
}
],
"libxcrypt-compat": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcrypt-compat",
"release": "3.el9",
"source": "rpm",
"version": "4.4.18"
}
],
"libxcrypt-devel": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcrypt-devel",
"release": "3.el9",
"source": "rpm",
"version": "4.4.18"
}
],
"libxml2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxml2",
"release": "6.el9",
"source": "rpm",
"version": "2.9.13"
}
],
"libxslt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxslt",
"release": "9.el9",
"source": "rpm",
"version": "1.1.34"
}
],
"libyaml": [
{
"arch": "x86_64",
"epoch": null,
"name": "libyaml",
"release": "7.el9",
"source": "rpm",
"version": "0.2.5"
}
],
"libzstd": [
{
"arch": "x86_64",
"epoch": null,
"name": "libzstd",
"release": "2.el9",
"source": "rpm",
"version": "1.5.1"
}
],
"libzstd-devel": [
{
"arch": "x86_64",
"epoch": null,
"name": "libzstd-devel",
"release": "2.el9",
"source": "rpm",
"version": "1.5.1"
}
],
"linux-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "linux-firmware",
"release": "144.el9",
"source": "rpm",
"version": "20240603"
}
],
"linux-firmware-whence": [
{
"arch": "noarch",
"epoch": null,
"name": "linux-firmware-whence",
"release": "144.el9",
"source": "rpm",
"version": "20240603"
}
],
"lmdb-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lmdb-libs",
"release": "3.el9",
"source": "rpm",
"version": "0.9.29"
}
],
"logrotate": [
{
"arch": "x86_64",
"epoch": null,
"name": "logrotate",
"release": "8.el9",
"source": "rpm",
"version": "3.18.0"
}
],
"lshw": [
{
"arch": "x86_64",
"epoch": null,
"name": "lshw",
"release": "10.el9",
"source": "rpm",
"version": "B.02.19.2"
}
],
"lsscsi": [
{
"arch": "x86_64",
"epoch": null,
"name": "lsscsi",
"release": "6.el9",
"source": "rpm",
"version": "0.32"
}
],
"lua-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lua-libs",
"release": "4.el9",
"source": "rpm",
"version": "5.4.4"
}
],
"lz4-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lz4-libs",
"release": "5.el9",
"source": "rpm",
"version": "1.9.3"
}
],
"lzo": [
{
"arch": "x86_64",
"epoch": null,
"name": "lzo",
"release": "7.el9",
"source": "rpm",
"version": "2.10"
}
],
"m4": [
{
"arch": "x86_64",
"epoch": null,
"name": "m4",
"release": "1.el9",
"source": "rpm",
"version": "1.4.19"
}
],
"make": [
{
"arch": "x86_64",
"epoch": 1,
"name": "make",
"release": "8.el9",
"source": "rpm",
"version": "4.3"
}
],
"man-db": [
{
"arch": "x86_64",
"epoch": null,
"name": "man-db",
"release": "7.el9",
"source": "rpm",
"version": "2.9.3"
}
],
"microcode_ctl": [
{
"arch": "noarch",
"epoch": 4,
"name": "microcode_ctl",
"release": "2.el9",
"source": "rpm",
"version": "20230808"
}
],
"mokutil": [
{
"arch": "x86_64",
"epoch": 2,
"name": "mokutil",
"release": "4.el9",
"source": "rpm",
"version": "0.6.0"
}
],
"mpfr": [
{
"arch": "x86_64",
"epoch": null,
"name": "mpfr",
"release": "7.el9",
"source": "rpm",
"version": "4.1.0"
}
],
"ncurses": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses",
"release": "10.20210508.el9",
"source": "rpm",
"version": "6.2"
}
],
"ncurses-base": [
{
"arch": "noarch",
"epoch": null,
"name": "ncurses-base",
"release": "10.20210508.el9",
"source": "rpm",
"version": "6.2"
}
],
"ncurses-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses-libs",
"release": "10.20210508.el9",
"source": "rpm",
"version": "6.2"
}
],
"nettle": [
{
"arch": "x86_64",
"epoch": null,
"name": "nettle",
"release": "1.el9",
"source": "rpm",
"version": "3.9.1"
}
],
"newt": [
{
"arch": "x86_64",
"epoch": null,
"name": "newt",
"release": "11.el9",
"source": "rpm",
"version": "0.52.21"
}
],
"nfs-utils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "nfs-utils",
"release": "26.el9",
"source": "rpm",
"version": "2.5.4"
}
],
"nftables": [
{
"arch": "x86_64",
"epoch": 1,
"name": "nftables",
"release": "1.el9",
"source": "rpm",
"version": "1.0.9"
}
],
"npth": [
{
"arch": "x86_64",
"epoch": null,
"name": "npth",
"release": "8.el9",
"source": "rpm",
"version": "1.6"
}
],
"nspr": [
{
"arch": "x86_64",
"epoch": null,
"name": "nspr",
"release": "7.el9",
"source": "rpm",
"version": "4.35.0"
}
],
"nss": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss",
"release": "7.el9",
"source": "rpm",
"version": "3.90.0"
}
],
"nss-softokn": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn",
"release": "7.el9",
"source": "rpm",
"version": "3.90.0"
}
],
"nss-softokn-freebl": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn-freebl",
"release": "7.el9",
"source": "rpm",
"version": "3.90.0"
}
],
"nss-sysinit": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-sysinit",
"release": "7.el9",
"source": "rpm",
"version": "3.90.0"
}
],
"nss-util": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-util",
"release": "7.el9",
"source": "rpm",
"version": "3.90.0"
}
],
"numactl-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "numactl-libs",
"release": "3.el9",
"source": "rpm",
"version": "2.0.16"
}
],
"oddjob": [
{
"arch": "x86_64",
"epoch": null,
"name": "oddjob",
"release": "7.el9",
"source": "rpm",
"version": "0.34.7"
}
],
"oddjob-mkhomedir": [
{
"arch": "x86_64",
"epoch": null,
"name": "oddjob-mkhomedir",
"release": "7.el9",
"source": "rpm",
"version": "0.34.7"
}
],
"oniguruma": [
{
"arch": "x86_64",
"epoch": null,
"name": "oniguruma",
"release": "1.el9.6",
"source": "rpm",
"version": "6.9.6"
}
],
"openldap": [
{
"arch": "x86_64",
"epoch": null,
"name": "openldap",
"release": "3.el9",
"source": "rpm",
"version": "2.6.6"
}
],
"openssh": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh",
"release": "43.el9",
"source": "rpm",
"version": "8.7p1"
}
],
"openssh-clients": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh-clients",
"release": "43.el9",
"source": "rpm",
"version": "8.7p1"
}
],
"openssh-server": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh-server",
"release": "43.el9",
"source": "rpm",
"version": "8.7p1"
}
],
"openssl": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl",
"release": "2.el9",
"source": "rpm",
"version": "3.2.2"
}
],
"openssl-devel": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl-devel",
"release": "2.el9",
"source": "rpm",
"version": "3.2.2"
}
],
"openssl-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl-libs",
"release": "2.el9",
"source": "rpm",
"version": "3.2.2"
}
],
"os-prober": [
{
"arch": "x86_64",
"epoch": null,
"name": "os-prober",
"release": "10.el9",
"source": "rpm",
"version": "1.77"
}
],
"p11-kit": [
{
"arch": "x86_64",
"epoch": null,
"name": "p11-kit",
"release": "2.el9",
"source": "rpm",
"version": "0.25.3"
}
],
"p11-kit-trust": [
{
"arch": "x86_64",
"epoch": null,
"name": "p11-kit-trust",
"release": "2.el9",
"source": "rpm",
"version": "0.25.3"
}
],
"pam": [
{
"arch": "x86_64",
"epoch": null,
"name": "pam",
"release": "20.el9",
"source": "rpm",
"version": "1.5.1"
}
],
"parted": [
{
"arch": "x86_64",
"epoch": null,
"name": "parted",
"release": "2.el9",
"source": "rpm",
"version": "3.5"
}
],
"passwd": [
{
"arch": "x86_64",
"epoch": null,
"name": "passwd",
"release": "12.el9",
"source": "rpm",
"version": "0.80"
}
],
"pciutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pciutils-libs",
"release": "5.el9",
"source": "rpm",
"version": "3.7.0"
}
],
"pcre": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcre",
"release": "4.el9",
"source": "rpm",
"version": "8.44"
}
],
"pcre2": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcre2",
"release": "5.el9",
"source": "rpm",
"version": "10.40"
}
],
"pcre2-syntax": [
{
"arch": "noarch",
"epoch": null,
"name": "pcre2-syntax",
"release": "5.el9",
"source": "rpm",
"version": "10.40"
}
],
"perl-AutoLoader": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-AutoLoader",
"release": "481.el9",
"source": "rpm",
"version": "5.74"
}
],
"perl-B": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-B",
"release": "481.el9",
"source": "rpm",
"version": "1.80"
}
],
"perl-Carp": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Carp",
"release": "460.el9",
"source": "rpm",
"version": "1.50"
}
],
"perl-Class-Struct": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Class-Struct",
"release": "481.el9",
"source": "rpm",
"version": "0.66"
}
],
"perl-Data-Dumper": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Data-Dumper",
"release": "462.el9",
"source": "rpm",
"version": "2.174"
}
],
"perl-Digest": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Digest",
"release": "4.el9",
"source": "rpm",
"version": "1.19"
}
],
"perl-Digest-MD5": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Digest-MD5",
"release": "4.el9",
"source": "rpm",
"version": "2.58"
}
],
"perl-DynaLoader": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-DynaLoader",
"release": "481.el9",
"source": "rpm",
"version": "1.47"
}
],
"perl-Encode": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Encode",
"release": "462.el9",
"source": "rpm",
"version": "3.08"
}
],
"perl-Errno": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-Errno",
"release": "481.el9",
"source": "rpm",
"version": "1.30"
}
],
"perl-Error": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Error",
"release": "7.el9",
"source": "rpm",
"version": "0.17029"
}
],
"perl-Exporter": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Exporter",
"release": "461.el9",
"source": "rpm",
"version": "5.74"
}
],
"perl-Fcntl": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-Fcntl",
"release": "481.el9",
"source": "rpm",
"version": "1.13"
}
],
"perl-File-Basename": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-File-Basename",
"release": "481.el9",
"source": "rpm",
"version": "2.85"
}
],
"perl-File-Find": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-File-Find",
"release": "481.el9",
"source": "rpm",
"version": "1.37"
}
],
"perl-File-Path": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-File-Path",
"release": "4.el9",
"source": "rpm",
"version": "2.18"
}
],
"perl-File-Temp": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-File-Temp",
"release": "4.el9",
"source": "rpm",
"version": "0.231.100"
}
],
"perl-File-stat": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-File-stat",
"release": "481.el9",
"source": "rpm",
"version": "1.09"
}
],
"perl-FileHandle": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-FileHandle",
"release": "481.el9",
"source": "rpm",
"version": "2.03"
}
],
"perl-Getopt-Long": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Getopt-Long",
"release": "4.el9",
"source": "rpm",
"version": "2.52"
}
],
"perl-Getopt-Std": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Getopt-Std",
"release": "481.el9",
"source": "rpm",
"version": "1.12"
}
],
"perl-Git": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Git",
"release": "1.el9",
"source": "rpm",
"version": "2.43.5"
}
],
"perl-HTTP-Tiny": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Tiny",
"release": "462.el9",
"source": "rpm",
"version": "0.076"
}
],
"perl-IO": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-IO",
"release": "481.el9",
"source": "rpm",
"version": "1.43"
}
],
"perl-IO-Socket-IP": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-Socket-IP",
"release": "5.el9",
"source": "rpm",
"version": "0.41"
}
],
"perl-IO-Socket-SSL": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-Socket-SSL",
"release": "2.el9",
"source": "rpm",
"version": "2.073"
}
],
"perl-IPC-Open3": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-IPC-Open3",
"release": "481.el9",
"source": "rpm",
"version": "1.21"
}
],
"perl-MIME-Base64": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-MIME-Base64",
"release": "4.el9",
"source": "rpm",
"version": "3.16"
}
],
"perl-Mozilla-CA": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Mozilla-CA",
"release": "6.el9",
"source": "rpm",
"version": "20200520"
}
],
"perl-NDBM_File": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-NDBM_File",
"release": "481.el9",
"source": "rpm",
"version": "1.15"
}
],
"perl-Net-SSLeay": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Net-SSLeay",
"release": "1.el9",
"source": "rpm",
"version": "1.94"
}
],
"perl-POSIX": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-POSIX",
"release": "481.el9",
"source": "rpm",
"version": "1.94"
}
],
"perl-PathTools": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-PathTools",
"release": "461.el9",
"source": "rpm",
"version": "3.78"
}
],
"perl-Pod-Escapes": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Escapes",
"release": "460.el9",
"source": "rpm",
"version": "1.07"
}
],
"perl-Pod-Perldoc": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Pod-Perldoc",
"release": "461.el9",
"source": "rpm",
"version": "3.28.01"
}
],
"perl-Pod-Simple": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Simple",
"release": "4.el9",
"source": "rpm",
"version": "3.42"
}
],
"perl-Pod-Usage": [
{
"arch": "noarch",
"epoch": 4,
"name": "perl-Pod-Usage",
"release": "4.el9",
"source": "rpm",
"version": "2.01"
}
],
"perl-Scalar-List-Utils": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Scalar-List-Utils",
"release": "462.el9",
"source": "rpm",
"version": "1.56"
}
],
"perl-SelectSaver": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-SelectSaver",
"release": "481.el9",
"source": "rpm",
"version": "1.02"
}
],
"perl-Socket": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Socket",
"release": "4.el9",
"source": "rpm",
"version": "2.031"
}
],
"perl-Storable": [
{
"arch": "x86_64",
"epoch": 1,
"name": "perl-Storable",
"release": "460.el9",
"source": "rpm",
"version": "3.21"
}
],
"perl-Symbol": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Symbol",
"release": "481.el9",
"source": "rpm",
"version": "1.08"
}
],
"perl-Term-ANSIColor": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Term-ANSIColor",
"release": "461.el9",
"source": "rpm",
"version": "5.01"
}
],
"perl-Term-Cap": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Term-Cap",
"release": "460.el9",
"source": "rpm",
"version": "1.17"
}
],
"perl-TermReadKey": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-TermReadKey",
"release": "11.el9",
"source": "rpm",
"version": "2.38"
}
],
"perl-Text-ParseWords": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Text-ParseWords",
"release": "460.el9",
"source": "rpm",
"version": "3.30"
}
],
"perl-Text-Tabs+Wrap": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Text-Tabs+Wrap",
"release": "460.el9",
"source": "rpm",
"version": "2013.0523"
}
],
"perl-Time-Local": [
{
"arch": "noarch",
"epoch": 2,
"name": "perl-Time-Local",
"release": "7.el9",
"source": "rpm",
"version": "1.300"
}
],
"perl-URI": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-URI",
"release": "3.el9",
"source": "rpm",
"version": "5.09"
}
],
"perl-base": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-base",
"release": "481.el9",
"source": "rpm",
"version": "2.27"
}
],
"perl-constant": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-constant",
"release": "461.el9",
"source": "rpm",
"version": "1.33"
}
],
"perl-if": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-if",
"release": "481.el9",
"source": "rpm",
"version": "0.60.800"
}
],
"perl-interpreter": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-interpreter",
"release": "481.el9",
"source": "rpm",
"version": "5.32.1"
}
],
"perl-lib": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-lib",
"release": "481.el9",
"source": "rpm",
"version": "0.65"
}
],
"perl-libnet": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-libnet",
"release": "4.el9",
"source": "rpm",
"version": "3.13"
}
],
"perl-libs": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-libs",
"release": "481.el9",
"source": "rpm",
"version": "5.32.1"
}
],
"perl-mro": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-mro",
"release": "481.el9",
"source": "rpm",
"version": "1.23"
}
],
"perl-overload": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-overload",
"release": "481.el9",
"source": "rpm",
"version": "1.31"
}
],
"perl-overloading": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-overloading",
"release": "481.el9",
"source": "rpm",
"version": "0.02"
}
],
"perl-parent": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-parent",
"release": "460.el9",
"source": "rpm",
"version": "0.238"
}
],
"perl-podlators": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-podlators",
"release": "460.el9",
"source": "rpm",
"version": "4.14"
}
],
"perl-subs": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-subs",
"release": "481.el9",
"source": "rpm",
"version": "1.03"
}
],
"perl-vars": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-vars",
"release": "481.el9",
"source": "rpm",
"version": "1.05"
}
],
"pigz": [
{
"arch": "x86_64",
"epoch": null,
"name": "pigz",
"release": "4.el9",
"source": "rpm",
"version": "2.5"
}
],
"pkgconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "pkgconf",
"release": "10.el9",
"source": "rpm",
"version": "1.7.3"
}
],
"pkgconf-m4": [
{
"arch": "noarch",
"epoch": null,
"name": "pkgconf-m4",
"release": "10.el9",
"source": "rpm",
"version": "1.7.3"
}
],
"pkgconf-pkg-config": [
{
"arch": "x86_64",
"epoch": null,
"name": "pkgconf-pkg-config",
"release": "10.el9",
"source": "rpm",
"version": "1.7.3"
}
],
"policycoreutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "policycoreutils",
"release": "2.1.el9",
"source": "rpm",
"version": "3.6"
}
],
"policycoreutils-python-utils": [
{
"arch": "noarch",
"epoch": null,
"name": "policycoreutils-python-utils",
"release": "2.1.el9",
"source": "rpm",
"version": "3.6"
}
],
"polkit": [
{
"arch": "x86_64",
"epoch": null,
"name": "polkit",
"release": "13.el9",
"source": "rpm",
"version": "0.117"
}
],
"polkit-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "polkit-libs",
"release": "13.el9",
"source": "rpm",
"version": "0.117"
}
],
"polkit-pkla-compat": [
{
"arch": "x86_64",
"epoch": null,
"name": "polkit-pkla-compat",
"release": "21.el9",
"source": "rpm",
"version": "0.1"
}
],
"popt": [
{
"arch": "x86_64",
"epoch": null,
"name": "popt",
"release": "8.el9",
"source": "rpm",
"version": "1.18"
}
],
"prefixdevname": [
{
"arch": "x86_64",
"epoch": null,
"name": "prefixdevname",
"release": "8.el9",
"source": "rpm",
"version": "0.1.0"
}
],
"procps-ng": [
{
"arch": "x86_64",
"epoch": null,
"name": "procps-ng",
"release": "14.el9",
"source": "rpm",
"version": "3.3.17"
}
],
"psmisc": [
{
"arch": "x86_64",
"epoch": null,
"name": "psmisc",
"release": "3.el9",
"source": "rpm",
"version": "23.4"
}
],
"publicsuffix-list-dafsa": [
{
"arch": "noarch",
"epoch": null,
"name": "publicsuffix-list-dafsa",
"release": "3.el9",
"source": "rpm",
"version": "20210518"
}
],
"python-unversioned-command": [
{
"arch": "noarch",
"epoch": null,
"name": "python-unversioned-command",
"release": "2.el9",
"source": "rpm",
"version": "3.9.19"
}
],
"python3": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3",
"release": "2.el9",
"source": "rpm",
"version": "3.9.19"
}
],
"python3-attrs": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-attrs",
"release": "7.el9",
"source": "rpm",
"version": "20.3.0"
}
],
"python3-audit": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-audit",
"release": "2.el9",
"source": "rpm",
"version": "3.1.2"
}
],
"python3-babel": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-babel",
"release": "2.el9",
"source": "rpm",
"version": "2.9.1"
}
],
"python3-cffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-cffi",
"release": "5.el9",
"source": "rpm",
"version": "1.14.5"
}
],
"python3-chardet": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-chardet",
"release": "5.el9",
"source": "rpm",
"version": "4.0.0"
}
],
"python3-configobj": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-configobj",
"release": "25.el9",
"source": "rpm",
"version": "5.0.6"
}
],
"python3-cryptography": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-cryptography",
"release": "4.el9",
"source": "rpm",
"version": "36.0.1"
}
],
"python3-dasbus": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-dasbus",
"release": "5.el9",
"source": "rpm",
"version": "1.4"
}
],
"python3-dateutil": [
{
"arch": "noarch",
"epoch": 1,
"name": "python3-dateutil",
"release": "7.el9",
"source": "rpm",
"version": "2.8.1"
}
],
"python3-dbus": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-dbus",
"release": "2.el9",
"source": "rpm",
"version": "1.2.18"
}
],
"python3-distro": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-distro",
"release": "7.el9",
"source": "rpm",
"version": "1.5.0"
}
],
"python3-dnf": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-dnf",
"release": "15.el9",
"source": "rpm",
"version": "4.14.0"
}
],
"python3-dnf-plugins-core": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-dnf-plugins-core",
"release": "16.el9",
"source": "rpm",
"version": "4.3.0"
}
],
"python3-file-magic": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-file-magic",
"release": "16.el9",
"source": "rpm",
"version": "5.39"
}
],
"python3-firewall": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-firewall",
"release": "1.el9",
"source": "rpm",
"version": "1.3.4"
}
],
"python3-gobject-base": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-gobject-base",
"release": "6.el9",
"source": "rpm",
"version": "3.40.1"
}
],
"python3-gobject-base-noarch": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-gobject-base-noarch",
"release": "6.el9",
"source": "rpm",
"version": "3.40.1"
}
],
"python3-gpg": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-gpg",
"release": "6.el9",
"source": "rpm",
"version": "1.15.1"
}
],
"python3-hawkey": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-hawkey",
"release": "12.el9",
"source": "rpm",
"version": "0.69.0"
}
],
"python3-idna": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-idna",
"release": "7.el9.1",
"source": "rpm",
"version": "2.10"
}
],
"python3-jinja2": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jinja2",
"release": "6.el9",
"source": "rpm",
"version": "2.11.3"
}
],
"python3-jsonpatch": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonpatch",
"release": "16.el9",
"source": "rpm",
"version": "1.21"
}
],
"python3-jsonpointer": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonpointer",
"release": "4.el9",
"source": "rpm",
"version": "2.0"
}
],
"python3-jsonschema": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonschema",
"release": "13.el9",
"source": "rpm",
"version": "3.2.0"
}
],
"python3-libcomps": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libcomps",
"release": "1.el9",
"source": "rpm",
"version": "0.1.18"
}
],
"python3-libdnf": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libdnf",
"release": "12.el9",
"source": "rpm",
"version": "0.69.0"
}
],
"python3-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libs",
"release": "2.el9",
"source": "rpm",
"version": "3.9.19"
}
],
"python3-libselinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libselinux",
"release": "1.el9",
"source": "rpm",
"version": "3.6"
}
],
"python3-libsemanage": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libsemanage",
"release": "1.el9",
"source": "rpm",
"version": "3.6"
}
],
"python3-libxml2": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libxml2",
"release": "6.el9",
"source": "rpm",
"version": "2.9.13"
}
],
"python3-lxml": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-lxml",
"release": "3.el9",
"source": "rpm",
"version": "4.6.5"
}
],
"python3-markupsafe": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-markupsafe",
"release": "12.el9",
"source": "rpm",
"version": "1.1.1"
}
],
"python3-netifaces": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-netifaces",
"release": "15.el9",
"source": "rpm",
"version": "0.10.6"
}
],
"python3-nftables": [
{
"arch": "x86_64",
"epoch": 1,
"name": "python3-nftables",
"release": "1.el9",
"source": "rpm",
"version": "1.0.9"
}
],
"python3-oauthlib": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oauthlib",
"release": "5.el9",
"source": "rpm",
"version": "3.1.1"
}
],
"python3-packaging": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-packaging",
"release": "5.el9",
"source": "rpm",
"version": "20.9"
}
],
"python3-pexpect": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pexpect",
"release": "7.el9",
"source": "rpm",
"version": "4.8.0"
}
],
"python3-pip-wheel": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pip-wheel",
"release": "1.el9",
"source": "rpm",
"version": "21.3.1"
}
],
"python3-ply": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-ply",
"release": "14.el9",
"source": "rpm",
"version": "3.11"
}
],
"python3-policycoreutils": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-policycoreutils",
"release": "2.1.el9",
"source": "rpm",
"version": "3.6"
}
],
"python3-prettytable": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-prettytable",
"release": "27.el9",
"source": "rpm",
"version": "0.7.2"
}
],
"python3-ptyprocess": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-ptyprocess",
"release": "12.el9",
"source": "rpm",
"version": "0.6.0"
}
],
"python3-pyasn1": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyasn1",
"release": "6.el9",
"source": "rpm",
"version": "0.4.8"
}
],
"python3-pycparser": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pycparser",
"release": "6.el9",
"source": "rpm",
"version": "2.20"
}
],
"python3-pyparsing": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyparsing",
"release": "9.el9",
"source": "rpm",
"version": "2.4.7"
}
],
"python3-pyrsistent": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pyrsistent",
"release": "8.el9",
"source": "rpm",
"version": "0.17.3"
}
],
"python3-pyserial": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyserial",
"release": "12.el9",
"source": "rpm",
"version": "3.4"
}
],
"python3-pysocks": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pysocks",
"release": "12.el9",
"source": "rpm",
"version": "1.7.1"
}
],
"python3-pytz": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pytz",
"release": "5.el9",
"source": "rpm",
"version": "2021.1"
}
],
"python3-pyyaml": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pyyaml",
"release": "6.el9",
"source": "rpm",
"version": "5.4.1"
}
],
"python3-requests": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-requests",
"release": "8.el9",
"source": "rpm",
"version": "2.25.1"
}
],
"python3-rpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-rpm",
"release": "30.el9",
"source": "rpm",
"version": "4.16.1.3"
}
],
"python3-setools": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-setools",
"release": "1.el9",
"source": "rpm",
"version": "4.4.4"
}
],
"python3-setuptools": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-setuptools",
"release": "12.el9",
"source": "rpm",
"version": "53.0.0"
}
],
"python3-setuptools-wheel": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-setuptools-wheel",
"release": "12.el9",
"source": "rpm",
"version": "53.0.0"
}
],
"python3-six": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-six",
"release": "9.el9",
"source": "rpm",
"version": "1.15.0"
}
],
"python3-systemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-systemd",
"release": "19.el9",
"source": "rpm",
"version": "234"
}
],
"python3-urllib3": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-urllib3",
"release": "6.el9",
"source": "rpm",
"version": "1.26.5"
}
],
"qa-tools": [
{
"arch": "noarch",
"epoch": null,
"name": "qa-tools",
"release": "4.el9",
"source": "rpm",
"version": "4.1"
}
],
"qemu-guest-agent": [
{
"arch": "x86_64",
"epoch": 17,
"name": "qemu-guest-agent",
"release": "6.el9",
"source": "rpm",
"version": "9.0.0"
}
],
"quota": [
{
"arch": "x86_64",
"epoch": 1,
"name": "quota",
"release": "6.el9",
"source": "rpm",
"version": "4.06"
}
],
"quota-nls": [
{
"arch": "noarch",
"epoch": 1,
"name": "quota-nls",
"release": "6.el9",
"source": "rpm",
"version": "4.06"
}
],
"readline": [
{
"arch": "x86_64",
"epoch": null,
"name": "readline",
"release": "4.el9",
"source": "rpm",
"version": "8.1"
}
],
"restraint": [
{
"arch": "x86_64",
"epoch": null,
"name": "restraint",
"release": "1.el9",
"source": "rpm",
"version": "0.4.4"
}
],
"restraint-rhts": [
{
"arch": "x86_64",
"epoch": null,
"name": "restraint-rhts",
"release": "1.el9",
"source": "rpm",
"version": "0.4.4"
}
],
"rng-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "rng-tools",
"release": "7.el9",
"source": "rpm",
"version": "6.16"
}
],
"rootfiles": [
{
"arch": "noarch",
"epoch": null,
"name": "rootfiles",
"release": "31.el9",
"source": "rpm",
"version": "8.1"
}
],
"rpcbind": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpcbind",
"release": "7.el9",
"source": "rpm",
"version": "1.2.6"
}
],
"rpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm",
"release": "30.el9",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-build-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-build-libs",
"release": "30.el9",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-libs",
"release": "30.el9",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-plugin-audit": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-plugin-audit",
"release": "30.el9",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-plugin-selinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-plugin-selinux",
"release": "30.el9",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-plugin-systemd-inhibit": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-plugin-systemd-inhibit",
"release": "30.el9",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-sign-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-sign-libs",
"release": "30.el9",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rsync": [
{
"arch": "x86_64",
"epoch": null,
"name": "rsync",
"release": "20.el9",
"source": "rpm",
"version": "3.2.3"
}
],
"rsyslog": [
{
"arch": "x86_64",
"epoch": null,
"name": "rsyslog",
"release": "4.el9",
"source": "rpm",
"version": "8.2310.0"
}
],
"rsyslog-logrotate": [
{
"arch": "x86_64",
"epoch": null,
"name": "rsyslog-logrotate",
"release": "4.el9",
"source": "rpm",
"version": "8.2310.0"
}
],
"sed": [
{
"arch": "x86_64",
"epoch": null,
"name": "sed",
"release": "9.el9",
"source": "rpm",
"version": "4.8"
}
],
"selinux-policy": [
{
"arch": "noarch",
"epoch": null,
"name": "selinux-policy",
"release": "1.el9",
"source": "rpm",
"version": "38.1.41"
}
],
"selinux-policy-targeted": [
{
"arch": "noarch",
"epoch": null,
"name": "selinux-policy-targeted",
"release": "1.el9",
"source": "rpm",
"version": "38.1.41"
}
],
"setroubleshoot-plugins": [
{
"arch": "noarch",
"epoch": null,
"name": "setroubleshoot-plugins",
"release": "4.el9",
"source": "rpm",
"version": "3.3.14"
}
],
"setroubleshoot-server": [
{
"arch": "x86_64",
"epoch": null,
"name": "setroubleshoot-server",
"release": "1.el9",
"source": "rpm",
"version": "3.3.32"
}
],
"setup": [
{
"arch": "noarch",
"epoch": null,
"name": "setup",
"release": "10.el9",
"source": "rpm",
"version": "2.13.7"
}
],
"sg3_utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "sg3_utils",
"release": "9.el9",
"source": "rpm",
"version": "1.47"
}
],
"sg3_utils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "sg3_utils-libs",
"release": "9.el9",
"source": "rpm",
"version": "1.47"
}
],
"shadow-utils": [
{
"arch": "x86_64",
"epoch": 2,
"name": "shadow-utils",
"release": "9.el9",
"source": "rpm",
"version": "4.9"
}
],
"shared-mime-info": [
{
"arch": "x86_64",
"epoch": null,
"name": "shared-mime-info",
"release": "5.el9",
"source": "rpm",
"version": "2.1"
}
],
"slang": [
{
"arch": "x86_64",
"epoch": null,
"name": "slang",
"release": "11.el9",
"source": "rpm",
"version": "2.3.2"
}
],
"snappy": [
{
"arch": "x86_64",
"epoch": null,
"name": "snappy",
"release": "8.el9",
"source": "rpm",
"version": "1.1.8"
}
],
"sos": [
{
"arch": "noarch",
"epoch": null,
"name": "sos",
"release": "3.el9",
"source": "rpm",
"version": "4.7.1"
}
],
"sqlite-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "sqlite-libs",
"release": "7.el9",
"source": "rpm",
"version": "3.34.1"
}
],
"squashfs-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "squashfs-tools",
"release": "10.git1.el9",
"source": "rpm",
"version": "4.4"
}
],
"sscg": [
{
"arch": "x86_64",
"epoch": null,
"name": "sscg",
"release": "7.el9",
"source": "rpm",
"version": "3.0.0"
}
],
"sssd-client": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-client",
"release": "3.el9",
"source": "rpm",
"version": "2.9.5"
}
],
"sssd-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-common",
"release": "3.el9",
"source": "rpm",
"version": "2.9.5"
}
],
"sssd-kcm": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-kcm",
"release": "3.el9",
"source": "rpm",
"version": "2.9.5"
}
],
"sssd-nfs-idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-nfs-idmap",
"release": "3.el9",
"source": "rpm",
"version": "2.9.5"
}
],
"strace": [
{
"arch": "x86_64",
"epoch": null,
"name": "strace",
"release": "2.el9",
"source": "rpm",
"version": "5.18"
}
],
"sudo": [
{
"arch": "x86_64",
"epoch": null,
"name": "sudo",
"release": "10.el9",
"source": "rpm",
"version": "1.9.5p2"
}
],
"systemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd",
"release": "38.el9",
"source": "rpm",
"version": "252"
}
],
"systemd-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-libs",
"release": "38.el9",
"source": "rpm",
"version": "252"
}
],
"systemd-pam": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-pam",
"release": "38.el9",
"source": "rpm",
"version": "252"
}
],
"systemd-rpm-macros": [
{
"arch": "noarch",
"epoch": null,
"name": "systemd-rpm-macros",
"release": "38.el9",
"source": "rpm",
"version": "252"
}
],
"systemd-udev": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-udev",
"release": "38.el9",
"source": "rpm",
"version": "252"
}
],
"systemtap": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemtap",
"release": "3.el9",
"source": "rpm",
"version": "5.1"
}
],
"systemtap-client": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemtap-client",
"release": "3.el9",
"source": "rpm",
"version": "5.1"
}
],
"systemtap-devel": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemtap-devel",
"release": "3.el9",
"source": "rpm",
"version": "5.1"
}
],
"systemtap-runtime": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemtap-runtime",
"release": "3.el9",
"source": "rpm",
"version": "5.1"
}
],
"tar": [
{
"arch": "x86_64",
"epoch": 2,
"name": "tar",
"release": "6.el9",
"source": "rpm",
"version": "1.34"
}
],
"tbb": [
{
"arch": "x86_64",
"epoch": null,
"name": "tbb",
"release": "8.el9",
"source": "rpm",
"version": "2020.3"
}
],
"teamd": [
{
"arch": "x86_64",
"epoch": null,
"name": "teamd",
"release": "16.el9",
"source": "rpm",
"version": "1.31"
}
],
"time": [
{
"arch": "x86_64",
"epoch": null,
"name": "time",
"release": "18.el9",
"source": "rpm",
"version": "1.9"
}
],
"tpm2-tss": [
{
"arch": "x86_64",
"epoch": null,
"name": "tpm2-tss",
"release": "1.el9",
"source": "rpm",
"version": "3.2.3"
}
],
"tzdata": [
{
"arch": "noarch",
"epoch": null,
"name": "tzdata",
"release": "2.el9",
"source": "rpm",
"version": "2024a"
}
],
"unzip": [
{
"arch": "x86_64",
"epoch": null,
"name": "unzip",
"release": "56.el9",
"source": "rpm",
"version": "6.0"
}
],
"userspace-rcu": [
{
"arch": "x86_64",
"epoch": null,
"name": "userspace-rcu",
"release": "6.el9",
"source": "rpm",
"version": "0.12.1"
}
],
"util-linux": [
{
"arch": "x86_64",
"epoch": null,
"name": "util-linux",
"release": "18.el9",
"source": "rpm",
"version": "2.37.4"
}
],
"util-linux-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "util-linux-core",
"release": "18.el9",
"source": "rpm",
"version": "2.37.4"
}
],
"vim-common": [
{
"arch": "x86_64",
"epoch": 2,
"name": "vim-common",
"release": "20.el9",
"source": "rpm",
"version": "8.2.2637"
}
],
"vim-enhanced": [
{
"arch": "x86_64",
"epoch": 2,
"name": "vim-enhanced",
"release": "20.el9",
"source": "rpm",
"version": "8.2.2637"
}
],
"vim-filesystem": [
{
"arch": "noarch",
"epoch": 2,
"name": "vim-filesystem",
"release": "20.el9",
"source": "rpm",
"version": "8.2.2637"
}
],
"vim-minimal": [
{
"arch": "x86_64",
"epoch": 2,
"name": "vim-minimal",
"release": "20.el9",
"source": "rpm",
"version": "8.2.2637"
}
],
"webkit2gtk3-jsc": [
{
"arch": "x86_64",
"epoch": null,
"name": "webkit2gtk3-jsc",
"release": "1.el9",
"source": "rpm",
"version": "2.44.2"
}
],
"wget": [
{
"arch": "x86_64",
"epoch": null,
"name": "wget",
"release": "7.el9",
"source": "rpm",
"version": "1.21.1"
}
],
"which": [
{
"arch": "x86_64",
"epoch": null,
"name": "which",
"release": "29.el9",
"source": "rpm",
"version": "2.21"
}
],
"xfsprogs": [
{
"arch": "x86_64",
"epoch": null,
"name": "xfsprogs",
"release": "3.el9",
"source": "rpm",
"version": "6.4.0"
}
],
"xz": [
{
"arch": "x86_64",
"epoch": null,
"name": "xz",
"release": "8.el9",
"source": "rpm",
"version": "5.2.5"
}
],
"xz-devel": [
{
"arch": "x86_64",
"epoch": null,
"name": "xz-devel",
"release": "8.el9",
"source": "rpm",
"version": "5.2.5"
}
],
"xz-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "xz-libs",
"release": "8.el9",
"source": "rpm",
"version": "5.2.5"
}
],
"yum": [
{
"arch": "noarch",
"epoch": null,
"name": "yum",
"release": "15.el9",
"source": "rpm",
"version": "4.14.0"
}
],
"yum-utils": [
{
"arch": "noarch",
"epoch": null,
"name": "yum-utils",
"release": "16.el9",
"source": "rpm",
"version": "4.3.0"
}
],
"zip": [
{
"arch": "x86_64",
"epoch": null,
"name": "zip",
"release": "35.el9",
"source": "rpm",
"version": "3.0"
}
],
"zlib": [
{
"arch": "x86_64",
"epoch": null,
"name": "zlib",
"release": "41.el9",
"source": "rpm",
"version": "1.2.11"
}
],
"zlib-devel": [
{
"arch": "x86_64",
"epoch": null,
"name": "zlib-devel",
"release": "41.el9",
"source": "rpm",
"version": "1.2.11"
}
]
}
},
"changed": false
}
TASK [Restart cockpit to use the new certificates] *****************************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:60
Saturday 27 July 2024 08:45:02 -0400 (0:00:01.237) 0:00:26.697 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "__cockpit_is_ostree | d(false)",
"skip_reason": "Conditional result was False"
}
TASK [Test - cockpit works with TLS and expected certificate] ******************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:67
Saturday 27 July 2024 08:45:02 -0400 (0:00:00.047) 0:00:26.745 *********
ok: [managed_node1] => {
"changed": false,
"cmd": [
"curl",
"--cacert",
"/etc/pki/tls/certs/cockpit_cert.crt",
"https://localhost:9090"
],
"delta": "0:00:00.170568",
"end": "2024-07-27 08:45:03.505055",
"rc": 0,
"start": "2024-07-27 08:45:03.334487"
}
STDOUT:
Loading...
Please enable JavaScript to use the Web Console.
A modern browser is required for security, reliability, and performance.
Download a new browser for free
Bypass browser check
Validating authentication token
STDERR:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 11790 0 11790 0 0 73229 0 --:--:-- --:--:-- --:--:-- 73229
TASK [Test - get certmonger tracking status] ***********************************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:77
Saturday 27 July 2024 08:45:03 -0400 (0:00:00.654) 0:00:27.400 *********
ok: [managed_node1] => {
"changed": false,
"cmd": [
"getcert",
"list",
"--tracking-only",
"-f",
"/etc/pki/tls/certs/cockpit_cert.crt"
],
"delta": "0:00:00.042715",
"end": "2024-07-27 08:45:03.936521",
"rc": 0,
"start": "2024-07-27 08:45:03.893806"
}
STDOUT:
Number of certificates and requests being tracked: 1.
Request ID '20240727124500':
status: MONITORING
stuck: no
key pair storage: type=FILE,location='/etc/pki/tls/private/cockpit_cert.key'
certificate: type=FILE,location='/etc/pki/tls/certs/cockpit_cert.crt'
CA: local
issuer: CN=dcca3df5-ad8f4132-baba7810-222acab5,CN=Local Signing Authority
subject: CN=localhost
issued: 2024-07-27 08:45:00 EDT
expires: 2025-07-27 08:44:18 EDT
dns: localhost,www.example.com
key usage: digitalSignature,keyEncipherment
eku: id-kp-serverAuth,id-kp-clientAuth
pre-save command:
post-save command:
track: yes
auto-renew: yes
TASK [Test - ensure certificate generation succeeded] **************************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:84
Saturday 27 July 2024 08:45:04 -0400 (0:00:00.428) 0:00:27.828 *********
ok: [managed_node1] => {
"changed": false
}
MSG:
All assertions passed
TASK [Test - clean up tracked certificate] *************************************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:88
Saturday 27 July 2024 08:45:04 -0400 (0:00:00.049) 0:00:27.877 *********
ok: [managed_node1] => {
"changed": false,
"cmd": [
"getcert",
"stop-tracking",
"-f",
"/etc/pki/tls/certs/cockpit_cert.crt"
],
"delta": "0:00:00.033342",
"end": "2024-07-27 08:45:04.400856",
"rc": 0,
"start": "2024-07-27 08:45:04.367514"
}
STDOUT:
Request "20240727124500" removed.
TASK [Test - clean up generated certificate] ***********************************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:95
Saturday 27 July 2024 08:45:04 -0400 (0:00:00.434) 0:00:28.312 *********
changed: [managed_node1] => {
"changed": true,
"path": "/etc/pki/tls/certs/cockpit_cert.crt",
"state": "absent"
}
TASK [Test - clean up generated private key] ***********************************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:100
Saturday 27 July 2024 08:45:04 -0400 (0:00:00.374) 0:00:28.686 *********
changed: [managed_node1] => {
"changed": true,
"path": "/etc/pki/tls/private/cockpit_cert.key",
"state": "absent"
}
TASK [Test - generic cleanup] **************************************************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:105
Saturday 27 July 2024 08:45:05 -0400 (0:00:00.374) 0:00:29.061 *********
included: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml for managed_node1
TASK [Cleanup - packages] ******************************************************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:2
Saturday 27 July 2024 08:45:05 -0400 (0:00:00.054) 0:00:29.115 *********
changed: [managed_node1] => {
"changed": true,
"rc": 0,
"results": [
"Removed: cockpit-bridge-321-1.el9.x86_64",
"Removed: cockpit-system-321-1.el9.noarch",
"Removed: cockpit-ws-321-1.el9.x86_64"
]
}
TASK [Cleanup - services] ******************************************************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:15
Saturday 27 July 2024 08:45:15 -0400 (0:00:10.452) 0:00:39.568 *********
skipping: [managed_node1] => {
"changed": false,
"false_condition": "__cockpit_is_ostree | d(false)",
"skip_reason": "Conditional result was False"
}
TASK [Cleanup - find certificates] *********************************************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:25
Saturday 27 July 2024 08:45:15 -0400 (0:00:00.036) 0:00:39.604 *********
ok: [managed_node1] => {
"changed": false,
"examined": 2,
"files": [
{
"atime": 1722084301.2061489,
"ctime": 1722084301.202149,
"dev": 51713,
"gid": 0,
"gr_name": "root",
"inode": 220201159,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": true,
"isreg": false,
"issock": false,
"isuid": false,
"mode": "0777",
"mtime": 1722084301.202149,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/50-system-role.crt",
"pw_name": "root",
"rgrp": true,
"roth": true,
"rusr": true,
"size": 35,
"uid": 0,
"wgrp": true,
"woth": true,
"wusr": true,
"xgrp": true,
"xoth": true,
"xusr": true
},
{
"atime": 1722084301.580135,
"ctime": 1722084301.5761354,
"dev": 51713,
"gid": 0,
"gr_name": "root",
"inode": 220201160,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": true,
"isreg": false,
"issock": false,
"isuid": false,
"mode": "0777",
"mtime": 1722084301.5751355,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/50-system-role.key",
"pw_name": "root",
"rgrp": true,
"roth": true,
"rusr": true,
"size": 37,
"uid": 0,
"wgrp": true,
"woth": true,
"wusr": true,
"xgrp": true,
"xoth": true,
"xusr": true
}
],
"matched": 2,
"skipped_paths": {}
}
MSG:
All paths examined
TASK [Cleanup - certificates] **************************************************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:35
Saturday 27 July 2024 08:45:16 -0400 (0:00:00.468) 0:00:40.073 *********
changed: [managed_node1] => (item={'path': '/etc/cockpit/ws-certs.d/50-system-role.crt', 'mode': '0777', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': False, 'isfifo': False, 'islnk': True, 'issock': False, 'uid': 0, 'gid': 0, 'size': 35, 'inode': 220201159, 'dev': 51713, 'nlink': 1, 'atime': 1722084301.2061489, 'mtime': 1722084301.202149, 'ctime': 1722084301.202149, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': True, 'wgrp': True, 'rgrp': True, 'xgrp': True, 'woth': True, 'roth': True, 'xoth': True, 'isuid': False, 'isgid': False}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"atime": 1722084301.2061489,
"ctime": 1722084301.202149,
"dev": 51713,
"gid": 0,
"gr_name": "root",
"inode": 220201159,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": true,
"isreg": false,
"issock": false,
"isuid": false,
"mode": "0777",
"mtime": 1722084301.202149,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/50-system-role.crt",
"pw_name": "root",
"rgrp": true,
"roth": true,
"rusr": true,
"size": 35,
"uid": 0,
"wgrp": true,
"woth": true,
"wusr": true,
"xgrp": true,
"xoth": true,
"xusr": true
},
"path": "/etc/cockpit/ws-certs.d/50-system-role.crt",
"state": "absent"
}
changed: [managed_node1] => (item={'path': '/etc/cockpit/ws-certs.d/50-system-role.key', 'mode': '0777', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': False, 'isfifo': False, 'islnk': True, 'issock': False, 'uid': 0, 'gid': 0, 'size': 37, 'inode': 220201160, 'dev': 51713, 'nlink': 1, 'atime': 1722084301.580135, 'mtime': 1722084301.5751355, 'ctime': 1722084301.5761354, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': True, 'wgrp': True, 'rgrp': True, 'xgrp': True, 'woth': True, 'roth': True, 'xoth': True, 'isuid': False, 'isgid': False}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"atime": 1722084301.580135,
"ctime": 1722084301.5761354,
"dev": 51713,
"gid": 0,
"gr_name": "root",
"inode": 220201160,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": true,
"isreg": false,
"issock": false,
"isuid": false,
"mode": "0777",
"mtime": 1722084301.5751355,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/50-system-role.key",
"pw_name": "root",
"rgrp": true,
"roth": true,
"rusr": true,
"size": 37,
"uid": 0,
"wgrp": true,
"woth": true,
"wusr": true,
"xgrp": true,
"xoth": true,
"xusr": true
},
"path": "/etc/cockpit/ws-certs.d/50-system-role.key",
"state": "absent"
}
TASK [Cleanup - config file] ***************************************************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:44
Saturday 27 July 2024 08:45:16 -0400 (0:00:00.727) 0:00:40.800 *********
ok: [managed_node1] => {
"changed": false,
"path": "/etc/cockpit/cockpit.conf",
"state": "absent"
}
TASK [Cleanup - port customization] ********************************************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:52
Saturday 27 July 2024 08:45:17 -0400 (0:00:00.373) 0:00:41.173 *********
ok: [managed_node1] => {
"changed": false,
"path": "/etc/systemd/system/cockpit.socket.d/",
"state": "absent"
}
TASK [Cleanup - Reload systemd] ************************************************
task path: /tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:60
Saturday 27 July 2024 08:45:17 -0400 (0:00:00.370) 0:00:41.544 *********
ok: [managed_node1] => {
"changed": false,
"name": null,
"status": {}
}
PLAY RECAP *********************************************************************
managed_node1 : ok=56 changed=9 unreachable=0 failed=0 skipped=35 rescued=0 ignored=0
Saturday 27 July 2024 08:45:18 -0400 (0:00:00.764) 0:00:42.309 *********
===============================================================================
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed. -- 13.20s
/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:7
Cleanup - packages ----------------------------------------------------- 10.45s
/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:2
Collect installed package versions -------------------------------------- 1.24s
/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:55
Gathering Facts --------------------------------------------------------- 1.13s
/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:2
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled --- 1.01s
/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:71
fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 0.95s
/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 0.94s
/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed. --- 0.93s
/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:7
fedora.linux_system_roles.certificate : Ensure certificate requests ----- 0.87s
/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Cleanup - Reload systemd ------------------------------------------------ 0.76s
/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:60
Cleanup - certificates -------------------------------------------------- 0.73s
/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:35
Test - cockpit works with TLS and expected certificate ------------------ 0.65s
/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:67
fedora.linux_system_roles.certificate : Ensure provider service is running --- 0.54s
/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled --- 0.52s
/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:71
Cleanup - find certificates --------------------------------------------- 0.47s
/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:25
fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port --- 0.46s
/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:62
fedora.linux_system_roles.cockpit : Check if system is ostree ----------- 0.44s
/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10
Get name of cockpit group for tests ------------------------------------- 0.44s
/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/get_cockpit_group.yml:3
Test - clean up tracked certificate ------------------------------------- 0.43s
/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:88
Test - get certmonger tracking status ----------------------------------- 0.43s
/tmp/tmp.rD6O8cUQ0M/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:77