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/tmplj_5s110
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/tmptxw92jqg/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/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/tasks/main.yml:1
Wednesday 03 August 2022 07:45:33 +0000 (0:00:00.019) 0:00:00.019 ******
included: /tmp/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml for /cache/rhel-9.qcow2.snap
TASK [linux-system-roles.cockpit : Ensure ansible_facts used by role] **********
task path: /tmp/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:2
Wednesday 03 August 2022 07:45:33 +0000 (0:00:00.021) 0:00:00.041 ******
ok: [/cache/rhel-9.qcow2.snap]
TASK [linux-system-roles.cockpit : Set version specific variables] *************
task path: /tmp/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:8
Wednesday 03 August 2022 07:45:34 +0000 (0:00:00.822) 0:00:00.863 ******
ok: [/cache/rhel-9.qcow2.snap] => (item=/tmp/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/vars/RedHat-9.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/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/vars/RedHat-9.yml"
],
"ansible_loop_var": "item",
"changed": false,
"item": "/tmp/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/vars/RedHat-9.yml"
}
TASK [linux-system-roles.cockpit : List active RHEL repositories] **************
task path: /tmp/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/tasks/main.yml:9
Wednesday 03 August 2022 07:45:34 +0000 (0:00:00.033) 0:00:00.897 ******
skipping: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.cockpit : Enable RHEL repositories] *******************
task path: /tmp/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/tasks/main.yml:17
Wednesday 03 August 2022 07:45:34 +0000 (0:00:00.018) 0:00:00.915 ******
skipping: [/cache/rhel-9.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/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/tasks/main.yml:21
Wednesday 03 August 2022 07:45:34 +0000 (0:00:00.018) 0:00:00.933 ******
included: /tmp/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml for /cache/rhel-9.qcow2.snap => (item=/tmp/tmptxw92jqg/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/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml:1
Wednesday 03 August 2022 07:45:34 +0000 (0:00:00.028) 0:00:00.962 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"ansible_facts": {
"cockpit_packages": "default"
},
"changed": false
}
TASK [linux-system-roles.cockpit : Ensure Cockpit Web Console packages are installed.] ***
task path: /tmp/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml:8
Wednesday 03 August 2022 07:45:34 +0000 (0:00:00.052) 0:00:01.015 ******
changed: [/cache/rhel-9.qcow2.snap] => {
"changed": true,
"rc": 0,
"results": [
"Installed: cockpit-packagekit-264.1-1.el9.noarch",
"Installed: cockpit-storaged-264.1-1.el9.noarch",
"Installed: subscription-manager-cockpit-1.29.26-3.el9_0.noarch",
"Installed: cockpit-264.1-1.el9.x86_64",
"Installed: cockpit-bridge-264.1-1.el9.x86_64",
"Installed: cockpit-system-264.1-1.el9.noarch",
"Installed: cockpit-ws-264.1-1.el9.x86_64"
]
}
TASK [linux-system-roles.cockpit : Create custom port configuration file directory] ***
task path: /tmp/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/tasks/main.yml:27
Wednesday 03 August 2022 07:45:44 +0000 (0:00:09.896) 0:00:10.912 ******
skipping: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.cockpit : Create custom port configuration file] ******
task path: /tmp/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/tasks/main.yml:35
Wednesday 03 August 2022 07:45:44 +0000 (0:00:00.022) 0:00:10.934 ******
skipping: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.cockpit : Check if SELinux is enabled] ****************
task path: /tmp/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/tasks/main.yml:51
Wednesday 03 August 2022 07:45:44 +0000 (0:00:00.022) 0:00:10.956 ******
skipping: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Allow cockpit to own custom port in SELinux policy] **********************
task path: /tmp/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/tasks/main.yml:58
Wednesday 03 August 2022 07:45:44 +0000 (0:00:00.021) 0:00:10.978 ******
skipping: [/cache/rhel-9.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/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/tasks/main.yml:66
Wednesday 03 August 2022 07:45:44 +0000 (0:00:00.022) 0:00:11.001 ******
ok: [/cache/rhel-9.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/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/tasks/main.yml:75
Wednesday 03 August 2022 07:45:45 +0000 (0:00:00.484) 0:00:11.485 ******
changed: [/cache/rhel-9.qcow2.snap] => {
"changed": true,
"enabled": true,
"name": "cockpit.socket",
"state": "started",
"status": {
"Accept": "no",
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket sysinit.target system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Backlog": "4096",
"Before": "shutdown.target sockets.target cockpit.service cockpit-motd.service",
"BindIPv6Only": "default",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"Broadcast": "no",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "no",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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",
"FinalKillSignal": "9",
"FlushPending": "no",
"FragmentPath": "/usr/lib/systemd/system/cockpit.socket",
"FreeBind": "no",
"FreezerState": "running",
"GID": "[not set]",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"IPTOS": "-1",
"IPTTL": "-1",
"Id": "cockpit.socket",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeepAlive": "no",
"KeepAliveIntervalUSec": "0",
"KeepAliveProbes": "0",
"KeepAliveTimeUSec": "0",
"KeyringMode": "shared",
"KillMode": "control-group",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "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": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "6843",
"LimitNPROCSoft": "6843",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "6843",
"LimitSIGPENDINGSoft": "6843",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"Listen": "[::]:9090 (Stream)",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"Mark": "-1",
"MaxConnections": "64",
"MaxConnectionsPerSource": "0",
"MemoryAccounting": "yes",
"MemoryAvailable": "infinity",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MessageQueueMaxMessages": "0",
"MessageQueueMessageSize": "0",
"MountAPIVFS": "no",
"NAccepted": "0",
"NConnections": "0",
"NRefused": "0",
"NUMAPolicy": "n/a",
"Names": "cockpit.socket",
"NeedDaemonReload": "no",
"Nice": "0",
"NoDelay": "no",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"OnSuccessJobMode": "fail",
"PassCredentials": "no",
"PassPacketInfo": "no",
"PassSecurity": "no",
"Perpetual": "no",
"PipeSize": "0",
"Priority": "-1",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"ReceiveBuffer": "0",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"RemoveIPC": "no",
"RemoveOnStop": "no",
"RequiredBy": "cockpit.service",
"Requires": "system.slice sysinit.target",
"RestartKillSignal": "15",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"ReusePort": "no",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "10949",
"TimeoutCleanUSec": "infinity",
"TimeoutUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Timestamping": "off",
"Transient": "no",
"Transparent": "no",
"TriggerLimitBurst": "20",
"TriggerLimitIntervalUSec": "2s",
"Triggers": "cockpit.service",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"Wants": "cockpit-motd.service",
"WatchdogSignal": "6",
"Writable": "no"
}
}
TASK [linux-system-roles.cockpit : Create cockpit.conf configuration file] *****
task path: /tmp/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/tasks/main.yml:81
Wednesday 03 August 2022 07:45:46 +0000 (0:00:00.954) 0:00:12.439 ******
skipping: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.cockpit : Link to configured existing certificate] ****
task path: /tmp/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/tasks/main.yml:92
Wednesday 03 August 2022 07:45:46 +0000 (0:00:00.021) 0:00:12.461 ******
skipping: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.cockpit : Link to configured existing certificate key] ***
task path: /tmp/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/tasks/main.yml:102
Wednesday 03 August 2022 07:45:46 +0000 (0:00:00.021) 0:00:12.482 ******
skipping: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
META: role_complete for /cache/rhel-9.qcow2.snap
TASK [test - socket is active] *************************************************
task path: /tmp/tmptxw92jqg/tests/tests_default.yml:11
Wednesday 03 August 2022 07:45:46 +0000 (0:00:00.026) 0:00:12.508 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"cmd": [
"systemctl",
"is-active",
"cockpit.socket"
],
"delta": "0:00:00.008074",
"end": "2022-08-03 03:45:45.603606",
"rc": 0,
"start": "2022-08-03 03:45:45.595532"
}
STDOUT:
active
TASK [test - socket is enabled] ************************************************
task path: /tmp/tmptxw92jqg/tests/tests_default.yml:15
Wednesday 03 August 2022 07:45:46 +0000 (0:00:00.453) 0:00:12.962 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"cmd": [
"systemctl",
"is-enabled",
"cockpit.socket"
],
"delta": "0:00:00.009722",
"end": "2022-08-03 03:45:45.941152",
"rc": 0,
"start": "2022-08-03 03:45:45.931430"
}
STDOUT:
enabled
TASK [test - cockpit works with TLS] *******************************************
task path: /tmp/tmptxw92jqg/tests/tests_default.yml:19
Wednesday 03 August 2022 07:45:47 +0000 (0:00:00.338) 0:00:13.301 ******
changed: [/cache/rhel-9.qcow2.snap] => {
"changed": true,
"checksum_dest": null,
"checksum_src": "994b4b20d5a66f07819df9a9a01dbc3ece0aa4a9",
"dest": "/run/out",
"elapsed": 2,
"gid": 0,
"group": "root",
"md5sum": "492b20d1f46eeeb9cc52e64f78e1aef9",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:var_run_t:s0",
"size": 11317,
"src": "/root/.ansible/tmp/ansible-tmp-1659512747.2235854-292830-72867773483101/tmp_sn_aj46",
"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/tmptxw92jqg/tests/tests_default.yml:25
Wednesday 03 August 2022 07:45:50 +0000 (0:00:03.467) 0:00:16.769 ******
changed: [/cache/rhel-9.qcow2.snap] => {
"changed": true,
"cmd": [
"grep",
"id=\"login-user-input\"",
"/run/out"
],
"delta": "0:00:00.003355",
"end": "2022-08-03 03:45:49.749434",
"rc": 0,
"start": "2022-08-03 03:45:49.746079"
}
STDOUT:
TASK [test - clean up output file] *********************************************
task path: /tmp/tmptxw92jqg/tests/tests_default.yml:28
Wednesday 03 August 2022 07:45:50 +0000 (0:00:00.343) 0:00:17.113 ******
changed: [/cache/rhel-9.qcow2.snap] => {
"changed": true,
"path": "/run/out",
"state": "absent"
}
TASK [test - no configuration file] ********************************************
task path: /tmp/tmptxw92jqg/tests/tests_default.yml:33
Wednesday 03 August 2022 07:45:51 +0000 (0:00:00.348) 0:00:17.462 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"failed_when_result": false,
"stat": {
"exists": false
}
}
TASK [test - no port configuration file] ***************************************
task path: /tmp/tmptxw92jqg/tests/tests_default.yml:39
Wednesday 03 August 2022 07:45:51 +0000 (0:00:00.455) 0:00:17.917 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"failed_when_result": false,
"stat": {
"exists": false
}
}
TASK [include_tasks] ***********************************************************
task path: /tmp/tmptxw92jqg/tests/tests_default.yml:46
Wednesday 03 August 2022 07:45:52 +0000 (0:00:00.329) 0:00:18.247 ******
included: /tmp/tmptxw92jqg/tests/tasks/cleanup.yml for /cache/rhel-9.qcow2.snap
TASK [cleanup - packages] ******************************************************
task path: /tmp/tmptxw92jqg/tests/tasks/cleanup.yml:1
Wednesday 03 August 2022 07:45:52 +0000 (0:00:00.024) 0:00:18.271 ******
changed: [/cache/rhel-9.qcow2.snap] => {
"changed": true,
"rc": 0,
"results": [
"Removed: cockpit-packagekit-264.1-1.el9.noarch",
"Removed: cockpit-storaged-264.1-1.el9.noarch",
"Removed: cockpit-system-264.1-1.el9.noarch",
"Removed: cockpit-ws-264.1-1.el9.x86_64",
"Removed: subscription-manager-cockpit-1.29.26-3.el9_0.noarch",
"Removed: cockpit-264.1-1.el9.x86_64",
"Removed: cockpit-bridge-264.1-1.el9.x86_64"
]
}
TASK [cleanup - find certificates] *********************************************
task path: /tmp/tmptxw92jqg/tests/tasks/cleanup.yml:13
Wednesday 03 August 2022 07:46:01 +0000 (0:00:09.847) 0:00:28.119 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"examined": 3,
"files": [
{
"atime": 1659512746.519954,
"ctime": 1659512749.302954,
"dev": 64516,
"gid": 0,
"gr_name": "root",
"inode": 13238,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0644",
"mtime": 1659512746.519954,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed-ca.pem",
"pw_name": "root",
"rgrp": true,
"roth": true,
"rusr": true,
"size": 0,
"uid": 0,
"wgrp": false,
"woth": false,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
},
{
"atime": 1659512749.315954,
"ctime": 1659512749.307954,
"dev": 64516,
"gid": 0,
"gr_name": "root",
"inode": 13239,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0644",
"mtime": 1659512749.293954,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed.cert",
"pw_name": "root",
"rgrp": true,
"roth": true,
"rusr": true,
"size": 1399,
"uid": 0,
"wgrp": false,
"woth": false,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
},
{
"atime": 1659512749.315954,
"ctime": 1659512749.314954,
"dev": 64516,
"gid": 993,
"gr_name": "cockpit-ws",
"inode": 13240,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0240",
"mtime": 1659512749.290954,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed.key",
"pw_name": "root",
"rgrp": true,
"roth": false,
"rusr": false,
"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/tmptxw92jqg/tests/tasks/cleanup.yml:23
Wednesday 03 August 2022 07:46:02 +0000 (0:00:00.451) 0:00:28.570 ******
changed: [/cache/rhel-9.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': 0, 'inode': 13238, 'dev': 64516, 'nlink': 1, 'atime': 1659512746.519954, 'mtime': 1659512746.519954, 'ctime': 1659512749.302954, '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": 1659512746.519954,
"ctime": 1659512749.302954,
"dev": 64516,
"gid": 0,
"gr_name": "root",
"inode": 13238,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0644",
"mtime": 1659512746.519954,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed-ca.pem",
"pw_name": "root",
"rgrp": true,
"roth": true,
"rusr": true,
"size": 0,
"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-9.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': 1399, 'inode': 13239, 'dev': 64516, 'nlink': 1, 'atime': 1659512749.315954, 'mtime': 1659512749.293954, 'ctime': 1659512749.307954, '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": 1659512749.315954,
"ctime": 1659512749.307954,
"dev": 64516,
"gid": 0,
"gr_name": "root",
"inode": 13239,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0644",
"mtime": 1659512749.293954,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed.cert",
"pw_name": "root",
"rgrp": true,
"roth": true,
"rusr": true,
"size": 1399,
"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-9.qcow2.snap] => (item={'path': '/etc/cockpit/ws-certs.d/0-self-signed.key', 'mode': '0240', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 993, 'size': 1704, 'inode': 13240, 'dev': 64516, 'nlink': 1, 'atime': 1659512749.315954, 'mtime': 1659512749.290954, 'ctime': 1659512749.314954, 'gr_name': 'cockpit-ws', 'pw_name': 'root', 'wusr': True, 'rusr': False, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': False, 'xoth': False, 'isuid': False, 'isgid': False}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"atime": 1659512749.315954,
"ctime": 1659512749.314954,
"dev": 64516,
"gid": 993,
"gr_name": "cockpit-ws",
"inode": 13240,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0240",
"mtime": 1659512749.290954,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed.key",
"pw_name": "root",
"rgrp": true,
"roth": false,
"rusr": false,
"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/tmptxw92jqg/tests/tasks/cleanup.yml:32
Wednesday 03 August 2022 07:46:03 +0000 (0:00:00.983) 0:00:29.553 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"path": "/etc/cockpit/cockpit.conf",
"state": "absent"
}
TASK [cleanup - port customization] ********************************************
task path: /tmp/tmptxw92jqg/tests/tasks/cleanup.yml:40
Wednesday 03 August 2022 07:46:03 +0000 (0:00:00.330) 0:00:29.884 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"path": "/etc/systemd/system/cockpit.socket.d/",
"state": "absent"
}
TASK [cleanup - reload systemd] ************************************************
task path: /tmp/tmptxw92jqg/tests/tasks/cleanup.yml:48
Wednesday 03 August 2022 07:46:04 +0000 (0:00:00.322) 0:00:30.207 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"name": null,
"status": {}
}
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/rhel-9.qcow2.snap : ok=22 changed=7 unreachable=0 failed=0 skipped=9 rescued=0 ignored=0
Wednesday 03 August 2022 07:46:04 +0000 (0:00:00.627) 0:00:30.834 ******
===============================================================================
linux-system-roles.cockpit : Ensure Cockpit Web Console packages are installed. --- 9.90s
/tmp/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml:8 -
cleanup - packages ------------------------------------------------------ 9.85s
/tmp/tmptxw92jqg/tests/tasks/cleanup.yml:1 ------------------------------------
test - cockpit works with TLS ------------------------------------------- 3.47s
/tmp/tmptxw92jqg/tests/tests_default.yml:19 -----------------------------------
cleanup - certificates -------------------------------------------------- 0.98s
/tmp/tmptxw92jqg/tests/tasks/cleanup.yml:23 -----------------------------------
linux-system-roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled --- 0.95s
/tmp/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/tasks/main.yml:75 -----
linux-system-roles.cockpit : Ensure ansible_facts used by role ---------- 0.82s
/tmp/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:2 --
cleanup - reload systemd ------------------------------------------------ 0.63s
/tmp/tmptxw92jqg/tests/tasks/cleanup.yml:48 -----------------------------------
linux-system-roles.cockpit : Clean up port configuration file for undefined custom port --- 0.48s
/tmp/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/tasks/main.yml:66 -----
test - no configuration file -------------------------------------------- 0.46s
/tmp/tmptxw92jqg/tests/tests_default.yml:33 -----------------------------------
test - socket is active ------------------------------------------------- 0.45s
/tmp/tmptxw92jqg/tests/tests_default.yml:11 -----------------------------------
cleanup - find certificates --------------------------------------------- 0.45s
/tmp/tmptxw92jqg/tests/tasks/cleanup.yml:13 -----------------------------------
test - clean up output file --------------------------------------------- 0.35s
/tmp/tmptxw92jqg/tests/tests_default.yml:28 -----------------------------------
test - HTTP response is something sensible ------------------------------ 0.34s
/tmp/tmptxw92jqg/tests/tests_default.yml:25 -----------------------------------
test - socket is enabled ------------------------------------------------ 0.34s
/tmp/tmptxw92jqg/tests/tests_default.yml:15 -----------------------------------
cleanup - config file --------------------------------------------------- 0.33s
/tmp/tmptxw92jqg/tests/tasks/cleanup.yml:32 -----------------------------------
test - no port configuration file --------------------------------------- 0.33s
/tmp/tmptxw92jqg/tests/tests_default.yml:39 -----------------------------------
cleanup - port customization -------------------------------------------- 0.32s
/tmp/tmptxw92jqg/tests/tasks/cleanup.yml:40 -----------------------------------
linux-system-roles.cockpit : If choosing custom package set, ensure minimal cockpit is included --- 0.05s
/tmp/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml:1 -
linux-system-roles.cockpit : Set version specific variables ------------- 0.03s
/tmp/tmptxw92jqg/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/tmptxw92jqg/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/tmplj_5s110
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/tmpmatfg0qe/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/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:1
Wednesday 03 August 2022 07:50:33 +0000 (0:00:00.020) 0:00:00.020 ******
included: /tmp/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml for /cache/rhel-9.qcow2.snap
TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role] ***
task path: /tmp/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2
Wednesday 03 August 2022 07:50:33 +0000 (0:00:00.024) 0:00:00.045 ******
ok: [/cache/rhel-9.qcow2.snap]
TASK [fedora.linux_system_roles.cockpit : Set version specific variables] ******
task path: /tmp/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:7
Wednesday 03 August 2022 07:50:34 +0000 (0:00:00.914) 0:00:00.960 ******
ok: [/cache/rhel-9.qcow2.snap] => (item=/tmp/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/RedHat-9.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/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/RedHat-9.yml"
],
"ansible_loop_var": "item",
"changed": false,
"item": "/tmp/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/RedHat-9.yml"
}
TASK [fedora.linux_system_roles.cockpit : List active RHEL repositories] *******
task path: /tmp/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:9
Wednesday 03 August 2022 07:50:34 +0000 (0:00:00.037) 0:00:00.997 ******
skipping: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Enable RHEL repositories] ************
task path: /tmp/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:17
Wednesday 03 August 2022 07:50:34 +0000 (0:00:00.020) 0:00:01.017 ******
skipping: [/cache/rhel-9.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/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:21
Wednesday 03 August 2022 07:50:34 +0000 (0:00:00.019) 0:00:01.036 ******
included: /tmp/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml for /cache/rhel-9.qcow2.snap => (item=/tmp/tmplj_5s110/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/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:1
Wednesday 03 August 2022 07:50:34 +0000 (0:00:00.031) 0:00:01.068 ******
ok: [/cache/rhel-9.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/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:6
Wednesday 03 August 2022 07:50:34 +0000 (0:00:00.062) 0:00:01.130 ******
changed: [/cache/rhel-9.qcow2.snap] => {
"changed": true,
"rc": 0,
"results": [
"Installed: cockpit-packagekit-264.1-1.el9.noarch",
"Installed: cockpit-storaged-264.1-1.el9.noarch",
"Installed: subscription-manager-cockpit-1.29.26-3.el9_0.noarch",
"Installed: cockpit-264.1-1.el9.x86_64",
"Installed: cockpit-bridge-264.1-1.el9.x86_64",
"Installed: cockpit-system-264.1-1.el9.noarch",
"Installed: cockpit-ws-264.1-1.el9.x86_64"
]
}
TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file directory] ***
task path: /tmp/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:27
Wednesday 03 August 2022 07:50:45 +0000 (0:00:10.502) 0:00:11.632 ******
skipping: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file] ***
task path: /tmp/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:35
Wednesday 03 August 2022 07:50:45 +0000 (0:00:00.025) 0:00:11.658 ******
skipping: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Check if SELinux is enabled] *********
task path: /tmp/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:51
Wednesday 03 August 2022 07:50:45 +0000 (0:00:00.022) 0:00:11.680 ******
skipping: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Allow cockpit to own custom port in SELinux policy] **********************
task path: /tmp/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:58
Wednesday 03 August 2022 07:50:45 +0000 (0:00:00.022) 0:00:11.702 ******
skipping: [/cache/rhel-9.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/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:66
Wednesday 03 August 2022 07:50:45 +0000 (0:00:00.022) 0:00:11.725 ******
ok: [/cache/rhel-9.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/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:75
Wednesday 03 August 2022 07:50:45 +0000 (0:00:00.518) 0:00:12.243 ******
changed: [/cache/rhel-9.qcow2.snap] => {
"changed": true,
"enabled": 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",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Backlog": "4096",
"Before": "shutdown.target sockets.target cockpit-motd.service cockpit.service",
"BindIPv6Only": "default",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"Broadcast": "no",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "no",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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",
"FinalKillSignal": "9",
"FlushPending": "no",
"FragmentPath": "/usr/lib/systemd/system/cockpit.socket",
"FreeBind": "no",
"FreezerState": "running",
"GID": "[not set]",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"IPTOS": "-1",
"IPTTL": "-1",
"Id": "cockpit.socket",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeepAlive": "no",
"KeepAliveIntervalUSec": "0",
"KeepAliveProbes": "0",
"KeepAliveTimeUSec": "0",
"KeyringMode": "shared",
"KillMode": "control-group",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "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": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "6843",
"LimitNPROCSoft": "6843",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "6843",
"LimitSIGPENDINGSoft": "6843",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"Listen": "[::]:9090 (Stream)",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"Mark": "-1",
"MaxConnections": "64",
"MaxConnectionsPerSource": "0",
"MemoryAccounting": "yes",
"MemoryAvailable": "infinity",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MessageQueueMaxMessages": "0",
"MessageQueueMessageSize": "0",
"MountAPIVFS": "no",
"NAccepted": "0",
"NConnections": "0",
"NRefused": "0",
"NUMAPolicy": "n/a",
"Names": "cockpit.socket",
"NeedDaemonReload": "no",
"Nice": "0",
"NoDelay": "no",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"OnSuccessJobMode": "fail",
"PassCredentials": "no",
"PassPacketInfo": "no",
"PassSecurity": "no",
"Perpetual": "no",
"PipeSize": "0",
"Priority": "-1",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"ReceiveBuffer": "0",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"RemoveIPC": "no",
"RemoveOnStop": "no",
"RequiredBy": "cockpit.service",
"Requires": "system.slice sysinit.target",
"RestartKillSignal": "15",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"ReusePort": "no",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "10949",
"TimeoutCleanUSec": "infinity",
"TimeoutUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Timestamping": "off",
"Transient": "no",
"Transparent": "no",
"TriggerLimitBurst": "20",
"TriggerLimitIntervalUSec": "2s",
"Triggers": "cockpit.service",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"Wants": "cockpit-motd.service",
"WatchdogSignal": "6",
"Writable": "no"
}
}
TASK [fedora.linux_system_roles.cockpit : Create cockpit.conf configuration file] ***
task path: /tmp/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:81
Wednesday 03 August 2022 07:50:46 +0000 (0:00:00.967) 0:00:13.210 ******
skipping: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate] ***
task path: /tmp/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:92
Wednesday 03 August 2022 07:50:46 +0000 (0:00:00.022) 0:00:13.233 ******
skipping: [/cache/rhel-9.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/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:102
Wednesday 03 August 2022 07:50:46 +0000 (0:00:00.021) 0:00:13.254 ******
skipping: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
META: role_complete for /cache/rhel-9.qcow2.snap
TASK [test - socket is active] *************************************************
task path: /tmp/tmpmatfg0qe/tests/cockpit/tests_default.yml:11
Wednesday 03 August 2022 07:50:46 +0000 (0:00:00.026) 0:00:13.281 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"cmd": [
"systemctl",
"is-active",
"cockpit.socket"
],
"delta": "0:00:00.008081",
"end": "2022-08-03 03:50:46.678339",
"rc": 0,
"start": "2022-08-03 03:50:46.670258"
}
STDOUT:
active
TASK [test - socket is enabled] ************************************************
task path: /tmp/tmpmatfg0qe/tests/cockpit/tests_default.yml:15
Wednesday 03 August 2022 07:50:47 +0000 (0:00:00.484) 0:00:13.765 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"cmd": [
"systemctl",
"is-enabled",
"cockpit.socket"
],
"delta": "0:00:00.008034",
"end": "2022-08-03 03:50:47.033548",
"rc": 0,
"start": "2022-08-03 03:50:47.025514"
}
STDOUT:
enabled
TASK [test - cockpit works with TLS] *******************************************
task path: /tmp/tmpmatfg0qe/tests/cockpit/tests_default.yml:19
Wednesday 03 August 2022 07:50:47 +0000 (0:00:00.356) 0:00:14.122 ******
changed: [/cache/rhel-9.qcow2.snap] => {
"changed": true,
"checksum_dest": null,
"checksum_src": "994b4b20d5a66f07819df9a9a01dbc3ece0aa4a9",
"dest": "/run/out",
"elapsed": 1,
"gid": 0,
"group": "root",
"md5sum": "492b20d1f46eeeb9cc52e64f78e1aef9",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:var_run_t:s0",
"size": 11317,
"src": "/root/.ansible/tmp/ansible-tmp-1659513047.7258584-295380-31539941534141/tmp_uivllhs",
"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/tmpmatfg0qe/tests/cockpit/tests_default.yml:25
Wednesday 03 August 2022 07:50:49 +0000 (0:00:01.627) 0:00:15.749 ******
changed: [/cache/rhel-9.qcow2.snap] => {
"changed": true,
"cmd": [
"grep",
"id=\"login-user-input\"",
"/run/out"
],
"delta": "0:00:00.002893",
"end": "2022-08-03 03:50:49.020264",
"rc": 0,
"start": "2022-08-03 03:50:49.017371"
}
STDOUT:
TASK [test - clean up output file] *********************************************
task path: /tmp/tmpmatfg0qe/tests/cockpit/tests_default.yml:28
Wednesday 03 August 2022 07:50:49 +0000 (0:00:00.360) 0:00:16.110 ******
changed: [/cache/rhel-9.qcow2.snap] => {
"changed": true,
"path": "/run/out",
"state": "absent"
}
TASK [test - no configuration file] ********************************************
task path: /tmp/tmpmatfg0qe/tests/cockpit/tests_default.yml:33
Wednesday 03 August 2022 07:50:50 +0000 (0:00:00.369) 0:00:16.479 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"failed_when_result": false,
"stat": {
"exists": false
}
}
TASK [test - no port configuration file] ***************************************
task path: /tmp/tmpmatfg0qe/tests/cockpit/tests_default.yml:39
Wednesday 03 August 2022 07:50:50 +0000 (0:00:00.509) 0:00:16.988 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"failed_when_result": false,
"stat": {
"exists": false
}
}
TASK [include_tasks] ***********************************************************
task path: /tmp/tmpmatfg0qe/tests/cockpit/tests_default.yml:46
Wednesday 03 August 2022 07:50:50 +0000 (0:00:00.401) 0:00:17.390 ******
included: /tmp/tmpmatfg0qe/tests/cockpit/tasks/cleanup.yml for /cache/rhel-9.qcow2.snap
TASK [cleanup - packages] ******************************************************
task path: /tmp/tmpmatfg0qe/tests/cockpit/tasks/cleanup.yml:1
Wednesday 03 August 2022 07:50:50 +0000 (0:00:00.029) 0:00:17.419 ******
changed: [/cache/rhel-9.qcow2.snap] => {
"changed": true,
"rc": 0,
"results": [
"Removed: cockpit-packagekit-264.1-1.el9.noarch",
"Removed: cockpit-storaged-264.1-1.el9.noarch",
"Removed: cockpit-system-264.1-1.el9.noarch",
"Removed: cockpit-ws-264.1-1.el9.x86_64",
"Removed: subscription-manager-cockpit-1.29.26-3.el9_0.noarch",
"Removed: cockpit-264.1-1.el9.x86_64",
"Removed: cockpit-bridge-264.1-1.el9.x86_64"
]
}
TASK [cleanup - find certificates] *********************************************
task path: /tmp/tmpmatfg0qe/tests/cockpit/tasks/cleanup.yml:13
Wednesday 03 August 2022 07:51:00 +0000 (0:00:09.247) 0:00:26.666 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"examined": 3,
"files": [
{
"atime": 1659513047.6619186,
"ctime": 1659513048.5659184,
"dev": 64516,
"gid": 0,
"gr_name": "root",
"inode": 513,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0644",
"mtime": 1659513047.6619186,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed-ca.pem",
"pw_name": "root",
"rgrp": true,
"roth": true,
"rusr": true,
"size": 0,
"uid": 0,
"wgrp": false,
"woth": false,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
},
{
"atime": 1659513048.5769186,
"ctime": 1659513048.5709186,
"dev": 64516,
"gid": 0,
"gr_name": "root",
"inode": 514,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0644",
"mtime": 1659513048.5579185,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed.cert",
"pw_name": "root",
"rgrp": true,
"roth": true,
"rusr": true,
"size": 1399,
"uid": 0,
"wgrp": false,
"woth": false,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
},
{
"atime": 1659513048.5769186,
"ctime": 1659513048.5759184,
"dev": 64516,
"gid": 993,
"gr_name": "cockpit-ws",
"inode": 515,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0240",
"mtime": 1659513048.5559185,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed.key",
"pw_name": "root",
"rgrp": true,
"roth": false,
"rusr": false,
"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/tmpmatfg0qe/tests/cockpit/tasks/cleanup.yml:23
Wednesday 03 August 2022 07:51:00 +0000 (0:00:00.466) 0:00:27.133 ******
changed: [/cache/rhel-9.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': 0, 'inode': 513, 'dev': 64516, 'nlink': 1, 'atime': 1659513047.6619186, 'mtime': 1659513047.6619186, 'ctime': 1659513048.5659184, '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": 1659513047.6619186,
"ctime": 1659513048.5659184,
"dev": 64516,
"gid": 0,
"gr_name": "root",
"inode": 513,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0644",
"mtime": 1659513047.6619186,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed-ca.pem",
"pw_name": "root",
"rgrp": true,
"roth": true,
"rusr": true,
"size": 0,
"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-9.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': 1399, 'inode': 514, 'dev': 64516, 'nlink': 1, 'atime': 1659513048.5769186, 'mtime': 1659513048.5579185, 'ctime': 1659513048.5709186, '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": 1659513048.5769186,
"ctime": 1659513048.5709186,
"dev": 64516,
"gid": 0,
"gr_name": "root",
"inode": 514,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0644",
"mtime": 1659513048.5579185,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed.cert",
"pw_name": "root",
"rgrp": true,
"roth": true,
"rusr": true,
"size": 1399,
"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-9.qcow2.snap] => (item={'path': '/etc/cockpit/ws-certs.d/0-self-signed.key', 'mode': '0240', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 993, 'size': 1704, 'inode': 515, 'dev': 64516, 'nlink': 1, 'atime': 1659513048.5769186, 'mtime': 1659513048.5559185, 'ctime': 1659513048.5759184, 'gr_name': 'cockpit-ws', 'pw_name': 'root', 'wusr': True, 'rusr': False, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': False, 'xoth': False, 'isuid': False, 'isgid': False}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"atime": 1659513048.5769186,
"ctime": 1659513048.5759184,
"dev": 64516,
"gid": 993,
"gr_name": "cockpit-ws",
"inode": 515,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0240",
"mtime": 1659513048.5559185,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed.key",
"pw_name": "root",
"rgrp": true,
"roth": false,
"rusr": false,
"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/tmpmatfg0qe/tests/cockpit/tasks/cleanup.yml:32
Wednesday 03 August 2022 07:51:01 +0000 (0:00:01.027) 0:00:28.160 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"path": "/etc/cockpit/cockpit.conf",
"state": "absent"
}
TASK [cleanup - port customization] ********************************************
task path: /tmp/tmpmatfg0qe/tests/cockpit/tasks/cleanup.yml:40
Wednesday 03 August 2022 07:51:02 +0000 (0:00:00.368) 0:00:28.529 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"path": "/etc/systemd/system/cockpit.socket.d/",
"state": "absent"
}
TASK [cleanup - reload systemd] ************************************************
task path: /tmp/tmpmatfg0qe/tests/cockpit/tasks/cleanup.yml:48
Wednesday 03 August 2022 07:51:02 +0000 (0:00:00.371) 0:00:28.901 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"name": null,
"status": {}
}
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/rhel-9.qcow2.snap : ok=22 changed=7 unreachable=0 failed=0 skipped=9 rescued=0 ignored=0
Wednesday 03 August 2022 07:51:03 +0000 (0:00:00.685) 0:00:29.586 ******
===============================================================================
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed. -- 10.50s
/tmp/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:6
cleanup - packages ------------------------------------------------------ 9.25s
/tmp/tmpmatfg0qe/tests/cockpit/tasks/cleanup.yml:1 ----------------------------
test - cockpit works with TLS ------------------------------------------- 1.63s
/tmp/tmpmatfg0qe/tests/cockpit/tests_default.yml:19 ---------------------------
cleanup - certificates -------------------------------------------------- 1.03s
/tmp/tmpmatfg0qe/tests/cockpit/tasks/cleanup.yml:23 ---------------------------
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled --- 0.97s
/tmp/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:75
fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role --- 0.91s
/tmp/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2
cleanup - reload systemd ------------------------------------------------ 0.69s
/tmp/tmpmatfg0qe/tests/cockpit/tasks/cleanup.yml:48 ---------------------------
fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port --- 0.52s
/tmp/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:66
test - no configuration file -------------------------------------------- 0.51s
/tmp/tmpmatfg0qe/tests/cockpit/tests_default.yml:33 ---------------------------
test - socket is active ------------------------------------------------- 0.48s
/tmp/tmpmatfg0qe/tests/cockpit/tests_default.yml:11 ---------------------------
cleanup - find certificates --------------------------------------------- 0.47s
/tmp/tmpmatfg0qe/tests/cockpit/tasks/cleanup.yml:13 ---------------------------
test - no port configuration file --------------------------------------- 0.40s
/tmp/tmpmatfg0qe/tests/cockpit/tests_default.yml:39 ---------------------------
cleanup - port customization -------------------------------------------- 0.37s
/tmp/tmpmatfg0qe/tests/cockpit/tasks/cleanup.yml:40 ---------------------------
test - clean up output file --------------------------------------------- 0.37s
/tmp/tmpmatfg0qe/tests/cockpit/tests_default.yml:28 ---------------------------
cleanup - config file --------------------------------------------------- 0.37s
/tmp/tmpmatfg0qe/tests/cockpit/tasks/cleanup.yml:32 ---------------------------
test - HTTP response is something sensible ------------------------------ 0.36s
/tmp/tmpmatfg0qe/tests/cockpit/tests_default.yml:25 ---------------------------
test - socket is enabled ------------------------------------------------ 0.36s
/tmp/tmpmatfg0qe/tests/cockpit/tests_default.yml:15 ---------------------------
fedora.linux_system_roles.cockpit : If choosing custom package set, ensure minimal cockpit is included --- 0.06s
/tmp/tmplj_5s110/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/tmplj_5s110/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/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:21