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_certificate_runafter.yml ***************************************
1 plays in /tmp/tmptxw92jqg/tests/tests_certificate_runafter.yml
PLAY [test certificate issuance with run_after shell script] *******************
TASK [Gathering Facts] *********************************************************
task path: /tmp/tmptxw92jqg/tests/tests_certificate_runafter.yml:5
Wednesday 03 August 2022 07:44:34 +0000 (0:00:00.011) 0:00:00.012 ******
ok: [/cache/rhel-9.qcow2.snap]
META: ran handlers
TASK [Download current linux-system-roles.certificate] *************************
task path: /tmp/tmptxw92jqg/tests/tests_certificate_runafter.yml:8
Wednesday 03 August 2022 07:44:35 +0000 (0:00:01.170) 0:00:01.182 ******
skipping: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Install cockpit] *********************************************************
task path: /tmp/tmptxw92jqg/tests/tests_certificate_runafter.yml:21
Wednesday 03 August 2022 07:44:35 +0000 (0:00:00.081) 0:00:01.264 ******
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:44:35 +0000 (0:00:00.038) 0:00:01.303 ******
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:44:35 +0000 (0:00:00.027) 0:00:01.330 ******
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:44:35 +0000 (0:00:00.490) 0:00:01.821 ******
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:44:35 +0000 (0:00:00.038) 0:00:01.860 ******
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:44:35 +0000 (0:00:00.022) 0:00:01.882 ******
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:44:35 +0000 (0:00:00.021) 0:00:01.903 ******
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:44:35 +0000 (0:00:00.034) 0:00:01.938 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"ansible_facts": {
"cockpit_packages": "minimal"
},
"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:44:35 +0000 (0:00:00.034) 0:00:01.973 ******
changed: [/cache/rhel-9.qcow2.snap] => {
"changed": true,
"rc": 0,
"results": [
"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:44:45 +0000 (0:00:09.565) 0:00:11.538 ******
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:44:45 +0000 (0:00:00.030) 0:00:11.568 ******
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:44:45 +0000 (0:00:00.025) 0:00:11.593 ******
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:44:45 +0000 (0:00:00.024) 0:00:11.617 ******
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:44:45 +0000 (0:00:00.025) 0:00:11.643 ******
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:44:46 +0000 (0:00:00.497) 0:00:12.140 ******
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": "system.slice systemd-journald.socket sysinit.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Backlog": "4096",
"Before": "cockpit-motd.service sockets.target cockpit.service shutdown.target",
"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:44:47 +0000 (0:00:00.943) 0:00:13.084 ******
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:44:47 +0000 (0:00:00.025) 0:00:13.109 ******
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:44:47 +0000 (0:00:00.024) 0:00:13.134 ******
skipping: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
META: role_complete for /cache/rhel-9.qcow2.snap
TASK [Allow certmonger to write into Cockpit's certificate directory] **********
task path: /tmp/tmptxw92jqg/tests/tests_certificate_runafter.yml:31
Wednesday 03 August 2022 07:44:47 +0000 (0:00:00.031) 0:00:13.166 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/cockpit/ws-certs.d/",
"secontext": "system_u:object_r:cert_t:s0",
"size": 6,
"state": "directory",
"uid": 0
}
TASK [Generate certificate with linux-system-roles.certificate] ****************
task path: /tmp/tmptxw92jqg/tests/tests_certificate_runafter.yml:38
Wednesday 03 August 2022 07:44:47 +0000 (0:00:00.361) 0:00:13.527 ******
TASK [linux-system-roles.certificate : Set version specific variables] *********
task path: /tmp/tmptxw92jqg/tests/roles/linux-system-roles.certificate/tasks/main.yml:2
Wednesday 03 August 2022 07:44:47 +0000 (0:00:00.044) 0:00:13.571 ******
included: /tmp/tmptxw92jqg/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml for /cache/rhel-9.qcow2.snap
TASK [linux-system-roles.certificate : Ensure ansible_facts used by role] ******
task path: /tmp/tmptxw92jqg/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:2
Wednesday 03 August 2022 07:44:47 +0000 (0:00:00.028) 0:00:13.599 ******
ok: [/cache/rhel-9.qcow2.snap]
TASK [linux-system-roles.certificate : Set platform/version specific variables] ***
task path: /tmp/tmptxw92jqg/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:8
Wednesday 03 August 2022 07:44:48 +0000 (0:00:00.480) 0:00:14.080 ******
skipping: [/cache/rhel-9.qcow2.snap] => (item=RedHat.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-9.qcow2.snap] => (item=RedHat.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-9.qcow2.snap] => (item=RedHat_9.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat_9.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-9.qcow2.snap] => (item=RedHat_9.0.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat_9.0.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.certificate : Ensure certificate role dependencies are installed] ***
task path: /tmp/tmptxw92jqg/tests/roles/linux-system-roles.certificate/tasks/main.yml:5
Wednesday 03 August 2022 07:44:48 +0000 (0:00:00.042) 0:00:14.123 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"rc": 0,
"results": []
}
MSG:
Nothing to do
TASK [linux-system-roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/tmptxw92jqg/tests/roles/linux-system-roles.certificate/tasks/main.yml:22
Wednesday 03 August 2022 07:44:48 +0000 (0:00:00.818) 0:00:14.942 ******
ok: [/cache/rhel-9.qcow2.snap] => (item=certmonger) => {
"__certificate_provider": "certmonger",
"ansible_loop_var": "__certificate_provider",
"changed": false,
"rc": 0,
"results": []
}
MSG:
Nothing to do
TASK [linux-system-roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/tmptxw92jqg/tests/roles/linux-system-roles.certificate/tasks/main.yml:33
Wednesday 03 August 2022 07:44:49 +0000 (0:00:00.898) 0:00:15.840 ******
ok: [/cache/rhel-9.qcow2.snap] => (item=certmonger) => {
"__certificate_provider": "certmonger",
"ansible_loop_var": "__certificate_provider",
"changed": false,
"gid": 0,
"group": "root",
"mode": "0700",
"owner": "root",
"path": "/etc/certmonger//pre-scripts",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 6,
"state": "directory",
"uid": 0
}
TASK [linux-system-roles.certificate : Ensure post-scripts hooks directory exists] ***
task path: /tmp/tmptxw92jqg/tests/roles/linux-system-roles.certificate/tasks/main.yml:59
Wednesday 03 August 2022 07:44:50 +0000 (0:00:00.431) 0:00:16.272 ******
ok: [/cache/rhel-9.qcow2.snap] => (item=certmonger) => {
"__certificate_provider": "certmonger",
"ansible_loop_var": "__certificate_provider",
"changed": false,
"gid": 0,
"group": "root",
"mode": "0700",
"owner": "root",
"path": "/etc/certmonger//post-scripts",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 6,
"state": "directory",
"uid": 0
}
TASK [linux-system-roles.certificate : Ensure provider service is running] *****
task path: /tmp/tmptxw92jqg/tests/roles/linux-system-roles.certificate/tasks/main.yml:88
Wednesday 03 August 2022 07:44:50 +0000 (0:00:00.364) 0:00:16.636 ******
ok: [/cache/rhel-9.qcow2.snap] => (item=certmonger) => {
"__certificate_provider": "certmonger",
"ansible_loop_var": "__certificate_provider",
"changed": false,
"enabled": true,
"name": "certmonger",
"state": "started",
"status": {
"ActiveEnterTimestamp": "Wed 2022-08-03 03:43:48 EDT",
"ActiveEnterTimestampMonotonic": "24681379",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "active",
"After": "basic.target system.slice sysinit.target network.target syslog.target systemd-journald.socket dbus-broker.service dbus.socket",
"AllowIsolate": "no",
"AssertResult": "yes",
"AssertTimestamp": "Wed 2022-08-03 03:43:48 EDT",
"AssertTimestampMonotonic": "24667119",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"BusName": "org.fedorahosted.certmonger",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "745818000",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "yes",
"ConditionTimestamp": "Wed 2022-08-03 03:43:48 EDT",
"ConditionTimestampMonotonic": "24667118",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlGroup": "/system.slice/certmonger.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Certificate monitoring and PKI enrollment",
"DevicePolicy": "auto",
"DynamicUser": "no",
"EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "6667",
"ExecMainStartTimestamp": "Wed 2022-08-03 03:43:48 EDT",
"ExecMainStartTimestampMonotonic": "24668203",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExitType": "main",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/certmonger.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"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]",
"Id": "certmonger.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestamp": "Wed 2022-08-03 03:43:48 EDT",
"InactiveExitTimestampMonotonic": "24668532",
"InvocationID": "ae2cafd1a0bc466e81ec6cd1f0868a49",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "control-group",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "0",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "65536",
"LimitMEMLOCKSoft": "65536",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "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",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "6667",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "infinity",
"MemoryCurrent": "7196672",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "certmonger.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "none",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"OnSuccessJobMode": "fail",
"PIDFile": "/run/certmonger.pid",
"PartOf": "dbus-broker.service",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "dbus.socket system.slice sysinit.target",
"Restart": "no",
"RestartKillSignal": "15",
"RestartUSec": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"RuntimeRandomizedExtraUSec": "0",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"Slice": "system.slice",
"StandardError": "inherit",
"StandardInput": "null",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Wed 2022-08-03 03:44:45 EDT",
"StateChangeTimestampMonotonic": "81896095",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "running",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "1",
"TasksMax": "10949",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "dbus",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [linux-system-roles.certificate : Ensure certificate requests] ************
task path: /tmp/tmptxw92jqg/tests/roles/linux-system-roles.certificate/tasks/main.yml:100
Wednesday 03 August 2022 07:44:51 +0000 (0:00:00.494) 0:00:17.130 ******
changed: [/cache/rhel-9.qcow2.snap] => (item={'name': 'monger-cockpit', 'dns': ['localhost', 'www.example.com'], 'ca': 'local', 'group': 'cockpit-ws', 'run_after': 'DEST=/etc/cockpit/ws-certs.d/monger-cockpit.cert\ncat /etc/pki/tls/certs/monger-cockpit.crt \\\n/etc/pki/tls/private/monger-cockpit.key > $DEST\nchmod 640 $DEST\nchown root:cockpit-ws $DEST\n'}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"ca": "local",
"dns": [
"localhost",
"www.example.com"
],
"group": "cockpit-ws",
"name": "monger-cockpit",
"run_after": "DEST=/etc/cockpit/ws-certs.d/monger-cockpit.cert\ncat /etc/pki/tls/certs/monger-cockpit.crt \\\n/etc/pki/tls/private/monger-cockpit.key > $DEST\nchmod 640 $DEST\nchown root:cockpit-ws $DEST\n"
}
}
MSG:
Certificate requested (new). Pre/Post run hooks updated. File attributes updated.
META: role_complete for /cache/rhel-9.qcow2.snap
TASK [Get PEM of certmonger's local CA] ****************************************
task path: /tmp/tmptxw92jqg/tests/tests_certificate_runafter.yml:62
Wednesday 03 August 2022 07:44:52 +0000 (0:00:01.040) 0:00:18.171 ******
changed: [/cache/rhel-9.qcow2.snap] => {
"changed": true,
"cmd": [
"openssl",
"pkcs12",
"-in",
"/var/lib/certmonger/local/creds",
"-out",
"/var/lib/certmonger/local/ca.pem",
"-nokeys",
"-nodes",
"-passin",
"pass:"
],
"delta": "0:00:00.008603",
"end": "2022-08-03 03:44:51.421617",
"rc": 0,
"start": "2022-08-03 03:44:51.413014"
}
TASK [test - cockpit works with TLS and expected certificate] ******************
task path: /tmp/tmptxw92jqg/tests/tests_certificate_runafter.yml:69
Wednesday 03 August 2022 07:44:52 +0000 (0:00:00.469) 0:00:18.641 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"cmd": [
"curl",
"--cacert",
"/var/lib/certmonger/local/ca.pem",
"https://localhost:9090"
],
"delta": "0:00:00.079119",
"end": "2022-08-03 03:44:51.836123",
"rc": 0,
"start": "2022-08-03 03:44:51.757004"
}
STDOUT:
Loading...
Please enable JavaScript to use the Web Console.
Validating authentication token
A modern browser is required for security, reliability, and performance.
Download a new browser for free
STDERR:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 11295 0 11295 0 0 155k 0 --:--:-- --:--:-- --:--:-- 155k
TASK [test - get certmonger tracking status] ***********************************
task path: /tmp/tmptxw92jqg/tests/tests_certificate_runafter.yml:76
Wednesday 03 August 2022 07:44:53 +0000 (0:00:00.418) 0:00:19.059 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"cmd": [
"getcert",
"list",
"--tracking-only",
"-f",
"/etc/pki/tls/certs/monger-cockpit.crt"
],
"delta": "0:00:00.033782",
"end": "2022-08-03 03:44:52.207903",
"rc": 0,
"start": "2022-08-03 03:44:52.174121"
}
STDOUT:
Number of certificates and requests being tracked: 1.
Request ID '20220803074450':
status: MONITORING
stuck: no
key pair storage: type=FILE,location='/etc/pki/tls/private/monger-cockpit.key'
certificate: type=FILE,location='/etc/pki/tls/certs/monger-cockpit.crt'
CA: local
issuer: CN=cecd5bc7-485646aa-a07d2b10-9a7f142f,CN=Local Signing Authority
subject: CN=localhost
issued: 2022-08-03 03:44:50 EDT
expires: 2023-08-03 03:43:48 EDT
dns: localhost,www.example.com
key usage: digitalSignature,keyEncipherment
eku: id-kp-serverAuth,id-kp-clientAuth
pre-save command:
post-save command: /etc/certmonger/post-scripts/monger-cockpit-59d1099.sh
track: yes
auto-renew: yes
TASK [test - ensure certificate generation succeeded] **************************
task path: /tmp/tmptxw92jqg/tests/tests_certificate_runafter.yml:83
Wednesday 03 August 2022 07:44:53 +0000 (0:00:00.367) 0:00:19.427 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false
}
MSG:
All assertions passed
TASK [test - clean up tracked certificate] *************************************
task path: /tmp/tmptxw92jqg/tests/tests_certificate_runafter.yml:87
Wednesday 03 August 2022 07:44:53 +0000 (0:00:00.033) 0:00:19.461 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"cmd": [
"getcert",
"stop-tracking",
"-f",
"/etc/pki/tls/certs/monger-cockpit.crt"
],
"delta": "0:00:00.030707",
"end": "2022-08-03 03:44:52.602797",
"rc": 0,
"start": "2022-08-03 03:44:52.572090"
}
STDOUT:
Request "20220803074450" removed.
TASK [test - clean up generated certificate] ***********************************
task path: /tmp/tmptxw92jqg/tests/tests_certificate_runafter.yml:94
Wednesday 03 August 2022 07:44:53 +0000 (0:00:00.360) 0:00:19.821 ******
changed: [/cache/rhel-9.qcow2.snap] => {
"changed": true,
"path": "/etc/pki/tls/certs/monger-cockpit.crt",
"state": "absent"
}
TASK [test - clean up generated private key] ***********************************
task path: /tmp/tmptxw92jqg/tests/tests_certificate_runafter.yml:99
Wednesday 03 August 2022 07:44:54 +0000 (0:00:00.331) 0:00:20.153 ******
changed: [/cache/rhel-9.qcow2.snap] => {
"changed": true,
"path": "/etc/pki/tls/private/monger-cockpit.key",
"state": "absent"
}
TASK [test - clean up copied certificate] **************************************
task path: /tmp/tmptxw92jqg/tests/tests_certificate_runafter.yml:104
Wednesday 03 August 2022 07:44:54 +0000 (0:00:00.340) 0:00:20.494 ******
changed: [/cache/rhel-9.qcow2.snap] => {
"changed": true,
"path": "/etc/cockpit/ws-certs.d/monger-cockpit.cert",
"state": "absent"
}
TASK [test - generic cleanup] **************************************************
task path: /tmp/tmptxw92jqg/tests/tests_certificate_runafter.yml:109
Wednesday 03 August 2022 07:44:54 +0000 (0:00:00.330) 0:00:20.825 ******
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:44:54 +0000 (0:00:00.029) 0:00:20.855 ******
changed: [/cache/rhel-9.qcow2.snap] => {
"changed": true,
"rc": 0,
"results": [
"Removed: cockpit-ws-264.1-1.el9.x86_64",
"Removed: cockpit-bridge-264.1-1.el9.x86_64",
"Removed: cockpit-system-264.1-1.el9.noarch"
]
}
TASK [cleanup - find certificates] *********************************************
task path: /tmp/tmptxw92jqg/tests/tasks/cleanup.yml:13
Wednesday 03 August 2022 07:45:03 +0000 (0:00:08.392) 0:00:29.247 ******
[WARNING]: Skipped '/etc/cockpit/ws-certs.d/' path due to this access issue:
'/etc/cockpit/ws-certs.d/' is not a directory
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"examined": 0,
"files": [],
"matched": 0,
"skipped_paths": {
"/etc/cockpit/ws-certs.d/": "'/etc/cockpit/ws-certs.d/' is not a directory"
}
}
MSG:
Not all paths examined, check warnings for details
TASK [cleanup - certificates] **************************************************
task path: /tmp/tmptxw92jqg/tests/tasks/cleanup.yml:23
Wednesday 03 August 2022 07:45:03 +0000 (0:00:00.465) 0:00:29.712 ******
TASK [cleanup - config file] ***************************************************
task path: /tmp/tmptxw92jqg/tests/tasks/cleanup.yml:32
Wednesday 03 August 2022 07:45:03 +0000 (0:00:00.021) 0:00:29.734 ******
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:45:04 +0000 (0:00:00.333) 0:00:30.067 ******
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:45:04 +0000 (0:00:00.340) 0:00:30.407 ******
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=32 changed=8 unreachable=0 failed=0 skipped=12 rescued=0 ignored=0
Wednesday 03 August 2022 07:45:05 +0000 (0:00:00.629) 0:00:31.037 ******
===============================================================================
linux-system-roles.cockpit : Ensure Cockpit Web Console packages are installed. --- 9.57s
/tmp/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml:8 -
cleanup - packages ------------------------------------------------------ 8.39s
/tmp/tmptxw92jqg/tests/tasks/cleanup.yml:1 ------------------------------------
Gathering Facts --------------------------------------------------------- 1.17s
/tmp/tmptxw92jqg/tests/tests_certificate_runafter.yml:5 -----------------------
linux-system-roles.certificate : Ensure certificate requests ------------ 1.04s
/tmp/tmptxw92jqg/tests/roles/linux-system-roles.certificate/tasks/main.yml:100
linux-system-roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled --- 0.94s
/tmp/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/tasks/main.yml:75 -----
linux-system-roles.certificate : Ensure provider packages are installed --- 0.90s
/tmp/tmptxw92jqg/tests/roles/linux-system-roles.certificate/tasks/main.yml:22 -
linux-system-roles.certificate : Ensure certificate role dependencies are installed --- 0.82s
/tmp/tmptxw92jqg/tests/roles/linux-system-roles.certificate/tasks/main.yml:5 --
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.50s
/tmp/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/tasks/main.yml:66 -----
linux-system-roles.certificate : Ensure provider service is running ----- 0.49s
/tmp/tmptxw92jqg/tests/roles/linux-system-roles.certificate/tasks/main.yml:88 -
linux-system-roles.cockpit : Ensure ansible_facts used by role ---------- 0.49s
/tmp/tmptxw92jqg/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:2 --
linux-system-roles.certificate : Ensure ansible_facts used by role ------ 0.48s
/tmp/tmptxw92jqg/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:2
Get PEM of certmonger's local CA ---------------------------------------- 0.47s
/tmp/tmptxw92jqg/tests/tests_certificate_runafter.yml:62 ----------------------
cleanup - find certificates --------------------------------------------- 0.47s
/tmp/tmptxw92jqg/tests/tasks/cleanup.yml:13 -----------------------------------
linux-system-roles.certificate : Ensure pre-scripts hooks directory exists --- 0.43s
/tmp/tmptxw92jqg/tests/roles/linux-system-roles.certificate/tasks/main.yml:33 -
test - cockpit works with TLS and expected certificate ------------------ 0.42s
/tmp/tmptxw92jqg/tests/tests_certificate_runafter.yml:69 ----------------------
test - get certmonger tracking status ----------------------------------- 0.37s
/tmp/tmptxw92jqg/tests/tests_certificate_runafter.yml:76 ----------------------
linux-system-roles.certificate : Ensure post-scripts hooks directory exists --- 0.36s
/tmp/tmptxw92jqg/tests/roles/linux-system-roles.certificate/tasks/main.yml:59 -
Allow certmonger to write into Cockpit's certificate directory ---------- 0.36s
/tmp/tmptxw92jqg/tests/tests_certificate_runafter.yml:31 ----------------------
test - clean up tracked certificate ------------------------------------- 0.36s
/tmp/tmptxw92jqg/tests/tests_certificate_runafter.yml:87 ----------------------
ansible-playbook [core 2.12.6]
config file = /etc/ansible/ansible.cfg
configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python3.9/site-packages/ansible
ansible collection location = /tmp/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_certificate_runafter.yml ***************************************
1 plays in /tmp/tmpmatfg0qe/tests/cockpit/tests_certificate_runafter.yml
PLAY [test certificate issuance with run_after shell script] *******************
TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpmatfg0qe/tests/cockpit/tests_certificate_runafter.yml:5
Wednesday 03 August 2022 07:49:30 +0000 (0:00:00.012) 0:00:00.012 ******
ok: [/cache/rhel-9.qcow2.snap]
META: ran handlers
TASK [Download current linux-system-roles.certificate] *************************
task path: /tmp/tmpmatfg0qe/tests/cockpit/tests_certificate_runafter.yml:8
Wednesday 03 August 2022 07:49:31 +0000 (0:00:01.265) 0:00:01.278 ******
skipping: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Install cockpit] *********************************************************
task path: /tmp/tmpmatfg0qe/tests/cockpit/tests_certificate_runafter.yml:21
Wednesday 03 August 2022 07:49:31 +0000 (0:00:00.035) 0:00:01.314 ******
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:49:31 +0000 (0:00:00.044) 0:00:01.358 ******
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:49:31 +0000 (0:00:00.026) 0:00:01.384 ******
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:49:32 +0000 (0:00:00.569) 0:00:01.953 ******
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:49:32 +0000 (0:00:00.037) 0:00:01.991 ******
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:49:32 +0000 (0:00:00.020) 0:00:02.012 ******
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:49:32 +0000 (0:00:00.020) 0:00:02.032 ******
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:49:32 +0000 (0:00:00.036) 0:00:02.068 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"ansible_facts": {
"cockpit_packages": "minimal"
},
"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:49:32 +0000 (0:00:00.038) 0:00:02.107 ******
changed: [/cache/rhel-9.qcow2.snap] => {
"changed": true,
"rc": 0,
"results": [
"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:49:42 +0000 (0:00:10.246) 0:00:12.353 ******
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:49:42 +0000 (0:00:00.025) 0:00:12.379 ******
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:49:42 +0000 (0:00:00.022) 0:00:12.401 ******
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:49:42 +0000 (0:00:00.023) 0:00:12.425 ******
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:49:42 +0000 (0:00:00.022) 0:00:12.447 ******
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:49:43 +0000 (0:00:00.507) 0:00:12.955 ******
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": "sysinit.target system.slice systemd-journald.socket",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Backlog": "4096",
"Before": "cockpit.service shutdown.target cockpit-motd.service sockets.target",
"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": "sysinit.target system.slice",
"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:49:44 +0000 (0:00:01.053) 0:00:14.009 ******
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:49:44 +0000 (0:00:00.024) 0:00:14.033 ******
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:49:44 +0000 (0:00:00.024) 0:00:14.058 ******
skipping: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
META: role_complete for /cache/rhel-9.qcow2.snap
TASK [Allow certmonger to write into Cockpit's certificate directory] **********
task path: /tmp/tmpmatfg0qe/tests/cockpit/tests_certificate_runafter.yml:31
Wednesday 03 August 2022 07:49:44 +0000 (0:00:00.036) 0:00:14.095 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/cockpit/ws-certs.d/",
"secontext": "system_u:object_r:cert_t:s0",
"size": 6,
"state": "directory",
"uid": 0
}
TASK [Generate certificate with linux-system-roles.certificate] ****************
task path: /tmp/tmpmatfg0qe/tests/cockpit/tests_certificate_runafter.yml:38
Wednesday 03 August 2022 07:49:44 +0000 (0:00:00.350) 0:00:14.445 ******
TASK [linux-system-roles.certificate : Set version specific variables] *********
task path: /tmp/tmpmatfg0qe/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:2
Wednesday 03 August 2022 07:49:44 +0000 (0:00:00.044) 0:00:14.490 ******
included: /tmp/tmpmatfg0qe/tests/cockpit/roles/linux-system-roles.certificate/tasks/set_vars.yml for /cache/rhel-9.qcow2.snap
TASK [linux-system-roles.certificate : Ensure ansible_facts used by role] ******
task path: /tmp/tmpmatfg0qe/tests/cockpit/roles/linux-system-roles.certificate/tasks/set_vars.yml:2
Wednesday 03 August 2022 07:49:44 +0000 (0:00:00.028) 0:00:14.519 ******
ok: [/cache/rhel-9.qcow2.snap]
TASK [linux-system-roles.certificate : Set platform/version specific variables] ***
task path: /tmp/tmpmatfg0qe/tests/cockpit/roles/linux-system-roles.certificate/tasks/set_vars.yml:8
Wednesday 03 August 2022 07:49:45 +0000 (0:00:00.524) 0:00:15.044 ******
skipping: [/cache/rhel-9.qcow2.snap] => (item=RedHat.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-9.qcow2.snap] => (item=RedHat.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-9.qcow2.snap] => (item=RedHat_9.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat_9.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-9.qcow2.snap] => (item=RedHat_9.0.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat_9.0.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.certificate : Ensure certificate role dependencies are installed] ***
task path: /tmp/tmpmatfg0qe/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:5
Wednesday 03 August 2022 07:49:45 +0000 (0:00:00.040) 0:00:15.084 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"rc": 0,
"results": []
}
MSG:
Nothing to do
TASK [linux-system-roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/tmpmatfg0qe/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:22
Wednesday 03 August 2022 07:49:46 +0000 (0:00:00.885) 0:00:15.970 ******
ok: [/cache/rhel-9.qcow2.snap] => (item=certmonger) => {
"__certificate_provider": "certmonger",
"ansible_loop_var": "__certificate_provider",
"changed": false,
"rc": 0,
"results": []
}
MSG:
Nothing to do
TASK [linux-system-roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/tmpmatfg0qe/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:33
Wednesday 03 August 2022 07:49:47 +0000 (0:00:00.897) 0:00:16.868 ******
ok: [/cache/rhel-9.qcow2.snap] => (item=certmonger) => {
"__certificate_provider": "certmonger",
"ansible_loop_var": "__certificate_provider",
"changed": false,
"gid": 0,
"group": "root",
"mode": "0700",
"owner": "root",
"path": "/etc/certmonger//pre-scripts",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 6,
"state": "directory",
"uid": 0
}
TASK [linux-system-roles.certificate : Ensure post-scripts hooks directory exists] ***
task path: /tmp/tmpmatfg0qe/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:59
Wednesday 03 August 2022 07:49:47 +0000 (0:00:00.437) 0:00:17.305 ******
ok: [/cache/rhel-9.qcow2.snap] => (item=certmonger) => {
"__certificate_provider": "certmonger",
"ansible_loop_var": "__certificate_provider",
"changed": false,
"gid": 0,
"group": "root",
"mode": "0700",
"owner": "root",
"path": "/etc/certmonger//post-scripts",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 6,
"state": "directory",
"uid": 0
}
TASK [linux-system-roles.certificate : Ensure provider service is running] *****
task path: /tmp/tmpmatfg0qe/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:88
Wednesday 03 August 2022 07:49:47 +0000 (0:00:00.430) 0:00:17.736 ******
ok: [/cache/rhel-9.qcow2.snap] => (item=certmonger) => {
"__certificate_provider": "certmonger",
"ansible_loop_var": "__certificate_provider",
"changed": false,
"enabled": true,
"name": "certmonger",
"state": "started",
"status": {
"ActiveEnterTimestamp": "Wed 2022-08-03 03:48:44 EDT",
"ActiveEnterTimestampMonotonic": "23571301",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "active",
"After": "syslog.target dbus.socket systemd-journald.socket dbus-broker.service system.slice network.target sysinit.target basic.target",
"AllowIsolate": "no",
"AssertResult": "yes",
"AssertTimestamp": "Wed 2022-08-03 03:48:44 EDT",
"AssertTimestampMonotonic": "23557378",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"BusName": "org.fedorahosted.certmonger",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "726974000",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "yes",
"ConditionTimestamp": "Wed 2022-08-03 03:48:44 EDT",
"ConditionTimestampMonotonic": "23557377",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlGroup": "/system.slice/certmonger.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Certificate monitoring and PKI enrollment",
"DevicePolicy": "auto",
"DynamicUser": "no",
"EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "7027",
"ExecMainStartTimestamp": "Wed 2022-08-03 03:48:44 EDT",
"ExecMainStartTimestampMonotonic": "23559359",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExitType": "main",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/certmonger.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"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]",
"Id": "certmonger.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestamp": "Wed 2022-08-03 03:48:44 EDT",
"InactiveExitTimestampMonotonic": "23559644",
"InvocationID": "5b4faa03264a4a6aaa032095ab54ad75",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "control-group",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "0",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "65536",
"LimitMEMLOCKSoft": "65536",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "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",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "7027",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "infinity",
"MemoryCurrent": "7192576",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "certmonger.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "none",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"OnSuccessJobMode": "fail",
"PIDFile": "/run/certmonger.pid",
"PartOf": "dbus-broker.service",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice sysinit.target dbus.socket",
"Restart": "no",
"RestartKillSignal": "15",
"RestartUSec": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"RuntimeRandomizedExtraUSec": "0",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"Slice": "system.slice",
"StandardError": "inherit",
"StandardInput": "null",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Wed 2022-08-03 03:49:43 EDT",
"StateChangeTimestampMonotonic": "82532437",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "running",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "1",
"TasksMax": "10949",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "dbus",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [linux-system-roles.certificate : Ensure certificate requests] ************
task path: /tmp/tmpmatfg0qe/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:100
Wednesday 03 August 2022 07:49:48 +0000 (0:00:00.549) 0:00:18.285 ******
changed: [/cache/rhel-9.qcow2.snap] => (item={'name': 'monger-cockpit', 'dns': ['localhost', 'www.example.com'], 'ca': 'local', 'group': 'cockpit-ws', 'run_after': 'DEST=/etc/cockpit/ws-certs.d/monger-cockpit.cert\ncat /etc/pki/tls/certs/monger-cockpit.crt \\\n/etc/pki/tls/private/monger-cockpit.key > $DEST\nchmod 640 $DEST\nchown root:cockpit-ws $DEST\n'}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"ca": "local",
"dns": [
"localhost",
"www.example.com"
],
"group": "cockpit-ws",
"name": "monger-cockpit",
"run_after": "DEST=/etc/cockpit/ws-certs.d/monger-cockpit.cert\ncat /etc/pki/tls/certs/monger-cockpit.crt \\\n/etc/pki/tls/private/monger-cockpit.key > $DEST\nchmod 640 $DEST\nchown root:cockpit-ws $DEST\n"
}
}
MSG:
Certificate requested (new). Pre/Post run hooks updated. File attributes updated.
META: role_complete for /cache/rhel-9.qcow2.snap
TASK [Get PEM of certmonger's local CA] ****************************************
task path: /tmp/tmpmatfg0qe/tests/cockpit/tests_certificate_runafter.yml:62
Wednesday 03 August 2022 07:49:49 +0000 (0:00:01.029) 0:00:19.315 ******
changed: [/cache/rhel-9.qcow2.snap] => {
"changed": true,
"cmd": [
"openssl",
"pkcs12",
"-in",
"/var/lib/certmonger/local/creds",
"-out",
"/var/lib/certmonger/local/ca.pem",
"-nokeys",
"-nodes",
"-passin",
"pass:"
],
"delta": "0:00:00.009785",
"end": "2022-08-03 03:49:49.348340",
"rc": 0,
"start": "2022-08-03 03:49:49.338555"
}
TASK [test - cockpit works with TLS and expected certificate] ******************
task path: /tmp/tmpmatfg0qe/tests/cockpit/tests_certificate_runafter.yml:69
Wednesday 03 August 2022 07:49:49 +0000 (0:00:00.514) 0:00:19.829 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"cmd": [
"curl",
"--cacert",
"/var/lib/certmonger/local/ca.pem",
"https://localhost:9090"
],
"delta": "0:00:00.085986",
"end": "2022-08-03 03:49:49.792992",
"rc": 0,
"start": "2022-08-03 03:49:49.707006"
}
STDOUT:
Loading...
Please enable JavaScript to use the Web Console.
Validating authentication token
A modern browser is required for security, reliability, and performance.
Download a new browser for free
STDERR:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 11295 0 11295 0 0 143k 0 --:--:-- --:--:-- --:--:-- 143k
TASK [test - get certmonger tracking status] ***********************************
task path: /tmp/tmpmatfg0qe/tests/cockpit/tests_certificate_runafter.yml:76
Wednesday 03 August 2022 07:49:50 +0000 (0:00:00.445) 0:00:20.275 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"cmd": [
"getcert",
"list",
"--tracking-only",
"-f",
"/etc/pki/tls/certs/monger-cockpit.crt"
],
"delta": "0:00:00.034796",
"end": "2022-08-03 03:49:50.184046",
"rc": 0,
"start": "2022-08-03 03:49:50.149250"
}
STDOUT:
Number of certificates and requests being tracked: 1.
Request ID '20220803074948':
status: MONITORING
stuck: no
key pair storage: type=FILE,location='/etc/pki/tls/private/monger-cockpit.key'
certificate: type=FILE,location='/etc/pki/tls/certs/monger-cockpit.crt'
CA: local
issuer: CN=44c34d70-667c445d-a017e481-6d02b91b,CN=Local Signing Authority
subject: CN=localhost
issued: 2022-08-03 03:49:48 EDT
expires: 2023-08-03 03:48:44 EDT
dns: localhost,www.example.com
key usage: digitalSignature,keyEncipherment
eku: id-kp-serverAuth,id-kp-clientAuth
pre-save command:
post-save command: /etc/certmonger/post-scripts/monger-cockpit-59d1099.sh
track: yes
auto-renew: yes
TASK [test - ensure certificate generation succeeded] **************************
task path: /tmp/tmpmatfg0qe/tests/cockpit/tests_certificate_runafter.yml:83
Wednesday 03 August 2022 07:49:50 +0000 (0:00:00.386) 0:00:20.661 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false
}
MSG:
All assertions passed
TASK [test - clean up tracked certificate] *************************************
task path: /tmp/tmpmatfg0qe/tests/cockpit/tests_certificate_runafter.yml:87
Wednesday 03 August 2022 07:49:50 +0000 (0:00:00.031) 0:00:20.693 ******
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"cmd": [
"getcert",
"stop-tracking",
"-f",
"/etc/pki/tls/certs/monger-cockpit.crt"
],
"delta": "0:00:00.030963",
"end": "2022-08-03 03:49:50.612226",
"rc": 0,
"start": "2022-08-03 03:49:50.581263"
}
STDOUT:
Request "20220803074948" removed.
TASK [test - clean up generated certificate] ***********************************
task path: /tmp/tmpmatfg0qe/tests/cockpit/tests_certificate_runafter.yml:94
Wednesday 03 August 2022 07:49:51 +0000 (0:00:00.396) 0:00:21.090 ******
changed: [/cache/rhel-9.qcow2.snap] => {
"changed": true,
"path": "/etc/pki/tls/certs/monger-cockpit.crt",
"state": "absent"
}
TASK [test - clean up generated private key] ***********************************
task path: /tmp/tmpmatfg0qe/tests/cockpit/tests_certificate_runafter.yml:99
Wednesday 03 August 2022 07:49:51 +0000 (0:00:00.366) 0:00:21.456 ******
changed: [/cache/rhel-9.qcow2.snap] => {
"changed": true,
"path": "/etc/pki/tls/private/monger-cockpit.key",
"state": "absent"
}
TASK [test - clean up copied certificate] **************************************
task path: /tmp/tmpmatfg0qe/tests/cockpit/tests_certificate_runafter.yml:104
Wednesday 03 August 2022 07:49:52 +0000 (0:00:00.454) 0:00:21.910 ******
changed: [/cache/rhel-9.qcow2.snap] => {
"changed": true,
"path": "/etc/cockpit/ws-certs.d/monger-cockpit.cert",
"state": "absent"
}
TASK [test - generic cleanup] **************************************************
task path: /tmp/tmpmatfg0qe/tests/cockpit/tests_certificate_runafter.yml:109
Wednesday 03 August 2022 07:49:52 +0000 (0:00:00.353) 0:00:22.263 ******
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:49:52 +0000 (0:00:00.031) 0:00:22.295 ******
changed: [/cache/rhel-9.qcow2.snap] => {
"changed": true,
"rc": 0,
"results": [
"Removed: cockpit-ws-264.1-1.el9.x86_64",
"Removed: cockpit-bridge-264.1-1.el9.x86_64",
"Removed: cockpit-system-264.1-1.el9.noarch"
]
}
TASK [cleanup - find certificates] *********************************************
task path: /tmp/tmpmatfg0qe/tests/cockpit/tasks/cleanup.yml:13
Wednesday 03 August 2022 07:50:01 +0000 (0:00:08.944) 0:00:31.239 ******
[WARNING]: Skipped '/etc/cockpit/ws-certs.d/' path due to this access issue:
'/etc/cockpit/ws-certs.d/' is not a directory
ok: [/cache/rhel-9.qcow2.snap] => {
"changed": false,
"examined": 0,
"files": [],
"matched": 0,
"skipped_paths": {
"/etc/cockpit/ws-certs.d/": "'/etc/cockpit/ws-certs.d/' is not a directory"
}
}
MSG:
Not all paths examined, check warnings for details
TASK [cleanup - certificates] **************************************************
task path: /tmp/tmpmatfg0qe/tests/cockpit/tasks/cleanup.yml:23
Wednesday 03 August 2022 07:50:01 +0000 (0:00:00.510) 0:00:31.749 ******
TASK [cleanup - config file] ***************************************************
task path: /tmp/tmpmatfg0qe/tests/cockpit/tasks/cleanup.yml:32
Wednesday 03 August 2022 07:50:01 +0000 (0:00:00.023) 0:00:31.772 ******
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:50:02 +0000 (0:00:00.370) 0:00:32.142 ******
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:50:02 +0000 (0:00:00.370) 0:00:32.513 ******
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=32 changed=8 unreachable=0 failed=0 skipped=12 rescued=0 ignored=0
Wednesday 03 August 2022 07:50:03 +0000 (0:00:00.655) 0:00:33.168 ******
===============================================================================
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed. -- 10.25s
/tmp/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:6
cleanup - packages ------------------------------------------------------ 8.94s
/tmp/tmpmatfg0qe/tests/cockpit/tasks/cleanup.yml:1 ----------------------------
Gathering Facts --------------------------------------------------------- 1.27s
/tmp/tmpmatfg0qe/tests/cockpit/tests_certificate_runafter.yml:5 ---------------
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled --- 1.05s
/tmp/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:75
linux-system-roles.certificate : Ensure certificate requests ------------ 1.03s
/tmp/tmpmatfg0qe/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:100
linux-system-roles.certificate : Ensure provider packages are installed --- 0.90s
/tmp/tmpmatfg0qe/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:22
linux-system-roles.certificate : Ensure certificate role dependencies are installed --- 0.89s
/tmp/tmpmatfg0qe/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:5
cleanup - reload systemd ------------------------------------------------ 0.66s
/tmp/tmpmatfg0qe/tests/cockpit/tasks/cleanup.yml:48 ---------------------------
fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role --- 0.57s
/tmp/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2
linux-system-roles.certificate : Ensure provider service is running ----- 0.55s
/tmp/tmpmatfg0qe/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:88
linux-system-roles.certificate : Ensure ansible_facts used by role ------ 0.52s
/tmp/tmpmatfg0qe/tests/cockpit/roles/linux-system-roles.certificate/tasks/set_vars.yml:2
Get PEM of certmonger's local CA ---------------------------------------- 0.51s
/tmp/tmpmatfg0qe/tests/cockpit/tests_certificate_runafter.yml:62 --------------
cleanup - find certificates --------------------------------------------- 0.51s
/tmp/tmpmatfg0qe/tests/cockpit/tasks/cleanup.yml:13 ---------------------------
fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port --- 0.51s
/tmp/tmplj_5s110/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:66
test - clean up generated private key ----------------------------------- 0.45s
/tmp/tmpmatfg0qe/tests/cockpit/tests_certificate_runafter.yml:99 --------------
test - cockpit works with TLS and expected certificate ------------------ 0.45s
/tmp/tmpmatfg0qe/tests/cockpit/tests_certificate_runafter.yml:69 --------------
linux-system-roles.certificate : Ensure pre-scripts hooks directory exists --- 0.44s
/tmp/tmpmatfg0qe/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:33
linux-system-roles.certificate : Ensure post-scripts hooks directory exists --- 0.43s
/tmp/tmpmatfg0qe/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:59
test - clean up tracked certificate ------------------------------------- 0.40s
/tmp/tmpmatfg0qe/tests/cockpit/tests_certificate_runafter.yml:87 --------------
test - get certmonger tracking status ----------------------------------- 0.39s
/tmp/tmpmatfg0qe/tests/cockpit/tests_certificate_runafter.yml:76 --------------