ansible-playbook [core 2.12.6] config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.9/site-packages/ansible ansible collection location = /tmp/tmp0aoro6e0 executable location = /usr/bin/ansible-playbook python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)] jinja version = 2.11.3 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: centos-8_setup.yml *************************************************** 1 plays in /cache/centos-8_setup.yml PLAY [Enable HA repos] ********************************************************* META: ran handlers TASK [Enable HA repos] ********************************************************* task path: /cache/centos-8_setup.yml:5 Wednesday 03 August 2022 07:49:56 +0000 (0:00:00.018) 0:00:00.018 ****** changed: [/cache/centos-8.qcow2] => { "ansible_facts": { "discovered_interpreter_python": "/usr/libexec/platform-python" }, "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "ha" ], "delta": "0:00:00.192287", "end": "2022-08-03 07:49:56.134537", "rc": 0, "start": "2022-08-03 07:49:55.942250" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=1 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 07:49:57 +0000 (0:00:00.781) 0:00:00.800 ****** =============================================================================== Enable HA repos --------------------------------------------------------- 0.78s /cache/centos-8_setup.yml:5 --------------------------------------------------- PLAYBOOK: tests_default.yml **************************************************** 1 plays in /tmp/tmpi0jzgqc6/tests/tests_default.yml PLAY [Test role with default options] ****************************************** META: ran handlers TASK [linux-system-roles.cockpit : Ensure ansible_facts and variables used by role] *** task path: /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:1 Wednesday 03 August 2022 07:49:57 +0000 (0:00:00.031) 0:00:00.831 ****** included: /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.cockpit : Ensure ansible_facts used by role] ********** task path: /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:2 Wednesday 03 August 2022 07:49:57 +0000 (0:00:00.021) 0:00:00.852 ****** ok: [/cache/centos-8.qcow2] TASK [linux-system-roles.cockpit : Set version specific variables] ************* task path: /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:8 Wednesday 03 August 2022 07:49:58 +0000 (0:00:00.773) 0:00:01.626 ****** ok: [/cache/centos-8.qcow2] => (item=/tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/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/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/vars/CentOS-8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/vars/CentOS-8.yml" } TASK [linux-system-roles.cockpit : List active RHEL repositories] ************** task path: /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:9 Wednesday 03 August 2022 07:49:58 +0000 (0:00:00.033) 0:00:01.660 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.cockpit : Enable RHEL repositories] ******************* task path: /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:17 Wednesday 03 August 2022 07:49:58 +0000 (0:00:00.017) 0:00:01.677 ****** 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/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:21 Wednesday 03 August 2022 07:49:58 +0000 (0:00:00.017) 0:00:01.695 ****** included: /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml for /cache/centos-8.qcow2 => (item=/tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml) TASK [linux-system-roles.cockpit : If choosing custom package set, ensure minimal cockpit is included] *** task path: /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml:1 Wednesday 03 August 2022 07:49:58 +0000 (0:00:00.029) 0:00:01.724 ****** 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/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml:8 Wednesday 03 August 2022 07:49:58 +0000 (0:00:00.032) 0:00:01.756 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "rc": 0, "results": [ "Installed: libatasmart-0.19-14.el8.x86_64", "Installed: device-mapper-multipath-0.8.4-20.el8.x86_64", "Installed: iscsi-initiator-utils-6.2.1.4-4.git095f59c.el8.x86_64", "Installed: dosfstools-4.1-6.el8.x86_64", "Installed: lvm2-8:2.03.14-2.el8.x86_64", "Installed: libbytesize-1.4-3.el8.x86_64", "Installed: python3-html5lib-1:0.999999999-6.el8.noarch", "Installed: python3-psutil-5.4.3-11.el8.x86_64", "Installed: iscsi-initiator-utils-iscsiuio-6.2.1.4-4.git095f59c.el8.x86_64", "Installed: cockpit-ws-273-2.el8.x86_64", "Installed: isns-utils-libs-0.99-1.el8.x86_64", "Installed: libblockdev-2.24-8.el8.x86_64", "Installed: tpm2-tools-4.1.1-5.el8.x86_64", "Installed: cockpit-packagekit-273-1.el8.noarch", "Installed: python3-tracer-0.7.5-2.el8.noarch", "Installed: tracer-common-0.7.5-2.el8.noarch", "Installed: clevis-15-8.el8.x86_64", "Installed: libblockdev-crypto-2.24-8.el8.x86_64", "Installed: device-mapper-multipath-libs-0.8.4-20.el8.x86_64", "Installed: python3-webencodings-0.5.1-6.el8.noarch", "Installed: oniguruma-6.8.2-2.el8.x86_64", "Installed: libluksmeta-9-4.el8.x86_64", "Installed: clevis-luks-15-8.el8.x86_64", "Installed: lvm2-libs-8:2.03.14-2.el8.x86_64", "Installed: python3-lxml-4.2.3-4.el8.x86_64", "Installed: libblockdev-fs-2.24-8.el8.x86_64", "Installed: device-mapper-persistent-data-0.9.0-7.el8.x86_64", "Installed: jose-10-2.el8.x86_64", "Installed: jq-1.6-3.el8.x86_64", "Installed: cockpit-273-2.el8.x86_64", "Installed: libblockdev-loop-2.24-8.el8.x86_64", "Installed: cryptsetup-2.3.3-4.el8.x86_64", "Installed: libblockdev-lvm-2.24-8.el8.x86_64", "Installed: libudisks2-2.9.0-9.el8.x86_64", "Installed: cockpit-storaged-273-1.el8.noarch", "Installed: cockpit-bridge-273-2.el8.x86_64", "Installed: libblockdev-mdraid-2.24-8.el8.x86_64", "Installed: luksmeta-9-4.el8.x86_64", "Installed: libxslt-1.1.32-6.el8.x86_64", "Installed: python3-setuptools-39.2.0-6.el8.noarch", "Installed: device-mapper-event-8:1.02.181-2.el8.x86_64", "Installed: cockpit-system-273-2.el8.noarch", "Installed: libgudev-232-4.el8.x86_64", "Installed: mdadm-4.2-3.el8.x86_64", "Installed: volume_key-libs-0.3.11-5.el8.x86_64", "Installed: userspace-rcu-0.10.1-4.el8.x86_64", "Installed: udisks2-2.9.0-9.el8.x86_64", "Installed: libblockdev-part-2.24-8.el8.x86_64", "Installed: device-mapper-event-libs-8:1.02.181-2.el8.x86_64", "Installed: udisks2-iscsi-2.9.0-9.el8.x86_64", "Installed: libaio-0.3.112-1.el8.x86_64", "Installed: udisks2-lvm2-2.9.0-9.el8.x86_64", "Installed: libblockdev-swap-2.24-8.el8.x86_64", "Installed: libjose-10-2.el8.x86_64", "Installed: libblockdev-utils-2.24-8.el8.x86_64" ] } TASK [linux-system-roles.cockpit : Create custom port configuration file directory] *** task path: /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:27 Wednesday 03 August 2022 07:50:28 +0000 (0:00:30.132) 0:00:31.889 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.cockpit : Create custom port configuration file] ****** task path: /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:35 Wednesday 03 August 2022 07:50:28 +0000 (0:00:00.025) 0:00:31.914 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.cockpit : Check if SELinux is enabled] **************** task path: /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:51 Wednesday 03 August 2022 07:50:28 +0000 (0:00:00.020) 0:00:31.934 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Allow cockpit to own custom port in SELinux policy] ********************** task path: /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:58 Wednesday 03 August 2022 07:50:28 +0000 (0:00:00.019) 0:00:31.954 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.cockpit : Clean up port configuration file for undefined custom port] *** task path: /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:66 Wednesday 03 August 2022 07:50:28 +0000 (0:00:00.020) 0:00:31.975 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "path": "/etc/systemd/system/cockpit.socket.d/listen.conf", "state": "absent" } TASK [linux-system-roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled] *** task path: /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:75 Wednesday 03 August 2022 07:50:29 +0000 (0:00:00.489) 0:00:32.464 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "enabled": true, "name": "cockpit.socket", "state": "started", "status": { "Accept": "no", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice systemd-journald.socket sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Backlog": "128", "Before": "sockets.target cockpit-motd.service shutdown.target cockpit.service", "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 cap_bpf", "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": "0", "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": "6968", "LimitNPROCSoft": "6968", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "6968", "LimitSIGPENDINGSoft": "6968", "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": "11149", "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/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:81 Wednesday 03 August 2022 07:50:29 +0000 (0:00:00.915) 0:00:33.380 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.cockpit : Link to configured existing certificate] **** task path: /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:92 Wednesday 03 August 2022 07:50:29 +0000 (0:00:00.022) 0:00:33.403 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.cockpit : Link to configured existing certificate key] *** task path: /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:102 Wednesday 03 August 2022 07:50:29 +0000 (0:00:00.023) 0:00:33.426 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } META: role_complete for /cache/centos-8.qcow2 TASK [test - socket is active] ************************************************* task path: /tmp/tmpi0jzgqc6/tests/tests_default.yml:11 Wednesday 03 August 2022 07:50:30 +0000 (0:00:00.031) 0:00:33.458 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "cmd": [ "systemctl", "is-active", "cockpit.socket" ], "delta": "0:00:00.008133", "end": "2022-08-03 07:50:29.167826", "rc": 0, "start": "2022-08-03 07:50:29.159693" } STDOUT: active TASK [test - socket is enabled] ************************************************ task path: /tmp/tmpi0jzgqc6/tests/tests_default.yml:15 Wednesday 03 August 2022 07:50:30 +0000 (0:00:00.367) 0:00:33.825 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "cockpit.socket" ], "delta": "0:00:00.008160", "end": "2022-08-03 07:50:29.536300", "rc": 0, "start": "2022-08-03 07:50:29.528140" } STDOUT: enabled TASK [test - cockpit works with TLS] ******************************************* task path: /tmp/tmpi0jzgqc6/tests/tests_default.yml:19 Wednesday 03 August 2022 07:50:30 +0000 (0:00:00.372) 0:00:34.198 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "checksum_dest": null, "checksum_src": "2b14f21881fbeb3dfb90cf1ea45f7b0c5457d4a4", "dest": "/run/out", "elapsed": 0, "gid": 0, "group": "root", "md5sum": "4deba58d6645450bfed603e84d7a2403", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:var_run_t:s0", "size": 11247, "src": "/root/.ansible/tmp/ansible-tmp-1659513030.8122969-296532-161206404287852/tmpp75q8i8u", "state": "file", "status_code": 200, "uid": 0, "url": "https://localhost:9090" } MSG: OK (unknown bytes) TASK [test - HTTP response is something sensible] ****************************** task path: /tmp/tmpi0jzgqc6/tests/tests_default.yml:25 Wednesday 03 August 2022 07:50:31 +0000 (0:00:01.215) 0:00:35.413 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": [ "grep", "id=\"login-user-input\"", "/run/out" ], "delta": "0:00:01.004048", "end": "2022-08-03 07:50:32.114868", "rc": 0, "start": "2022-08-03 07:50:31.110820" } STDOUT: TASK [test - clean up output file] ********************************************* task path: /tmp/tmpi0jzgqc6/tests/tests_default.yml:28 Wednesday 03 August 2022 07:50:33 +0000 (0:00:01.361) 0:00:36.775 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "path": "/run/out", "state": "absent" } TASK [test - no configuration file] ******************************************** task path: /tmp/tmpi0jzgqc6/tests/tests_default.yml:33 Wednesday 03 August 2022 07:50:33 +0000 (0:00:00.351) 0:00:37.126 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [test - no port configuration file] *************************************** task path: /tmp/tmpi0jzgqc6/tests/tests_default.yml:39 Wednesday 03 August 2022 07:50:34 +0000 (0:00:00.476) 0:00:37.603 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [include_tasks] *********************************************************** task path: /tmp/tmpi0jzgqc6/tests/tests_default.yml:46 Wednesday 03 August 2022 07:50:34 +0000 (0:00:00.372) 0:00:37.976 ****** included: /tmp/tmpi0jzgqc6/tests/tasks/cleanup.yml for /cache/centos-8.qcow2 TASK [cleanup - packages] ****************************************************** task path: /tmp/tmpi0jzgqc6/tests/tasks/cleanup.yml:1 Wednesday 03 August 2022 07:50:34 +0000 (0:00:00.026) 0:00:38.002 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "rc": 0, "results": [ "Removed: cockpit-273-2.el8.x86_64", "Removed: cockpit-bridge-273-2.el8.x86_64", "Removed: cockpit-packagekit-273-1.el8.noarch", "Removed: cockpit-storaged-273-1.el8.noarch", "Removed: cockpit-system-273-2.el8.noarch", "Removed: cockpit-ws-273-2.el8.x86_64" ] } TASK [cleanup - find certificates] ********************************************* task path: /tmp/tmpi0jzgqc6/tests/tasks/cleanup.yml:13 Wednesday 03 August 2022 07:50:51 +0000 (0:00:17.298) 0:00:55.300 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "examined": 3, "files": [ { "atime": 1659513030.1632578, "ctime": 1659513030.5972576, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 34113, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1659513030.5902576, "nlink": 1, "path": "/etc/cockpit/ws-certs.d/0-self-signed-ca.pem", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2358, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1659513030.6062577, "ctime": 1659513030.6022577, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 22202, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1659513030.5902576, "nlink": 1, "path": "/etc/cockpit/ws-certs.d/0-self-signed.cert", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1883, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1659513030.6062577, "ctime": 1659513030.6052577, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 22203, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0600", "mtime": 1659513030.5902576, "nlink": 1, "path": "/etc/cockpit/ws-certs.d/0-self-signed.key", "pw_name": "root", "rgrp": false, "roth": false, "rusr": true, "size": 1704, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 3, "skipped_paths": {} } MSG: All paths examined TASK [cleanup - certificates] ************************************************** task path: /tmp/tmpi0jzgqc6/tests/tasks/cleanup.yml:23 Wednesday 03 August 2022 07:50:52 +0000 (0:00:00.508) 0:00:55.808 ****** changed: [/cache/centos-8.qcow2] => (item={'path': '/etc/cockpit/ws-certs.d/0-self-signed-ca.pem', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 2358, 'inode': 34113, 'dev': 64513, 'nlink': 1, 'atime': 1659513030.1632578, 'mtime': 1659513030.5902576, 'ctime': 1659513030.5972576, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False}) => { "ansible_loop_var": "item", "changed": true, "item": { "atime": 1659513030.1632578, "ctime": 1659513030.5972576, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 34113, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1659513030.5902576, "nlink": 1, "path": "/etc/cockpit/ws-certs.d/0-self-signed-ca.pem", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2358, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, "path": "/etc/cockpit/ws-certs.d/0-self-signed-ca.pem", "state": "absent" } changed: [/cache/centos-8.qcow2] => (item={'path': '/etc/cockpit/ws-certs.d/0-self-signed.cert', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 1883, 'inode': 22202, 'dev': 64513, 'nlink': 1, 'atime': 1659513030.6062577, 'mtime': 1659513030.5902576, 'ctime': 1659513030.6022577, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False}) => { "ansible_loop_var": "item", "changed": true, "item": { "atime": 1659513030.6062577, "ctime": 1659513030.6022577, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 22202, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1659513030.5902576, "nlink": 1, "path": "/etc/cockpit/ws-certs.d/0-self-signed.cert", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1883, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, "path": "/etc/cockpit/ws-certs.d/0-self-signed.cert", "state": "absent" } changed: [/cache/centos-8.qcow2] => (item={'path': '/etc/cockpit/ws-certs.d/0-self-signed.key', 'mode': '0600', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 1704, 'inode': 22203, 'dev': 64513, 'nlink': 1, 'atime': 1659513030.6062577, 'mtime': 1659513030.5902576, 'ctime': 1659513030.6052577, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': False, 'xgrp': False, 'woth': False, 'roth': False, 'xoth': False, 'isuid': False, 'isgid': False}) => { "ansible_loop_var": "item", "changed": true, "item": { "atime": 1659513030.6062577, "ctime": 1659513030.6052577, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 22203, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0600", "mtime": 1659513030.5902576, "nlink": 1, "path": "/etc/cockpit/ws-certs.d/0-self-signed.key", "pw_name": "root", "rgrp": false, "roth": false, "rusr": true, "size": 1704, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, "path": "/etc/cockpit/ws-certs.d/0-self-signed.key", "state": "absent" } TASK [cleanup - config file] *************************************************** task path: /tmp/tmpi0jzgqc6/tests/tasks/cleanup.yml:32 Wednesday 03 August 2022 07:50:53 +0000 (0:00:01.077) 0:00:56.886 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "path": "/etc/cockpit/cockpit.conf", "state": "absent" } TASK [cleanup - port customization] ******************************************** task path: /tmp/tmpi0jzgqc6/tests/tasks/cleanup.yml:40 Wednesday 03 August 2022 07:50:53 +0000 (0:00:00.382) 0:00:57.268 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "path": "/etc/systemd/system/cockpit.socket.d/", "state": "absent" } TASK [cleanup - reload systemd] ************************************************ task path: /tmp/tmpi0jzgqc6/tests/tasks/cleanup.yml:48 Wednesday 03 August 2022 07:50:54 +0000 (0:00:00.385) 0:00:57.653 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "name": null, "status": {} } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=23 changed=8 unreachable=0 failed=0 skipped=9 rescued=0 ignored=0 Wednesday 03 August 2022 07:50:54 +0000 (0:00:00.648) 0:00:58.302 ****** =============================================================================== linux-system-roles.cockpit : Ensure Cockpit Web Console packages are installed. -- 30.13s /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml:8 - cleanup - packages ----------------------------------------------------- 17.30s /tmp/tmpi0jzgqc6/tests/tasks/cleanup.yml:1 ------------------------------------ test - HTTP response is something sensible ------------------------------ 1.36s /tmp/tmpi0jzgqc6/tests/tests_default.yml:25 ----------------------------------- test - cockpit works with TLS ------------------------------------------- 1.22s /tmp/tmpi0jzgqc6/tests/tests_default.yml:19 ----------------------------------- cleanup - certificates -------------------------------------------------- 1.08s /tmp/tmpi0jzgqc6/tests/tasks/cleanup.yml:23 ----------------------------------- linux-system-roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled --- 0.92s /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:75 ----- Enable HA repos --------------------------------------------------------- 0.78s /cache/centos-8_setup.yml:5 --------------------------------------------------- linux-system-roles.cockpit : Ensure ansible_facts used by role ---------- 0.77s /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:2 -- cleanup - reload systemd ------------------------------------------------ 0.65s /tmp/tmpi0jzgqc6/tests/tasks/cleanup.yml:48 ----------------------------------- cleanup - find certificates --------------------------------------------- 0.51s /tmp/tmpi0jzgqc6/tests/tasks/cleanup.yml:13 ----------------------------------- linux-system-roles.cockpit : Clean up port configuration file for undefined custom port --- 0.49s /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:66 ----- test - no configuration file -------------------------------------------- 0.48s /tmp/tmpi0jzgqc6/tests/tests_default.yml:33 ----------------------------------- cleanup - port customization -------------------------------------------- 0.39s /tmp/tmpi0jzgqc6/tests/tasks/cleanup.yml:40 ----------------------------------- cleanup - config file --------------------------------------------------- 0.38s /tmp/tmpi0jzgqc6/tests/tasks/cleanup.yml:32 ----------------------------------- test - no port configuration file --------------------------------------- 0.37s /tmp/tmpi0jzgqc6/tests/tests_default.yml:39 ----------------------------------- test - socket is enabled ------------------------------------------------ 0.37s /tmp/tmpi0jzgqc6/tests/tests_default.yml:15 ----------------------------------- test - socket is active ------------------------------------------------- 0.37s /tmp/tmpi0jzgqc6/tests/tests_default.yml:11 ----------------------------------- test - clean up output file --------------------------------------------- 0.35s /tmp/tmpi0jzgqc6/tests/tests_default.yml:28 ----------------------------------- linux-system-roles.cockpit : Set version specific variables ------------- 0.03s /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:8 -- linux-system-roles.cockpit : If choosing custom package set, ensure minimal cockpit is included --- 0.03s /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml:1 - ansible-playbook [core 2.12.6] config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.9/site-packages/ansible ansible collection location = /tmp/tmp0aoro6e0 executable location = /usr/bin/ansible-playbook python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)] jinja version = 2.11.3 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: centos-8_setup.yml *************************************************** 1 plays in /cache/centos-8_setup.yml PLAY [Enable HA repos] ********************************************************* META: ran handlers TASK [Enable HA repos] ********************************************************* task path: /cache/centos-8_setup.yml:5 Wednesday 03 August 2022 08:02:29 +0000 (0:00:00.019) 0:00:00.019 ****** changed: [/cache/centos-8.qcow2] => { "ansible_facts": { "discovered_interpreter_python": "/usr/libexec/platform-python" }, "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "ha" ], "delta": "0:00:00.194017", "end": "2022-08-03 08:02:29.183980", "rc": 0, "start": "2022-08-03 08:02:28.989963" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=1 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 08:02:30 +0000 (0:00:00.781) 0:00:00.801 ****** =============================================================================== Enable HA repos --------------------------------------------------------- 0.78s /cache/centos-8_setup.yml:5 --------------------------------------------------- PLAYBOOK: tests_default.yml **************************************************** 1 plays in /tmp/tmp7hpg_90z/tests/cockpit/tests_default.yml PLAY [Test role with default options] ****************************************** META: ran handlers TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts and variables used by role] *** task path: /tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:1 Wednesday 03 August 2022 08:02:30 +0000 (0:00:00.039) 0:00:00.840 ****** included: /tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml for /cache/centos-8.qcow2 TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role] *** task path: /tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2 Wednesday 03 August 2022 08:02:30 +0000 (0:00:00.023) 0:00:00.864 ****** ok: [/cache/centos-8.qcow2] TASK [fedora.linux_system_roles.cockpit : Set version specific variables] ****** task path: /tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:7 Wednesday 03 August 2022 08:02:31 +0000 (0:00:00.918) 0:00:01.783 ****** ok: [/cache/centos-8.qcow2] => (item=/tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/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/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-8.yml" } TASK [fedora.linux_system_roles.cockpit : List active RHEL repositories] ******* task path: /tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:9 Wednesday 03 August 2022 08:02:31 +0000 (0:00:00.038) 0:00:01.821 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Enable RHEL repositories] ************ task path: /tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:17 Wednesday 03 August 2022 08:02:31 +0000 (0:00:00.020) 0:00:01.842 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Manage cockpit packages using platform specific package manager if applicable] *** task path: /tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:21 Wednesday 03 August 2022 08:02:31 +0000 (0:00:00.021) 0:00:01.863 ****** included: /tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml for /cache/centos-8.qcow2 => (item=/tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml) TASK [fedora.linux_system_roles.cockpit : If choosing custom package set, ensure minimal cockpit is included] *** task path: /tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:1 Wednesday 03 August 2022 08:02:31 +0000 (0:00:00.034) 0:00:01.898 ****** ok: [/cache/centos-8.qcow2] => { "ansible_facts": { "cockpit_packages": "default" }, "changed": false } TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed.] *** task path: /tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:6 Wednesday 03 August 2022 08:02:31 +0000 (0:00:00.034) 0:00:01.932 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "rc": 0, "results": [ "Installed: libatasmart-0.19-14.el8.x86_64", "Installed: device-mapper-multipath-0.8.4-20.el8.x86_64", "Installed: iscsi-initiator-utils-6.2.1.4-4.git095f59c.el8.x86_64", "Installed: dosfstools-4.1-6.el8.x86_64", "Installed: lvm2-8:2.03.14-2.el8.x86_64", "Installed: libbytesize-1.4-3.el8.x86_64", "Installed: python3-html5lib-1:0.999999999-6.el8.noarch", "Installed: python3-psutil-5.4.3-11.el8.x86_64", "Installed: iscsi-initiator-utils-iscsiuio-6.2.1.4-4.git095f59c.el8.x86_64", "Installed: cockpit-ws-273-2.el8.x86_64", "Installed: isns-utils-libs-0.99-1.el8.x86_64", "Installed: libblockdev-2.24-8.el8.x86_64", "Installed: tpm2-tools-4.1.1-5.el8.x86_64", "Installed: cockpit-packagekit-273-1.el8.noarch", "Installed: python3-tracer-0.7.5-2.el8.noarch", "Installed: tracer-common-0.7.5-2.el8.noarch", "Installed: clevis-15-8.el8.x86_64", "Installed: libblockdev-crypto-2.24-8.el8.x86_64", "Installed: device-mapper-multipath-libs-0.8.4-20.el8.x86_64", "Installed: python3-webencodings-0.5.1-6.el8.noarch", "Installed: oniguruma-6.8.2-2.el8.x86_64", "Installed: libluksmeta-9-4.el8.x86_64", "Installed: clevis-luks-15-8.el8.x86_64", "Installed: lvm2-libs-8:2.03.14-2.el8.x86_64", "Installed: python3-lxml-4.2.3-4.el8.x86_64", "Installed: libblockdev-fs-2.24-8.el8.x86_64", "Installed: device-mapper-persistent-data-0.9.0-7.el8.x86_64", "Installed: jose-10-2.el8.x86_64", "Installed: jq-1.6-3.el8.x86_64", "Installed: cockpit-273-2.el8.x86_64", "Installed: libblockdev-loop-2.24-8.el8.x86_64", "Installed: cryptsetup-2.3.3-4.el8.x86_64", "Installed: libblockdev-lvm-2.24-8.el8.x86_64", "Installed: libudisks2-2.9.0-9.el8.x86_64", "Installed: cockpit-storaged-273-1.el8.noarch", "Installed: cockpit-bridge-273-2.el8.x86_64", "Installed: libblockdev-mdraid-2.24-8.el8.x86_64", "Installed: luksmeta-9-4.el8.x86_64", "Installed: libxslt-1.1.32-6.el8.x86_64", "Installed: python3-setuptools-39.2.0-6.el8.noarch", "Installed: device-mapper-event-8:1.02.181-2.el8.x86_64", "Installed: cockpit-system-273-2.el8.noarch", "Installed: libgudev-232-4.el8.x86_64", "Installed: mdadm-4.2-3.el8.x86_64", "Installed: volume_key-libs-0.3.11-5.el8.x86_64", "Installed: userspace-rcu-0.10.1-4.el8.x86_64", "Installed: udisks2-2.9.0-9.el8.x86_64", "Installed: libblockdev-part-2.24-8.el8.x86_64", "Installed: device-mapper-event-libs-8:1.02.181-2.el8.x86_64", "Installed: udisks2-iscsi-2.9.0-9.el8.x86_64", "Installed: libaio-0.3.112-1.el8.x86_64", "Installed: udisks2-lvm2-2.9.0-9.el8.x86_64", "Installed: libblockdev-swap-2.24-8.el8.x86_64", "Installed: libjose-10-2.el8.x86_64", "Installed: libblockdev-utils-2.24-8.el8.x86_64" ] } TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file directory] *** task path: /tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:27 Wednesday 03 August 2022 08:03:02 +0000 (0:00:31.279) 0:00:33.212 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file] *** task path: /tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:35 Wednesday 03 August 2022 08:03:02 +0000 (0:00:00.030) 0:00:33.242 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Check if SELinux is enabled] ********* task path: /tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:51 Wednesday 03 August 2022 08:03:02 +0000 (0:00:00.023) 0:00:33.266 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Allow cockpit to own custom port in SELinux policy] ********************** task path: /tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:58 Wednesday 03 August 2022 08:03:02 +0000 (0:00:00.022) 0:00:33.288 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port] *** task path: /tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:66 Wednesday 03 August 2022 08:03:02 +0000 (0:00:00.021) 0:00:33.309 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "path": "/etc/systemd/system/cockpit.socket.d/listen.conf", "state": "absent" } TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled] *** task path: /tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:75 Wednesday 03 August 2022 08:03:03 +0000 (0:00:00.508) 0:00:33.817 ****** 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": "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 cap_bpf", "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": "0", "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": "6968", "LimitNPROCSoft": "6968", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "6968", "LimitSIGPENDINGSoft": "6968", "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": "11149", "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 [fedora.linux_system_roles.cockpit : Create cockpit.conf configuration file] *** task path: /tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:81 Wednesday 03 August 2022 08:03:04 +0000 (0:00:00.907) 0:00:34.725 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate] *** task path: /tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:92 Wednesday 03 August 2022 08:03:04 +0000 (0:00:00.023) 0:00:34.749 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate key] *** task path: /tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:102 Wednesday 03 August 2022 08:03:04 +0000 (0:00:00.022) 0:00:34.771 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } META: role_complete for /cache/centos-8.qcow2 TASK [test - socket is active] ************************************************* task path: /tmp/tmp7hpg_90z/tests/cockpit/tests_default.yml:11 Wednesday 03 August 2022 08:03:04 +0000 (0:00:00.029) 0:00:34.800 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "cmd": [ "systemctl", "is-active", "cockpit.socket" ], "delta": "0:00:00.009253", "end": "2022-08-03 08:03:03.565940", "rc": 0, "start": "2022-08-03 08:03:03.556687" } STDOUT: active TASK [test - socket is enabled] ************************************************ task path: /tmp/tmp7hpg_90z/tests/cockpit/tests_default.yml:15 Wednesday 03 August 2022 08:03:04 +0000 (0:00:00.374) 0:00:35.175 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "cockpit.socket" ], "delta": "0:00:00.009230", "end": "2022-08-03 08:03:03.937734", "rc": 0, "start": "2022-08-03 08:03:03.928504" } STDOUT: enabled TASK [test - cockpit works with TLS] ******************************************* task path: /tmp/tmp7hpg_90z/tests/cockpit/tests_default.yml:19 Wednesday 03 August 2022 08:03:05 +0000 (0:00:00.372) 0:00:35.548 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "checksum_dest": null, "checksum_src": "2b14f21881fbeb3dfb90cf1ea45f7b0c5457d4a4", "dest": "/run/out", "elapsed": 0, "gid": 0, "group": "root", "md5sum": "4deba58d6645450bfed603e84d7a2403", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:var_run_t:s0", "size": 11247, "src": "/root/.ansible/tmp/ansible-tmp-1659513785.1164145-300084-257526845939529/tmpu2ccll40", "state": "file", "status_code": 200, "uid": 0, "url": "https://localhost:9090" } MSG: OK (unknown bytes) TASK [test - HTTP response is something sensible] ****************************** task path: /tmp/tmp7hpg_90z/tests/cockpit/tests_default.yml:25 Wednesday 03 August 2022 08:03:06 +0000 (0:00:01.105) 0:00:36.653 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": [ "grep", "id=\"login-user-input\"", "/run/out" ], "delta": "0:00:00.003008", "end": "2022-08-03 08:03:05.395983", "rc": 0, "start": "2022-08-03 08:03:05.392975" } STDOUT: TASK [test - clean up output file] ********************************************* task path: /tmp/tmp7hpg_90z/tests/cockpit/tests_default.yml:28 Wednesday 03 August 2022 08:03:06 +0000 (0:00:00.348) 0:00:37.002 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "path": "/run/out", "state": "absent" } TASK [test - no configuration file] ******************************************** task path: /tmp/tmp7hpg_90z/tests/cockpit/tests_default.yml:33 Wednesday 03 August 2022 08:03:06 +0000 (0:00:00.350) 0:00:37.352 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [test - no port configuration file] *************************************** task path: /tmp/tmp7hpg_90z/tests/cockpit/tests_default.yml:39 Wednesday 03 August 2022 08:03:07 +0000 (0:00:00.476) 0:00:37.829 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [include_tasks] *********************************************************** task path: /tmp/tmp7hpg_90z/tests/cockpit/tests_default.yml:46 Wednesday 03 August 2022 08:03:07 +0000 (0:00:00.340) 0:00:38.170 ****** included: /tmp/tmp7hpg_90z/tests/cockpit/tasks/cleanup.yml for /cache/centos-8.qcow2 TASK [cleanup - packages] ****************************************************** task path: /tmp/tmp7hpg_90z/tests/cockpit/tasks/cleanup.yml:1 Wednesday 03 August 2022 08:03:07 +0000 (0:00:00.025) 0:00:38.196 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "rc": 0, "results": [ "Removed: cockpit-273-2.el8.x86_64", "Removed: cockpit-bridge-273-2.el8.x86_64", "Removed: cockpit-packagekit-273-1.el8.noarch", "Removed: cockpit-storaged-273-1.el8.noarch", "Removed: cockpit-system-273-2.el8.noarch", "Removed: cockpit-ws-273-2.el8.x86_64" ] } TASK [cleanup - find certificates] ********************************************* task path: /tmp/tmp7hpg_90z/tests/cockpit/tasks/cleanup.yml:13 Wednesday 03 August 2022 08:03:24 +0000 (0:00:16.669) 0:00:54.865 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "examined": 3, "files": [ { "atime": 1659513784.5772789, "ctime": 1659513784.854279, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 1036068, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1659513784.847279, "nlink": 1, "path": "/etc/cockpit/ws-certs.d/0-self-signed-ca.pem", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2358, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1659513784.8632789, "ctime": 1659513784.858279, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 1035705, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1659513784.847279, "nlink": 1, "path": "/etc/cockpit/ws-certs.d/0-self-signed.cert", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1883, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1659513784.8632789, "ctime": 1659513784.862279, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 991574, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0600", "mtime": 1659513784.847279, "nlink": 1, "path": "/etc/cockpit/ws-certs.d/0-self-signed.key", "pw_name": "root", "rgrp": false, "roth": false, "rusr": true, "size": 1708, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 3, "skipped_paths": {} } MSG: All paths examined TASK [cleanup - certificates] ************************************************** task path: /tmp/tmp7hpg_90z/tests/cockpit/tasks/cleanup.yml:23 Wednesday 03 August 2022 08:03:24 +0000 (0:00:00.481) 0:00:55.346 ****** changed: [/cache/centos-8.qcow2] => (item={'path': '/etc/cockpit/ws-certs.d/0-self-signed-ca.pem', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 2358, 'inode': 1036068, 'dev': 64513, 'nlink': 1, 'atime': 1659513784.5772789, 'mtime': 1659513784.847279, 'ctime': 1659513784.854279, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False}) => { "ansible_loop_var": "item", "changed": true, "item": { "atime": 1659513784.5772789, "ctime": 1659513784.854279, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 1036068, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1659513784.847279, "nlink": 1, "path": "/etc/cockpit/ws-certs.d/0-self-signed-ca.pem", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2358, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, "path": "/etc/cockpit/ws-certs.d/0-self-signed-ca.pem", "state": "absent" } changed: [/cache/centos-8.qcow2] => (item={'path': '/etc/cockpit/ws-certs.d/0-self-signed.cert', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 1883, 'inode': 1035705, 'dev': 64513, 'nlink': 1, 'atime': 1659513784.8632789, 'mtime': 1659513784.847279, 'ctime': 1659513784.858279, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False}) => { "ansible_loop_var": "item", "changed": true, "item": { "atime": 1659513784.8632789, "ctime": 1659513784.858279, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 1035705, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1659513784.847279, "nlink": 1, "path": "/etc/cockpit/ws-certs.d/0-self-signed.cert", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1883, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, "path": "/etc/cockpit/ws-certs.d/0-self-signed.cert", "state": "absent" } changed: [/cache/centos-8.qcow2] => (item={'path': '/etc/cockpit/ws-certs.d/0-self-signed.key', 'mode': '0600', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 1708, 'inode': 991574, 'dev': 64513, 'nlink': 1, 'atime': 1659513784.8632789, 'mtime': 1659513784.847279, 'ctime': 1659513784.862279, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': False, 'xgrp': False, 'woth': False, 'roth': False, 'xoth': False, 'isuid': False, 'isgid': False}) => { "ansible_loop_var": "item", "changed": true, "item": { "atime": 1659513784.8632789, "ctime": 1659513784.862279, "dev": 64513, "gid": 0, "gr_name": "root", "inode": 991574, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0600", "mtime": 1659513784.847279, "nlink": 1, "path": "/etc/cockpit/ws-certs.d/0-self-signed.key", "pw_name": "root", "rgrp": false, "roth": false, "rusr": true, "size": 1708, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, "path": "/etc/cockpit/ws-certs.d/0-self-signed.key", "state": "absent" } TASK [cleanup - config file] *************************************************** task path: /tmp/tmp7hpg_90z/tests/cockpit/tasks/cleanup.yml:32 Wednesday 03 August 2022 08:03:25 +0000 (0:00:01.118) 0:00:56.465 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "path": "/etc/cockpit/cockpit.conf", "state": "absent" } TASK [cleanup - port customization] ******************************************** task path: /tmp/tmp7hpg_90z/tests/cockpit/tasks/cleanup.yml:40 Wednesday 03 August 2022 08:03:26 +0000 (0:00:00.357) 0:00:56.822 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "path": "/etc/systemd/system/cockpit.socket.d/", "state": "absent" } TASK [cleanup - reload systemd] ************************************************ task path: /tmp/tmp7hpg_90z/tests/cockpit/tasks/cleanup.yml:48 Wednesday 03 August 2022 08:03:26 +0000 (0:00:00.377) 0:00:57.200 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "name": null, "status": {} } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=23 changed=8 unreachable=0 failed=0 skipped=9 rescued=0 ignored=0 Wednesday 03 August 2022 08:03:27 +0000 (0:00:00.669) 0:00:57.870 ****** =============================================================================== fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed. -- 31.28s /tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:6 cleanup - packages ----------------------------------------------------- 16.67s /tmp/tmp7hpg_90z/tests/cockpit/tasks/cleanup.yml:1 ---------------------------- cleanup - certificates -------------------------------------------------- 1.12s /tmp/tmp7hpg_90z/tests/cockpit/tasks/cleanup.yml:23 --------------------------- test - cockpit works with TLS ------------------------------------------- 1.11s /tmp/tmp7hpg_90z/tests/cockpit/tests_default.yml:19 --------------------------- fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role --- 0.92s /tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2 fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled --- 0.91s /tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:75 Enable HA repos --------------------------------------------------------- 0.78s /cache/centos-8_setup.yml:5 --------------------------------------------------- cleanup - reload systemd ------------------------------------------------ 0.67s /tmp/tmp7hpg_90z/tests/cockpit/tasks/cleanup.yml:48 --------------------------- fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port --- 0.51s /tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:66 cleanup - find certificates --------------------------------------------- 0.48s /tmp/tmp7hpg_90z/tests/cockpit/tasks/cleanup.yml:13 --------------------------- test - no configuration file -------------------------------------------- 0.48s /tmp/tmp7hpg_90z/tests/cockpit/tests_default.yml:33 --------------------------- cleanup - port customization -------------------------------------------- 0.38s /tmp/tmp7hpg_90z/tests/cockpit/tasks/cleanup.yml:40 --------------------------- test - socket is active ------------------------------------------------- 0.37s /tmp/tmp7hpg_90z/tests/cockpit/tests_default.yml:11 --------------------------- test - socket is enabled ------------------------------------------------ 0.37s /tmp/tmp7hpg_90z/tests/cockpit/tests_default.yml:15 --------------------------- cleanup - config file --------------------------------------------------- 0.36s /tmp/tmp7hpg_90z/tests/cockpit/tasks/cleanup.yml:32 --------------------------- test - clean up output file --------------------------------------------- 0.35s /tmp/tmp7hpg_90z/tests/cockpit/tests_default.yml:28 --------------------------- test - HTTP response is something sensible ------------------------------ 0.35s /tmp/tmp7hpg_90z/tests/cockpit/tests_default.yml:25 --------------------------- test - no port configuration file --------------------------------------- 0.34s /tmp/tmp7hpg_90z/tests/cockpit/tests_default.yml:39 --------------------------- fedora.linux_system_roles.cockpit : Set version specific variables ------ 0.04s /tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:7 fedora.linux_system_roles.cockpit : Manage cockpit packages using platform specific package manager if applicable --- 0.03s /tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:21