ansible-playbook 2.9.27
config file = None
configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/local/lib/python3.9/site-packages/ansible
executable location = /usr/local/bin/ansible-playbook
python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)]
No config file found; using defaults
[WARNING]: running playbook inside collection fedora.linux_system_roles
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'jsonl', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.
PLAYBOOK: tests_certificate_runafter.yml ***************************************
1 plays in /tmp/collections-UEg/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-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:6
Wednesday 22 April 2026 17:27:10 -0400 (0:00:00.017) 0:00:00.017 *******
ok: [managed-node2]
META: ran handlers
TASK [Install cockpit] *********************************************************
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:12
Wednesday 22 April 2026 17:27:11 -0400 (0:00:00.871) 0:00:00.889 *******
included: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/run_role_with_clear_facts.yml for managed-node2
META: facts cleared
TASK [Run the role] ************************************************************
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/run_role_with_clear_facts.yml:23
Wednesday 22 April 2026 17:27:11 -0400 (0:00:00.016) 0:00:00.906 *******
skipping: [managed-node2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Run the role normally] ***************************************************
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/run_role_with_clear_facts.yml:33
Wednesday 22 April 2026 17:27:11 -0400 (0:00:00.031) 0:00:00.937 *******
TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts and variables used by role] ***
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:2
Wednesday 22 April 2026 17:27:11 -0400 (0:00:00.076) 0:00:01.013 *******
included: /tmp/collections-UEg/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-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2
Wednesday 22 April 2026 17:27:11 -0400 (0:00:00.024) 0:00:01.038 *******
ok: [managed-node2]
TASK [fedora.linux_system_roles.cockpit : Record role begin fingerprint] *******
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:7
Wednesday 22 April 2026 17:27:12 -0400 (0:00:00.541) 0:00:01.579 *******
ok: [managed-node2] => {
"changed": false
}
TASK [fedora.linux_system_roles.cockpit : Run systemctl] ***********************
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:16
Wednesday 22 April 2026 17:27:12 -0400 (0:00:00.403) 0:00:01.983 *******
ok: [managed-node2] => {
"changed": false,
"cmd": [
"systemctl",
"is-system-running"
],
"delta": "0:00:00.008037",
"end": "2026-04-22 17:27:12.822592",
"failed_when_result": false,
"rc": 0,
"start": "2026-04-22 17:27:12.814555"
}
STDOUT:
running
TASK [fedora.linux_system_roles.cockpit : Require installed systemd] ***********
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:23
Wednesday 22 April 2026 17:27:12 -0400 (0:00:00.419) 0:00:02.403 *******
skipping: [managed-node2] => {
"changed": false,
"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-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:28
Wednesday 22 April 2026 17:27:12 -0400 (0:00:00.015) 0:00:02.419 *******
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-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:36
Wednesday 22 April 2026 17:27:12 -0400 (0:00:00.017) 0:00:02.437 *******
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-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:41
Wednesday 22 April 2026 17:27:13 -0400 (0:00:00.409) 0:00:02.846 *******
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-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:48
Wednesday 22 April 2026 17:27:13 -0400 (0:00:00.017) 0:00:02.863 *******
ok: [managed-node2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [fedora.linux_system_roles.cockpit : Set flag if transactional-update exists] ***
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:53
Wednesday 22 April 2026 17:27:13 -0400 (0:00:00.327) 0:00:03.191 *******
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-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:57
Wednesday 22 April 2026 17:27:13 -0400 (0:00:00.017) 0:00:03.208 *******
ok: [managed-node2] => (item=/tmp/collections-UEg/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/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-8.yml"
],
"ansible_loop_var": "item",
"changed": false,
"item": "/tmp/collections-UEg/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/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:11
Wednesday 22 April 2026 17:27:13 -0400 (0:00:00.023) 0:00:03.231 *******
skipping: [managed-node2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Enable RHEL repositories] ************
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:18
Wednesday 22 April 2026 17:27:13 -0400 (0:00:00.012) 0:00:03.244 *******
skipping: [managed-node2] => {
"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/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:23
Wednesday 22 April 2026 17:27:13 -0400 (0:00:00.012) 0:00:03.257 *******
included: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml for managed-node2
TASK [fedora.linux_system_roles.cockpit : If choosing custom package set, ensure minimal cockpit is included] ***
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:2
Wednesday 22 April 2026 17:27:13 -0400 (0:00:00.082) 0:00:03.339 *******
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-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:7
Wednesday 22 April 2026 17:27:13 -0400 (0:00:00.016) 0:00:03.356 *******
skipping: [managed-node2] => {
"changed": false,
"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-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:17
Wednesday 22 April 2026 17:27:13 -0400 (0:00:00.012) 0:00:03.369 *******
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-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:21
Wednesday 22 April 2026 17:27:13 -0400 (0:00:00.015) 0:00:03.385 *******
changed: [managed-node2] => {
"changed": true,
"rc": 0,
"results": [
"Installed: cockpit-bridge-310.4-1.el8.x86_64",
"Installed: cockpit-system-310.4-1.el8.noarch",
"Installed: cockpit-ws-310.4-1.el8.x86_64"
]
}
TASK [fedora.linux_system_roles.cockpit : Ensure full package list is installed] ***
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:29
Wednesday 22 April 2026 17:27:38 -0400 (0:00:24.275) 0:00:27.660 *******
skipping: [managed-node2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Configure firewall] ******************
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:32
Wednesday 22 April 2026 17:27:38 -0400 (0:00:00.019) 0:00:27.679 *******
included: /tmp/collections-UEg/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-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml:3
Wednesday 22 April 2026 17:27:38 -0400 (0:00:00.030) 0:00:27.709 *******
skipping: [managed-node2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Configure selinux] *******************
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:35
Wednesday 22 April 2026 17:27:38 -0400 (0:00:00.025) 0:00:27.735 *******
included: /tmp/collections-UEg/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-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/selinux.yml:3
Wednesday 22 April 2026 17:27:38 -0400 (0:00:00.030) 0:00:27.765 *******
skipping: [managed-node2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file directory] ***
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:38
Wednesday 22 April 2026 17:27:38 -0400 (0:00:00.018) 0:00:27.783 *******
skipping: [managed-node2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file] ***
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:47
Wednesday 22 April 2026 17:27:38 -0400 (0:00:00.019) 0:00:27.803 *******
skipping: [managed-node2] => {
"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/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:62
Wednesday 22 April 2026 17:27:38 -0400 (0:00:00.016) 0:00:27.820 *******
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-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:71
Wednesday 22 April 2026 17:27:38 -0400 (0:00:00.481) 0:00:28.301 *******
changed: [managed-node2] => {
"changed": true,
"enabled": true,
"name": "cockpit.socket",
"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": "sockets.target shutdown.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": "14003",
"LimitNPROCSoft": "14003",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14003",
"LimitSIGPENDINGSoft": "14003",
"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": "22405",
"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 : Ensure Cockpit Web Console is started/stopped] ***
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:76
Wednesday 22 April 2026 17:27:40 -0400 (0:00:01.250) 0:00:29.551 *******
changed: [managed-node2] => {
"changed": true,
"name": "cockpit.socket",
"state": "started",
"status": {
"Accept": "no",
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket system.slice sysinit.target",
"AllowIsolate": "no",
"AllowedCPUs": "",
"AllowedMemoryNodes": "",
"AmbientCapabilities": "",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Backlog": "128",
"Before": "cockpit.service sockets.target shutdown.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": "14003",
"LimitNPROCSoft": "14003",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14003",
"LimitSIGPENDINGSoft": "14003",
"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": "22405",
"TimeoutUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Transparent": "no",
"TriggerLimitBurst": "20",
"TriggerLimitIntervalUSec": "2s",
"Triggers": "cockpit.service",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "sockets.target",
"Wants": "cockpit-motd.service",
"Writable": "no"
}
}
TASK [fedora.linux_system_roles.cockpit : Create cockpit.conf configuration file] ***
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:82
Wednesday 22 April 2026 17:27:40 -0400 (0:00:00.888) 0:00:30.440 *******
skipping: [managed-node2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Check the OS version for self-sign] ***
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:98
Wednesday 22 April 2026 17:27:40 -0400 (0:00:00.013) 0:00:30.453 *******
skipping: [managed-node2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Create certificates using the certificate role] **************************
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:107
Wednesday 22 April 2026 17:27:40 -0400 (0:00:00.012) 0:00:30.466 *******
skipping: [managed-node2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Set cockpit_cert and cockpit_private_key] ***
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:113
Wednesday 22 April 2026 17:27:40 -0400 (0:00:00.013) 0:00:30.479 *******
skipping: [managed-node2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate] ***
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:119
Wednesday 22 April 2026 17:27:40 -0400 (0:00:00.012) 0:00:30.492 *******
skipping: [managed-node2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate key] ***
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:129
Wednesday 22 April 2026 17:27:40 -0400 (0:00:00.012) 0:00:30.505 *******
skipping: [managed-node2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Record role success fingerprint] *****
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:139
Wednesday 22 April 2026 17:27:40 -0400 (0:00:00.011) 0:00:30.517 *******
ok: [managed-node2] => {
"changed": false
}
TASK [Allow certmonger to write into Cockpit's certificate directory] **********
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:22
Wednesday 22 April 2026 17:27:41 -0400 (0:00:00.320) 0:00:30.837 *******
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-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:30
Wednesday 22 April 2026 17:27:41 -0400 (0:00:00.340) 0:00:31.178 *******
included: /tmp/collections-UEg/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-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/get_cockpit_group.yml:7
Wednesday 22 April 2026 17:27:41 -0400 (0:00:00.015) 0:00:31.193 *******
ok: [managed-node2] => {
"ansible_facts": {
"__cockpit_test_group": "root"
},
"changed": false
}
TASK [Generate certificate with certificate system role] ***********************
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:34
Wednesday 22 April 2026 17:27:41 -0400 (0:00:00.015) 0:00:31.208 *******
TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Wednesday 22 April 2026 17:27:41 -0400 (0:00:00.030) 0:00:31.239 *******
included: /tmp/collections-UEg/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-UEg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Wednesday 22 April 2026 17:27:41 -0400 (0:00:00.019) 0:00:31.258 *******
skipping: [managed-node2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.certificate : Check if system is ostree] *******
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Wednesday 22 April 2026 17:27:41 -0400 (0:00:00.013) 0:00:31.272 *******
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-UEg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Wednesday 22 April 2026 17:27:42 -0400 (0:00:00.330) 0:00:31.602 *******
ok: [managed-node2] => {
"ansible_facts": {
"__certificate_is_ostree": false
},
"changed": false
}
TASK [fedora.linux_system_roles.certificate : Run systemctl] *******************
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:22
Wednesday 22 April 2026 17:27:42 -0400 (0:00:00.018) 0:00:31.620 *******
ok: [managed-node2] => {
"changed": false,
"cmd": [
"systemctl",
"is-system-running"
],
"delta": "0:00:00.007775",
"end": "2026-04-22 17:27:42.384590",
"failed_when_result": false,
"rc": 0,
"start": "2026-04-22 17:27:42.376815"
}
STDOUT:
running
TASK [fedora.linux_system_roles.certificate : Require installed systemd] *******
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:30
Wednesday 22 April 2026 17:27:42 -0400 (0:00:00.344) 0:00:31.964 *******
skipping: [managed-node2] => {
"changed": false,
"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-UEg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:35
Wednesday 22 April 2026 17:27:42 -0400 (0:00:00.016) 0:00:31.981 *******
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-UEg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:40
Wednesday 22 April 2026 17:27:42 -0400 (0:00:00.016) 0:00:31.997 *******
skipping: [managed-node2] => (item=RedHat.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml",
"skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=CentOS.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "CentOS.yml",
"skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=CentOS_8.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "CentOS_8.yml",
"skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=CentOS_8.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "CentOS_8.yml",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] ***
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Wednesday 22 April 2026 17:27:42 -0400 (0:00:00.031) 0:00:32.029 *******
ok: [managed-node2] => {
"changed": false,
"rc": 0,
"results": []
}
MSG:
Nothing to do
TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:15
Wednesday 22 April 2026 17:27:44 -0400 (0:00:02.433) 0:00:34.462 *******
ok: [managed-node2] => (item=certmonger) => {
"__certificate_provider": "certmonger",
"ansible_loop_var": "__certificate_provider",
"changed": false,
"rc": 0,
"results": []
}
MSG:
Nothing to do
TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:25
Wednesday 22 April 2026 17:27:47 -0400 (0:00:02.433) 0:00:36.896 *******
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-UEg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:49
Wednesday 22 April 2026 17:27:47 -0400 (0:00:00.358) 0:00:37.255 *******
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-UEg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:76
Wednesday 22 April 2026 17:27:48 -0400 (0:00:00.360) 0:00:37.615 *******
ok: [managed-node2] => (item=certmonger) => {
"__certificate_provider": "certmonger",
"ansible_loop_var": "__certificate_provider",
"changed": false,
"enabled": true,
"name": "certmonger",
"state": "started",
"status": {
"ActiveEnterTimestamp": "Wed 2026-04-22 17:26:42 EDT",
"ActiveEnterTimestampMonotonic": "303136541",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "active",
"After": "dbus.socket basic.target dbus.service network.target syslog.target systemd-journald.socket system.slice sysinit.target",
"AllowIsolate": "no",
"AllowedCPUs": "",
"AllowedMemoryNodes": "",
"AmbientCapabilities": "",
"AssertResult": "yes",
"AssertTimestamp": "Wed 2026-04-22 17:26:42 EDT",
"AssertTimestampMonotonic": "303124954",
"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 2026-04-22 17:26:42 EDT",
"ConditionTimestampMonotonic": "303124953",
"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": "12176",
"ExecMainStartTimestamp": "Wed 2026-04-22 17:26:42 EDT",
"ExecMainStartTimestampMonotonic": "303126035",
"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 2026-04-22 17:26:42 EDT",
"InactiveExitTimestampMonotonic": "303126078",
"InvocationID": "3b2a7696e0a94c95bdac44dafe36692d",
"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": "14003",
"LimitNPROCSoft": "14003",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14003",
"LimitSIGPENDINGSoft": "14003",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "12176",
"MemoryAccounting": "yes",
"MemoryCurrent": "3059712",
"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": "system.slice dbus.socket sysinit.target",
"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 2026-04-22 17:26:42 EDT",
"StateChangeTimestampMonotonic": "303136541",
"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": "22405",
"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 2026-04-22 17:26:42 EDT",
"WatchdogTimestampMonotonic": "303136539",
"WatchdogUSec": "0"
}
}
TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] *****
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:86
Wednesday 22 April 2026 17:27:48 -0400 (0:00:00.836) 0:00:38.451 *******
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-UEg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:138
Wednesday 22 April 2026 17:27:49 -0400 (0:00:00.859) 0:00:39.311 *******
skipping: [managed-node2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] ***
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:143
Wednesday 22 April 2026 17:27:49 -0400 (0:00:00.013) 0:00:39.324 *******
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,
"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,
"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,
"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"
}
TASK [fedora.linux_system_roles.certificate : Reset certificate_test_certs] ****
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:151
Wednesday 22 April 2026 17:27:49 -0400 (0:00:00.027) 0:00:39.352 *******
skipping: [managed-node2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.certificate : Create return data] **************
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:155
Wednesday 22 April 2026 17:27:49 -0400 (0:00:00.012) 0:00:39.364 *******
skipping: [managed-node2] => (item=monger-cockpit) => {
"ansible_loop_var": "cert_name",
"cert_name": "monger-cockpit",
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ******
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:169
Wednesday 22 April 2026 17:27:49 -0400 (0:00:00.017) 0:00:39.382 *******
skipping: [managed-node2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.certificate : Remove files] ********************
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:174
Wednesday 22 April 2026 17:27:49 -0400 (0:00:00.013) 0:00:39.395 *******
skipping: [managed-node2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Restart cockpit to use the new certificates] *****************************
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:59
Wednesday 22 April 2026 17:27:49 -0400 (0:00:00.014) 0:00:39.409 *******
skipping: [managed-node2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Get PEM of certmonger's local CA] ****************************************
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:66
Wednesday 22 April 2026 17:27:49 -0400 (0:00:00.013) 0:00:39.422 *******
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.008494",
"end": "2026-04-22 17:27:50.181116",
"rc": 0,
"start": "2026-04-22 17:27:50.172622"
}
TASK [Test - cockpit works with TLS and expected certificate] ******************
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:74
Wednesday 22 April 2026 17:27:50 -0400 (0:00:00.337) 0:00:39.760 *******
[WARNING]: Consider using the get_url or uri module rather than running 'curl'.
If you need to use command because get_url or uri is insufficient you can add
'warn: false' to this command task or set 'command_warnings=False' in
ansible.cfg to get rid of this message.
ok: [managed-node2] => {
"changed": false,
"cmd": [
"curl",
"--cacert",
"/var/lib/certmonger/local/ca.pem",
"https://localhost:9090"
],
"delta": "0:00:00.183152",
"end": "2026-04-22 17:27:50.691473",
"rc": 0,
"start": "2026-04-22 17:27:50.508321"
}
STDOUT:
Loading...
Please enable JavaScript to use the Web Console.
A modern browser is required for security, reliability, and performance.
Download a new browser for free
Bypass browser check
Validating authentication token
STDERR:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 11763 0 11763 0 0 67217 0 --:--:-- --:--:-- --:--:-- 67217
TASK [Test - get certmonger tracking status] ***********************************
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:84
Wednesday 22 April 2026 17:27:50 -0400 (0:00:00.513) 0:00:40.273 *******
ok: [managed-node2] => {
"changed": false,
"cmd": [
"getcert",
"list",
"--tracking-only",
"-f",
"/etc/pki/tls/certs/monger-cockpit.crt"
],
"delta": "0:00:00.041661",
"end": "2026-04-22 17:27:51.066894",
"rc": 0,
"start": "2026-04-22 17:27:51.025233"
}
STDOUT:
Number of certificates and requests being tracked: 1.
Request ID '20260422212749':
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=61d2dc8d-122c416c-817bdff1-8e417003,CN=Local Signing Authority
subject: CN=localhost
issued: 2026-04-22 17:27:49 EDT
expires: 2027-04-22 17:26:42 EDT
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-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:91
Wednesday 22 April 2026 17:27:51 -0400 (0:00:00.375) 0:00:40.648 *******
ok: [managed-node2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Test - clean up tracked certificate] *************************************
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:95
Wednesday 22 April 2026 17:27:51 -0400 (0:00:00.016) 0:00:40.664 *******
ok: [managed-node2] => {
"changed": false,
"cmd": [
"getcert",
"stop-tracking",
"-f",
"/etc/pki/tls/certs/monger-cockpit.crt"
],
"delta": "0:00:00.032124",
"end": "2026-04-22 17:27:51.446040",
"rc": 0,
"start": "2026-04-22 17:27:51.413916"
}
STDOUT:
Request "20260422212749" removed.
TASK [Test - clean up generated certificate] ***********************************
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:102
Wednesday 22 April 2026 17:27:51 -0400 (0:00:00.360) 0:00:41.025 *******
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-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:107
Wednesday 22 April 2026 17:27:51 -0400 (0:00:00.338) 0:00:41.364 *******
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-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:112
Wednesday 22 April 2026 17:27:52 -0400 (0:00:00.337) 0:00:41.701 *******
changed: [managed-node2] => {
"changed": true,
"path": "/etc/cockpit/ws-certs.d/monger-cockpit.cert",
"state": "absent"
}
TASK [Test - generic cleanup] **************************************************
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:117
Wednesday 22 April 2026 17:27:52 -0400 (0:00:00.348) 0:00:42.050 *******
included: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml for managed-node2
TASK [Cleanup - packages] ******************************************************
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:2
Wednesday 22 April 2026 17:27:52 -0400 (0:00:00.019) 0:00:42.070 *******
changed: [managed-node2] => {
"changed": true,
"rc": 0,
"results": [
"Removed: cockpit-bridge-310.4-1.el8.x86_64",
"Removed: cockpit-system-310.4-1.el8.noarch",
"Removed: cockpit-ws-310.4-1.el8.x86_64"
]
}
TASK [Cleanup - services] ******************************************************
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:11
Wednesday 22 April 2026 17:28:15 -0400 (0:00:23.140) 0:01:05.210 *******
skipping: [managed-node2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Cleanup - find certificates] *********************************************
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:21
Wednesday 22 April 2026 17:28:15 -0400 (0:00:00.013) 0:01:05.223 *******
ok: [managed-node2] => {
"changed": false,
"examined": 0,
"files": [],
"matched": 0
}
MSG:
/etc/cockpit/ws-certs.d/ was skipped as it does not seem to be a valid directory or it cannot be accessed
TASK [Cleanup - certificates] **************************************************
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:31
Wednesday 22 April 2026 17:28:16 -0400 (0:00:00.429) 0:01:05.653 *******
TASK [Cleanup - config file] ***************************************************
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:40
Wednesday 22 April 2026 17:28:16 -0400 (0:00:00.012) 0:01:05.666 *******
ok: [managed-node2] => {
"changed": false,
"path": "/etc/cockpit/cockpit.conf",
"state": "absent"
}
TASK [Cleanup - port customization] ********************************************
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:48
Wednesday 22 April 2026 17:28:16 -0400 (0:00:00.342) 0:01:06.008 *******
ok: [managed-node2] => {
"changed": false,
"path": "/etc/systemd/system/cockpit.socket.d/",
"state": "absent"
}
TASK [Cleanup - Reload systemd] ************************************************
task path: /tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:56
Wednesday 22 April 2026 17:28:16 -0400 (0:00:00.337) 0:01:06.346 *******
ok: [managed-node2] => {
"changed": false,
"name": null,
"status": {}
}
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
managed-node2 : ok=50 changed=9 unreachable=0 failed=0 skipped=28 rescued=0 ignored=0
SYSTEM ROLES ERRORS BEGIN v1
[]
SYSTEM ROLES ERRORS END v1
TASKS RECAP ********************************************************************
Wednesday 22 April 2026 17:28:17 -0400 (0:00:00.586) 0:01:06.932 *******
===============================================================================
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed -- 24.28s
/tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:21
Cleanup - packages ----------------------------------------------------- 23.14s
/tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:2
fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 2.43s
/tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 2.43s
/tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:15
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is enabled/disabled --- 1.25s
/tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:71
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped --- 0.89s
/tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:76
Gathering Facts --------------------------------------------------------- 0.87s
/tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:6
fedora.linux_system_roles.certificate : Ensure certificate requests ----- 0.86s
/tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:86
fedora.linux_system_roles.certificate : Ensure provider service is running --- 0.84s
/tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:76
Cleanup - Reload systemd ------------------------------------------------ 0.59s
/tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:56
fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role --- 0.54s
/tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2
Test - cockpit works with TLS and expected certificate ------------------ 0.51s
/tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:74
fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port --- 0.48s
/tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:62
Cleanup - find certificates --------------------------------------------- 0.43s
/tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:21
fedora.linux_system_roles.cockpit : Run systemctl ----------------------- 0.42s
/tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:16
fedora.linux_system_roles.cockpit : Check if system is ostree ----------- 0.41s
/tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:36
fedora.linux_system_roles.cockpit : Record role begin fingerprint ------- 0.40s
/tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:7
Test - get certmonger tracking status ----------------------------------- 0.38s
/tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:84
Test - clean up tracked certificate ------------------------------------- 0.36s
/tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:95
fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists --- 0.36s
/tmp/collections-UEg/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:49