ansible-playbook [core 2.17.14] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-8Vv executable location = /usr/local/bin/ansible-playbook python version = 3.12.11 (main, Aug 14 2025, 00:00:00) [GCC 14.3.1 20250617 (Red Hat 14.3.1-2)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_certificate_runafter.yml *************************************** 1 plays in /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml PLAY [Test certificate issuance with run_after shell script] ******************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:6 Saturday 06 December 2025 07:44:18 -0500 (0:00:00.019) 0:00:00.019 ***** [WARNING]: Platform linux on host managed-node2 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node2] TASK [Install cockpit] ********************************************************* task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:12 Saturday 06 December 2025 07:44:19 -0500 (0:00:01.182) 0:00:01.201 ***** included: fedora.linux_system_roles.cockpit for managed-node2 TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:2 Saturday 06 December 2025 07:44:19 -0500 (0:00:00.035) 0:00:01.237 ***** included: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2 Saturday 06 December 2025 07:44:19 -0500 (0:00:00.022) 0:00:01.259 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__cockpit_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Run systemctl] *********************** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10 Saturday 06 December 2025 07:44:19 -0500 (0:00:00.033) 0:00:01.293 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.008686", "end": "2025-12-06 07:44:19.976541", "failed_when_result": false, "rc": 0, "start": "2025-12-06 07:44:19.967855" } STDOUT: running TASK [fedora.linux_system_roles.cockpit : Require installed systemd] *********** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:17 Saturday 06 December 2025 07:44:20 -0500 (0:00:00.429) 0:00:01.723 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "\"No such file or directory\" in __is_system_running.msg | d(\"\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:22 Saturday 06 December 2025 07:44:20 -0500 (0:00:00.036) 0:00:01.759 ***** ok: [managed-node2] => { "ansible_facts": { "__cockpit_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.cockpit : Check if system is ostree] *********** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:30 Saturday 06 December 2025 07:44:20 -0500 (0:00:00.021) 0:00:01.781 ***** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.cockpit : Set flag to indicate system is ostree] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:35 Saturday 06 December 2025 07:44:20 -0500 (0:00:00.425) 0:00:02.206 ***** ok: [managed-node2] => { "ansible_facts": { "__cockpit_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.cockpit : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:42 Saturday 06 December 2025 07:44:20 -0500 (0:00:00.021) 0:00:02.228 ***** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.cockpit : Set flag if transactional-update exists] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:47 Saturday 06 December 2025 07:44:20 -0500 (0:00:00.340) 0:00:02.569 ***** ok: [managed-node2] => { "ansible_facts": { "__cockpit_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.cockpit : Set version specific variables] ****** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:51 Saturday 06 December 2025 07:44:20 -0500 (0:00:00.021) 0:00:02.591 ***** ok: [managed-node2] => (item=/tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-10.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/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-10.yml" } TASK [fedora.linux_system_roles.cockpit : List active RHEL repositories] ******* task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:11 Saturday 06 December 2025 07:44:20 -0500 (0:00:00.025) 0:00:02.616 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution == 'RedHat'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Enable RHEL repositories] ************ task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:18 Saturday 06 December 2025 07:44:20 -0500 (0:00:00.022) 0:00:02.638 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution == 'RedHat'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Manage cockpit packages using platform specific package manager if applicable] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:23 Saturday 06 December 2025 07:44:20 -0500 (0:00:00.019) 0:00:02.658 ***** included: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml for managed-node2 => (item=/tmp/collections-8Vv/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/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:2 Saturday 06 December 2025 07:44:21 -0500 (0:00:00.044) 0:00:02.702 ***** ok: [managed-node2] => { "ansible_facts": { "cockpit_packages": "minimal" }, "changed": false } TASK [fedora.linux_system_roles.cockpit : Get cockpit-bridge available version in "full" package install mode] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:7 Saturday 06 December 2025 07:44:21 -0500 (0:00:00.021) 0:00:02.724 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "cockpit_packages == \"full\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Ignore cockpit-pcp in "full" package install mode with Cockpit ≥ 326] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:17 Saturday 06 December 2025 07:44:21 -0500 (0:00:00.014) 0:00:02.738 ***** ok: [managed-node2] => { "ansible_facts": { "cockpit_packages_dyn_exclude": [] }, "changed": false } TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:21 Saturday 06 December 2025 07:44:21 -0500 (0:00:00.020) 0:00:02.759 ***** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: cockpit-ws-selinux-348-1.el10.x86_64", "Installed: cockpit-ws-348-1.el10.x86_64", "Installed: cockpit-bridge-348-1.el10.noarch", "Installed: cockpit-system-348-1.el10.noarch" ] } lsrpackages: cockpit-system cockpit-ws TASK [fedora.linux_system_roles.cockpit : Ensure full package list is installed] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:29 Saturday 06 December 2025 07:44:30 -0500 (0:00:09.334) 0:00:12.094 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "'cockpit-*' in __pkgs", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Configure firewall] ****************** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:32 Saturday 06 December 2025 07:44:30 -0500 (0:00:00.017) 0:00:12.111 ***** included: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml for managed-node2 TASK [Ensure the cockpit service is enabled] *********************************** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml:3 Saturday 06 December 2025 07:44:30 -0500 (0:00:00.018) 0:00:12.130 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "cockpit_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Configure selinux] ******************* task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:35 Saturday 06 December 2025 07:44:30 -0500 (0:00:00.031) 0:00:12.161 ***** included: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/selinux.yml for managed-node2 TASK [Ensure the service and the ports status with the selinux role] *********** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/selinux.yml:3 Saturday 06 December 2025 07:44:30 -0500 (0:00:00.022) 0:00:12.184 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "cockpit_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file directory] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:38 Saturday 06 December 2025 07:44:30 -0500 (0:00:00.038) 0:00:12.223 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "cockpit_port is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:47 Saturday 06 December 2025 07:44:30 -0500 (0:00:00.028) 0:00:12.251 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "cockpit_port is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:62 Saturday 06 December 2025 07:44:30 -0500 (0:00:00.026) 0:00:12.278 ***** ok: [managed-node2] => { "changed": false, "path": "/etc/systemd/system/cockpit.socket.d/listen.conf", "state": "absent" } TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is enabled/disabled] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:71 Saturday 06 December 2025 07:44:31 -0500 (0:00:00.486) 0:00:12.764 ***** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "cockpit.socket", "status": { "Accept": "no", "AccessSELinuxContext": "system_u:object_r:cockpit_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Backlog": "2147483647", "Before": "cockpit.service cockpit-issue.service shutdown.target sockets.target", "BindIPv6Only": "default", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "Broadcast": "no", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "no", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Cockpit Web Service Socket", "DevicePolicy": "auto", "DirectoryMode": "0755", "Documentation": "\"man:cockpit-ws(8)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631075328", "EffectiveMemoryMax": "3631075328", "EffectiveTasksMax": "21808", "ExecStartPost": "{ path=/bin/ln ; argv[]=/bin/ln -snf active.issue /run/cockpit/issue ; 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.issue /run/cockpit/issue ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorName": "cockpit.socket", "FinalKillSignal": "9", "FlushPending": "no", "FragmentPath": "/usr/lib/systemd/system/cockpit.socket", "FreeBind": "no", "FreezerState": "running", "GID": "[not set]", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPTOS": "-1", "IPTTL": "-1", "Id": "cockpit.socket", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeepAlive": "no", "KeepAliveIntervalUSec": "0", "KeepAliveProbes": "0", "KeepAliveTimeUSec": "0", "KeyringMode": "shared", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13630", "LimitNPROCSoft": "13630", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13630", "LimitSIGPENDINGSoft": "13630", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "Listen": "[::]:9090 (Stream)", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "Mark": "-1", "MaxConnections": "64", "MaxConnectionsPerSource": "0", "MemoryAccounting": "yes", "MemoryAvailable": "3177078784", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MessageQueueMaxMessages": "0", "MessageQueueMessageSize": "0", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NAccepted": "0", "NConnections": "0", "NRefused": "0", "NUMAPolicy": "n/a", "Names": "cockpit.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PassCredentials": "no", "PassFileDescriptorsToExec": "no", "PassPacketInfo": "no", "PassSecurity": "no", "Perpetual": "no", "PipeSize": "0", "PollLimitBurst": "15", "PollLimitIntervalUSec": "2s", "Priority": "-1", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveIPC": "no", "RemoveOnStop": "no", "RequiredBy": "cockpit.service", "Requires": "system.slice sysinit.target", "RestartKillSignal": "15", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "ReusePort": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "SameProcessGroup": "no", "SecureBits": "0", "SendBuffer": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "SocketMode": "0666", "SocketProtocol": "0", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21808", "TimeoutCleanUSec": "infinity", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "Timestamping": "off", "Transient": "no", "Transparent": "no", "TriggerLimitBurst": "20", "TriggerLimitIntervalUSec": "2s", "Triggers": "cockpit.service", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "sockets.target", "Wants": "cockpit-issue.service", "WatchdogSignal": "6", "Writable": "no" } } TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:76 Saturday 06 December 2025 07:44:31 -0500 (0:00:00.813) 0:00:13.577 ***** changed: [managed-node2] => { "changed": true, "name": "cockpit.socket", "state": "started", "status": { "Accept": "no", "AccessSELinuxContext": "system_u:object_r:cockpit_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Backlog": "2147483647", "Before": "cockpit.service cockpit-issue.service shutdown.target sockets.target", "BindIPv6Only": "default", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "Broadcast": "no", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "no", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Cockpit Web Service Socket", "DevicePolicy": "auto", "DirectoryMode": "0755", "Documentation": "\"man:cockpit-ws(8)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631075328", "EffectiveMemoryMax": "3631075328", "EffectiveTasksMax": "21808", "ExecStartPost": "{ path=/bin/ln ; argv[]=/bin/ln -snf active.issue /run/cockpit/issue ; 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.issue /run/cockpit/issue ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorName": "cockpit.socket", "FinalKillSignal": "9", "FlushPending": "no", "FragmentPath": "/usr/lib/systemd/system/cockpit.socket", "FreeBind": "no", "FreezerState": "running", "GID": "[not set]", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPTOS": "-1", "IPTTL": "-1", "Id": "cockpit.socket", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeepAlive": "no", "KeepAliveIntervalUSec": "0", "KeepAliveProbes": "0", "KeepAliveTimeUSec": "0", "KeyringMode": "shared", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13630", "LimitNPROCSoft": "13630", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13630", "LimitSIGPENDINGSoft": "13630", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "Listen": "[::]:9090 (Stream)", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "Mark": "-1", "MaxConnections": "64", "MaxConnectionsPerSource": "0", "MemoryAccounting": "yes", "MemoryAvailable": "3177103360", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MessageQueueMaxMessages": "0", "MessageQueueMessageSize": "0", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NAccepted": "0", "NConnections": "0", "NRefused": "0", "NUMAPolicy": "n/a", "Names": "cockpit.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PassCredentials": "no", "PassFileDescriptorsToExec": "no", "PassPacketInfo": "no", "PassSecurity": "no", "Perpetual": "no", "PipeSize": "0", "PollLimitBurst": "15", "PollLimitIntervalUSec": "2s", "Priority": "-1", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveIPC": "no", "RemoveOnStop": "no", "RequiredBy": "cockpit.service", "Requires": "system.slice sysinit.target", "RestartKillSignal": "15", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "ReusePort": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "SameProcessGroup": "no", "SecureBits": "0", "SendBuffer": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "SocketMode": "0666", "SocketProtocol": "0", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21808", "TimeoutCleanUSec": "infinity", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "Timestamping": "off", "Transient": "no", "Transparent": "no", "TriggerLimitBurst": "20", "TriggerLimitIntervalUSec": "2s", "Triggers": "cockpit.service", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "sockets.target", "Wants": "cockpit-issue.service", "WatchdogSignal": "6", "Writable": "no" } } TASK [fedora.linux_system_roles.cockpit : Create cockpit.conf configuration file] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:82 Saturday 06 December 2025 07:44:32 -0500 (0:00:00.569) 0:00:14.147 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "cockpit_config is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Check the OS version for self-sign] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:98 Saturday 06 December 2025 07:44:32 -0500 (0:00:00.018) 0:00:14.165 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "cockpit_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:107 Saturday 06 December 2025 07:44:32 -0500 (0:00:00.030) 0:00:14.195 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "cockpit_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Set cockpit_cert and cockpit_private_key] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:113 Saturday 06 December 2025 07:44:32 -0500 (0:00:00.031) 0:00:14.227 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "cockpit_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:119 Saturday 06 December 2025 07:44:32 -0500 (0:00:00.030) 0:00:14.258 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "cockpit_cert is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate key] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:129 Saturday 06 December 2025 07:44:32 -0500 (0:00:00.017) 0:00:14.275 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "cockpit_cert is defined", "skip_reason": "Conditional result was False" } TASK [Allow certmonger to write into Cockpit's certificate directory] ********** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:23 Saturday 06 December 2025 07:44:32 -0500 (0:00:00.019) 0:00:14.295 ***** ok: [managed-node2] => { "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 [Get name of cockpit group to use] **************************************** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:31 Saturday 06 December 2025 07:44:32 -0500 (0:00:00.354) 0:00:14.649 ***** included: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/get_cockpit_group.yml for managed-node2 TASK [Set __cockpit_test_group] ************************************************ task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/get_cockpit_group.yml:7 Saturday 06 December 2025 07:44:32 -0500 (0:00:00.020) 0:00:14.670 ***** ok: [managed-node2] => { "ansible_facts": { "__cockpit_test_group": "root" }, "changed": false } TASK [Generate certificate with certificate system role] *********************** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:35 Saturday 06 December 2025 07:44:33 -0500 (0:00:00.035) 0:00:14.706 ***** included: fedora.linux_system_roles.certificate for managed-node2 TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 06 December 2025 07:44:33 -0500 (0:00:00.042) 0:00:14.749 ***** included: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 06 December 2025 07:44:33 -0500 (0:00:00.022) 0:00:14.771 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__certificate_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 06 December 2025 07:44:33 -0500 (0:00:00.035) 0:00:14.806 ***** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 06 December 2025 07:44:33 -0500 (0:00:00.347) 0:00:15.153 ***** ok: [managed-node2] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.certificate : Run systemctl] ******************* task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:22 Saturday 06 December 2025 07:44:33 -0500 (0:00:00.026) 0:00:15.180 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.008365", "end": "2025-12-06 07:44:33.810715", "failed_when_result": false, "rc": 0, "start": "2025-12-06 07:44:33.802350" } STDOUT: running TASK [fedora.linux_system_roles.certificate : Require installed systemd] ******* task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:30 Saturday 06 December 2025 07:44:33 -0500 (0:00:00.376) 0:00:15.556 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "\"No such file or directory\" in __is_system_running.msg | d(\"\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:35 Saturday 06 December 2025 07:44:33 -0500 (0:00:00.038) 0:00:15.594 ***** ok: [managed-node2] => { "ansible_facts": { "__certificate_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:40 Saturday 06 December 2025 07:44:33 -0500 (0:00:00.024) 0:00:15.618 ***** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "__certificate_certmonger_packages": [ "certmonger", "python3-packaging" ] }, "ansible_included_var_files": [ "/tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "__certificate_certmonger_packages": [ "certmonger", "python3-packaging" ] }, "ansible_included_var_files": [ "/tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 06 December 2025 07:44:33 -0500 (0:00:00.040) 0:00:15.658 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-cryptography python3-dbus python3-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:15 Saturday 06 December 2025 07:44:35 -0500 (0:00:01.045) 0:00:16.704 ***** ok: [managed-node2] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: certmonger python3-packaging TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:25 Saturday 06 December 2025 07:44:35 -0500 (0:00:00.936) 0:00:17.641 ***** ok: [managed-node2] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:49 Saturday 06 December 2025 07:44:36 -0500 (0:00:00.382) 0:00:18.024 ***** ok: [managed-node2] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:76 Saturday 06 December 2025 07:44:36 -0500 (0:00:00.399) 0:00:18.423 ***** ok: [managed-node2] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "enabled": true, "name": "certmonger", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:certmonger_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-12-06 07:44:04 EST", "ActiveEnterTimestampMonotonic": "331691073", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice systemd-journald.socket dbus-broker.service sysinit.target syslog.target basic.target dbus.socket network.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-12-06 07:44:04 EST", "AssertTimestampMonotonic": "331668587", "Before": "shutdown.target multi-user.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "638030000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2025-12-06 07:44:04 EST", "ConditionTimestampMonotonic": "331668584", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "ControlGroupId": "5380", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveMemoryHigh": "3631075328", "EffectiveMemoryMax": "3631075328", "EffectiveTasksMax": "21808", "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2025-12-06 07:44:04 EST", "ExecMainHandoffTimestampMonotonic": "331680393", "ExecMainPID": "11468", "ExecMainStartTimestamp": "Sat 2025-12-06 07:44:04 EST", "ExecMainStartTimestampMonotonic": "331669473", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2025-12-06 07:44:04 EST", "InactiveExitTimestampMonotonic": "331669986", "InvocationID": "6d29c5c97c2547719564181be85da5f4", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13630", "LimitNPROCSoft": "13630", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13630", "LimitSIGPENDINGSoft": "13630", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "11468", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3111190528", "MemoryCurrent": "4382720", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "13484032", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2025-12-06 07:44:29 EST", "StateChangeTimestampMonotonic": "357565939", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "21808", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:86 Saturday 06 December 2025 07:44:37 -0500 (0:00:00.534) 0:00:18.958 ***** changed: [managed-node2] => (item={'name': 'monger-cockpit', 'dns': ['localhost', 'www.example.com'], 'ca': 'local', 'group': 'root', '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:root $DEST\n'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "local", "dns": [ "localhost", "www.example.com" ], "group": "root", "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:root $DEST\n" } } MSG: Certificate requested (new). Pre/Post run hooks updated. File attributes updated. TASK [fedora.linux_system_roles.certificate : Check if test mode is supported] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:138 Saturday 06 December 2025 07:44:38 -0500 (0:00:00.883) 0:00:19.841 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:143 Saturday 06 December 2025 07:44:38 -0500 (0:00:00.031) 0:00:19.873 ***** skipping: [managed-node2] => (item=['cert', {'name': 'monger-cockpit', 'dns': ['localhost', 'www.example.com'], 'ca': 'local', 'group': 'root', '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:root $DEST\n'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "cert", { "ca": "local", "dns": [ "localhost", "www.example.com" ], "group": "root", "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:root $DEST\n" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=['key', {'name': 'monger-cockpit', 'dns': ['localhost', 'www.example.com'], 'ca': 'local', 'group': 'root', '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:root $DEST\n'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "key", { "ca": "local", "dns": [ "localhost", "www.example.com" ], "group": "root", "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:root $DEST\n" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=['ca', {'name': 'monger-cockpit', 'dns': ['localhost', 'www.example.com'], 'ca': 'local', 'group': 'root', '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:root $DEST\n'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "ca", { "ca": "local", "dns": [ "localhost", "www.example.com" ], "group": "root", "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:root $DEST\n" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Reset certificate_test_certs] **** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:151 Saturday 06 December 2025 07:44:38 -0500 (0:00:00.049) 0:00:19.922 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:155 Saturday 06 December 2025 07:44:38 -0500 (0:00:00.031) 0:00:19.953 ***** skipping: [managed-node2] => (item=monger-cockpit) => { "ansible_loop_var": "cert_name", "cert_name": "monger-cockpit", "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:169 Saturday 06 December 2025 07:44:38 -0500 (0:00:00.045) 0:00:19.999 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:174 Saturday 06 December 2025 07:44:38 -0500 (0:00:00.052) 0:00:20.051 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [Restart cockpit to use the new certificates] ***************************** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:60 Saturday 06 December 2025 07:44:38 -0500 (0:00:00.057) 0:00:20.109 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__cockpit_is_ostree | d(false)", "skip_reason": "Conditional result was False" } TASK [Get PEM of certmonger's local CA] **************************************** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:67 Saturday 06 December 2025 07:44:38 -0500 (0:00:00.035) 0:00:20.145 ***** changed: [managed-node2] => { "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.007027", "end": "2025-12-06 07:44:38.780268", "rc": 0, "start": "2025-12-06 07:44:38.773241" } TASK [Test - cockpit works with TLS and expected certificate] ****************** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:75 Saturday 06 December 2025 07:44:38 -0500 (0:00:00.381) 0:00:20.526 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "curl", "--cacert", "/var/lib/certmonger/local/ca.pem", "https://localhost:9090" ], "delta": "0:00:00.247462", "end": "2025-12-06 07:44:39.366550", "rc": 0, "start": "2025-12-06 07:44:39.119088" } 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 12835 0 12835 0 0 53307 0 --:--:-- --:--:-- --:--:-- 53479 TASK [Test - get certmonger tracking status] *********************************** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:85 Saturday 06 December 2025 07:44:39 -0500 (0:00:00.597) 0:00:21.124 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "getcert", "list", "--tracking-only", "-f", "/etc/pki/tls/certs/monger-cockpit.crt" ], "delta": "0:00:00.036874", "end": "2025-12-06 07:44:39.783867", "rc": 0, "start": "2025-12-06 07:44:39.746993" } STDOUT: Number of certificates and requests being tracked: 1. Request ID '20251206124437': 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=415dd4f4-08434352-a4d4c495-3c08b083,CN=Local Signing Authority subject: CN=localhost issued: 2025-12-06 07:44:37 EST expires: 2026-12-06 07:44:04 EST 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/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:92 Saturday 06 December 2025 07:44:39 -0500 (0:00:00.406) 0:00:21.530 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Test - clean up tracked certificate] ************************************* task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:96 Saturday 06 December 2025 07:44:39 -0500 (0:00:00.019) 0:00:21.550 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "getcert", "stop-tracking", "-f", "/etc/pki/tls/certs/monger-cockpit.crt" ], "delta": "0:00:00.030042", "end": "2025-12-06 07:44:40.187485", "rc": 0, "start": "2025-12-06 07:44:40.157443" } STDOUT: Request "20251206124437" removed. TASK [Test - clean up generated certificate] *********************************** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:103 Saturday 06 December 2025 07:44:40 -0500 (0:00:00.382) 0:00:21.933 ***** changed: [managed-node2] => { "changed": true, "path": "/etc/pki/tls/certs/monger-cockpit.crt", "state": "absent" } TASK [Test - clean up generated private key] *********************************** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:108 Saturday 06 December 2025 07:44:40 -0500 (0:00:00.368) 0:00:22.302 ***** changed: [managed-node2] => { "changed": true, "path": "/etc/pki/tls/private/monger-cockpit.key", "state": "absent" } TASK [Test - clean up copied certificate] ************************************** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:113 Saturday 06 December 2025 07:44:40 -0500 (0:00:00.374) 0:00:22.676 ***** changed: [managed-node2] => { "changed": true, "path": "/etc/cockpit/ws-certs.d/monger-cockpit.cert", "state": "absent" } TASK [Test - generic cleanup] ************************************************** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:118 Saturday 06 December 2025 07:44:41 -0500 (0:00:00.349) 0:00:23.026 ***** included: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml for managed-node2 TASK [Cleanup - packages] ****************************************************** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:2 Saturday 06 December 2025 07:44:41 -0500 (0:00:00.021) 0:00:23.047 ***** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Removed: cockpit-bridge-348-1.el10.noarch", "Removed: cockpit-system-348-1.el10.noarch", "Removed: cockpit-ws-348-1.el10.x86_64", "Removed: cockpit-ws-selinux-348-1.el10.x86_64" ] } TASK [Cleanup - services] ****************************************************** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:11 Saturday 06 December 2025 07:44:48 -0500 (0:00:07.444) 0:00:30.491 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__cockpit_is_ostree | d(false)", "skip_reason": "Conditional result was False" } TASK [Cleanup - find certificates] ********************************************* task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:21 Saturday 06 December 2025 07:44:48 -0500 (0:00:00.031) 0:00:30.523 ***** [WARNING]: Skipped '/etc/cockpit/ws-certs.d/' path due to this access issue: '/etc/cockpit/ws-certs.d/' is not a directory ok: [managed-node2] => { "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/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:31 Saturday 06 December 2025 07:44:49 -0500 (0:00:00.521) 0:00:31.045 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Cleanup - config file] *************************************************** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:40 Saturday 06 December 2025 07:44:49 -0500 (0:00:00.014) 0:00:31.059 ***** ok: [managed-node2] => { "changed": false, "path": "/etc/cockpit/cockpit.conf", "state": "absent" } TASK [Cleanup - port customization] ******************************************** task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:48 Saturday 06 December 2025 07:44:49 -0500 (0:00:00.343) 0:00:31.403 ***** ok: [managed-node2] => { "changed": false, "path": "/etc/systemd/system/cockpit.socket.d/", "state": "absent" } TASK [Cleanup - Reload systemd] ************************************************ task path: /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:56 Saturday 06 December 2025 07:44:50 -0500 (0:00:00.344) 0:00:31.747 ***** ok: [managed-node2] => { "changed": false, "name": null, "status": {} } PLAY RECAP ********************************************************************* managed-node2 : ok=49 changed=8 unreachable=0 failed=0 skipped=27 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 06 December 2025 07:44:50 -0500 (0:00:00.692) 0:00:32.439 ***** =============================================================================== fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed --- 9.33s /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:21 Cleanup - packages ------------------------------------------------------ 7.44s /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:2 Gathering Facts --------------------------------------------------------- 1.18s /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:6 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 1.05s /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 0.94s /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:15 fedora.linux_system_roles.certificate : Ensure certificate requests ----- 0.88s /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:86 fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is enabled/disabled --- 0.81s /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:71 Cleanup - Reload systemd ------------------------------------------------ 0.69s /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:56 Test - cockpit works with TLS and expected certificate ------------------ 0.60s /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:75 fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped --- 0.57s /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:76 fedora.linux_system_roles.certificate : Ensure provider service is running --- 0.53s /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:76 Cleanup - find certificates --------------------------------------------- 0.52s /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:21 fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port --- 0.49s /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:62 fedora.linux_system_roles.cockpit : Run systemctl ----------------------- 0.43s /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10 fedora.linux_system_roles.cockpit : Check if system is ostree ----------- 0.43s /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:30 Test - get certmonger tracking status ----------------------------------- 0.41s /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:85 fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists --- 0.40s /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:49 fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists --- 0.38s /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:25 Test - clean up tracked certificate ------------------------------------- 0.38s /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:96 Get PEM of certmonger's local CA ---------------------------------------- 0.38s /tmp/collections-8Vv/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:67