ansible-playbook [core 2.12.6]
config file = /etc/ansible/ansible.cfg
configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python3.9/site-packages/ansible
ansible collection location = /tmp/tmpzsr38y52
executable location = /usr/bin/ansible-playbook
python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)]
jinja version = 2.11.3
libyaml = True
Using /etc/ansible/ansible.cfg as config file
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
PLAYBOOK: tests_default.yml ****************************************************
1 plays in /tmp/tmp2g3reiz6/tests/tests_default.yml
PLAY [Test role with default options] ******************************************
META: ran handlers
TASK [linux-system-roles.cockpit : Ensure ansible_facts and variables used by role] ***
task path: /tmp/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:1
Wednesday 03 August 2022 07:52:32 +0000 (0:00:00.019) 0:00:00.019 ******
included: /tmp/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml for /cache/rhel-8-y.qcow2.snap
TASK [linux-system-roles.cockpit : Ensure ansible_facts used by role] **********
task path: /tmp/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:2
Wednesday 03 August 2022 07:52:32 +0000 (0:00:00.021) 0:00:00.041 ******
ok: [/cache/rhel-8-y.qcow2.snap]
TASK [linux-system-roles.cockpit : Set version specific variables] *************
task path: /tmp/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:8
Wednesday 03 August 2022 07:52:33 +0000 (0:00:00.855) 0:00:00.897 ******
ok: [/cache/rhel-8-y.qcow2.snap] => (item=/tmp/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/vars/RedHat-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/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/vars/RedHat-8.yml"
],
"ansible_loop_var": "item",
"changed": false,
"item": "/tmp/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/vars/RedHat-8.yml"
}
TASK [linux-system-roles.cockpit : List active RHEL repositories] **************
task path: /tmp/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:9
Wednesday 03 August 2022 07:52:33 +0000 (0:00:00.034) 0:00:00.931 ******
skipping: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.cockpit : Enable RHEL repositories] *******************
task path: /tmp/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:17
Wednesday 03 August 2022 07:52:33 +0000 (0:00:00.018) 0:00:00.950 ******
skipping: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.cockpit : Manage cockpit packages using platform specific package manager if applicable] ***
task path: /tmp/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:21
Wednesday 03 August 2022 07:52:33 +0000 (0:00:00.018) 0:00:00.969 ******
included: /tmp/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml for /cache/rhel-8-y.qcow2.snap => (item=/tmp/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml)
TASK [linux-system-roles.cockpit : If choosing custom package set, ensure minimal cockpit is included] ***
task path: /tmp/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml:1
Wednesday 03 August 2022 07:52:33 +0000 (0:00:00.028) 0:00:00.997 ******
ok: [/cache/rhel-8-y.qcow2.snap] => {
"ansible_facts": {
"cockpit_packages": "default"
},
"changed": false
}
TASK [linux-system-roles.cockpit : Ensure Cockpit Web Console packages are installed.] ***
task path: /tmp/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml:8
Wednesday 03 August 2022 07:52:33 +0000 (0:00:00.064) 0:00:01.062 ******
changed: [/cache/rhel-8-y.qcow2.snap] => {
"changed": true,
"rc": 0,
"results": [
"Installed: cockpit-packagekit-273-1.el8.noarch",
"Installed: cockpit-273-2.el8.x86_64",
"Installed: cockpit-bridge-273-2.el8.x86_64",
"Installed: cockpit-system-273-2.el8.noarch",
"Installed: cockpit-ws-273-2.el8.x86_64",
"Installed: cockpit-storaged-273-1.el8.noarch",
"Installed: subscription-manager-cockpit-1.28.31-1.el8.noarch"
]
}
TASK [linux-system-roles.cockpit : Create custom port configuration file directory] ***
task path: /tmp/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:27
Wednesday 03 August 2022 07:52:54 +0000 (0:00:21.351) 0:00:22.413 ******
skipping: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.cockpit : Create custom port configuration file] ******
task path: /tmp/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:35
Wednesday 03 August 2022 07:52:54 +0000 (0:00:00.022) 0:00:22.436 ******
skipping: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.cockpit : Check if SELinux is enabled] ****************
task path: /tmp/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:51
Wednesday 03 August 2022 07:52:54 +0000 (0:00:00.021) 0:00:22.457 ******
skipping: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Allow cockpit to own custom port in SELinux policy] **********************
task path: /tmp/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:58
Wednesday 03 August 2022 07:52:54 +0000 (0:00:00.020) 0:00:22.478 ******
skipping: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.cockpit : Clean up port configuration file for undefined custom port] ***
task path: /tmp/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:66
Wednesday 03 August 2022 07:52:55 +0000 (0:00:00.021) 0:00:22.500 ******
ok: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"path": "/etc/systemd/system/cockpit.socket.d/listen.conf",
"state": "absent"
}
TASK [linux-system-roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled] ***
task path: /tmp/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:75
Wednesday 03 August 2022 07:52:55 +0000 (0:00:00.549) 0:00:23.050 ******
changed: [/cache/rhel-8-y.qcow2.snap] => {
"changed": true,
"enabled": true,
"name": "cockpit.socket",
"state": "started",
"status": {
"Accept": "no",
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "system.slice systemd-journald.socket sysinit.target",
"AllowIsolate": "no",
"AllowedCPUs": "",
"AllowedMemoryNodes": "",
"AmbientCapabilities": "",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Backlog": "128",
"Before": "sockets.target cockpit-motd.service shutdown.target cockpit.service",
"BindIPv6Only": "default",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"Broadcast": "no",
"CPUAccounting": "no",
"CPUAffinity": "",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "no",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DeferAcceptUSec": "0",
"Delegate": "no",
"Description": "Cockpit Web Service Socket",
"DevicePolicy": "auto",
"DirectoryMode": "0755",
"Documentation": "man:cockpit-ws(8)",
"DynamicUser": "no",
"EffectiveCPUs": "",
"EffectiveMemoryNodes": "",
"ExecStartPost": "{ path=/bin/ln ; argv[]=/bin/ln -snf active.motd /run/cockpit/motd ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStopPost": "{ path=/bin/ln ; argv[]=/bin/ln -snf inactive.motd /run/cockpit/motd ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorName": "cockpit.socket",
"FlushPending": "no",
"FragmentPath": "/usr/lib/systemd/system/cockpit.socket",
"FreeBind": "no",
"FreezerState": "running",
"GID": "[not set]",
"IOAccounting": "no",
"IOSchedulingClass": "0",
"IOSchedulingPriority": "0",
"IOWeight": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "18446744073709551615",
"IPEgressPackets": "18446744073709551615",
"IPIngressBytes": "18446744073709551615",
"IPIngressPackets": "18446744073709551615",
"IPTOS": "-1",
"IPTTL": "-1",
"Id": "cockpit.socket",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeepAlive": "no",
"KeepAliveIntervalUSec": "0",
"KeepAliveProbes": "0",
"KeepAliveTimeUSec": "0",
"KeyringMode": "shared",
"KillMode": "control-group",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "0",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "65536",
"LimitMEMLOCKSoft": "65536",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "262144",
"LimitNOFILESoft": "1024",
"LimitNPROC": "6963",
"LimitNPROCSoft": "6963",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "6963",
"LimitSIGPENDINGSoft": "6963",
"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": "11140",
"TimeoutUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Transparent": "no",
"TriggerLimitBurst": "20",
"TriggerLimitIntervalUSec": "2s",
"Triggers": "cockpit.service",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"Wants": "cockpit-motd.service",
"Writable": "no"
}
}
TASK [linux-system-roles.cockpit : Create cockpit.conf configuration file] *****
task path: /tmp/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:81
Wednesday 03 August 2022 07:52:56 +0000 (0:00:00.963) 0:00:24.013 ******
skipping: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.cockpit : Link to configured existing certificate] ****
task path: /tmp/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:92
Wednesday 03 August 2022 07:52:56 +0000 (0:00:00.023) 0:00:24.037 ******
skipping: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.cockpit : Link to configured existing certificate key] ***
task path: /tmp/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:102
Wednesday 03 August 2022 07:52:56 +0000 (0:00:00.022) 0:00:24.059 ******
skipping: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
META: role_complete for /cache/rhel-8-y.qcow2.snap
TASK [test - socket is active] *************************************************
task path: /tmp/tmp2g3reiz6/tests/tests_default.yml:11
Wednesday 03 August 2022 07:52:56 +0000 (0:00:00.026) 0:00:24.086 ******
ok: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"cmd": [
"systemctl",
"is-active",
"cockpit.socket"
],
"delta": "0:00:00.008120",
"end": "2022-08-03 03:52:57.071829",
"rc": 0,
"start": "2022-08-03 03:52:57.063709"
}
STDOUT:
active
TASK [test - socket is enabled] ************************************************
task path: /tmp/tmp2g3reiz6/tests/tests_default.yml:15
Wednesday 03 August 2022 07:52:57 +0000 (0:00:00.498) 0:00:24.585 ******
ok: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"cmd": [
"systemctl",
"is-enabled",
"cockpit.socket"
],
"delta": "0:00:00.009260",
"end": "2022-08-03 03:52:57.449571",
"rc": 0,
"start": "2022-08-03 03:52:57.440311"
}
STDOUT:
enabled
TASK [test - cockpit works with TLS] *******************************************
task path: /tmp/tmp2g3reiz6/tests/tests_default.yml:19
Wednesday 03 August 2022 07:52:57 +0000 (0:00:00.392) 0:00:24.977 ******
changed: [/cache/rhel-8-y.qcow2.snap] => {
"changed": true,
"checksum_dest": null,
"checksum_src": "8b54e3701580c910b9fbc23a0ae5dc034481a228",
"dest": "/run/out",
"elapsed": 0,
"gid": 0,
"group": "root",
"md5sum": "6be2e0fafe39b6e4bbb4f01cbdc811ca",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:var_run_t:s0",
"size": 11385,
"src": "/root/.ansible/tmp/ansible-tmp-1659513177.5347335-184625-25697152379164/tmpi1x_mpo6",
"state": "file",
"status_code": 200,
"uid": 0,
"url": "https://localhost:9090"
}
MSG:
OK (unknown bytes)
TASK [test - HTTP response is something sensible] ******************************
task path: /tmp/tmp2g3reiz6/tests/tests_default.yml:25
Wednesday 03 August 2022 07:52:58 +0000 (0:00:01.363) 0:00:26.341 ******
changed: [/cache/rhel-8-y.qcow2.snap] => {
"changed": true,
"cmd": [
"grep",
"id=\"login-user-input\"",
"/run/out"
],
"delta": "0:00:00.002922",
"end": "2022-08-03 03:52:59.191764",
"rc": 0,
"start": "2022-08-03 03:52:59.188842"
}
STDOUT:
TASK [test - clean up output file] *********************************************
task path: /tmp/tmp2g3reiz6/tests/tests_default.yml:28
Wednesday 03 August 2022 07:52:59 +0000 (0:00:00.365) 0:00:26.707 ******
changed: [/cache/rhel-8-y.qcow2.snap] => {
"changed": true,
"path": "/run/out",
"state": "absent"
}
TASK [test - no configuration file] ********************************************
task path: /tmp/tmp2g3reiz6/tests/tests_default.yml:33
Wednesday 03 August 2022 07:52:59 +0000 (0:00:00.381) 0:00:27.089 ******
ok: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"failed_when_result": false,
"stat": {
"exists": false
}
}
TASK [test - no port configuration file] ***************************************
task path: /tmp/tmp2g3reiz6/tests/tests_default.yml:39
Wednesday 03 August 2022 07:53:00 +0000 (0:00:00.478) 0:00:27.567 ******
ok: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"failed_when_result": false,
"stat": {
"exists": false
}
}
TASK [include_tasks] ***********************************************************
task path: /tmp/tmp2g3reiz6/tests/tests_default.yml:46
Wednesday 03 August 2022 07:53:00 +0000 (0:00:00.368) 0:00:27.936 ******
included: /tmp/tmp2g3reiz6/tests/tasks/cleanup.yml for /cache/rhel-8-y.qcow2.snap
TASK [cleanup - packages] ******************************************************
task path: /tmp/tmp2g3reiz6/tests/tasks/cleanup.yml:1
Wednesday 03 August 2022 07:53:00 +0000 (0:00:00.025) 0:00:27.961 ******
changed: [/cache/rhel-8-y.qcow2.snap] => {
"changed": true,
"rc": 0,
"results": [
"Removed: cockpit-273-2.el8.x86_64",
"Removed: cockpit-bridge-273-2.el8.x86_64",
"Removed: cockpit-packagekit-273-1.el8.noarch",
"Removed: cockpit-storaged-273-1.el8.noarch",
"Removed: cockpit-system-273-2.el8.noarch",
"Removed: cockpit-ws-273-2.el8.x86_64",
"Removed: subscription-manager-cockpit-1.28.31-1.el8.noarch"
]
}
TASK [cleanup - find certificates] *********************************************
task path: /tmp/tmp2g3reiz6/tests/tasks/cleanup.yml:13
Wednesday 03 August 2022 07:53:18 +0000 (0:00:17.640) 0:00:45.601 ******
ok: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"examined": 3,
"files": [
{
"atime": 1659513178.1203635,
"ctime": 1659513178.6273634,
"dev": 64515,
"gid": 0,
"gr_name": "root",
"inode": 16812224,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0644",
"mtime": 1659513178.6163635,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed-ca.pem",
"pw_name": "root",
"rgrp": true,
"roth": true,
"rusr": true,
"size": 2358,
"uid": 0,
"wgrp": false,
"woth": false,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
},
{
"atime": 1659513178.6373634,
"ctime": 1659513178.6323636,
"dev": 64515,
"gid": 0,
"gr_name": "root",
"inode": 16812225,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0644",
"mtime": 1659513178.6163635,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed.cert",
"pw_name": "root",
"rgrp": true,
"roth": true,
"rusr": true,
"size": 1883,
"uid": 0,
"wgrp": false,
"woth": false,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
},
{
"atime": 1659513178.6373634,
"ctime": 1659513178.6363635,
"dev": 64515,
"gid": 0,
"gr_name": "root",
"inode": 16812226,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0600",
"mtime": 1659513178.6163635,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed.key",
"pw_name": "root",
"rgrp": false,
"roth": false,
"rusr": true,
"size": 1708,
"uid": 0,
"wgrp": false,
"woth": false,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
}
],
"matched": 3,
"skipped_paths": {}
}
MSG:
All paths examined
TASK [cleanup - certificates] **************************************************
task path: /tmp/tmp2g3reiz6/tests/tasks/cleanup.yml:23
Wednesday 03 August 2022 07:53:18 +0000 (0:00:00.492) 0:00:46.094 ******
changed: [/cache/rhel-8-y.qcow2.snap] => (item={'path': '/etc/cockpit/ws-certs.d/0-self-signed-ca.pem', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 2358, 'inode': 16812224, 'dev': 64515, 'nlink': 1, 'atime': 1659513178.1203635, 'mtime': 1659513178.6163635, 'ctime': 1659513178.6273634, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"atime": 1659513178.1203635,
"ctime": 1659513178.6273634,
"dev": 64515,
"gid": 0,
"gr_name": "root",
"inode": 16812224,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0644",
"mtime": 1659513178.6163635,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed-ca.pem",
"pw_name": "root",
"rgrp": true,
"roth": true,
"rusr": true,
"size": 2358,
"uid": 0,
"wgrp": false,
"woth": false,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
},
"path": "/etc/cockpit/ws-certs.d/0-self-signed-ca.pem",
"state": "absent"
}
changed: [/cache/rhel-8-y.qcow2.snap] => (item={'path': '/etc/cockpit/ws-certs.d/0-self-signed.cert', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 1883, 'inode': 16812225, 'dev': 64515, 'nlink': 1, 'atime': 1659513178.6373634, 'mtime': 1659513178.6163635, 'ctime': 1659513178.6323636, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"atime": 1659513178.6373634,
"ctime": 1659513178.6323636,
"dev": 64515,
"gid": 0,
"gr_name": "root",
"inode": 16812225,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0644",
"mtime": 1659513178.6163635,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed.cert",
"pw_name": "root",
"rgrp": true,
"roth": true,
"rusr": true,
"size": 1883,
"uid": 0,
"wgrp": false,
"woth": false,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
},
"path": "/etc/cockpit/ws-certs.d/0-self-signed.cert",
"state": "absent"
}
changed: [/cache/rhel-8-y.qcow2.snap] => (item={'path': '/etc/cockpit/ws-certs.d/0-self-signed.key', 'mode': '0600', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 1708, 'inode': 16812226, 'dev': 64515, 'nlink': 1, 'atime': 1659513178.6373634, 'mtime': 1659513178.6163635, 'ctime': 1659513178.6363635, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': False, 'xgrp': False, 'woth': False, 'roth': False, 'xoth': False, 'isuid': False, 'isgid': False}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"atime": 1659513178.6373634,
"ctime": 1659513178.6363635,
"dev": 64515,
"gid": 0,
"gr_name": "root",
"inode": 16812226,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0600",
"mtime": 1659513178.6163635,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed.key",
"pw_name": "root",
"rgrp": false,
"roth": false,
"rusr": true,
"size": 1708,
"uid": 0,
"wgrp": false,
"woth": false,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
},
"path": "/etc/cockpit/ws-certs.d/0-self-signed.key",
"state": "absent"
}
TASK [cleanup - config file] ***************************************************
task path: /tmp/tmp2g3reiz6/tests/tasks/cleanup.yml:32
Wednesday 03 August 2022 07:53:19 +0000 (0:00:01.108) 0:00:47.203 ******
ok: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"path": "/etc/cockpit/cockpit.conf",
"state": "absent"
}
TASK [cleanup - port customization] ********************************************
task path: /tmp/tmp2g3reiz6/tests/tasks/cleanup.yml:40
Wednesday 03 August 2022 07:53:20 +0000 (0:00:00.380) 0:00:47.583 ******
ok: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"path": "/etc/systemd/system/cockpit.socket.d/",
"state": "absent"
}
TASK [cleanup - reload systemd] ************************************************
task path: /tmp/tmp2g3reiz6/tests/tasks/cleanup.yml:48
Wednesday 03 August 2022 07:53:20 +0000 (0:00:00.415) 0:00:47.998 ******
ok: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"name": null,
"status": {}
}
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/rhel-8-y.qcow2.snap : ok=22 changed=7 unreachable=0 failed=0 skipped=9 rescued=0 ignored=0
Wednesday 03 August 2022 07:53:21 +0000 (0:00:00.627) 0:00:48.626 ******
===============================================================================
linux-system-roles.cockpit : Ensure Cockpit Web Console packages are installed. -- 21.35s
/tmp/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml:8 -
cleanup - packages ----------------------------------------------------- 17.64s
/tmp/tmp2g3reiz6/tests/tasks/cleanup.yml:1 ------------------------------------
test - cockpit works with TLS ------------------------------------------- 1.36s
/tmp/tmp2g3reiz6/tests/tests_default.yml:19 -----------------------------------
cleanup - certificates -------------------------------------------------- 1.11s
/tmp/tmp2g3reiz6/tests/tasks/cleanup.yml:23 -----------------------------------
linux-system-roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled --- 0.96s
/tmp/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:75 -----
linux-system-roles.cockpit : Ensure ansible_facts used by role ---------- 0.86s
/tmp/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:2 --
cleanup - reload systemd ------------------------------------------------ 0.63s
/tmp/tmp2g3reiz6/tests/tasks/cleanup.yml:48 -----------------------------------
linux-system-roles.cockpit : Clean up port configuration file for undefined custom port --- 0.55s
/tmp/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:66 -----
test - socket is active ------------------------------------------------- 0.50s
/tmp/tmp2g3reiz6/tests/tests_default.yml:11 -----------------------------------
cleanup - find certificates --------------------------------------------- 0.49s
/tmp/tmp2g3reiz6/tests/tasks/cleanup.yml:13 -----------------------------------
test - no configuration file -------------------------------------------- 0.48s
/tmp/tmp2g3reiz6/tests/tests_default.yml:33 -----------------------------------
cleanup - port customization -------------------------------------------- 0.42s
/tmp/tmp2g3reiz6/tests/tasks/cleanup.yml:40 -----------------------------------
test - socket is enabled ------------------------------------------------ 0.39s
/tmp/tmp2g3reiz6/tests/tests_default.yml:15 -----------------------------------
test - clean up output file --------------------------------------------- 0.38s
/tmp/tmp2g3reiz6/tests/tests_default.yml:28 -----------------------------------
cleanup - config file --------------------------------------------------- 0.38s
/tmp/tmp2g3reiz6/tests/tasks/cleanup.yml:32 -----------------------------------
test - no port configuration file --------------------------------------- 0.37s
/tmp/tmp2g3reiz6/tests/tests_default.yml:39 -----------------------------------
test - HTTP response is something sensible ------------------------------ 0.37s
/tmp/tmp2g3reiz6/tests/tests_default.yml:25 -----------------------------------
linux-system-roles.cockpit : If choosing custom package set, ensure minimal cockpit is included --- 0.06s
/tmp/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml:1 -
linux-system-roles.cockpit : Set version specific variables ------------- 0.03s
/tmp/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:8 --
linux-system-roles.cockpit : Manage cockpit packages using platform specific package manager if applicable --- 0.03s
/tmp/tmp2g3reiz6/tests/roles/linux-system-roles.cockpit/tasks/main.yml:21 -----
ansible-playbook [core 2.12.6]
config file = /etc/ansible/ansible.cfg
configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python3.9/site-packages/ansible
ansible collection location = /tmp/tmpzsr38y52
executable location = /usr/bin/ansible-playbook
python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)]
jinja version = 2.11.3
libyaml = True
Using /etc/ansible/ansible.cfg as config file
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
PLAYBOOK: tests_default.yml ****************************************************
1 plays in /tmp/tmpye5y6l1x/tests/cockpit/tests_default.yml
PLAY [Test role with default options] ******************************************
META: ran handlers
TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts and variables used by role] ***
task path: /tmp/tmpzsr38y52/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:1
Wednesday 03 August 2022 08:00:56 +0000 (0:00:00.020) 0:00:00.020 ******
included: /tmp/tmpzsr38y52/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml for /cache/rhel-8-y.qcow2.snap
TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role] ***
task path: /tmp/tmpzsr38y52/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2
Wednesday 03 August 2022 08:00:57 +0000 (0:00:00.023) 0:00:00.044 ******
ok: [/cache/rhel-8-y.qcow2.snap]
TASK [fedora.linux_system_roles.cockpit : Set version specific variables] ******
task path: /tmp/tmpzsr38y52/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:7
Wednesday 03 August 2022 08:00:57 +0000 (0:00:00.834) 0:00:00.878 ******
ok: [/cache/rhel-8-y.qcow2.snap] => (item=/tmp/tmpzsr38y52/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/RedHat-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/tmpzsr38y52/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/RedHat-8.yml"
],
"ansible_loop_var": "item",
"changed": false,
"item": "/tmp/tmpzsr38y52/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/RedHat-8.yml"
}
TASK [fedora.linux_system_roles.cockpit : List active RHEL repositories] *******
task path: /tmp/tmpzsr38y52/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:9
Wednesday 03 August 2022 08:00:57 +0000 (0:00:00.036) 0:00:00.915 ******
skipping: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Enable RHEL repositories] ************
task path: /tmp/tmpzsr38y52/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:17
Wednesday 03 August 2022 08:00:57 +0000 (0:00:00.021) 0:00:00.937 ******
skipping: [/cache/rhel-8-y.qcow2.snap] => {
"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/tmpzsr38y52/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:21
Wednesday 03 August 2022 08:00:57 +0000 (0:00:00.020) 0:00:00.957 ******
included: /tmp/tmpzsr38y52/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml for /cache/rhel-8-y.qcow2.snap => (item=/tmp/tmpzsr38y52/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/tmpzsr38y52/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:1
Wednesday 03 August 2022 08:00:57 +0000 (0:00:00.031) 0:00:00.989 ******
ok: [/cache/rhel-8-y.qcow2.snap] => {
"ansible_facts": {
"cockpit_packages": "default"
},
"changed": false
}
TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed.] ***
task path: /tmp/tmpzsr38y52/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:6
Wednesday 03 August 2022 08:00:58 +0000 (0:00:00.056) 0:00:01.045 ******
changed: [/cache/rhel-8-y.qcow2.snap] => {
"changed": true,
"rc": 0,
"results": [
"Installed: cockpit-packagekit-273-1.el8.noarch",
"Installed: cockpit-273-2.el8.x86_64",
"Installed: cockpit-bridge-273-2.el8.x86_64",
"Installed: cockpit-system-273-2.el8.noarch",
"Installed: cockpit-ws-273-2.el8.x86_64",
"Installed: cockpit-storaged-273-1.el8.noarch",
"Installed: subscription-manager-cockpit-1.28.31-1.el8.noarch"
]
}
TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file directory] ***
task path: /tmp/tmpzsr38y52/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:27
Wednesday 03 August 2022 08:01:16 +0000 (0:00:18.054) 0:00:19.100 ******
skipping: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file] ***
task path: /tmp/tmpzsr38y52/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:35
Wednesday 03 August 2022 08:01:16 +0000 (0:00:00.028) 0:00:19.129 ******
skipping: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Check if SELinux is enabled] *********
task path: /tmp/tmpzsr38y52/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:51
Wednesday 03 August 2022 08:01:16 +0000 (0:00:00.023) 0:00:19.152 ******
skipping: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Allow cockpit to own custom port in SELinux policy] **********************
task path: /tmp/tmpzsr38y52/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:58
Wednesday 03 August 2022 08:01:16 +0000 (0:00:00.022) 0:00:19.175 ******
skipping: [/cache/rhel-8-y.qcow2.snap] => {
"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/tmpzsr38y52/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:66
Wednesday 03 August 2022 08:01:16 +0000 (0:00:00.022) 0:00:19.198 ******
ok: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"path": "/etc/systemd/system/cockpit.socket.d/listen.conf",
"state": "absent"
}
TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled] ***
task path: /tmp/tmpzsr38y52/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:75
Wednesday 03 August 2022 08:01:16 +0000 (0:00:00.522) 0:00:19.720 ******
changed: [/cache/rhel-8-y.qcow2.snap] => {
"changed": true,
"enabled": true,
"name": "cockpit.socket",
"state": "started",
"status": {
"Accept": "no",
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "sysinit.target system.slice systemd-journald.socket",
"AllowIsolate": "no",
"AllowedCPUs": "",
"AllowedMemoryNodes": "",
"AmbientCapabilities": "",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Backlog": "128",
"Before": "cockpit.service cockpit-motd.service sockets.target shutdown.target",
"BindIPv6Only": "default",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"Broadcast": "no",
"CPUAccounting": "no",
"CPUAffinity": "",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "no",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon 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": "6963",
"LimitNPROCSoft": "6963",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "6963",
"LimitSIGPENDINGSoft": "6963",
"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": "11140",
"TimeoutUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Transparent": "no",
"TriggerLimitBurst": "20",
"TriggerLimitIntervalUSec": "2s",
"Triggers": "cockpit.service",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"Wants": "cockpit-motd.service",
"Writable": "no"
}
}
TASK [fedora.linux_system_roles.cockpit : Create cockpit.conf configuration file] ***
task path: /tmp/tmpzsr38y52/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:81
Wednesday 03 August 2022 08:01:17 +0000 (0:00:00.924) 0:00:20.645 ******
skipping: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate] ***
task path: /tmp/tmpzsr38y52/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:92
Wednesday 03 August 2022 08:01:17 +0000 (0:00:00.025) 0:00:20.670 ******
skipping: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate key] ***
task path: /tmp/tmpzsr38y52/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:102
Wednesday 03 August 2022 08:01:17 +0000 (0:00:00.022) 0:00:20.692 ******
skipping: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
META: role_complete for /cache/rhel-8-y.qcow2.snap
TASK [test - socket is active] *************************************************
task path: /tmp/tmpye5y6l1x/tests/cockpit/tests_default.yml:11
Wednesday 03 August 2022 08:01:17 +0000 (0:00:00.027) 0:00:20.719 ******
ok: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"cmd": [
"systemctl",
"is-active",
"cockpit.socket"
],
"delta": "0:00:00.007528",
"end": "2022-08-03 04:01:16.732486",
"rc": 0,
"start": "2022-08-03 04:01:16.724958"
}
STDOUT:
active
TASK [test - socket is enabled] ************************************************
task path: /tmp/tmpye5y6l1x/tests/cockpit/tests_default.yml:15
Wednesday 03 August 2022 08:01:18 +0000 (0:00:00.475) 0:00:21.195 ******
ok: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"cmd": [
"systemctl",
"is-enabled",
"cockpit.socket"
],
"delta": "0:00:00.008129",
"end": "2022-08-03 04:01:17.086260",
"rc": 0,
"start": "2022-08-03 04:01:17.078131"
}
STDOUT:
enabled
TASK [test - cockpit works with TLS] *******************************************
task path: /tmp/tmpye5y6l1x/tests/cockpit/tests_default.yml:19
Wednesday 03 August 2022 08:01:18 +0000 (0:00:00.352) 0:00:21.547 ******
changed: [/cache/rhel-8-y.qcow2.snap] => {
"changed": true,
"checksum_dest": null,
"checksum_src": "8b54e3701580c910b9fbc23a0ae5dc034481a228",
"dest": "/run/out",
"elapsed": 0,
"gid": 0,
"group": "root",
"md5sum": "6be2e0fafe39b6e4bbb4f01cbdc811ca",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:var_run_t:s0",
"size": 11385,
"src": "/root/.ansible/tmp/ansible-tmp-1659513678.558479-187777-216223104059285/tmpr_lscgmp",
"state": "file",
"status_code": 200,
"uid": 0,
"url": "https://localhost:9090"
}
MSG:
OK (unknown bytes)
TASK [test - HTTP response is something sensible] ******************************
task path: /tmp/tmpye5y6l1x/tests/cockpit/tests_default.yml:25
Wednesday 03 August 2022 08:01:20 +0000 (0:00:01.583) 0:00:23.131 ******
changed: [/cache/rhel-8-y.qcow2.snap] => {
"changed": true,
"cmd": [
"grep",
"id=\"login-user-input\"",
"/run/out"
],
"delta": "0:00:00.003073",
"end": "2022-08-03 04:01:19.025736",
"rc": 0,
"start": "2022-08-03 04:01:19.022663"
}
STDOUT:
TASK [test - clean up output file] *********************************************
task path: /tmp/tmpye5y6l1x/tests/cockpit/tests_default.yml:28
Wednesday 03 August 2022 08:01:20 +0000 (0:00:00.358) 0:00:23.489 ******
changed: [/cache/rhel-8-y.qcow2.snap] => {
"changed": true,
"path": "/run/out",
"state": "absent"
}
TASK [test - no configuration file] ********************************************
task path: /tmp/tmpye5y6l1x/tests/cockpit/tests_default.yml:33
Wednesday 03 August 2022 08:01:20 +0000 (0:00:00.364) 0:00:23.854 ******
ok: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"failed_when_result": false,
"stat": {
"exists": false
}
}
TASK [test - no port configuration file] ***************************************
task path: /tmp/tmpye5y6l1x/tests/cockpit/tests_default.yml:39
Wednesday 03 August 2022 08:01:21 +0000 (0:00:00.482) 0:00:24.337 ******
ok: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"failed_when_result": false,
"stat": {
"exists": false
}
}
TASK [include_tasks] ***********************************************************
task path: /tmp/tmpye5y6l1x/tests/cockpit/tests_default.yml:46
Wednesday 03 August 2022 08:01:21 +0000 (0:00:00.357) 0:00:24.694 ******
included: /tmp/tmpye5y6l1x/tests/cockpit/tasks/cleanup.yml for /cache/rhel-8-y.qcow2.snap
TASK [cleanup - packages] ******************************************************
task path: /tmp/tmpye5y6l1x/tests/cockpit/tasks/cleanup.yml:1
Wednesday 03 August 2022 08:01:21 +0000 (0:00:00.025) 0:00:24.720 ******
changed: [/cache/rhel-8-y.qcow2.snap] => {
"changed": true,
"rc": 0,
"results": [
"Removed: cockpit-273-2.el8.x86_64",
"Removed: cockpit-bridge-273-2.el8.x86_64",
"Removed: cockpit-packagekit-273-1.el8.noarch",
"Removed: cockpit-storaged-273-1.el8.noarch",
"Removed: cockpit-system-273-2.el8.noarch",
"Removed: cockpit-ws-273-2.el8.x86_64",
"Removed: subscription-manager-cockpit-1.28.31-1.el8.noarch"
]
}
TASK [cleanup - find certificates] *********************************************
task path: /tmp/tmpye5y6l1x/tests/cockpit/tasks/cleanup.yml:13
Wednesday 03 August 2022 08:01:38 +0000 (0:00:16.551) 0:00:41.272 ******
ok: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"examined": 3,
"files": [
{
"atime": 1659513677.705471,
"ctime": 1659513678.520471,
"dev": 64515,
"gid": 0,
"gr_name": "root",
"inode": 16812160,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0644",
"mtime": 1659513678.512471,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed-ca.pem",
"pw_name": "root",
"rgrp": true,
"roth": true,
"rusr": true,
"size": 2358,
"uid": 0,
"wgrp": false,
"woth": false,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
},
{
"atime": 1659513678.530471,
"ctime": 1659513678.525471,
"dev": 64515,
"gid": 0,
"gr_name": "root",
"inode": 16812161,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0644",
"mtime": 1659513678.512471,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed.cert",
"pw_name": "root",
"rgrp": true,
"roth": true,
"rusr": true,
"size": 1883,
"uid": 0,
"wgrp": false,
"woth": false,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
},
{
"atime": 1659513678.530471,
"ctime": 1659513678.5294712,
"dev": 64515,
"gid": 0,
"gr_name": "root",
"inode": 16812162,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0600",
"mtime": 1659513678.512471,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed.key",
"pw_name": "root",
"rgrp": false,
"roth": false,
"rusr": true,
"size": 1704,
"uid": 0,
"wgrp": false,
"woth": false,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
}
],
"matched": 3,
"skipped_paths": {}
}
MSG:
All paths examined
TASK [cleanup - certificates] **************************************************
task path: /tmp/tmpye5y6l1x/tests/cockpit/tasks/cleanup.yml:23
Wednesday 03 August 2022 08:01:38 +0000 (0:00:00.479) 0:00:41.751 ******
changed: [/cache/rhel-8-y.qcow2.snap] => (item={'path': '/etc/cockpit/ws-certs.d/0-self-signed-ca.pem', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 2358, 'inode': 16812160, 'dev': 64515, 'nlink': 1, 'atime': 1659513677.705471, 'mtime': 1659513678.512471, 'ctime': 1659513678.520471, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"atime": 1659513677.705471,
"ctime": 1659513678.520471,
"dev": 64515,
"gid": 0,
"gr_name": "root",
"inode": 16812160,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0644",
"mtime": 1659513678.512471,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed-ca.pem",
"pw_name": "root",
"rgrp": true,
"roth": true,
"rusr": true,
"size": 2358,
"uid": 0,
"wgrp": false,
"woth": false,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
},
"path": "/etc/cockpit/ws-certs.d/0-self-signed-ca.pem",
"state": "absent"
}
changed: [/cache/rhel-8-y.qcow2.snap] => (item={'path': '/etc/cockpit/ws-certs.d/0-self-signed.cert', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 1883, 'inode': 16812161, 'dev': 64515, 'nlink': 1, 'atime': 1659513678.530471, 'mtime': 1659513678.512471, 'ctime': 1659513678.525471, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"atime": 1659513678.530471,
"ctime": 1659513678.525471,
"dev": 64515,
"gid": 0,
"gr_name": "root",
"inode": 16812161,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0644",
"mtime": 1659513678.512471,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed.cert",
"pw_name": "root",
"rgrp": true,
"roth": true,
"rusr": true,
"size": 1883,
"uid": 0,
"wgrp": false,
"woth": false,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
},
"path": "/etc/cockpit/ws-certs.d/0-self-signed.cert",
"state": "absent"
}
changed: [/cache/rhel-8-y.qcow2.snap] => (item={'path': '/etc/cockpit/ws-certs.d/0-self-signed.key', 'mode': '0600', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 1704, 'inode': 16812162, 'dev': 64515, 'nlink': 1, 'atime': 1659513678.530471, 'mtime': 1659513678.512471, 'ctime': 1659513678.5294712, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': False, 'xgrp': False, 'woth': False, 'roth': False, 'xoth': False, 'isuid': False, 'isgid': False}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"atime": 1659513678.530471,
"ctime": 1659513678.5294712,
"dev": 64515,
"gid": 0,
"gr_name": "root",
"inode": 16812162,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0600",
"mtime": 1659513678.512471,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed.key",
"pw_name": "root",
"rgrp": false,
"roth": false,
"rusr": true,
"size": 1704,
"uid": 0,
"wgrp": false,
"woth": false,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
},
"path": "/etc/cockpit/ws-certs.d/0-self-signed.key",
"state": "absent"
}
TASK [cleanup - config file] ***************************************************
task path: /tmp/tmpye5y6l1x/tests/cockpit/tasks/cleanup.yml:32
Wednesday 03 August 2022 08:01:39 +0000 (0:00:01.084) 0:00:42.836 ******
ok: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"path": "/etc/cockpit/cockpit.conf",
"state": "absent"
}
TASK [cleanup - port customization] ********************************************
task path: /tmp/tmpye5y6l1x/tests/cockpit/tasks/cleanup.yml:40
Wednesday 03 August 2022 08:01:40 +0000 (0:00:00.359) 0:00:43.195 ******
ok: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"path": "/etc/systemd/system/cockpit.socket.d/",
"state": "absent"
}
TASK [cleanup - reload systemd] ************************************************
task path: /tmp/tmpye5y6l1x/tests/cockpit/tasks/cleanup.yml:48
Wednesday 03 August 2022 08:01:40 +0000 (0:00:00.359) 0:00:43.555 ******
ok: [/cache/rhel-8-y.qcow2.snap] => {
"changed": false,
"name": null,
"status": {}
}
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/rhel-8-y.qcow2.snap : ok=22 changed=7 unreachable=0 failed=0 skipped=9 rescued=0 ignored=0
Wednesday 03 August 2022 08:01:41 +0000 (0:00:00.614) 0:00:44.169 ******
===============================================================================
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed. -- 18.05s
/tmp/tmpzsr38y52/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:6
cleanup - packages ----------------------------------------------------- 16.55s
/tmp/tmpye5y6l1x/tests/cockpit/tasks/cleanup.yml:1 ----------------------------
test - cockpit works with TLS ------------------------------------------- 1.58s
/tmp/tmpye5y6l1x/tests/cockpit/tests_default.yml:19 ---------------------------
cleanup - certificates -------------------------------------------------- 1.08s
/tmp/tmpye5y6l1x/tests/cockpit/tasks/cleanup.yml:23 ---------------------------
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled --- 0.92s
/tmp/tmpzsr38y52/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:75
fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role --- 0.83s
/tmp/tmpzsr38y52/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2
cleanup - reload systemd ------------------------------------------------ 0.61s
/tmp/tmpye5y6l1x/tests/cockpit/tasks/cleanup.yml:48 ---------------------------
fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port --- 0.52s
/tmp/tmpzsr38y52/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:66
test - no configuration file -------------------------------------------- 0.48s
/tmp/tmpye5y6l1x/tests/cockpit/tests_default.yml:33 ---------------------------
cleanup - find certificates --------------------------------------------- 0.48s
/tmp/tmpye5y6l1x/tests/cockpit/tasks/cleanup.yml:13 ---------------------------
test - socket is active ------------------------------------------------- 0.48s
/tmp/tmpye5y6l1x/tests/cockpit/tests_default.yml:11 ---------------------------
test - clean up output file --------------------------------------------- 0.36s
/tmp/tmpye5y6l1x/tests/cockpit/tests_default.yml:28 ---------------------------
cleanup - config file --------------------------------------------------- 0.36s
/tmp/tmpye5y6l1x/tests/cockpit/tasks/cleanup.yml:32 ---------------------------
cleanup - port customization -------------------------------------------- 0.36s
/tmp/tmpye5y6l1x/tests/cockpit/tasks/cleanup.yml:40 ---------------------------
test - HTTP response is something sensible ------------------------------ 0.36s
/tmp/tmpye5y6l1x/tests/cockpit/tests_default.yml:25 ---------------------------
test - no port configuration file --------------------------------------- 0.36s
/tmp/tmpye5y6l1x/tests/cockpit/tests_default.yml:39 ---------------------------
test - socket is enabled ------------------------------------------------ 0.35s
/tmp/tmpye5y6l1x/tests/cockpit/tests_default.yml:15 ---------------------------
fedora.linux_system_roles.cockpit : If choosing custom package set, ensure minimal cockpit is included --- 0.06s
/tmp/tmpzsr38y52/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:1
fedora.linux_system_roles.cockpit : Set version specific variables ------ 0.04s
/tmp/tmpzsr38y52/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:7
fedora.linux_system_roles.cockpit : Manage cockpit packages using platform specific package manager if applicable --- 0.03s
/tmp/tmpzsr38y52/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:21