+ cd /tmp/tmpxsy0ntug/tests; TEST_SUBJECTS=/cache/centos-8.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_cockpit-37-ee0b354-centos-8-raazdgwo/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmpxsy0ntug/_setup.yml /tmp/tmpxsy0ntug/tests/tests_certificate.yml ansible-playbook 2.9.23 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 16 2020, 22:23:17) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: _setup.yml *********************************************************** 2 plays in /tmp/tmpxsy0ntug/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmpxsy0ntug/_setup.yml:5 ok: [/cache/centos-8.qcow2] => { "groups": { "all": [ "/cache/centos-8.qcow2" ], "localhost": [ "/cache/centos-8.qcow2" ], "subjects": [ "/cache/centos-8.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmpxsy0ntug/_setup.yml:7 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY [Enable HA repos] ********************************************************* META: ran handlers TASK [Enable HA repos] ********************************************************* task path: /tmp/tmpxsy0ntug/_setup.yml:16 [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["dnf", "config-manager", "--set-enabled", "ha"], "delta": "0:00:00.429646", "end": "2021-10-23 07:59:45.941984", "rc": 0, "start": "2021-10-23 07:59:45.512338", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=2 changed=1 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_certificate.yml ************************************************ 4 plays in /tmp/tmpxsy0ntug/tests/tests_certificate.yml PLAY [test - local setup] ****************************************************** META: ran handlers TASK [Download current linux-system-roles.certificate] ************************* task path: /tmp/tmpxsy0ntug/tests/tests_certificate.yml:6 changed: [127.0.0.1] => {"after": "69208e8e7e1d6cf2ce63eeaee7512c33b59cbb71", "before": null, "changed": true} META: ran handlers META: ran handlers PLAY [Install cockpit] ********************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpxsy0ntug/tests/tests_certificate.yml:17 ok: [/cache/centos-8.qcow2] META: ran handlers TASK [linux-system-roles.cockpit : Set version specific variables] ************* task path: /tmp/tmpxsy0ntug/tasks/main.yml:1 ok: [/cache/centos-8.qcow2] => (item=/tmp/tmpxsy0ntug/vars/CentOS-8.yml) => {"ansible_facts": {"__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/tmpxsy0ntug/vars/CentOS-8.yml"], "ansible_loop_var": "item", "changed": false, "item": "/tmp/tmpxsy0ntug/vars/CentOS-8.yml"} TASK [linux-system-roles.cockpit : List active RHEL repositories] ************** task path: /tmp/tmpxsy0ntug/tasks/main.yml:15 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.cockpit : Enable RHEL repositories] ******************* task path: /tmp/tmpxsy0ntug/tasks/main.yml:23 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.cockpit : Manage cockpit packages using platform specific package manager if applicable] *** task path: /tmp/tmpxsy0ntug/tasks/main.yml:27 included: /tmp/tmpxsy0ntug/tasks/setup-dnf.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.cockpit : If choosing custom package set, ensure minimal cockpit is included] *** task path: /tmp/tmpxsy0ntug/tasks/setup-dnf.yml:1 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"cockpit_packages": "minimal"}, "changed": false} TASK [linux-system-roles.cockpit : Ensure Cockpit Web Console packages are installed.] *** task path: /tmp/tmpxsy0ntug/tasks/setup-dnf.yml:8 ok: [/cache/centos-8.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [linux-system-roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled] *** task path: /tmp/tmpxsy0ntug/tasks/main.yml:33 changed: [/cache/centos-8.qcow2] => {"changed": true, "enabled": true, "name": "cockpit.socket", "state": "started", "status": {"Accept": "no", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Backlog": "128", "Before": "cockpit-motd.service cockpit.service shutdown.target sockets.target", "BindIPv6Only": "default", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "Broadcast": "no", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "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", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "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", "FlushPending": "no", "FragmentPath": "/usr/lib/systemd/system/cockpit.socket", "FreeBind": "no", "FreezerState": "running", "GID": "[not set]", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "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": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "6995", "LimitNPROCSoft": "6995", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "6995", "LimitSIGPENDINGSoft": "6995", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "Listen": "[::]:9090 (Stream)", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "Mark": "-1", "MaxConnections": "64", "MaxConnectionsPerSource": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MessageQueueMaxMessages": "0", "MessageQueueMessageSize": "0", "MountAPIVFS": "no", "MountFlags": "", "NAccepted": "0", "NConnections": "0", "NRefused": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "cockpit.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PassCredentials": "no", "PassPacketInfo": "no", "PassSecurity": "no", "Perpetual": "no", "PipeSize": "0", "Priority": "-1", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveIPC": "no", "RemoveOnStop": "no", "RequiredBy": "cockpit.service", "Requires": "system.slice sysinit.target", "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", "StandardInputData": "", "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": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "11192", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "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", "Writable": "no"}} TASK [linux-system-roles.cockpit : Create cockpit.conf configuration file] ***** task path: /tmp/tmpxsy0ntug/tasks/main.yml:39 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY [Generate self-signed certmonger certificate] ***************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpxsy0ntug/tests/tests_certificate.yml:24 ok: [/cache/centos-8.qcow2] META: ran handlers TASK [Allow certmonger to write into Cockpit's certificate directory] ********** task path: /tmp/tmpxsy0ntug/tests/tests_certificate.yml:28 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/cockpit/ws-certs.d/", "secontext": "system_u:object_r:cert_t:s0", "size": 6, "state": "directory", "uid": 0} TASK [include_role : linux-system-roles.certificate] *************************** task path: /tmp/tmpxsy0ntug/tests/tests_certificate.yml:35 TASK [linux-system-roles.certificate : Set version specific variables] ********* task path: /tmp/tmpxsy0ntug/tests/roles/linux-system-roles.certificate/tasks/main.yml:2 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__certificate_default_directory": "/etc/pki/tls", "__certificate_packages": ["python3-pyasn1", "python3-cryptography", "python3-dbus"]}, "ansible_included_var_files": ["/tmp/tmpxsy0ntug/tests/roles/linux-system-roles.certificate/vars/default.yml"], "changed": false} TASK [linux-system-roles.certificate : Ensure certificate role dependencies are installed] *** task path: /tmp/tmpxsy0ntug/tests/roles/linux-system-roles.certificate/tasks/main.yml:17 changed: [/cache/centos-8.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: python3-pyasn1-0.3.7-6.el8.noarch"]} TASK [linux-system-roles.certificate : Ensure provider packages are installed] *** task path: /tmp/tmpxsy0ntug/tests/roles/linux-system-roles.certificate/tasks/main.yml:34 changed: [/cache/centos-8.qcow2] => (item=certmonger) => {"__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "msg": "", "rc": 0, "results": ["Installed: nss-softokn-3.67.0-6.el8_4.x86_64", "Installed: certmonger-0.79.13-2.el8.x86_64", "Installed: nss-softokn-freebl-3.67.0-6.el8_4.x86_64", "Installed: nspr-4.32.0-1.el8_4.x86_64", "Installed: nss-sysinit-3.67.0-6.el8_4.x86_64", "Installed: nss-3.67.0-6.el8_4.x86_64", "Installed: nss-util-3.67.0-6.el8_4.x86_64", "Installed: xmlrpc-c-1.51.0-5.el8.x86_64", "Installed: xmlrpc-c-client-1.51.0-5.el8.x86_64"]} TASK [linux-system-roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /tmp/tmpxsy0ntug/tests/roles/linux-system-roles.certificate/tasks/main.yml:45 changed: [/cache/centos-8.qcow2] => (item=certmonger) => {"__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0} TASK [linux-system-roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /tmp/tmpxsy0ntug/tests/roles/linux-system-roles.certificate/tasks/main.yml:71 changed: [/cache/centos-8.qcow2] => (item=certmonger) => {"__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0} TASK [linux-system-roles.certificate : Ensure provider service is running] ***** task path: /tmp/tmpxsy0ntug/tests/roles/linux-system-roles.certificate/tasks/main.yml:100 changed: [/cache/centos-8.qcow2] => (item=certmonger) => {"__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "enabled": true, "name": "certmonger", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "syslog.target system.slice dbus.socket dbus.service network.target basic.target sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "6995", "LimitNPROCSoft": "6995", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "6995", "LimitSIGPENDINGSoft": "6995", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus.service", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice dbus.socket", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "11192", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.certificate : Ensure certificate requests] ************ task path: /tmp/tmpxsy0ntug/tests/roles/linux-system-roles.certificate/tasks/main.yml:112 changed: [/cache/centos-8.qcow2] => (item={u'ca': u'self-sign', u'group': u'cockpit-ws', u'name': u'/etc/cockpit/ws-certs.d/monger-cockpit', u'dns': [u'www.example.com', u'localhost']}) => {"ansible_loop_var": "item", "changed": true, "item": {"ca": "self-sign", "dns": ["www.example.com", "localhost"], "group": "cockpit-ws", "name": "/etc/cockpit/ws-certs.d/monger-cockpit"}, "msg": "Certificate requested (new). File attributes updated."} META: ran handlers META: ran handlers PLAY [Validate installation] *************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpxsy0ntug/tests/tests_certificate.yml:44 ok: [/cache/centos-8.qcow2] META: ran handlers TASK [test - cockpit works with TLS and expected certificate] ****************** task path: /tmp/tmpxsy0ntug/tests/tests_certificate.yml:47 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["curl", "--cacert", "/etc/cockpit/ws-certs.d/monger-cockpit.crt", "https://localhost:9090"], "delta": "0:00:00.209107", "end": "2021-10-23 08:00:21.996054", "rc": 0, "start": "2021-10-23 08:00:21.786947", "stderr": " % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\r100 8458 0 8458 0 0 42717 0 --:--:-- --:--:-- --:--:-- 42717", "stderr_lines": [" % 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 8458 0 8458 0 0 42717 0 --:--:-- --:--:-- --:--:-- 42717"], "stdout": "\n\n\n\n Loading...\n \n \n \n \n \n \n \n \n \n\n\n\n \n\n \n\n
\n

\n\n
\n \n \n \n

\n Please enable JavaScript to use the Web Console.\n

\n
\n\n \n\n \n\n \n\n \n\n \n
\n\n \n\n\n\n", "stdout_lines": ["", "", "", "", " Loading...", " ", " ", " ", " ", " ", " ", " ", " ", " ", "", "", "", " ", "", " ", "", "
", "

", "", "
", " ", " ", " ", "

", " Please enable JavaScript to use the Web Console.", "

", "
", "", " ", "", " ", "", " ", "", " ", "", " ", "
", "", " ", "", "", "", ""]} TASK [test - get certmonger tracking status] *********************************** task path: /tmp/tmpxsy0ntug/tests/tests_certificate.yml:54 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["getcert", "list", "--tracking-only", "-f", "/etc/cockpit/ws-certs.d/monger-cockpit.crt"], "delta": "0:00:00.039159", "end": "2021-10-23 08:00:22.378125", "rc": 0, "start": "2021-10-23 08:00:22.338966", "stderr": "", "stderr_lines": [], "stdout": "Number of certificates and requests being tracked: 1.\nRequest ID '20211023080020':\n\tstatus: MONITORING\n\tstuck: no\n\tkey pair storage: type=FILE,location='/etc/cockpit/ws-certs.d/monger-cockpit.key'\n\tcertificate: type=FILE,location='/etc/cockpit/ws-certs.d/monger-cockpit.crt'\n\tCA: local\n\tissuer: CN=ae87a47f-68674a3d-9aa7aae5-c0bfa511,CN=Local Signing Authority\n\tsubject: CN=www.example.com\n\texpires: 2022-10-23 08:00:19 UTC\n\tdns: www.example.com,localhost\n\tkey usage: digitalSignature,keyEncipherment\n\teku: id-kp-serverAuth,id-kp-clientAuth\n\tpre-save command: \n\tpost-save command: \n\ttrack: yes\n\tauto-renew: yes", "stdout_lines": ["Number of certificates and requests being tracked: 1.", "Request ID '20211023080020':", "\tstatus: MONITORING", "\tstuck: no", "\tkey pair storage: type=FILE,location='/etc/cockpit/ws-certs.d/monger-cockpit.key'", "\tcertificate: type=FILE,location='/etc/cockpit/ws-certs.d/monger-cockpit.crt'", "\tCA: local", "\tissuer: CN=ae87a47f-68674a3d-9aa7aae5-c0bfa511,CN=Local Signing Authority", "\tsubject: CN=www.example.com", "\texpires: 2022-10-23 08:00:19 UTC", "\tdns: www.example.com,localhost", "\tkey usage: digitalSignature,keyEncipherment", "\teku: id-kp-serverAuth,id-kp-clientAuth", "\tpre-save command: ", "\tpost-save command: ", "\ttrack: yes", "\tauto-renew: yes"]} TASK [test - ensure certificate generation succeeded] ************************** task path: /tmp/tmpxsy0ntug/tests/tests_certificate.yml:59 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [cleanup - generated certificate] ***************************************** task path: /tmp/tmpxsy0ntug/tests/tests_certificate.yml:63 changed: [/cache/centos-8.qcow2] => {"changed": true, "path": "/etc/cockpit/ws-certs.d/monger-cockpit.crt", "state": "absent"} TASK [cleanup - generated private key] ***************************************** task path: /tmp/tmpxsy0ntug/tests/tests_certificate.yml:68 changed: [/cache/centos-8.qcow2] => {"changed": true, "path": "/etc/cockpit/ws-certs.d/monger-cockpit.key", "state": "absent"} TASK [cleanup - tracked certificate] ******************************************* task path: /tmp/tmpxsy0ntug/tests/tests_certificate.yml:73 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["getcert", "stop-tracking", "-f", "/etc/cockpit/ws-certs.d/monger-cockpit.crt"], "delta": "0:00:00.034707", "end": "2021-10-23 08:00:23.529910", "rc": 0, "start": "2021-10-23 08:00:23.495203", "stderr": "", "stderr_lines": [], "stdout": "Request \"20211023080020\" removed.", "stdout_lines": ["Request \"20211023080020\" removed."]} TASK [include_tasks] *********************************************************** task path: /tmp/tmpxsy0ntug/tests/tests_certificate.yml:77 included: /tmp/tmpxsy0ntug/tests/tasks/cleanup.yml for /cache/centos-8.qcow2 TASK [cleanup - packages] ****************************************************** task path: /tmp/tmpxsy0ntug/tests/tasks/cleanup.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Removed: cockpit-bridge-238.2-1.el8.x86_64", "Removed: cockpit-system-238.2-1.el8.noarch", "Removed: cockpit-ws-238.2-1.el8.x86_64"]} TASK [cleanup - config file] *************************************************** task path: /tmp/tmpxsy0ntug/tests/tasks/cleanup.yml:12 ok: [/cache/centos-8.qcow2] => {"changed": false, "path": "/etc/cockpit/cockpit.conf", "state": "absent"} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=27 changed=12 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 127.0.0.1 : ok=1 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 + cd /tmp/tmpxsy0ntug/tests; TEST_SUBJECTS=/cache/centos-8.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_cockpit-37-ee0b354-centos-8-raazdgwo/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmpxsy0ntug/_setup.yml /tmp/tmpxsy0ntug/tests/tests_config.yml ansible-playbook 2.9.23 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 16 2020, 22:23:17) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: _setup.yml *********************************************************** 2 plays in /tmp/tmpxsy0ntug/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmpxsy0ntug/_setup.yml:5 ok: [/cache/centos-8.qcow2] => { "groups": { "all": [ "/cache/centos-8.qcow2" ], "localhost": [ "/cache/centos-8.qcow2" ], "subjects": [ "/cache/centos-8.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmpxsy0ntug/_setup.yml:7 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY [Enable HA repos] ********************************************************* META: ran handlers TASK [Enable HA repos] ********************************************************* task path: /tmp/tmpxsy0ntug/_setup.yml:16 [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["dnf", "config-manager", "--set-enabled", "ha"], "delta": "0:00:00.428762", "end": "2021-10-23 08:01:27.652929", "rc": 0, "start": "2021-10-23 08:01:27.224167", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=2 changed=1 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_config.yml ***************************************************** 1 plays in /tmp/tmpxsy0ntug/tests/tests_config.yml PLAY [Test cockpit_* role options] ********************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpxsy0ntug/tests/tests_config.yml:2 ok: [/cache/centos-8.qcow2] META: ran handlers TASK [linux-system-roles.cockpit : Set version specific variables] ************* task path: /tmp/tmpxsy0ntug/tasks/main.yml:1 ok: [/cache/centos-8.qcow2] => (item=/tmp/tmpxsy0ntug/vars/CentOS-8.yml) => {"ansible_facts": {"__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/tmpxsy0ntug/vars/CentOS-8.yml"], "ansible_loop_var": "item", "changed": false, "item": "/tmp/tmpxsy0ntug/vars/CentOS-8.yml"} TASK [linux-system-roles.cockpit : List active RHEL repositories] ************** task path: /tmp/tmpxsy0ntug/tasks/main.yml:15 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.cockpit : Enable RHEL repositories] ******************* task path: /tmp/tmpxsy0ntug/tasks/main.yml:23 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.cockpit : Manage cockpit packages using platform specific package manager if applicable] *** task path: /tmp/tmpxsy0ntug/tasks/main.yml:27 included: /tmp/tmpxsy0ntug/tasks/setup-dnf.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.cockpit : If choosing custom package set, ensure minimal cockpit is included] *** task path: /tmp/tmpxsy0ntug/tasks/setup-dnf.yml:1 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"cockpit_packages": "minimal"}, "changed": false} TASK [linux-system-roles.cockpit : Ensure Cockpit Web Console packages are installed.] *** task path: /tmp/tmpxsy0ntug/tasks/setup-dnf.yml:8 ok: [/cache/centos-8.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [linux-system-roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled] *** task path: /tmp/tmpxsy0ntug/tasks/main.yml:33 changed: [/cache/centos-8.qcow2] => {"changed": true, "enabled": true, "name": "cockpit.socket", "state": "stopped", "status": {"Accept": "no", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Backlog": "128", "Before": "shutdown.target cockpit.service cockpit-motd.service sockets.target", "BindIPv6Only": "default", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "Broadcast": "no", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "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", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "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", "FlushPending": "no", "FragmentPath": "/usr/lib/systemd/system/cockpit.socket", "FreeBind": "no", "FreezerState": "running", "GID": "[not set]", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "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": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "6995", "LimitNPROCSoft": "6995", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "6995", "LimitSIGPENDINGSoft": "6995", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "Listen": "[::]:9090 (Stream)", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "Mark": "-1", "MaxConnections": "64", "MaxConnectionsPerSource": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MessageQueueMaxMessages": "0", "MessageQueueMessageSize": "0", "MountAPIVFS": "no", "MountFlags": "", "NAccepted": "0", "NConnections": "0", "NRefused": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "cockpit.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PassCredentials": "no", "PassPacketInfo": "no", "PassSecurity": "no", "Perpetual": "no", "PipeSize": "0", "Priority": "-1", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveIPC": "no", "RemoveOnStop": "no", "RequiredBy": "cockpit.service", "Requires": "sysinit.target system.slice", "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", "StandardInputData": "", "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": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "11192", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "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", "Writable": "no"}} TASK [linux-system-roles.cockpit : Create cockpit.conf configuration file] ***** task path: /tmp/tmpxsy0ntug/tasks/main.yml:39 NOTIFIED HANDLER linux-system-roles.cockpit : restart cockpit for /cache/centos-8.qcow2 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "a28e8e15edbb182af349c2efdcab515ae324e282", "dest": "/etc/cockpit/cockpit.conf", "gid": 0, "group": "root", "md5sum": "122c5d019ccefe9d55575732f0647a0c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 89, "src": "/root/.ansible/tmp/ansible-tmp-1634976100.25-110092-160465300616344/source", "state": "file", "uid": 0} RUNNING HANDLER [linux-system-roles.cockpit : restart cockpit] ***************** task path: /tmp/tmpxsy0ntug/handlers/main.yml:3 ok: [/cache/centos-8.qcow2] => {"changed": false, "name": "cockpit.socket", "state": "stopped", "status": {"Accept": "no", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket system.slice sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Backlog": "128", "Before": "sockets.target cockpit.service cockpit-motd.service shutdown.target", "BindIPv6Only": "default", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "Broadcast": "no", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "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", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "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", "FlushPending": "no", "FragmentPath": "/usr/lib/systemd/system/cockpit.socket", "FreeBind": "no", "FreezerState": "running", "GID": "[not set]", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "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": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "6995", "LimitNPROCSoft": "6995", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "6995", "LimitSIGPENDINGSoft": "6995", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "Listen": "[::]:9090 (Stream)", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "Mark": "-1", "MaxConnections": "64", "MaxConnectionsPerSource": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MessageQueueMaxMessages": "0", "MessageQueueMessageSize": "0", "MountAPIVFS": "no", "MountFlags": "", "NAccepted": "0", "NConnections": "0", "NRefused": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "cockpit.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PassCredentials": "no", "PassPacketInfo": "no", "PassSecurity": "no", "Perpetual": "no", "PipeSize": "0", "Priority": "-1", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveIPC": "no", "RemoveOnStop": "no", "RequiredBy": "cockpit.service", "Requires": "sysinit.target system.slice", "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", "StandardInputData": "", "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": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "11192", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "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", "Writable": "no"}} META: ran handlers TASK [test - socket is enabled] ************************************************ task path: /tmp/tmpxsy0ntug/tests/tests_config.yml:19 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["systemctl", "is-enabled", "cockpit.socket"], "delta": "0:00:00.012010", "end": "2021-10-23 08:01:41.022750", "rc": 0, "start": "2021-10-23 08:01:41.010740", "stderr": "", "stderr_lines": [], "stdout": "enabled", "stdout_lines": ["enabled"]} TASK [test - socket is not active] ********************************************* task path: /tmp/tmpxsy0ntug/tests/tests_config.yml:23 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["systemctl", "is-active", "cockpit.socket"], "delta": "0:00:00.010950", "end": "2021-10-23 08:01:41.396495", "failed_when_result": false, "msg": "non-zero return code", "rc": 3, "start": "2021-10-23 08:01:41.385545", "stderr": "", "stderr_lines": [], "stdout": "inactive", "stdout_lines": ["inactive"]} TASK [package_facts] *********************************************************** task path: /tmp/tmpxsy0ntug/tests/tests_config.yml:29 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"packages": {"NetworkManager": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "7.el8", "source": "rpm", "version": "1.30.0"}], "NetworkManager-libnm": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "7.el8", "source": "rpm", "version": "1.30.0"}], "NetworkManager-team": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-team", "release": "7.el8", "source": "rpm", "version": "1.30.0"}], "NetworkManager-tui": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-tui", "release": "7.el8", "source": "rpm", "version": "1.30.0"}], "PackageKit": [{"arch": "x86_64", "epoch": null, "name": "PackageKit", "release": "6.el8", "source": "rpm", "version": "1.1.12"}], "PackageKit-glib": [{"arch": "x86_64", "epoch": null, "name": "PackageKit-glib", "release": "6.el8", "source": "rpm", "version": "1.1.12"}], "abattis-cantarell-fonts": [{"arch": "noarch", "epoch": null, "name": "abattis-cantarell-fonts", "release": "6.el8", "source": "rpm", "version": "0.0.25"}], "acl": [{"arch": "x86_64", "epoch": null, "name": "acl", "release": "1.el8", "source": "rpm", "version": "2.2.53"}], "audit": [{"arch": "x86_64", "epoch": null, "name": "audit", "release": "0.17.20191104git1c2f876.el8", "source": "rpm", "version": "3.0"}], "audit-libs": [{"arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "0.17.20191104git1c2f876.el8", "source": "rpm", "version": "3.0"}], "authselect": [{"arch": "x86_64", "epoch": null, "name": "authselect", "release": "2.el8", "source": "rpm", "version": "1.2.2"}], "authselect-compat": [{"arch": "x86_64", "epoch": null, "name": "authselect-compat", "release": "2.el8", "source": "rpm", "version": "1.2.2"}], "authselect-libs": [{"arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "2.el8", "source": "rpm", "version": "1.2.2"}], "basesystem": [{"arch": "noarch", "epoch": null, "name": "basesystem", "release": "5.el8", "source": "rpm", "version": "11"}], "bash": [{"arch": "x86_64", "epoch": null, "name": "bash", "release": "1.el8_4", "source": "rpm", "version": "4.4.20"}], "bind-export-libs": [{"arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "4.el8_4", "source": "rpm", "version": "9.11.26"}], "brotli": [{"arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.el8", "source": "rpm", "version": "1.0.6"}], "bzip2": [{"arch": "x86_64", "epoch": null, "name": "bzip2", "release": "26.el8", "source": "rpm", "version": "1.0.6"}], "bzip2-libs": [{"arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "26.el8", "source": "rpm", "version": "1.0.6"}], "c-ares": [{"arch": "x86_64", "epoch": null, "name": "c-ares", "release": "5.el8", "source": "rpm", "version": "1.13.0"}], "ca-certificates": [{"arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "80.0.el8_2", "source": "rpm", "version": "2020.2.41"}], "cairo": [{"arch": "x86_64", "epoch": null, "name": "cairo", "release": "3.el8", "source": "rpm", "version": "1.15.12"}], "cairo-gobject": [{"arch": "x86_64", "epoch": null, "name": "cairo-gobject", "release": "3.el8", "source": "rpm", "version": "1.15.12"}], "centos-gpg-keys": [{"arch": "noarch", "epoch": 1, "name": "centos-gpg-keys", "release": "2.el8", "source": "rpm", "version": "8"}], "centos-linux-release": [{"arch": "noarch", "epoch": null, "name": "centos-linux-release", "release": "1.2105.el8", "source": "rpm", "version": "8.4"}], "centos-linux-repos": [{"arch": "noarch", "epoch": null, "name": "centos-linux-repos", "release": "2.el8", "source": "rpm", "version": "8"}], "centos-logos": [{"arch": "x86_64", "epoch": null, "name": "centos-logos", "release": "1.el8", "source": "rpm", "version": "85.5"}], "checkpolicy": [{"arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.el8", "source": "rpm", "version": "2.9"}], "chkconfig": [{"arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "2.el8", "source": "rpm", "version": "1.13"}], "chrony": [{"arch": "x86_64", "epoch": null, "name": "chrony", "release": "2.el8", "source": "rpm", "version": "3.5"}], "cloud-init": [{"arch": "noarch", "epoch": null, "name": "cloud-init", "release": "10.el8_4.2", "source": "rpm", "version": "20.3"}], "cloud-utils-growpart": [{"arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "1.el8", "source": "rpm", "version": "0.31"}], "cockpit-bridge": [{"arch": "x86_64", "epoch": null, "name": "cockpit-bridge", "release": "1.el8", "source": "rpm", "version": "238.2"}], "cockpit-system": [{"arch": "noarch", "epoch": null, "name": "cockpit-system", "release": "1.el8", "source": "rpm", "version": "238.2"}], "cockpit-ws": [{"arch": "x86_64", "epoch": null, "name": "cockpit-ws", "release": "1.el8", "source": "rpm", "version": "238.2"}], "coreutils": [{"arch": "x86_64", "epoch": null, "name": "coreutils", "release": "8.el8", "source": "rpm", "version": "8.30"}], "coreutils-common": [{"arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "8.el8", "source": "rpm", "version": "8.30"}], "cpio": [{"arch": "x86_64", "epoch": null, "name": "cpio", "release": "10.el8", "source": "rpm", "version": "2.12"}], "cracklib": [{"arch": "x86_64", "epoch": null, "name": "cracklib", "release": "15.el8", "source": "rpm", "version": "2.9.6"}], "cracklib-dicts": [{"arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "15.el8", "source": "rpm", "version": "2.9.6"}], "cronie": [{"arch": "x86_64", "epoch": null, "name": "cronie", "release": "4.el8", "source": "rpm", "version": "1.5.2"}], "cronie-anacron": [{"arch": "x86_64", "epoch": null, "name": "cronie-anacron", "release": "4.el8", "source": "rpm", "version": "1.5.2"}], "crontabs": [{"arch": "noarch", "epoch": null, "name": "crontabs", "release": "17.20190603git.el8", "source": "rpm", "version": "1.11"}], "crypto-policies": [{"arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.gitbfb6bed.el8_3", "source": "rpm", "version": "20210209"}], "crypto-policies-scripts": [{"arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.gitbfb6bed.el8_3", "source": "rpm", "version": "20210209"}], "cryptsetup-libs": [{"arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "4.el8", "source": "rpm", "version": "2.3.3"}], "curl": [{"arch": "x86_64", "epoch": null, "name": "curl", "release": "18.el8", "source": "rpm", "version": "7.61.1"}], "cyrus-sasl-lib": [{"arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "5.el8", "source": "rpm", "version": "2.1.27"}], "dbus": [{"arch": "x86_64", "epoch": 1, "name": "dbus", "release": "12.el8_4.2", "source": "rpm", "version": "1.12.8"}], "dbus-common": [{"arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "12.el8_4.2", "source": "rpm", "version": "1.12.8"}], "dbus-daemon": [{"arch": "x86_64", "epoch": 1, "name": "dbus-daemon", "release": "12.el8_4.2", "source": "rpm", "version": "1.12.8"}], "dbus-glib": [{"arch": "x86_64", "epoch": null, "name": "dbus-glib", "release": "2.el8", "source": "rpm", "version": "0.110"}], "dbus-libs": [{"arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "12.el8_4.2", "source": "rpm", "version": "1.12.8"}], "dbus-tools": [{"arch": "x86_64", "epoch": 1, "name": "dbus-tools", "release": "12.el8_4.2", "source": "rpm", "version": "1.12.8"}], "dejavu-fonts-common": [{"arch": "noarch", "epoch": null, "name": "dejavu-fonts-common", "release": "7.el8", "source": "rpm", "version": "2.35"}], "dejavu-sans-mono-fonts": [{"arch": "noarch", "epoch": null, "name": "dejavu-sans-mono-fonts", "release": "7.el8", "source": "rpm", "version": "2.35"}], "device-mapper": [{"arch": "x86_64", "epoch": 8, "name": "device-mapper", "release": "5.el8", "source": "rpm", "version": "1.02.175"}], "device-mapper-libs": [{"arch": "x86_64", "epoch": 8, "name": "device-mapper-libs", "release": "5.el8", "source": "rpm", "version": "1.02.175"}], "dhcp-client": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "44.0.1.el8", "source": "rpm", "version": "4.3.6"}], "dhcp-common": [{"arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "44.0.1.el8", "source": "rpm", "version": "4.3.6"}], "dhcp-libs": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "44.0.1.el8", "source": "rpm", "version": "4.3.6"}], "diffutils": [{"arch": "x86_64", "epoch": null, "name": "diffutils", "release": "6.el8", "source": "rpm", "version": "3.6"}], "dmidecode": [{"arch": "x86_64", "epoch": 1, "name": "dmidecode", "release": "8.el8", "source": "rpm", "version": "3.2"}], "dnf": [{"arch": "noarch", "epoch": null, "name": "dnf", "release": "11.el8", "source": "rpm", "version": "4.4.2"}], "dnf-data": [{"arch": "noarch", "epoch": null, "name": "dnf-data", "release": "11.el8", "source": "rpm", "version": "4.4.2"}], "dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "4.el8", "source": "rpm", "version": "4.0.18"}], "dracut": [{"arch": "x86_64", "epoch": null, "name": "dracut", "release": "135.git20210121.el8", "source": "rpm", "version": "049"}], "dracut-config-generic": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "135.git20210121.el8", "source": "rpm", "version": "049"}], "dracut-config-rescue": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "135.git20210121.el8", "source": "rpm", "version": "049"}], "dracut-network": [{"arch": "x86_64", "epoch": null, "name": "dracut-network", "release": "135.git20210121.el8", "source": "rpm", "version": "049"}], "dracut-squash": [{"arch": "x86_64", "epoch": null, "name": "dracut-squash", "release": "135.git20210121.el8", "source": "rpm", "version": "049"}], "e2fsprogs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "1.el8", "source": "rpm", "version": "1.45.6"}], "e2fsprogs-libs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "1.el8", "source": "rpm", "version": "1.45.6"}], "elfutils-debuginfod-client": [{"arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "3.el8", "source": "rpm", "version": "0.182"}], "elfutils-default-yama-scope": [{"arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "3.el8", "source": "rpm", "version": "0.182"}], "elfutils-libelf": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "3.el8", "source": "rpm", "version": "0.182"}], "elfutils-libs": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "3.el8", "source": "rpm", "version": "0.182"}], "ethtool": [{"arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "5.el8", "source": "rpm", "version": "5.8"}], "expat": [{"arch": "x86_64", "epoch": null, "name": "expat", "release": "4.el8", "source": "rpm", "version": "2.2.5"}], "file": [{"arch": "x86_64", "epoch": null, "name": "file", "release": "16.el8_3.1", "source": "rpm", "version": "5.33"}], "file-libs": [{"arch": "x86_64", "epoch": null, "name": "file-libs", "release": "16.el8_3.1", "source": "rpm", "version": "5.33"}], "filesystem": [{"arch": "x86_64", "epoch": null, "name": "filesystem", "release": "3.el8", "source": "rpm", "version": "3.8"}], "findutils": [{"arch": "x86_64", "epoch": 1, "name": "findutils", "release": "20.el8", "source": "rpm", "version": "4.6.0"}], "fontconfig": [{"arch": "x86_64", "epoch": null, "name": "fontconfig", "release": "3.el8", "source": "rpm", "version": "2.13.1"}], "fontpackages-filesystem": [{"arch": "noarch", "epoch": null, "name": "fontpackages-filesystem", "release": "22.el8", "source": "rpm", "version": "1.44"}], "freetype": [{"arch": "x86_64", "epoch": null, "name": "freetype", "release": "4.el8_3.1", "source": "rpm", "version": "2.9.1"}], "fuse-libs": [{"arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "12.el8", "source": "rpm", "version": "2.9.7"}], "gawk": [{"arch": "x86_64", "epoch": null, "name": "gawk", "release": "2.el8", "source": "rpm", "version": "4.2.1"}], "gdbm": [{"arch": "x86_64", "epoch": 1, "name": "gdbm", "release": "1.el8", "source": "rpm", "version": "1.18"}], "gdbm-libs": [{"arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "1.el8", "source": "rpm", "version": "1.18"}], "gdisk": [{"arch": "x86_64", "epoch": null, "name": "gdisk", "release": "6.el8", "source": "rpm", "version": "1.0.3"}], "gdk-pixbuf2": [{"arch": "x86_64", "epoch": null, "name": "gdk-pixbuf2", "release": "5.el8", "source": "rpm", "version": "2.36.12"}], "geolite2-city": [{"arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.el8", "source": "rpm", "version": "20180605"}], "geolite2-country": [{"arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.el8", "source": "rpm", "version": "20180605"}], "gettext": [{"arch": "x86_64", "epoch": null, "name": "gettext", "release": "17.el8", "source": "rpm", "version": "0.19.8.1"}], "gettext-libs": [{"arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "17.el8", "source": "rpm", "version": "0.19.8.1"}], "glib-networking": [{"arch": "x86_64", "epoch": null, "name": "glib-networking", "release": "1.1.el8", "source": "rpm", "version": "2.56.1"}], "glib2": [{"arch": "x86_64", "epoch": null, "name": "glib2", "release": "10.el8_4", "source": "rpm", "version": "2.56.4"}], "glibc": [{"arch": "x86_64", "epoch": null, "name": "glibc", "release": "151.el8", "source": "rpm", "version": "2.28"}], "glibc-all-langpacks": [{"arch": "x86_64", "epoch": null, "name": "glibc-all-langpacks", "release": "151.el8", "source": "rpm", "version": "2.28"}], "glibc-common": [{"arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "151.el8", "source": "rpm", "version": "2.28"}], "gmp": [{"arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.el8", "source": "rpm", "version": "6.1.2"}], "gnupg2": [{"arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "2.el8", "source": "rpm", "version": "2.2.20"}], "gnupg2-smime": [{"arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "2.el8", "source": "rpm", "version": "2.2.20"}], "gnutls": [{"arch": "x86_64", "epoch": null, "name": "gnutls", "release": "8.el8_3", "source": "rpm", "version": "3.6.14"}], "gobject-introspection": [{"arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.el8", "source": "rpm", "version": "1.56.1"}], "gpgme": [{"arch": "x86_64", "epoch": null, "name": "gpgme", "release": "7.el8", "source": "rpm", "version": "1.13.1"}], "grep": [{"arch": "x86_64", "epoch": null, "name": "grep", "release": "6.el8", "source": "rpm", "version": "3.1"}], "groff-base": [{"arch": "x86_64", "epoch": null, "name": "groff-base", "release": "18.el8", "source": "rpm", "version": "1.22.3"}], "grub2-common": [{"arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "99.el8", "source": "rpm", "version": "2.02"}], "grub2-pc": [{"arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "99.el8", "source": "rpm", "version": "2.02"}], "grub2-pc-modules": [{"arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "99.el8", "source": "rpm", "version": "2.02"}], "grub2-tools": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "99.el8", "source": "rpm", "version": "2.02"}], "grub2-tools-extra": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "99.el8", "source": "rpm", "version": "2.02"}], "grub2-tools-minimal": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "99.el8", "source": "rpm", "version": "2.02"}], "grubby": [{"arch": "x86_64", "epoch": null, "name": "grubby", "release": "41.el8", "source": "rpm", "version": "8.40"}], "gsettings-desktop-schemas": [{"arch": "x86_64", "epoch": null, "name": "gsettings-desktop-schemas", "release": "5.el8", "source": "rpm", "version": "3.32.0"}], "gssproxy": [{"arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "19.el8", "source": "rpm", "version": "0.8.0"}], "gzip": [{"arch": "x86_64", "epoch": null, "name": "gzip", "release": "12.el8", "source": "rpm", "version": "1.9"}], "hardlink": [{"arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "6.el8", "source": "rpm", "version": "1.3"}], "hdparm": [{"arch": "x86_64", "epoch": null, "name": "hdparm", "release": "3.el8", "source": "rpm", "version": "9.54"}], "hostname": [{"arch": "x86_64", "epoch": null, "name": "hostname", "release": "6.el8", "source": "rpm", "version": "3.20"}], "hwdata": [{"arch": "noarch", "epoch": null, "name": "hwdata", "release": "8.8.el8", "source": "rpm", "version": "0.314"}], "ima-evm-utils": [{"arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "12.el8", "source": "rpm", "version": "1.3.2"}], "info": [{"arch": "x86_64", "epoch": null, "name": "info", "release": "6.el8", "source": "rpm", "version": "6.5"}], "initscripts": [{"arch": "x86_64", "epoch": null, "name": "initscripts", "release": "1.el8", "source": "rpm", "version": "10.00.15"}], "ipcalc": [{"arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "4.el8", "source": "rpm", "version": "0.2.4"}], "iproute": [{"arch": "x86_64", "epoch": null, "name": "iproute", "release": "4.el8", "source": "rpm", "version": "5.9.0"}], "iptables-libs": [{"arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "17.el8", "source": "rpm", "version": "1.8.4"}], "iputils": [{"arch": "x86_64", "epoch": null, "name": "iputils", "release": "7.el8", "source": "rpm", "version": "20180629"}], "irqbalance": [{"arch": "x86_64", "epoch": 2, "name": "irqbalance", "release": "6.el8", "source": "rpm", "version": "1.4.0"}], "jansson": [{"arch": "x86_64", "epoch": null, "name": "jansson", "release": "3.el8", "source": "rpm", "version": "2.11"}], "json-c": [{"arch": "x86_64", "epoch": null, "name": "json-c", "release": "0.4.el8", "source": "rpm", "version": "0.13.1"}], "json-glib": [{"arch": "x86_64", "epoch": null, "name": "json-glib", "release": "1.el8", "source": "rpm", "version": "1.4.4"}], "kbd": [{"arch": "x86_64", "epoch": null, "name": "kbd", "release": "10.el8", "source": "rpm", "version": "2.0.4"}], "kbd-legacy": [{"arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "10.el8", "source": "rpm", "version": "2.0.4"}], "kbd-misc": [{"arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "10.el8", "source": "rpm", "version": "2.0.4"}], "kernel": [{"arch": "x86_64", "epoch": null, "name": "kernel", "release": "305.3.1.el8", "source": "rpm", "version": "4.18.0"}], "kernel-core": [{"arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "305.3.1.el8", "source": "rpm", "version": "4.18.0"}], "kernel-modules": [{"arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "305.3.1.el8", "source": "rpm", "version": "4.18.0"}], "kernel-tools": [{"arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "305.3.1.el8", "source": "rpm", "version": "4.18.0"}], "kernel-tools-libs": [{"arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "305.3.1.el8", "source": "rpm", "version": "4.18.0"}], "kexec-tools": [{"arch": "x86_64", "epoch": null, "name": "kexec-tools", "release": "46.el8", "source": "rpm", "version": "2.0.20"}], "keyutils": [{"arch": "x86_64", "epoch": null, "name": "keyutils", "release": "6.el8", "source": "rpm", "version": "1.5.10"}], "keyutils-libs": [{"arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "6.el8", "source": "rpm", "version": "1.5.10"}], "kmod": [{"arch": "x86_64", "epoch": null, "name": "kmod", "release": "17.el8", "source": "rpm", "version": "25"}], "kmod-libs": [{"arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "17.el8", "source": "rpm", "version": "25"}], "kpartx": [{"arch": "x86_64", "epoch": null, "name": "kpartx", "release": "10.el8", "source": "rpm", "version": "0.8.4"}], "krb5-libs": [{"arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "8.el8", "source": "rpm", "version": "1.18.2"}], "less": [{"arch": "x86_64", "epoch": null, "name": "less", "release": "1.el8", "source": "rpm", "version": "530"}], "libX11": [{"arch": "x86_64", "epoch": null, "name": "libX11", "release": "4.el8", "source": "rpm", "version": "1.6.8"}], "libX11-common": [{"arch": "noarch", "epoch": null, "name": "libX11-common", "release": "4.el8", "source": "rpm", "version": "1.6.8"}], "libXau": [{"arch": "x86_64", "epoch": null, "name": "libXau", "release": "3.el8", "source": "rpm", "version": "1.0.9"}], "libXext": [{"arch": "x86_64", "epoch": null, "name": "libXext", "release": "1.el8", "source": "rpm", "version": "1.3.4"}], "libXrender": [{"arch": "x86_64", "epoch": null, "name": "libXrender", "release": "7.el8", "source": "rpm", "version": "0.9.10"}], "libacl": [{"arch": "x86_64", "epoch": null, "name": "libacl", "release": "1.el8", "source": "rpm", "version": "2.2.53"}], "libappstream-glib": [{"arch": "x86_64", "epoch": null, "name": "libappstream-glib", "release": "3.el8", "source": "rpm", "version": "0.7.14"}], "libarchive": [{"arch": "x86_64", "epoch": null, "name": "libarchive", "release": "1.el8", "source": "rpm", "version": "3.3.3"}], "libassuan": [{"arch": "x86_64", "epoch": null, "name": "libassuan", "release": "3.el8", "source": "rpm", "version": "2.5.1"}], "libattr": [{"arch": "x86_64", "epoch": null, "name": "libattr", "release": "3.el8", "source": "rpm", "version": "2.4.48"}], "libbasicobjects": [{"arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "39.el8", "source": "rpm", "version": "0.1.1"}], "libblkid": [{"arch": "x86_64", "epoch": null, "name": "libblkid", "release": "27.el8", "source": "rpm", "version": "2.32.1"}], "libcap": [{"arch": "x86_64", "epoch": null, "name": "libcap", "release": "4.el8", "source": "rpm", "version": "2.26"}], "libcap-ng": [{"arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "5.el8", "source": "rpm", "version": "0.7.9"}], "libcollection": [{"arch": "x86_64", "epoch": null, "name": "libcollection", "release": "39.el8", "source": "rpm", "version": "0.7.0"}], "libcom_err": [{"arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "1.el8", "source": "rpm", "version": "1.45.6"}], "libcomps": [{"arch": "x86_64", "epoch": null, "name": "libcomps", "release": "5.el8", "source": "rpm", "version": "0.1.11"}], "libcroco": [{"arch": "x86_64", "epoch": null, "name": "libcroco", "release": "4.el8_2.1", "source": "rpm", "version": "0.6.12"}], "libcurl": [{"arch": "x86_64", "epoch": null, "name": "libcurl", "release": "18.el8", "source": "rpm", "version": "7.61.1"}], "libdaemon": [{"arch": "x86_64", "epoch": null, "name": "libdaemon", "release": "15.el8", "source": "rpm", "version": "0.14"}], "libdb": [{"arch": "x86_64", "epoch": null, "name": "libdb", "release": "40.el8", "source": "rpm", "version": "5.3.28"}], "libdb-utils": [{"arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "40.el8", "source": "rpm", "version": "5.3.28"}], "libdhash": [{"arch": "x86_64", "epoch": null, "name": "libdhash", "release": "39.el8", "source": "rpm", "version": "0.5.0"}], "libdnf": [{"arch": "x86_64", "epoch": null, "name": "libdnf", "release": "7.el8", "source": "rpm", "version": "0.55.0"}], "libedit": [{"arch": "x86_64", "epoch": null, "name": "libedit", "release": "23.20170329cvs.el8", "source": "rpm", "version": "3.1"}], "libestr": [{"arch": "x86_64", "epoch": null, "name": "libestr", "release": "1.el8", "source": "rpm", "version": "0.1.10"}], "libevent": [{"arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.el8", "source": "rpm", "version": "2.1.8"}], "libfastjson": [{"arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "2.el8", "source": "rpm", "version": "0.99.8"}], "libfdisk": [{"arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "27.el8", "source": "rpm", "version": "2.32.1"}], "libffi": [{"arch": "x86_64", "epoch": null, "name": "libffi", "release": "22.el8", "source": "rpm", "version": "3.1"}], "libgcc": [{"arch": "x86_64", "epoch": null, "name": "libgcc", "release": "1.el8", "source": "rpm", "version": "8.4.1"}], "libgcrypt": [{"arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "4.el8", "source": "rpm", "version": "1.8.5"}], "libgomp": [{"arch": "x86_64", "epoch": null, "name": "libgomp", "release": "1.el8", "source": "rpm", "version": "8.4.1"}], "libgpg-error": [{"arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "1.el8", "source": "rpm", "version": "1.31"}], "libibverbs": [{"arch": "x86_64", "epoch": null, "name": "libibverbs", "release": "4.el8", "source": "rpm", "version": "32.0"}], "libidn2": [{"arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.el8", "source": "rpm", "version": "2.2.0"}], "libini_config": [{"arch": "x86_64", "epoch": null, "name": "libini_config", "release": "39.el8", "source": "rpm", "version": "1.3.1"}], "libkcapi": [{"arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "2.el8", "source": "rpm", "version": "1.2.0"}], "libkcapi-hmaccalc": [{"arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "2.el8", "source": "rpm", "version": "1.2.0"}], "libksba": [{"arch": "x86_64", "epoch": null, "name": "libksba", "release": "7.el8", "source": "rpm", "version": "1.3.5"}], "libldb": [{"arch": "x86_64", "epoch": null, "name": "libldb", "release": "2.el8", "source": "rpm", "version": "2.2.0"}], "libmaxminddb": [{"arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "10.el8", "source": "rpm", "version": "1.2.0"}], "libmetalink": [{"arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "7.el8", "source": "rpm", "version": "0.1.3"}], "libmnl": [{"arch": "x86_64", "epoch": null, "name": "libmnl", "release": "6.el8", "source": "rpm", "version": "1.0.4"}], "libmodman": [{"arch": "x86_64", "epoch": null, "name": "libmodman", "release": "17.el8", "source": "rpm", "version": "2.0.1"}], "libmodulemd": [{"arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "2.el8", "source": "rpm", "version": "2.9.4"}], "libmount": [{"arch": "x86_64", "epoch": null, "name": "libmount", "release": "27.el8", "source": "rpm", "version": "2.32.1"}], "libndp": [{"arch": "x86_64", "epoch": null, "name": "libndp", "release": "5.el8", "source": "rpm", "version": "1.7"}], "libnfsidmap": [{"arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "41.el8", "source": "rpm", "version": "2.3.3"}], "libnghttp2": [{"arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "3.el8_2.1", "source": "rpm", "version": "1.33.0"}], "libnl3": [{"arch": "x86_64", "epoch": null, "name": "libnl3", "release": "1.el8", "source": "rpm", "version": "3.5.0"}], "libnl3-cli": [{"arch": "x86_64", "epoch": null, "name": "libnl3-cli", "release": "1.el8", "source": "rpm", "version": "3.5.0"}], "libnsl2": [{"arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "2.20180605git4a062cf.el8", "source": "rpm", "version": "1.2.0"}], "libpath_utils": [{"arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "39.el8", "source": "rpm", "version": "0.2.1"}], "libpcap": [{"arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "5.el8", "source": "rpm", "version": "1.9.1"}], "libpipeline": [{"arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.el8", "source": "rpm", "version": "1.5.0"}], "libpng": [{"arch": "x86_64", "epoch": 2, "name": "libpng", "release": "5.el8", "source": "rpm", "version": "1.6.34"}], "libproxy": [{"arch": "x86_64", "epoch": null, "name": "libproxy", "release": "5.2.el8", "source": "rpm", "version": "0.4.15"}], "libpsl": [{"arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.el8", "source": "rpm", "version": "0.20.2"}], "libpwquality": [{"arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "3.el8", "source": "rpm", "version": "1.4.4"}], "libref_array": [{"arch": "x86_64", "epoch": null, "name": "libref_array", "release": "39.el8", "source": "rpm", "version": "0.1.5"}], "librepo": [{"arch": "x86_64", "epoch": null, "name": "librepo", "release": "3.el8", "source": "rpm", "version": "1.12.0"}], "libreport-filesystem": [{"arch": "x86_64", "epoch": null, "name": "libreport-filesystem", "release": "15.el8", "source": "rpm", "version": "2.9.5"}], "libseccomp": [{"arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "1.el8", "source": "rpm", "version": "2.5.1"}], "libsecret": [{"arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.el8", "source": "rpm", "version": "0.18.6"}], "libselinux": [{"arch": "x86_64", "epoch": null, "name": "libselinux", "release": "5.el8", "source": "rpm", "version": "2.9"}], "libselinux-utils": [{"arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "5.el8", "source": "rpm", "version": "2.9"}], "libsemanage": [{"arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "6.el8", "source": "rpm", "version": "2.9"}], "libsepol": [{"arch": "x86_64", "epoch": null, "name": "libsepol", "release": "2.el8", "source": "rpm", "version": "2.9"}], "libsigsegv": [{"arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "5.el8", "source": "rpm", "version": "2.11"}], "libsmartcols": [{"arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "27.el8", "source": "rpm", "version": "2.32.1"}], "libsolv": [{"arch": "x86_64", "epoch": null, "name": "libsolv", "release": "2.el8", "source": "rpm", "version": "0.7.16"}], "libsoup": [{"arch": "x86_64", "epoch": null, "name": "libsoup", "release": "2.el8", "source": "rpm", "version": "2.62.3"}], "libss": [{"arch": "x86_64", "epoch": null, "name": "libss", "release": "1.el8", "source": "rpm", "version": "1.45.6"}], "libssh": [{"arch": "x86_64", "epoch": null, "name": "libssh", "release": "2.el8", "source": "rpm", "version": "0.9.4"}], "libssh-config": [{"arch": "noarch", "epoch": null, "name": "libssh-config", "release": "2.el8", "source": "rpm", "version": "0.9.4"}], "libsss_autofs": [{"arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "9.el8", "source": "rpm", "version": "2.4.0"}], "libsss_certmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "9.el8", "source": "rpm", "version": "2.4.0"}], "libsss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "9.el8", "source": "rpm", "version": "2.4.0"}], "libsss_nss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "9.el8", "source": "rpm", "version": "2.4.0"}], "libsss_sudo": [{"arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "9.el8", "source": "rpm", "version": "2.4.0"}], "libstdc++": [{"arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "1.el8", "source": "rpm", "version": "8.4.1"}], "libstemmer": [{"arch": "x86_64", "epoch": null, "name": "libstemmer", "release": "10.585svn.el8", "source": "rpm", "version": "0"}], "libsysfs": [{"arch": "x86_64", "epoch": null, "name": "libsysfs", "release": "24.el8", "source": "rpm", "version": "2.1.0"}], "libtalloc": [{"arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "2.el8", "source": "rpm", "version": "2.3.1"}], "libtasn1": [{"arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "3.el8", "source": "rpm", "version": "4.13"}], "libtdb": [{"arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.el8", "source": "rpm", "version": "1.4.3"}], "libteam": [{"arch": "x86_64", "epoch": null, "name": "libteam", "release": "2.el8", "source": "rpm", "version": "1.31"}], "libtevent": [{"arch": "x86_64", "epoch": null, "name": "libtevent", "release": "2.el8", "source": "rpm", "version": "0.10.2"}], "libtirpc": [{"arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "4.el8", "source": "rpm", "version": "1.1.4"}], "libunistring": [{"arch": "x86_64", "epoch": null, "name": "libunistring", "release": "3.el8", "source": "rpm", "version": "0.9.9"}], "libusbx": [{"arch": "x86_64", "epoch": null, "name": "libusbx", "release": "4.el8", "source": "rpm", "version": "1.0.23"}], "libuser": [{"arch": "x86_64", "epoch": null, "name": "libuser", "release": "23.el8", "source": "rpm", "version": "0.62"}], "libutempter": [{"arch": "x86_64", "epoch": null, "name": "libutempter", "release": "14.el8", "source": "rpm", "version": "1.1.6"}], "libuuid": [{"arch": "x86_64", "epoch": null, "name": "libuuid", "release": "27.el8", "source": "rpm", "version": "2.32.1"}], "libverto": [{"arch": "x86_64", "epoch": null, "name": "libverto", "release": "5.el8", "source": "rpm", "version": "0.3.0"}], "libverto-libevent": [{"arch": "x86_64", "epoch": null, "name": "libverto-libevent", "release": "5.el8", "source": "rpm", "version": "0.3.0"}], "libxcb": [{"arch": "x86_64", "epoch": null, "name": "libxcb", "release": "1.el8", "source": "rpm", "version": "1.13.1"}], "libxcrypt": [{"arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "4.el8", "source": "rpm", "version": "4.1.1"}], "libxkbcommon": [{"arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.el8", "source": "rpm", "version": "0.9.1"}], "libxml2": [{"arch": "x86_64", "epoch": null, "name": "libxml2", "release": "9.el8", "source": "rpm", "version": "2.9.7"}], "libyaml": [{"arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.el8", "source": "rpm", "version": "0.1.7"}], "libzstd": [{"arch": "x86_64", "epoch": null, "name": "libzstd", "release": "1.el8", "source": "rpm", "version": "1.4.4"}], "lmdb-libs": [{"arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "1.el8", "source": "rpm", "version": "0.9.24"}], "logrotate": [{"arch": "x86_64", "epoch": null, "name": "logrotate", "release": "4.el8", "source": "rpm", "version": "3.14.0"}], "lshw": [{"arch": "x86_64", "epoch": null, "name": "lshw", "release": "5.el8", "source": "rpm", "version": "B.02.19.2"}], "lsscsi": [{"arch": "x86_64", "epoch": null, "name": "lsscsi", "release": "2.el8", "source": "rpm", "version": "0.32"}], "lua-libs": [{"arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "11.el8", "source": "rpm", "version": "5.3.4"}], "lz4-libs": [{"arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.el8", "source": "rpm", "version": "1.8.3"}], "lzo": [{"arch": "x86_64", "epoch": null, "name": "lzo", "release": "14.el8", "source": "rpm", "version": "2.08"}], "man-db": [{"arch": "x86_64", "epoch": null, "name": "man-db", "release": "17.el8", "source": "rpm", "version": "2.7.6.1"}], "memstrack": [{"arch": "x86_64", "epoch": null, "name": "memstrack", "release": "1.el8", "source": "rpm", "version": "0.1.11"}], "microcode_ctl": [{"arch": "x86_64", "epoch": 4, "name": "microcode_ctl", "release": "1.el8", "source": "rpm", "version": "20210216"}], "mozjs60": [{"arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "4.el8", "source": "rpm", "version": "60.9.0"}], "mpfr": [{"arch": "x86_64", "epoch": null, "name": "mpfr", "release": "1.el8", "source": "rpm", "version": "3.1.6"}], "ncurses": [{"arch": "x86_64", "epoch": null, "name": "ncurses", "release": "7.20180224.el8", "source": "rpm", "version": "6.1"}], "ncurses-base": [{"arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "7.20180224.el8", "source": "rpm", "version": "6.1"}], "ncurses-libs": [{"arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "7.20180224.el8", "source": "rpm", "version": "6.1"}], "nettle": [{"arch": "x86_64", "epoch": null, "name": "nettle", "release": "4.el8_3", "source": "rpm", "version": "3.4.1"}], "newt": [{"arch": "x86_64", "epoch": null, "name": "newt", "release": "11.el8", "source": "rpm", "version": "0.52.20"}], "nfs-utils": [{"arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "41.el8", "source": "rpm", "version": "2.3.3"}], "npth": [{"arch": "x86_64", "epoch": null, "name": "npth", "release": "4.el8", "source": "rpm", "version": "1.5"}], "numactl-libs": [{"arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "11.el8", "source": "rpm", "version": "2.0.12"}], "oddjob": [{"arch": "x86_64", "epoch": null, "name": "oddjob", "release": "1.el8", "source": "rpm", "version": "0.34.7"}], "oddjob-mkhomedir": [{"arch": "x86_64", "epoch": null, "name": "oddjob-mkhomedir", "release": "1.el8", "source": "rpm", "version": "0.34.7"}], "openldap": [{"arch": "x86_64", "epoch": null, "name": "openldap", "release": "16.el8", "source": "rpm", "version": "2.4.46"}], "openssh": [{"arch": "x86_64", "epoch": null, "name": "openssh", "release": "6.el8_4.2", "source": "rpm", "version": "8.0p1"}], "openssh-clients": [{"arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "6.el8_4.2", "source": "rpm", "version": "8.0p1"}], "openssh-server": [{"arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "6.el8_4.2", "source": "rpm", "version": "8.0p1"}], "openssl": [{"arch": "x86_64", "epoch": 1, "name": "openssl", "release": "15.el8_3", "source": "rpm", "version": "1.1.1g"}], "openssl-libs": [{"arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "15.el8_3", "source": "rpm", "version": "1.1.1g"}], "openssl-pkcs11": [{"arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "2.el8", "source": "rpm", "version": "0.4.10"}], "os-prober": [{"arch": "x86_64", "epoch": null, "name": "os-prober", "release": "6.el8", "source": "rpm", "version": "1.74"}], "p11-kit": [{"arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "1.el8", "source": "rpm", "version": "0.23.22"}], "p11-kit-trust": [{"arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "1.el8", "source": "rpm", "version": "0.23.22"}], "pam": [{"arch": "x86_64", "epoch": null, "name": "pam", "release": "14.el8", "source": "rpm", "version": "1.3.1"}], "parted": [{"arch": "x86_64", "epoch": null, "name": "parted", "release": "38.el8", "source": "rpm", "version": "3.2"}], "passwd": [{"arch": "x86_64", "epoch": null, "name": "passwd", "release": "3.el8", "source": "rpm", "version": "0.80"}], "pciutils": [{"arch": "x86_64", "epoch": null, "name": "pciutils", "release": "1.el8", "source": "rpm", "version": "3.7.0"}], "pciutils-libs": [{"arch": "x86_64", "epoch": null, "name": "pciutils-libs", "release": "1.el8", "source": "rpm", "version": "3.7.0"}], "pcre": [{"arch": "x86_64", "epoch": null, "name": "pcre", "release": "4.el8", "source": "rpm", "version": "8.42"}], "pcre2": [{"arch": "x86_64", "epoch": null, "name": "pcre2", "release": "2.el8", "source": "rpm", "version": "10.32"}], "pigz": [{"arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.el8", "source": "rpm", "version": "2.4"}], "pinentry": [{"arch": "x86_64", "epoch": null, "name": "pinentry", "release": "2.el8", "source": "rpm", "version": "1.1.0"}], "pixman": [{"arch": "x86_64", "epoch": null, "name": "pixman", "release": "1.el8", "source": "rpm", "version": "0.38.4"}], "platform-python": [{"arch": "x86_64", "epoch": null, "name": "platform-python", "release": "37.el8", "source": "rpm", "version": "3.6.8"}], "platform-python-pip": [{"arch": "noarch", "epoch": null, "name": "platform-python-pip", "release": "19.el8", "source": "rpm", "version": "9.0.3"}], "platform-python-setuptools": [{"arch": "noarch", "epoch": null, "name": "platform-python-setuptools", "release": "6.el8", "source": "rpm", "version": "39.2.0"}], "policycoreutils": [{"arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "14.el8", "source": "rpm", "version": "2.9"}], "policycoreutils-python-utils": [{"arch": "noarch", "epoch": null, "name": "policycoreutils-python-utils", "release": "14.el8", "source": "rpm", "version": "2.9"}], "polkit": [{"arch": "x86_64", "epoch": null, "name": "polkit", "release": "11.el8", "source": "rpm", "version": "0.115"}], "polkit-libs": [{"arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "11.el8", "source": "rpm", "version": "0.115"}], "polkit-pkla-compat": [{"arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "12.el8", "source": "rpm", "version": "0.1"}], "popt": [{"arch": "x86_64", "epoch": null, "name": "popt", "release": "1.el8", "source": "rpm", "version": "1.18"}], "prefixdevname": [{"arch": "x86_64", "epoch": null, "name": "prefixdevname", "release": "6.el8", "source": "rpm", "version": "0.1.0"}], "procps-ng": [{"arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "6.el8", "source": "rpm", "version": "3.3.15"}], "psmisc": [{"arch": "x86_64", "epoch": null, "name": "psmisc", "release": "5.el8", "source": "rpm", "version": "23.1"}], "publicsuffix-list-dafsa": [{"arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "1.el8", "source": "rpm", "version": "20180723"}], "python3-audit": [{"arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "0.17.20191104git1c2f876.el8", "source": "rpm", "version": "3.0"}], "python3-babel": [{"arch": "noarch", "epoch": null, "name": "python3-babel", "release": "5.el8", "source": "rpm", "version": "2.5.1"}], "python3-cairo": [{"arch": "x86_64", "epoch": null, "name": "python3-cairo", "release": "6.el8", "source": "rpm", "version": "1.16.3"}], "python3-cffi": [{"arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "5.el8", "source": "rpm", "version": "1.11.5"}], "python3-chardet": [{"arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "7.el8", "source": "rpm", "version": "3.0.4"}], "python3-configobj": [{"arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "11.el8", "source": "rpm", "version": "5.0.6"}], "python3-cryptography": [{"arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "4.el8", "source": "rpm", "version": "3.2.1"}], "python3-dateutil": [{"arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "6.el8", "source": "rpm", "version": "2.6.1"}], "python3-dbus": [{"arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "15.el8", "source": "rpm", "version": "1.2.4"}], "python3-decorator": [{"arch": "noarch", "epoch": null, "name": "python3-decorator", "release": "2.el8", "source": "rpm", "version": "4.2.1"}], "python3-dnf": [{"arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "11.el8", "source": "rpm", "version": "4.4.2"}], "python3-dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "4.el8", "source": "rpm", "version": "4.0.18"}], "python3-gobject": [{"arch": "x86_64", "epoch": null, "name": "python3-gobject", "release": "2.el8", "source": "rpm", "version": "3.28.3"}], "python3-gobject-base": [{"arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "2.el8", "source": "rpm", "version": "3.28.3"}], "python3-gpg": [{"arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "7.el8", "source": "rpm", "version": "1.13.1"}], "python3-hawkey": [{"arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "7.el8", "source": "rpm", "version": "0.55.0"}], "python3-idna": [{"arch": "noarch", "epoch": null, "name": "python3-idna", "release": "5.el8", "source": "rpm", "version": "2.5"}], "python3-jinja2": [{"arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "2.el8_0", "source": "rpm", "version": "2.10.1"}], "python3-jsonpatch": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "2.el8", "source": "rpm", "version": "1.21"}], "python3-jsonpointer": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "11.el8", "source": "rpm", "version": "1.10"}], "python3-jsonschema": [{"arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "4.el8", "source": "rpm", "version": "2.6.0"}], "python3-jwt": [{"arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.el8", "source": "rpm", "version": "1.6.1"}], "python3-libcomps": [{"arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "5.el8", "source": "rpm", "version": "0.1.11"}], "python3-libdnf": [{"arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "7.el8", "source": "rpm", "version": "0.55.0"}], "python3-libs": [{"arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "37.el8", "source": "rpm", "version": "3.6.8"}], "python3-libselinux": [{"arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "5.el8", "source": "rpm", "version": "2.9"}], "python3-libsemanage": [{"arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "6.el8", "source": "rpm", "version": "2.9"}], "python3-libxml2": [{"arch": "x86_64", "epoch": null, "name": "python3-libxml2", "release": "9.el8", "source": "rpm", "version": "2.9.7"}], "python3-linux-procfs": [{"arch": "noarch", "epoch": null, "name": "python3-linux-procfs", "release": "1.el8", "source": "rpm", "version": "0.6.3"}], "python3-markupsafe": [{"arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "19.el8", "source": "rpm", "version": "0.23"}], "python3-oauthlib": [{"arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.el8", "source": "rpm", "version": "2.1.0"}], "python3-perf": [{"arch": "x86_64", "epoch": null, "name": "python3-perf", "release": "305.3.1.el8", "source": "rpm", "version": "4.18.0"}], "python3-pexpect": [{"arch": "noarch", "epoch": null, "name": "python3-pexpect", "release": "3.el8", "source": "rpm", "version": "4.3.1"}], "python3-pip-wheel": [{"arch": "noarch", "epoch": null, "name": "python3-pip-wheel", "release": "19.el8", "source": "rpm", "version": "9.0.3"}], "python3-ply": [{"arch": "noarch", "epoch": null, "name": "python3-ply", "release": "9.el8", "source": "rpm", "version": "3.9"}], "python3-policycoreutils": [{"arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "14.el8", "source": "rpm", "version": "2.9"}], "python3-prettytable": [{"arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "14.el8", "source": "rpm", "version": "0.7.2"}], "python3-ptyprocess": [{"arch": "noarch", "epoch": null, "name": "python3-ptyprocess", "release": "4.el8", "source": "rpm", "version": "0.5.2"}], "python3-pycparser": [{"arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "14.el8", "source": "rpm", "version": "2.14"}], "python3-pydbus": [{"arch": "noarch", "epoch": null, "name": "python3-pydbus", "release": "5.el8", "source": "rpm", "version": "0.6.0"}], "python3-pyserial": [{"arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "8.el8", "source": "rpm", "version": "3.1.1"}], "python3-pysocks": [{"arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "3.el8", "source": "rpm", "version": "1.6.8"}], "python3-pytz": [{"arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "9.el8", "source": "rpm", "version": "2017.2"}], "python3-pyudev": [{"arch": "noarch", "epoch": null, "name": "python3-pyudev", "release": "7.el8", "source": "rpm", "version": "0.21.0"}], "python3-pyyaml": [{"arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "12.el8", "source": "rpm", "version": "3.12"}], "python3-requests": [{"arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.1.el8_1", "source": "rpm", "version": "2.20.0"}], "python3-rpm": [{"arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "13.el8", "source": "rpm", "version": "4.14.3"}], "python3-schedutils": [{"arch": "x86_64", "epoch": null, "name": "python3-schedutils", "release": "6.el8", "source": "rpm", "version": "0.6"}], "python3-setools": [{"arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "2.el8", "source": "rpm", "version": "4.3.0"}], "python3-setuptools-wheel": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools-wheel", "release": "6.el8", "source": "rpm", "version": "39.2.0"}], "python3-six": [{"arch": "noarch", "epoch": null, "name": "python3-six", "release": "8.el8", "source": "rpm", "version": "1.11.0"}], "python3-slip": [{"arch": "noarch", "epoch": null, "name": "python3-slip", "release": "11.el8", "source": "rpm", "version": "0.6.4"}], "python3-slip-dbus": [{"arch": "noarch", "epoch": null, "name": "python3-slip-dbus", "release": "11.el8", "source": "rpm", "version": "0.6.4"}], "python3-syspurpose": [{"arch": "x86_64", "epoch": null, "name": "python3-syspurpose", "release": "2.el8", "source": "rpm", "version": "1.28.13"}], "python3-systemd": [{"arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "8.el8", "source": "rpm", "version": "234"}], "python3-unbound": [{"arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "15.el8", "source": "rpm", "version": "1.7.3"}], "python3-urllib3": [{"arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "5.el8", "source": "rpm", "version": "1.24.2"}], "qemu-guest-agent": [{"arch": "x86_64", "epoch": 15, "name": "qemu-guest-agent", "release": "48.module_el8.4.0+783+f8734d30", "source": "rpm", "version": "4.2.0"}], "quota": [{"arch": "x86_64", "epoch": 1, "name": "quota", "release": "12.el8", "source": "rpm", "version": "4.04"}], "quota-nls": [{"arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "12.el8", "source": "rpm", "version": "4.04"}], "rdma-core": [{"arch": "x86_64", "epoch": null, "name": "rdma-core", "release": "4.el8", "source": "rpm", "version": "32.0"}], "readline": [{"arch": "x86_64", "epoch": null, "name": "readline", "release": "10.el8", "source": "rpm", "version": "7.0"}], "rng-tools": [{"arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "3.el8", "source": "rpm", "version": "6.8"}], "rootfiles": [{"arch": "noarch", "epoch": null, "name": "rootfiles", "release": "22.el8", "source": "rpm", "version": "8.1"}], "rpcbind": [{"arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "8.el8", "source": "rpm", "version": "1.2.5"}], "rpm": [{"arch": "x86_64", "epoch": null, "name": "rpm", "release": "13.el8", "source": "rpm", "version": "4.14.3"}], "rpm-build-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "13.el8", "source": "rpm", "version": "4.14.3"}], "rpm-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "13.el8", "source": "rpm", "version": "4.14.3"}], "rpm-plugin-selinux": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "13.el8", "source": "rpm", "version": "4.14.3"}], "rpm-plugin-systemd-inhibit": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "13.el8", "source": "rpm", "version": "4.14.3"}], "rsync": [{"arch": "x86_64", "epoch": null, "name": "rsync", "release": "12.el8", "source": "rpm", "version": "3.1.3"}], "rsyslog": [{"arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "7.el8", "source": "rpm", "version": "8.1911.0"}], "sed": [{"arch": "x86_64", "epoch": null, "name": "sed", "release": "2.el8", "source": "rpm", "version": "4.5"}], "selinux-policy": [{"arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "67.el8", "source": "rpm", "version": "3.14.3"}], "selinux-policy-targeted": [{"arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "67.el8", "source": "rpm", "version": "3.14.3"}], "setroubleshoot-plugins": [{"arch": "noarch", "epoch": null, "name": "setroubleshoot-plugins", "release": "1.el8", "source": "rpm", "version": "3.3.13"}], "setroubleshoot-server": [{"arch": "x86_64", "epoch": null, "name": "setroubleshoot-server", "release": "3.el8", "source": "rpm", "version": "3.3.24"}], "setup": [{"arch": "noarch", "epoch": null, "name": "setup", "release": "6.el8", "source": "rpm", "version": "2.12.2"}], "sg3_utils": [{"arch": "x86_64", "epoch": null, "name": "sg3_utils", "release": "5.el8", "source": "rpm", "version": "1.44"}], "sg3_utils-libs": [{"arch": "x86_64", "epoch": null, "name": "sg3_utils-libs", "release": "5.el8", "source": "rpm", "version": "1.44"}], "shadow-utils": [{"arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "12.el8", "source": "rpm", "version": "4.6"}], "shared-mime-info": [{"arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "3.el8", "source": "rpm", "version": "1.9"}], "slang": [{"arch": "x86_64", "epoch": null, "name": "slang", "release": "3.el8", "source": "rpm", "version": "2.3.2"}], "snappy": [{"arch": "x86_64", "epoch": null, "name": "snappy", "release": "3.el8", "source": "rpm", "version": "1.1.8"}], "sos": [{"arch": "noarch", "epoch": null, "name": "sos", "release": "11.el8", "source": "rpm", "version": "4.0"}], "sqlite-libs": [{"arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "13.el8", "source": "rpm", "version": "3.26.0"}], "squashfs-tools": [{"arch": "x86_64", "epoch": null, "name": "squashfs-tools", "release": "20.el8", "source": "rpm", "version": "4.3"}], "sscg": [{"arch": "x86_64", "epoch": null, "name": "sscg", "release": "14.el8", "source": "rpm", "version": "2.3.3"}], "sssd-client": [{"arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "9.el8", "source": "rpm", "version": "2.4.0"}], "sssd-common": [{"arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "9.el8", "source": "rpm", "version": "2.4.0"}], "sssd-kcm": [{"arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "9.el8", "source": "rpm", "version": "2.4.0"}], "sssd-nfs-idmap": [{"arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "9.el8", "source": "rpm", "version": "2.4.0"}], "sudo": [{"arch": "x86_64", "epoch": null, "name": "sudo", "release": "7.el8", "source": "rpm", "version": "1.8.29"}], "systemd": [{"arch": "x86_64", "epoch": null, "name": "systemd", "release": "45.el8", "source": "rpm", "version": "239"}], "systemd-libs": [{"arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "45.el8", "source": "rpm", "version": "239"}], "systemd-pam": [{"arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "45.el8", "source": "rpm", "version": "239"}], "systemd-udev": [{"arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "45.el8", "source": "rpm", "version": "239"}], "tar": [{"arch": "x86_64", "epoch": 2, "name": "tar", "release": "5.el8", "source": "rpm", "version": "1.30"}], "teamd": [{"arch": "x86_64", "epoch": null, "name": "teamd", "release": "2.el8", "source": "rpm", "version": "1.31"}], "timedatex": [{"arch": "x86_64", "epoch": null, "name": "timedatex", "release": "3.el8", "source": "rpm", "version": "0.5"}], "tpm2-tss": [{"arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "3.el8", "source": "rpm", "version": "2.3.2"}], "trousers": [{"arch": "x86_64", "epoch": null, "name": "trousers", "release": "1.el8", "source": "rpm", "version": "0.3.15"}], "trousers-lib": [{"arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "1.el8", "source": "rpm", "version": "0.3.15"}], "tuned": [{"arch": "noarch", "epoch": null, "name": "tuned", "release": "2.el8", "source": "rpm", "version": "2.15.0"}], "tzdata": [{"arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.el8", "source": "rpm", "version": "2021a"}], "unbound-libs": [{"arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "15.el8", "source": "rpm", "version": "1.7.3"}], "util-linux": [{"arch": "x86_64", "epoch": null, "name": "util-linux", "release": "27.el8", "source": "rpm", "version": "2.32.1"}], "vim-minimal": [{"arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "15.el8", "source": "rpm", "version": "8.0.1763"}], "virt-what": [{"arch": "x86_64", "epoch": null, "name": "virt-what", "release": "6.el8", "source": "rpm", "version": "1.18"}], "which": [{"arch": "x86_64", "epoch": null, "name": "which", "release": "12.el8", "source": "rpm", "version": "2.21"}], "xfsprogs": [{"arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "8.el8", "source": "rpm", "version": "5.0.0"}], "xkeyboard-config": [{"arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "1.el8", "source": "rpm", "version": "2.28"}], "xz": [{"arch": "x86_64", "epoch": null, "name": "xz", "release": "3.el8", "source": "rpm", "version": "5.2.4"}], "xz-libs": [{"arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "3.el8", "source": "rpm", "version": "5.2.4"}], "yum": [{"arch": "noarch", "epoch": null, "name": "yum", "release": "11.el8", "source": "rpm", "version": "4.4.2"}], "yum-utils": [{"arch": "noarch", "epoch": null, "name": "yum-utils", "release": "4.el8", "source": "rpm", "version": "4.0.18"}], "zlib": [{"arch": "x86_64", "epoch": null, "name": "zlib", "release": "17.el8", "source": "rpm", "version": "1.2.11"}]}}, "changed": false} TASK [test - cockpit-bridge is installed] ************************************** task path: /tmp/tmpxsy0ntug/tests/tests_config.yml:31 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [test - cockpit metapackage is not installed] ***************************** task path: /tmp/tmpxsy0ntug/tests/tests_config.yml:36 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [test - write expected configuration file] ******************************** task path: /tmp/tmpxsy0ntug/tests/tests_config.yml:41 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "a28e8e15edbb182af349c2efdcab515ae324e282", "dest": "/run/cockpit.conf.expected", "gid": 0, "group": "root", "md5sum": "122c5d019ccefe9d55575732f0647a0c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:var_run_t:s0", "size": 89, "src": "/root/.ansible/tmp/ansible-tmp-1634976104.03-110188-268974246763524/source", "state": "file", "uid": 0} TASK [test - compare generated with expected configuration file] *************** task path: /tmp/tmpxsy0ntug/tests/tests_config.yml:55 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["diff", "-u", "/run/cockpit.conf.expected", "/etc/cockpit/cockpit.conf"], "delta": "0:00:00.004760", "end": "2021-10-23 08:01:43.988291", "rc": 0, "start": "2021-10-23 08:01:43.983531", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [include_tasks] *********************************************************** task path: /tmp/tmpxsy0ntug/tests/tests_config.yml:59 included: /tmp/tmpxsy0ntug/tests/tasks/cleanup.yml for /cache/centos-8.qcow2 TASK [cleanup - packages] ****************************************************** task path: /tmp/tmpxsy0ntug/tests/tasks/cleanup.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Removed: cockpit-bridge-238.2-1.el8.x86_64", "Removed: cockpit-system-238.2-1.el8.noarch", "Removed: cockpit-ws-238.2-1.el8.x86_64"]} TASK [cleanup - config file] *************************************************** task path: /tmp/tmpxsy0ntug/tests/tasks/cleanup.yml:12 changed: [/cache/centos-8.qcow2] => {"changed": true, "path": "/etc/cockpit/cockpit.conf", "state": "absent"} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=18 changed=6 unreachable=0 failed=0 skipped=5 rescued=0 ignored=0 + cd /tmp/tmpxsy0ntug/tests; TEST_SUBJECTS=/cache/centos-8.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_cockpit-37-ee0b354-centos-8-raazdgwo/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmpxsy0ntug/_setup.yml /tmp/tmpxsy0ntug/tests/tests_default.yml ansible-playbook 2.9.23 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 16 2020, 22:23:17) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: _setup.yml *********************************************************** 2 plays in /tmp/tmpxsy0ntug/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmpxsy0ntug/_setup.yml:5 ok: [/cache/centos-8.qcow2] => { "groups": { "all": [ "/cache/centos-8.qcow2" ], "localhost": [ "/cache/centos-8.qcow2" ], "subjects": [ "/cache/centos-8.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmpxsy0ntug/_setup.yml:7 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY [Enable HA repos] ********************************************************* META: ran handlers TASK [Enable HA repos] ********************************************************* task path: /tmp/tmpxsy0ntug/_setup.yml:16 [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["dnf", "config-manager", "--set-enabled", "ha"], "delta": "0:00:00.429741", "end": "2021-10-23 08:02:46.870554", "rc": 0, "start": "2021-10-23 08:02:46.440813", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=2 changed=1 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_default.yml **************************************************** 1 plays in /tmp/tmpxsy0ntug/tests/tests_default.yml PLAY [Test role with default options] ****************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpxsy0ntug/tests/tests_default.yml:2 ok: [/cache/centos-8.qcow2] META: ran handlers TASK [linux-system-roles.cockpit : Set version specific variables] ************* task path: /tmp/tmpxsy0ntug/tasks/main.yml:1 ok: [/cache/centos-8.qcow2] => (item=/tmp/tmpxsy0ntug/vars/CentOS-8.yml) => {"ansible_facts": {"__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/tmpxsy0ntug/vars/CentOS-8.yml"], "ansible_loop_var": "item", "changed": false, "item": "/tmp/tmpxsy0ntug/vars/CentOS-8.yml"} TASK [linux-system-roles.cockpit : List active RHEL repositories] ************** task path: /tmp/tmpxsy0ntug/tasks/main.yml:15 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.cockpit : Enable RHEL repositories] ******************* task path: /tmp/tmpxsy0ntug/tasks/main.yml:23 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.cockpit : Manage cockpit packages using platform specific package manager if applicable] *** task path: /tmp/tmpxsy0ntug/tasks/main.yml:27 included: /tmp/tmpxsy0ntug/tasks/setup-dnf.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.cockpit : If choosing custom package set, ensure minimal cockpit is included] *** task path: /tmp/tmpxsy0ntug/tasks/setup-dnf.yml:1 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"cockpit_packages": "default"}, "changed": false} TASK [linux-system-roles.cockpit : Ensure Cockpit Web Console packages are installed.] *** task path: /tmp/tmpxsy0ntug/tasks/setup-dnf.yml:8 changed: [/cache/centos-8.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: udisks2-iscsi-2.9.0-6.el8.x86_64", "Installed: udisks2-lvm2-2.9.0-6.el8.x86_64", "Installed: libblockdev-part-2.24-5.el8.x86_64", "Installed: libudisks2-2.9.0-6.el8.x86_64", "Installed: libblockdev-swap-2.24-5.el8.x86_64", "Installed: libblockdev-utils-2.24-5.el8.x86_64", "Installed: python3-lxml-4.2.3-2.el8.x86_64", "Installed: nspr-4.32.0-1.el8_4.x86_64", "Installed: libbytesize-1.4-3.el8.x86_64", "Installed: libxslt-1.1.32-6.el8.x86_64", "Installed: cockpit-238.2-1.el8.x86_64", "Installed: nss-3.67.0-6.el8_4.x86_64", "Installed: python3-psutil-5.4.3-10.el8.x86_64", "Installed: tpm2-tools-4.1.1-2.el8.x86_64", "Installed: clevis-15-1.el8.x86_64", "Installed: nss-softokn-3.67.0-6.el8_4.x86_64", "Installed: clevis-luks-15-1.el8.x86_64", "Installed: cryptsetup-2.3.3-4.el8.x86_64", "Installed: nss-softokn-freebl-3.67.0-6.el8_4.x86_64", "Installed: nss-sysinit-3.67.0-6.el8_4.x86_64", "Installed: lvm2-8:2.03.11-5.el8.x86_64", "Installed: lvm2-libs-8:2.03.11-5.el8.x86_64", "Installed: nss-util-3.67.0-6.el8_4.x86_64", "Installed: iscsi-initiator-utils-6.2.1.2-1.gita8fcb37.el8.x86_64", "Installed: iscsi-initiator-utils-iscsiuio-6.2.1.2-1.gita8fcb37.el8.x86_64", "Installed: python3-html5lib-1:0.999999999-6.el8.noarch", "Installed: isns-utils-libs-0.99-1.el8.x86_64", "Installed: userspace-rcu-0.10.1-4.el8.x86_64", "Installed: cockpit-packagekit-238.2-1.el8.noarch", "Installed: oniguruma-6.8.2-2.el8.x86_64", "Installed: cockpit-storaged-238.2-1.el8.noarch", "Installed: mdadm-4.1-16.el8_4.x86_64", "Installed: jose-10-2.el8.x86_64", "Installed: python3-setuptools-39.2.0-6.el8.noarch", "Installed: jq-1.5-12.el8.x86_64", "Installed: volume_key-libs-0.3.11-5.el8.x86_64", "Installed: libjose-10-2.el8.x86_64", "Installed: device-mapper-event-8:1.02.175-5.el8.x86_64", "Installed: device-mapper-event-libs-8:1.02.175-5.el8.x86_64", "Installed: tracer-common-0.7.5-2.el8.noarch", "Installed: python3-tracer-0.7.5-2.el8.noarch", "Installed: device-mapper-multipath-0.8.4-10.el8.x86_64", "Installed: libatasmart-0.19-14.el8.x86_64", "Installed: python3-webencodings-0.5.1-6.el8.noarch", "Installed: device-mapper-multipath-libs-0.8.4-10.el8.x86_64", "Installed: device-mapper-persistent-data-0.8.5-4.el8.x86_64", "Installed: libaio-0.3.112-1.el8.x86_64", "Installed: libgudev-232-4.el8.x86_64", "Installed: libblockdev-2.24-5.el8.x86_64", "Installed: libblockdev-crypto-2.24-5.el8.x86_64", "Installed: libblockdev-fs-2.24-5.el8.x86_64", "Installed: libluksmeta-9-4.el8.x86_64", "Installed: libblockdev-loop-2.24-5.el8.x86_64", "Installed: libblockdev-lvm-2.24-5.el8.x86_64", "Installed: dosfstools-4.1-6.el8.x86_64", "Installed: libblockdev-mdraid-2.24-5.el8.x86_64", "Installed: luksmeta-9-4.el8.x86_64", "Installed: udisks2-2.9.0-6.el8.x86_64"]} TASK [linux-system-roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled] *** task path: /tmp/tmpxsy0ntug/tasks/main.yml:33 changed: [/cache/centos-8.qcow2] => {"changed": true, "enabled": true, "name": "cockpit.socket", "state": "started", "status": {"Accept": "no", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Backlog": "128", "Before": "sockets.target cockpit.service cockpit-motd.service shutdown.target", "BindIPv6Only": "default", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "Broadcast": "no", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "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", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "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", "FlushPending": "no", "FragmentPath": "/usr/lib/systemd/system/cockpit.socket", "FreeBind": "no", "FreezerState": "running", "GID": "[not set]", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "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": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "6995", "LimitNPROCSoft": "6995", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "6995", "LimitSIGPENDINGSoft": "6995", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "Listen": "[::]:9090 (Stream)", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "Mark": "-1", "MaxConnections": "64", "MaxConnectionsPerSource": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MessageQueueMaxMessages": "0", "MessageQueueMessageSize": "0", "MountAPIVFS": "no", "MountFlags": "", "NAccepted": "0", "NConnections": "0", "NRefused": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "cockpit.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PassCredentials": "no", "PassPacketInfo": "no", "PassSecurity": "no", "Perpetual": "no", "PipeSize": "0", "Priority": "-1", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveIPC": "no", "RemoveOnStop": "no", "RequiredBy": "cockpit.service", "Requires": "system.slice sysinit.target", "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", "StandardInputData": "", "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": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "11192", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "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", "Writable": "no"}} TASK [linux-system-roles.cockpit : Create cockpit.conf configuration file] ***** task path: /tmp/tmpxsy0ntug/tasks/main.yml:39 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [test - socket is active] ************************************************* task path: /tmp/tmpxsy0ntug/tests/tests_default.yml:8 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["systemctl", "is-active", "cockpit.socket"], "delta": "0:00:00.008982", "end": "2021-10-23 08:03:08.403784", "rc": 0, "start": "2021-10-23 08:03:08.394802", "stderr": "", "stderr_lines": [], "stdout": "active", "stdout_lines": ["active"]} TASK [test - socket is enabled] ************************************************ task path: /tmp/tmpxsy0ntug/tests/tests_default.yml:12 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["systemctl", "is-enabled", "cockpit.socket"], "delta": "0:00:00.008493", "end": "2021-10-23 08:03:08.784986", "rc": 0, "start": "2021-10-23 08:03:08.776493", "stderr": "", "stderr_lines": [], "stdout": "enabled", "stdout_lines": ["enabled"]} TASK [test - cockpit works with TLS] ******************************************* task path: /tmp/tmpxsy0ntug/tests/tests_default.yml:16 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum_dest": null, "checksum_src": "f9b1312e99a61edf7ce0ac1f32aad3ce44386da7", "dest": "/run/out", "elapsed": 1, "gid": 0, "group": "root", "md5sum": "a757bbca23e61fcbf3f2998a05c09a2b", "mode": "0644", "msg": "OK (unknown bytes)", "owner": "root", "secontext": "system_u:object_r:var_run_t:s0", "size": 8480, "src": "/root/.ansible/tmp/ansible-tmp-1634976189.41-110709-157218891869455/tmpg2_fp1iu", "state": "file", "status_code": 200, "uid": 0, "url": "https://localhost:9090"} TASK [test - no configuration file] ******************************************** task path: /tmp/tmpxsy0ntug/tests/tests_default.yml:22 ok: [/cache/centos-8.qcow2] => {"changed": false, "failed_when_result": false, "stat": {"exists": false}} TASK [include_tasks] *********************************************************** task path: /tmp/tmpxsy0ntug/tests/tests_default.yml:28 included: /tmp/tmpxsy0ntug/tests/tasks/cleanup.yml for /cache/centos-8.qcow2 TASK [cleanup - packages] ****************************************************** task path: /tmp/tmpxsy0ntug/tests/tasks/cleanup.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Removed: cockpit-238.2-1.el8.x86_64", "Removed: cockpit-bridge-238.2-1.el8.x86_64", "Removed: cockpit-packagekit-238.2-1.el8.noarch", "Removed: cockpit-storaged-238.2-1.el8.noarch", "Removed: cockpit-system-238.2-1.el8.noarch", "Removed: cockpit-ws-238.2-1.el8.x86_64"]} TASK [cleanup - config file] *************************************************** task path: /tmp/tmpxsy0ntug/tests/tasks/cleanup.yml:12 ok: [/cache/centos-8.qcow2] => {"changed": false, "path": "/etc/cockpit/cockpit.conf", "state": "absent"} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=15 changed=5 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0