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:48:17 +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.201126", "end": "2022-08-03 07:48:17.521185", "rc": 0, "start": "2022-08-03 07:48:17.320059" } 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:48:18 +0000 (0:00:00.780) 0:00:00.799 ****** =============================================================================== Enable HA repos --------------------------------------------------------- 0.78s /cache/centos-8_setup.yml:5 --------------------------------------------------- PLAYBOOK: tests_certificate_runafter.yml *************************************** 1 plays in /tmp/tmpi0jzgqc6/tests/tests_certificate_runafter.yml PLAY [test certificate issuance with run_after shell script] ******************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpi0jzgqc6/tests/tests_certificate_runafter.yml:5 Wednesday 03 August 2022 07:48:18 +0000 (0:00:00.016) 0:00:00.815 ****** ok: [/cache/centos-8.qcow2] META: ran handlers TASK [Download current linux-system-roles.certificate] ************************* task path: /tmp/tmpi0jzgqc6/tests/tests_certificate_runafter.yml:8 Wednesday 03 August 2022 07:48:19 +0000 (0:00:01.040) 0:00:01.855 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install cockpit] ********************************************************* task path: /tmp/tmpi0jzgqc6/tests/tests_certificate_runafter.yml:21 Wednesday 03 August 2022 07:48:19 +0000 (0:00:00.038) 0:00:01.893 ****** 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:48:19 +0000 (0:00:00.045) 0:00:01.938 ****** 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:48:19 +0000 (0:00:00.025) 0:00:01.964 ****** 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:48:20 +0000 (0:00:00.506) 0:00:02.470 ****** 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:48:20 +0000 (0:00:00.038) 0:00:02.509 ****** 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:48:20 +0000 (0:00:00.020) 0:00:02.529 ****** 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:48:20 +0000 (0:00:00.019) 0:00:02.548 ****** 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:48:20 +0000 (0:00:00.032) 0:00:02.581 ****** 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/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml:8 Wednesday 03 August 2022 07:48:20 +0000 (0:00:00.040) 0:00:02.621 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "rc": 0, "results": [ "Installed: cockpit-system-273-2.el8.noarch", "Installed: cockpit-bridge-273-2.el8.x86_64", "Installed: cockpit-ws-273-2.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:48:39 +0000 (0:00:19.330) 0:00:21.952 ****** 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:48:39 +0000 (0:00:00.028) 0:00:21.981 ****** 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:48:39 +0000 (0:00:00.022) 0:00:22.003 ****** 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:48:39 +0000 (0:00:00.022) 0:00:22.025 ****** 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:48:39 +0000 (0:00:00.022) 0:00:22.048 ****** 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:48:40 +0000 (0:00:00.510) 0:00:22.559 ****** 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 sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Backlog": "128", "Before": "cockpit.service shutdown.target sockets.target cockpit-motd.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:48:41 +0000 (0:00:00.925) 0:00:23.484 ****** 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:48:41 +0000 (0:00:00.023) 0:00:23.508 ****** 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:48:41 +0000 (0:00:00.022) 0:00:23.530 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } META: role_complete for /cache/centos-8.qcow2 TASK [Allow certmonger to write into Cockpit's certificate directory] ********** task path: /tmp/tmpi0jzgqc6/tests/tests_certificate_runafter.yml:31 Wednesday 03 August 2022 07:48:41 +0000 (0:00:00.029) 0:00:23.559 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "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 [Generate certificate with linux-system-roles.certificate] **************** task path: /tmp/tmpi0jzgqc6/tests/tests_certificate_runafter.yml:38 Wednesday 03 August 2022 07:48:41 +0000 (0:00:00.376) 0:00:23.935 ****** TASK [linux-system-roles.certificate : Set version specific variables] ********* task path: /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.certificate/tasks/main.yml:2 Wednesday 03 August 2022 07:48:41 +0000 (0:00:00.043) 0:00:23.979 ****** included: /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.certificate : Ensure ansible_facts used by role] ****** task path: /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:2 Wednesday 03 August 2022 07:48:41 +0000 (0:00:00.028) 0:00:24.007 ****** ok: [/cache/centos-8.qcow2] TASK [linux-system-roles.certificate : Set platform/version specific variables] *** task path: /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:8 Wednesday 03 August 2022 07:48:42 +0000 (0:00:00.517) 0:00:24.524 ****** skipping: [/cache/centos-8.qcow2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-8.qcow2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.certificate : Ensure certificate role dependencies are installed] *** task path: /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.certificate/tasks/main.yml:5 Wednesday 03 August 2022 07:48:42 +0000 (0:00:00.040) 0:00:24.565 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.certificate : Ensure provider packages are installed] *** task path: /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.certificate/tasks/main.yml:22 Wednesday 03 August 2022 07:48:44 +0000 (0:00:01.791) 0:00:26.356 ****** ok: [/cache/centos-8.qcow2] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.certificate/tasks/main.yml:33 Wednesday 03 August 2022 07:48:46 +0000 (0:00:01.829) 0:00:28.186 ****** ok: [/cache/centos-8.qcow2] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [linux-system-roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.certificate/tasks/main.yml:59 Wednesday 03 August 2022 07:48:46 +0000 (0:00:00.432) 0:00:28.619 ****** ok: [/cache/centos-8.qcow2] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [linux-system-roles.certificate : Ensure provider service is running] ***** task path: /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.certificate/tasks/main.yml:88 Wednesday 03 August 2022 07:48:47 +0000 (0:00:00.453) 0:00:29.073 ****** ok: [/cache/centos-8.qcow2] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2022-08-03 07:46:29 UTC", "ActiveEnterTimestampMonotonic": "72884830", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket dbus.service dbus.socket syslog.target network.target sysinit.target basic.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Wed 2022-08-03 07:46:29 UTC", "AssertTimestampMonotonic": "72873440", "Before": "multi-user.target 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 cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2022-08-03 07:46:29 UTC", "ConditionTimestampMonotonic": "72873440", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "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": "10662", "ExecMainStartTimestamp": "Wed 2022-08-03 07:46:29 UTC", "ExecMainStartTimestampMonotonic": "72874279", "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", "InactiveExitTimestamp": "Wed 2022-08-03 07:46:29 UTC", "InactiveExitTimestampMonotonic": "72874312", "InvocationID": "bcb7bb141c7547a2bd67be1ab9591dc8", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "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", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "10662", "MemoryAccounting": "yes", "MemoryCurrent": "3018752", "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]", "StateChangeTimestamp": "Wed 2022-08-03 07:46:29 UTC", "StateChangeTimestampMonotonic": "72884830", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "11149", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Wed 2022-08-03 07:46:29 UTC", "WatchdogTimestampMonotonic": "72884829", "WatchdogUSec": "0" } } TASK [linux-system-roles.certificate : Ensure certificate requests] ************ task path: /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.certificate/tasks/main.yml:100 Wednesday 03 August 2022 07:48:47 +0000 (0:00:00.537) 0:00:29.610 ****** changed: [/cache/centos-8.qcow2] => (item={'name': 'monger-cockpit', 'dns': ['localhost', 'www.example.com'], 'ca': 'local', 'group': 'cockpit-ws', 'run_after': 'DEST=/etc/cockpit/ws-certs.d/monger-cockpit.cert\ncat /etc/pki/tls/certs/monger-cockpit.crt \\\n/etc/pki/tls/private/monger-cockpit.key > $DEST\nchmod 640 $DEST\nchown root:cockpit-ws $DEST\n'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "local", "dns": [ "localhost", "www.example.com" ], "group": "cockpit-ws", "name": "monger-cockpit", "run_after": "DEST=/etc/cockpit/ws-certs.d/monger-cockpit.cert\ncat /etc/pki/tls/certs/monger-cockpit.crt \\\n/etc/pki/tls/private/monger-cockpit.key > $DEST\nchmod 640 $DEST\nchown root:cockpit-ws $DEST\n" } } MSG: Certificate requested (new). Pre/Post run hooks updated. File attributes updated. META: role_complete for /cache/centos-8.qcow2 TASK [Get PEM of certmonger's local CA] **************************************** task path: /tmp/tmpi0jzgqc6/tests/tests_certificate_runafter.yml:62 Wednesday 03 August 2022 07:48:48 +0000 (0:00:00.922) 0:00:30.533 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": [ "openssl", "pkcs12", "-in", "/var/lib/certmonger/local/creds", "-out", "/var/lib/certmonger/local/ca.pem", "-nokeys", "-nodes", "-passin", "pass:" ], "delta": "0:00:00.007191", "end": "2022-08-03 07:48:47.645364", "rc": 0, "start": "2022-08-03 07:48:47.638173" } TASK [test - cockpit works with TLS and expected certificate] ****************** task path: /tmp/tmpi0jzgqc6/tests/tests_certificate_runafter.yml:69 Wednesday 03 August 2022 07:48:48 +0000 (0:00:00.386) 0:00:30.919 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "cmd": [ "curl", "--cacert", "/var/lib/certmonger/local/ca.pem", "https://localhost:9090" ], "delta": "0:00:00.196772", "end": "2022-08-03 07:48:48.220994", "rc": 0, "start": "2022-08-03 07:48:48.024222" } STDOUT: Loading...

Please enable JavaScript to use the Web Console.

STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 279 0 279 0 0 1897 0 --:--:-- --:--:-- --:--:-- 1885 100 11225 0 11225 0 0 59707 0 --:--:-- --:--:-- --:--:-- 59391 TASK [test - get certmonger tracking status] *********************************** task path: /tmp/tmpi0jzgqc6/tests/tests_certificate_runafter.yml:76 Wednesday 03 August 2022 07:48:49 +0000 (0:00:00.578) 0:00:31.498 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "cmd": [ "getcert", "list", "--tracking-only", "-f", "/etc/pki/tls/certs/monger-cockpit.crt" ], "delta": "0:00:00.042880", "end": "2022-08-03 07:48:48.639255", "rc": 0, "start": "2022-08-03 07:48:48.596375" } STDOUT: Number of certificates and requests being tracked: 1. Request ID '20220803074846': status: MONITORING stuck: no key pair storage: type=FILE,location='/etc/pki/tls/private/monger-cockpit.key' certificate: type=FILE,location='/etc/pki/tls/certs/monger-cockpit.crt' CA: local issuer: CN=d2aa6d47-1553437b-b826be98-7fe7fc1f,CN=Local Signing Authority subject: CN=localhost issued: 2022-08-03 07:48:47 UTC expires: 2023-08-03 07:46:29 UTC dns: localhost,www.example.com key usage: digitalSignature,keyEncipherment eku: id-kp-serverAuth,id-kp-clientAuth pre-save command: post-save command: /etc/certmonger/post-scripts/monger-cockpit-59d1099.sh track: yes auto-renew: yes TASK [test - ensure certificate generation succeeded] ************************** task path: /tmp/tmpi0jzgqc6/tests/tests_certificate_runafter.yml:83 Wednesday 03 August 2022 07:48:49 +0000 (0:00:00.411) 0:00:31.909 ****** ok: [/cache/centos-8.qcow2] => { "changed": false } MSG: All assertions passed TASK [test - clean up tracked certificate] ************************************* task path: /tmp/tmpi0jzgqc6/tests/tests_certificate_runafter.yml:87 Wednesday 03 August 2022 07:48:49 +0000 (0:00:00.030) 0:00:31.939 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "cmd": [ "getcert", "stop-tracking", "-f", "/etc/pki/tls/certs/monger-cockpit.crt" ], "delta": "0:00:00.034636", "end": "2022-08-03 07:48:49.053951", "rc": 0, "start": "2022-08-03 07:48:49.019315" } STDOUT: Request "20220803074846" removed. TASK [test - clean up generated certificate] *********************************** task path: /tmp/tmpi0jzgqc6/tests/tests_certificate_runafter.yml:94 Wednesday 03 August 2022 07:48:50 +0000 (0:00:00.380) 0:00:32.320 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "path": "/etc/pki/tls/certs/monger-cockpit.crt", "state": "absent" } TASK [test - clean up generated private key] *********************************** task path: /tmp/tmpi0jzgqc6/tests/tests_certificate_runafter.yml:99 Wednesday 03 August 2022 07:48:50 +0000 (0:00:00.357) 0:00:32.677 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "path": "/etc/pki/tls/private/monger-cockpit.key", "state": "absent" } TASK [test - clean up copied certificate] ************************************** task path: /tmp/tmpi0jzgqc6/tests/tests_certificate_runafter.yml:104 Wednesday 03 August 2022 07:48:50 +0000 (0:00:00.360) 0:00:33.037 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "path": "/etc/cockpit/ws-certs.d/monger-cockpit.cert", "state": "absent" } TASK [test - generic cleanup] ************************************************** task path: /tmp/tmpi0jzgqc6/tests/tests_certificate_runafter.yml:109 Wednesday 03 August 2022 07:48:51 +0000 (0:00:00.363) 0:00:33.400 ****** 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:48:51 +0000 (0:00:00.028) 0:00:33.429 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "rc": 0, "results": [ "Removed: cockpit-bridge-273-2.el8.x86_64", "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:49:08 +0000 (0:00:16.758) 0:00:50.187 ****** [WARNING]: Skipped '/etc/cockpit/ws-certs.d/' path due to this access issue: '/etc/cockpit/ws-certs.d/' is not a directory ok: [/cache/centos-8.qcow2] => { "changed": false, "examined": 0, "files": [], "matched": 0, "skipped_paths": { "/etc/cockpit/ws-certs.d/": "'/etc/cockpit/ws-certs.d/' is not a directory" } } MSG: Not all paths examined, check warnings for details TASK [cleanup - certificates] ************************************************** task path: /tmp/tmpi0jzgqc6/tests/tasks/cleanup.yml:23 Wednesday 03 August 2022 07:49:08 +0000 (0:00:00.496) 0:00:50.684 ****** TASK [cleanup - config file] *************************************************** task path: /tmp/tmpi0jzgqc6/tests/tasks/cleanup.yml:32 Wednesday 03 August 2022 07:49:08 +0000 (0:00:00.022) 0:00:50.706 ****** 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:49:09 +0000 (0:00:00.367) 0:00:51.074 ****** 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:49:09 +0000 (0:00:00.364) 0:00:51.439 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "name": null, "status": {} } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=33 changed=9 unreachable=0 failed=0 skipped=12 rescued=0 ignored=0 Wednesday 03 August 2022 07:49:09 +0000 (0:00:00.590) 0:00:52.029 ****** =============================================================================== linux-system-roles.cockpit : Ensure Cockpit Web Console packages are installed. -- 19.33s /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml:8 - cleanup - packages ----------------------------------------------------- 16.76s /tmp/tmpi0jzgqc6/tests/tasks/cleanup.yml:1 ------------------------------------ linux-system-roles.certificate : Ensure provider packages are installed --- 1.83s /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.certificate/tasks/main.yml:22 - linux-system-roles.certificate : Ensure certificate role dependencies are installed --- 1.79s /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.certificate/tasks/main.yml:5 -- Gathering Facts --------------------------------------------------------- 1.04s /tmp/tmpi0jzgqc6/tests/tests_certificate_runafter.yml:5 ----------------------- linux-system-roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled --- 0.93s /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:75 ----- linux-system-roles.certificate : Ensure certificate requests ------------ 0.92s /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.certificate/tasks/main.yml:100 Enable HA repos --------------------------------------------------------- 0.78s /cache/centos-8_setup.yml:5 --------------------------------------------------- cleanup - reload systemd ------------------------------------------------ 0.59s /tmp/tmpi0jzgqc6/tests/tasks/cleanup.yml:48 ----------------------------------- test - cockpit works with TLS and expected certificate ------------------ 0.58s /tmp/tmpi0jzgqc6/tests/tests_certificate_runafter.yml:69 ---------------------- linux-system-roles.certificate : Ensure provider service is running ----- 0.54s /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.certificate/tasks/main.yml:88 - linux-system-roles.certificate : Ensure ansible_facts used by role ------ 0.52s /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:2 linux-system-roles.cockpit : Clean up port configuration file for undefined custom port --- 0.51s /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:66 ----- linux-system-roles.cockpit : Ensure ansible_facts used by role ---------- 0.51s /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:2 -- cleanup - find certificates --------------------------------------------- 0.50s /tmp/tmpi0jzgqc6/tests/tasks/cleanup.yml:13 ----------------------------------- linux-system-roles.certificate : Ensure post-scripts hooks directory exists --- 0.45s /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.certificate/tasks/main.yml:59 - linux-system-roles.certificate : Ensure pre-scripts hooks directory exists --- 0.43s /tmp/tmpi0jzgqc6/tests/roles/linux-system-roles.certificate/tasks/main.yml:33 - test - get certmonger tracking status ----------------------------------- 0.41s /tmp/tmpi0jzgqc6/tests/tests_certificate_runafter.yml:76 ---------------------- Get PEM of certmonger's local CA ---------------------------------------- 0.39s /tmp/tmpi0jzgqc6/tests/tests_certificate_runafter.yml:62 ---------------------- test - clean up tracked certificate ------------------------------------- 0.38s /tmp/tmpi0jzgqc6/tests/tests_certificate_runafter.yml:87 ---------------------- 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:00:51 +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.211836", "end": "2022-08-03 08:00:50.677473", "rc": 0, "start": "2022-08-03 08:00:50.465637" } 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:00:51 +0000 (0:00:00.795) 0:00:00.814 ****** =============================================================================== Enable HA repos --------------------------------------------------------- 0.80s /cache/centos-8_setup.yml:5 --------------------------------------------------- PLAYBOOK: tests_certificate_runafter.yml *************************************** 1 plays in /tmp/tmp7hpg_90z/tests/cockpit/tests_certificate_runafter.yml PLAY [test certificate issuance with run_after shell script] ******************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp7hpg_90z/tests/cockpit/tests_certificate_runafter.yml:5 Wednesday 03 August 2022 08:00:51 +0000 (0:00:00.016) 0:00:00.831 ****** ok: [/cache/centos-8.qcow2] META: ran handlers TASK [Download current linux-system-roles.certificate] ************************* task path: /tmp/tmp7hpg_90z/tests/cockpit/tests_certificate_runafter.yml:8 Wednesday 03 August 2022 08:00:52 +0000 (0:00:01.043) 0:00:01.875 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install cockpit] ********************************************************* task path: /tmp/tmp7hpg_90z/tests/cockpit/tests_certificate_runafter.yml:21 Wednesday 03 August 2022 08:00:52 +0000 (0:00:00.036) 0:00:01.911 ****** 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:00:52 +0000 (0:00:00.044) 0:00:01.956 ****** 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:00:52 +0000 (0:00:00.028) 0:00:01.984 ****** 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:00:53 +0000 (0:00:00.492) 0:00:02.477 ****** 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:00:53 +0000 (0:00:00.039) 0:00:02.516 ****** 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:00:53 +0000 (0:00:00.018) 0:00:02.535 ****** 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:00:53 +0000 (0:00:00.019) 0:00:02.555 ****** 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:00:53 +0000 (0:00:00.036) 0:00:02.591 ****** ok: [/cache/centos-8.qcow2] => { "ansible_facts": { "cockpit_packages": "minimal" }, "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:00:53 +0000 (0:00:00.035) 0:00:02.627 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "rc": 0, "results": [ "Installed: cockpit-system-273-2.el8.noarch", "Installed: cockpit-bridge-273-2.el8.x86_64", "Installed: cockpit-ws-273-2.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:01:12 +0000 (0:00:19.094) 0:00:21.722 ****** 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:01:12 +0000 (0:00:00.026) 0:00:21.748 ****** 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:01:12 +0000 (0:00:00.021) 0:00:21.770 ****** 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:01:12 +0000 (0:00:00.021) 0:00:21.792 ****** 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:01:12 +0000 (0:00:00.021) 0:00:21.814 ****** 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:01:13 +0000 (0:00:00.511) 0:00:22.325 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "enabled": true, "name": "cockpit.socket", "state": "started", "status": { "Accept": "no", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket sysinit.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Backlog": "128", "Before": "shutdown.target sockets.target cockpit-motd.service 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": "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": "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:01:14 +0000 (0:00:00.909) 0:00:23.235 ****** 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:01:14 +0000 (0:00:00.025) 0:00:23.260 ****** 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:01:14 +0000 (0:00:00.025) 0:00:23.286 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } META: role_complete for /cache/centos-8.qcow2 TASK [Allow certmonger to write into Cockpit's certificate directory] ********** task path: /tmp/tmp7hpg_90z/tests/cockpit/tests_certificate_runafter.yml:31 Wednesday 03 August 2022 08:01:14 +0000 (0:00:00.033) 0:00:23.320 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "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 [Generate certificate with linux-system-roles.certificate] **************** task path: /tmp/tmp7hpg_90z/tests/cockpit/tests_certificate_runafter.yml:38 Wednesday 03 August 2022 08:01:14 +0000 (0:00:00.373) 0:00:23.694 ****** TASK [linux-system-roles.certificate : Set version specific variables] ********* task path: /tmp/tmp7hpg_90z/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:2 Wednesday 03 August 2022 08:01:14 +0000 (0:00:00.044) 0:00:23.738 ****** included: /tmp/tmp7hpg_90z/tests/cockpit/roles/linux-system-roles.certificate/tasks/set_vars.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.certificate : Ensure ansible_facts used by role] ****** task path: /tmp/tmp7hpg_90z/tests/cockpit/roles/linux-system-roles.certificate/tasks/set_vars.yml:2 Wednesday 03 August 2022 08:01:14 +0000 (0:00:00.027) 0:00:23.765 ****** ok: [/cache/centos-8.qcow2] TASK [linux-system-roles.certificate : Set platform/version specific variables] *** task path: /tmp/tmp7hpg_90z/tests/cockpit/roles/linux-system-roles.certificate/tasks/set_vars.yml:8 Wednesday 03 August 2022 08:01:15 +0000 (0:00:00.539) 0:00:24.305 ****** skipping: [/cache/centos-8.qcow2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-8.qcow2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.certificate : Ensure certificate role dependencies are installed] *** task path: /tmp/tmp7hpg_90z/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:5 Wednesday 03 August 2022 08:01:15 +0000 (0:00:00.041) 0:00:24.347 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.certificate : Ensure provider packages are installed] *** task path: /tmp/tmp7hpg_90z/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:22 Wednesday 03 August 2022 08:01:17 +0000 (0:00:01.847) 0:00:26.194 ****** ok: [/cache/centos-8.qcow2] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /tmp/tmp7hpg_90z/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:33 Wednesday 03 August 2022 08:01:18 +0000 (0:00:01.793) 0:00:27.988 ****** ok: [/cache/centos-8.qcow2] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [linux-system-roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /tmp/tmp7hpg_90z/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:59 Wednesday 03 August 2022 08:01:19 +0000 (0:00:00.398) 0:00:28.387 ****** ok: [/cache/centos-8.qcow2] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [linux-system-roles.certificate : Ensure provider service is running] ***** task path: /tmp/tmp7hpg_90z/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:88 Wednesday 03 August 2022 08:01:19 +0000 (0:00:00.382) 0:00:28.769 ****** ok: [/cache/centos-8.qcow2] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2022-08-03 07:58:44 UTC", "ActiveEnterTimestampMonotonic": "76205549", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target system.slice dbus.service syslog.target dbus.socket basic.target systemd-journald.socket sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Wed 2022-08-03 07:58:44 UTC", "AssertTimestampMonotonic": "76193581", "Before": "shutdown.target multi-user.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 cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2022-08-03 07:58:44 UTC", "ConditionTimestampMonotonic": "76193581", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "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": "10827", "ExecMainStartTimestamp": "Wed 2022-08-03 07:58:44 UTC", "ExecMainStartTimestampMonotonic": "76194398", "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", "InactiveExitTimestamp": "Wed 2022-08-03 07:58:44 UTC", "InactiveExitTimestampMonotonic": "76194436", "InvocationID": "04d39bcd799f4deab40a384ac8eb6772", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "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", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "10827", "MemoryAccounting": "yes", "MemoryCurrent": "3031040", "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]", "StateChangeTimestamp": "Wed 2022-08-03 07:58:44 UTC", "StateChangeTimestampMonotonic": "76205549", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "11149", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Wed 2022-08-03 07:58:44 UTC", "WatchdogTimestampMonotonic": "76205548", "WatchdogUSec": "0" } } TASK [linux-system-roles.certificate : Ensure certificate requests] ************ task path: /tmp/tmp7hpg_90z/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:100 Wednesday 03 August 2022 08:01:20 +0000 (0:00:00.509) 0:00:29.279 ****** changed: [/cache/centos-8.qcow2] => (item={'name': 'monger-cockpit', 'dns': ['localhost', 'www.example.com'], 'ca': 'local', 'group': 'cockpit-ws', 'run_after': 'DEST=/etc/cockpit/ws-certs.d/monger-cockpit.cert\ncat /etc/pki/tls/certs/monger-cockpit.crt \\\n/etc/pki/tls/private/monger-cockpit.key > $DEST\nchmod 640 $DEST\nchown root:cockpit-ws $DEST\n'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "local", "dns": [ "localhost", "www.example.com" ], "group": "cockpit-ws", "name": "monger-cockpit", "run_after": "DEST=/etc/cockpit/ws-certs.d/monger-cockpit.cert\ncat /etc/pki/tls/certs/monger-cockpit.crt \\\n/etc/pki/tls/private/monger-cockpit.key > $DEST\nchmod 640 $DEST\nchown root:cockpit-ws $DEST\n" } } MSG: Certificate requested (new). Pre/Post run hooks updated. File attributes updated. META: role_complete for /cache/centos-8.qcow2 TASK [Get PEM of certmonger's local CA] **************************************** task path: /tmp/tmp7hpg_90z/tests/cockpit/tests_certificate_runafter.yml:62 Wednesday 03 August 2022 08:01:21 +0000 (0:00:00.767) 0:00:30.046 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": [ "openssl", "pkcs12", "-in", "/var/lib/certmonger/local/creds", "-out", "/var/lib/certmonger/local/ca.pem", "-nokeys", "-nodes", "-passin", "pass:" ], "delta": "0:00:00.007377", "end": "2022-08-03 08:01:20.290040", "rc": 0, "start": "2022-08-03 08:01:20.282663" } TASK [test - cockpit works with TLS and expected certificate] ****************** task path: /tmp/tmp7hpg_90z/tests/cockpit/tests_certificate_runafter.yml:69 Wednesday 03 August 2022 08:01:21 +0000 (0:00:00.372) 0:00:30.419 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "cmd": [ "curl", "--cacert", "/var/lib/certmonger/local/ca.pem", "https://localhost:9090" ], "delta": "0:00:00.141587", "end": "2022-08-03 08:01:20.802749", "rc": 0, "start": "2022-08-03 08:01:20.661162" } STDOUT: Loading...

Please enable JavaScript to use the Web Console.

STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11225 0 11225 0 0 85037 0 --:--:-- --:--:-- --:--:-- 85037 TASK [test - get certmonger tracking status] *********************************** task path: /tmp/tmp7hpg_90z/tests/cockpit/tests_certificate_runafter.yml:76 Wednesday 03 August 2022 08:01:21 +0000 (0:00:00.518) 0:00:30.938 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "cmd": [ "getcert", "list", "--tracking-only", "-f", "/etc/pki/tls/certs/monger-cockpit.crt" ], "delta": "0:00:00.040481", "end": "2022-08-03 08:01:21.225215", "rc": 0, "start": "2022-08-03 08:01:21.184734" } STDOUT: Number of certificates and requests being tracked: 1. Request ID '20220803080119': status: MONITORING stuck: no key pair storage: type=FILE,location='/etc/pki/tls/private/monger-cockpit.key' certificate: type=FILE,location='/etc/pki/tls/certs/monger-cockpit.crt' CA: local issuer: CN=c0175711-02044d2a-93426f4c-51079339,CN=Local Signing Authority subject: CN=localhost issued: 2022-08-03 08:01:19 UTC expires: 2023-08-03 07:58:44 UTC dns: localhost,www.example.com key usage: digitalSignature,keyEncipherment eku: id-kp-serverAuth,id-kp-clientAuth pre-save command: post-save command: /etc/certmonger/post-scripts/monger-cockpit-59d1099.sh track: yes auto-renew: yes TASK [test - ensure certificate generation succeeded] ************************** task path: /tmp/tmp7hpg_90z/tests/cockpit/tests_certificate_runafter.yml:83 Wednesday 03 August 2022 08:01:22 +0000 (0:00:00.416) 0:00:31.355 ****** ok: [/cache/centos-8.qcow2] => { "changed": false } MSG: All assertions passed TASK [test - clean up tracked certificate] ************************************* task path: /tmp/tmp7hpg_90z/tests/cockpit/tests_certificate_runafter.yml:87 Wednesday 03 August 2022 08:01:22 +0000 (0:00:00.031) 0:00:31.386 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "cmd": [ "getcert", "stop-tracking", "-f", "/etc/pki/tls/certs/monger-cockpit.crt" ], "delta": "0:00:00.034043", "end": "2022-08-03 08:01:21.671365", "rc": 0, "start": "2022-08-03 08:01:21.637322" } STDOUT: Request "20220803080119" removed. TASK [test - clean up generated certificate] *********************************** task path: /tmp/tmp7hpg_90z/tests/cockpit/tests_certificate_runafter.yml:94 Wednesday 03 August 2022 08:01:22 +0000 (0:00:00.416) 0:00:31.802 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "path": "/etc/pki/tls/certs/monger-cockpit.crt", "state": "absent" } TASK [test - clean up generated private key] *********************************** task path: /tmp/tmp7hpg_90z/tests/cockpit/tests_certificate_runafter.yml:99 Wednesday 03 August 2022 08:01:23 +0000 (0:00:00.365) 0:00:32.168 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "path": "/etc/pki/tls/private/monger-cockpit.key", "state": "absent" } TASK [test - clean up copied certificate] ************************************** task path: /tmp/tmp7hpg_90z/tests/cockpit/tests_certificate_runafter.yml:104 Wednesday 03 August 2022 08:01:23 +0000 (0:00:00.352) 0:00:32.520 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "path": "/etc/cockpit/ws-certs.d/monger-cockpit.cert", "state": "absent" } TASK [test - generic cleanup] ************************************************** task path: /tmp/tmp7hpg_90z/tests/cockpit/tests_certificate_runafter.yml:109 Wednesday 03 August 2022 08:01:23 +0000 (0:00:00.365) 0:00:32.886 ****** 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:01:23 +0000 (0:00:00.028) 0:00:32.914 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "rc": 0, "results": [ "Removed: cockpit-bridge-273-2.el8.x86_64", "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:01:40 +0000 (0:00:16.772) 0:00:49.687 ****** [WARNING]: Skipped '/etc/cockpit/ws-certs.d/' path due to this access issue: '/etc/cockpit/ws-certs.d/' is not a directory ok: [/cache/centos-8.qcow2] => { "changed": false, "examined": 0, "files": [], "matched": 0, "skipped_paths": { "/etc/cockpit/ws-certs.d/": "'/etc/cockpit/ws-certs.d/' is not a directory" } } MSG: Not all paths examined, check warnings for details TASK [cleanup - certificates] ************************************************** task path: /tmp/tmp7hpg_90z/tests/cockpit/tasks/cleanup.yml:23 Wednesday 03 August 2022 08:01:41 +0000 (0:00:00.488) 0:00:50.175 ****** TASK [cleanup - config file] *************************************************** task path: /tmp/tmp7hpg_90z/tests/cockpit/tasks/cleanup.yml:32 Wednesday 03 August 2022 08:01:41 +0000 (0:00:00.021) 0:00:50.197 ****** 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:01:41 +0000 (0:00:00.357) 0:00:50.554 ****** 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:01:41 +0000 (0:00:00.422) 0:00:50.977 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "name": null, "status": {} } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=33 changed=9 unreachable=0 failed=0 skipped=12 rescued=0 ignored=0 Wednesday 03 August 2022 08:01:42 +0000 (0:00:00.654) 0:00:51.631 ****** =============================================================================== fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed. -- 19.09s /tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:6 cleanup - packages ----------------------------------------------------- 16.77s /tmp/tmp7hpg_90z/tests/cockpit/tasks/cleanup.yml:1 ---------------------------- linux-system-roles.certificate : Ensure certificate role dependencies are installed --- 1.85s /tmp/tmp7hpg_90z/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:5 linux-system-roles.certificate : Ensure provider packages are installed --- 1.79s /tmp/tmp7hpg_90z/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:22 Gathering Facts --------------------------------------------------------- 1.04s /tmp/tmp7hpg_90z/tests/cockpit/tests_certificate_runafter.yml:5 --------------- 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.80s /cache/centos-8_setup.yml:5 --------------------------------------------------- linux-system-roles.certificate : Ensure certificate requests ------------ 0.77s /tmp/tmp7hpg_90z/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:100 cleanup - reload systemd ------------------------------------------------ 0.65s /tmp/tmp7hpg_90z/tests/cockpit/tasks/cleanup.yml:48 --------------------------- linux-system-roles.certificate : Ensure ansible_facts used by role ------ 0.54s /tmp/tmp7hpg_90z/tests/cockpit/roles/linux-system-roles.certificate/tasks/set_vars.yml:2 test - cockpit works with TLS and expected certificate ------------------ 0.52s /tmp/tmp7hpg_90z/tests/cockpit/tests_certificate_runafter.yml:69 -------------- 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 linux-system-roles.certificate : Ensure provider service is running ----- 0.51s /tmp/tmp7hpg_90z/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:88 fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role --- 0.49s /tmp/tmp0aoro6e0/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2 cleanup - find certificates --------------------------------------------- 0.49s /tmp/tmp7hpg_90z/tests/cockpit/tasks/cleanup.yml:13 --------------------------- cleanup - port customization -------------------------------------------- 0.42s /tmp/tmp7hpg_90z/tests/cockpit/tasks/cleanup.yml:40 --------------------------- test - get certmonger tracking status ----------------------------------- 0.42s /tmp/tmp7hpg_90z/tests/cockpit/tests_certificate_runafter.yml:76 -------------- test - clean up tracked certificate ------------------------------------- 0.42s /tmp/tmp7hpg_90z/tests/cockpit/tests_certificate_runafter.yml:87 -------------- linux-system-roles.certificate : Ensure pre-scripts hooks directory exists --- 0.40s /tmp/tmp7hpg_90z/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:33 linux-system-roles.certificate : Ensure post-scripts hooks directory exists --- 0.38s /tmp/tmp7hpg_90z/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:59