ansible-playbook [core 2.16.13] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-7W2 executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_certificate_runafter.yml *************************************** 1 plays in /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml PLAY [Test certificate issuance with run_after shell script] ******************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:6 Wednesday 20 November 2024 11:52:11 -0500 (0:00:00.009) 0:00:00.009 **** ok: [managed-node2] TASK [Install cockpit] ********************************************************* task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:9 Wednesday 20 November 2024 11:52:12 -0500 (0:00:01.131) 0:00:01.140 **** TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:2 Wednesday 20 November 2024 11:52:12 -0500 (0:00:00.057) 0:00:01.198 **** included: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role] *** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2 Wednesday 20 November 2024 11:52:12 -0500 (0:00:00.022) 0:00:01.220 **** skipping: [managed-node2] => { "changed": false, "false_condition": "__cockpit_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Check if system is ostree] *********** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10 Wednesday 20 November 2024 11:52:12 -0500 (0:00:00.038) 0:00:01.259 **** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.cockpit : Set flag to indicate system is ostree] *** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:15 Wednesday 20 November 2024 11:52:13 -0500 (0:00:00.507) 0:00:01.767 **** ok: [managed-node2] => { "ansible_facts": { "__cockpit_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.cockpit : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:22 Wednesday 20 November 2024 11:52:13 -0500 (0:00:00.039) 0:00:01.806 **** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.cockpit : Set flag if transactional-update exists] *** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:27 Wednesday 20 November 2024 11:52:13 -0500 (0:00:00.387) 0:00:02.194 **** ok: [managed-node2] => { "ansible_facts": { "__cockpit_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.cockpit : Set version specific variables] ****** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:31 Wednesday 20 November 2024 11:52:13 -0500 (0:00:00.039) 0:00:02.233 **** ok: [managed-node2] => (item=/tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-8.yml) => { "ansible_facts": { "__cockpit_packages": { "default": "{{ __cockpit_packages_minimal + __cockpit_packages_default }}", "full": "{{ __cockpit_packages_minimal + __cockpit_packages_default + __cockpit_packages_full }}", "minimal": "{{ __cockpit_packages_minimal }}" }, "__cockpit_packages_default": [ "cockpit", "cockpit-networkmanager", "cockpit-packagekit", "cockpit-selinux", "cockpit-storaged" ], "__cockpit_packages_exclude": [ "cockpit-docker", "cockpit-ostree", "cockpit-tests" ], "__cockpit_packages_full": [ "cockpit-*" ], "__cockpit_packages_minimal": [ "cockpit-system", "cockpit-ws" ] }, "ansible_included_var_files": [ "/tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-8.yml" } TASK [fedora.linux_system_roles.cockpit : List active RHEL repositories] ******* task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:11 Wednesday 20 November 2024 11:52:13 -0500 (0:00:00.043) 0:00:02.277 **** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution == 'RedHat'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Enable RHEL repositories] ************ task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:18 Wednesday 20 November 2024 11:52:13 -0500 (0:00:00.023) 0:00:02.301 **** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution == 'RedHat'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Manage cockpit packages using platform specific package manager if applicable] *** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:23 Wednesday 20 November 2024 11:52:13 -0500 (0:00:00.023) 0:00:02.324 **** included: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml for managed-node2 => (item=/tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml) TASK [fedora.linux_system_roles.cockpit : If choosing custom package set, ensure minimal cockpit is included] *** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:2 Wednesday 20 November 2024 11:52:13 -0500 (0:00:00.084) 0:00:02.409 **** ok: [managed-node2] => { "ansible_facts": { "cockpit_packages": "minimal" }, "changed": false } TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed.] *** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:7 Wednesday 20 November 2024 11:52:13 -0500 (0:00:00.040) 0:00:02.449 **** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: cockpit-bridge-310.4-1.el8.x86_64", "Installed: cockpit-system-310.4-1.el8.noarch", "Installed: cockpit-ws-310.4-1.el8.x86_64" ] } TASK [fedora.linux_system_roles.cockpit : Ensure full package list is installed] *** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:15 Wednesday 20 November 2024 11:52:36 -0500 (0:00:23.158) 0:00:25.608 **** skipping: [managed-node2] => { "changed": false, "false_condition": "'cockpit-*' in __pkgs", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Configure firewall] ****************** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:32 Wednesday 20 November 2024 11:52:36 -0500 (0:00:00.035) 0:00:25.644 **** included: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml for managed-node2 TASK [Ensure the cockpit service is enabled] *********************************** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml:3 Wednesday 20 November 2024 11:52:36 -0500 (0:00:00.040) 0:00:25.684 **** skipping: [managed-node2] => { "changed": false, "false_condition": "cockpit_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Configure selinux] ******************* task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:35 Wednesday 20 November 2024 11:52:37 -0500 (0:00:00.054) 0:00:25.739 **** included: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/selinux.yml for managed-node2 TASK [Ensure the service and the ports status with the selinux role] *********** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/selinux.yml:3 Wednesday 20 November 2024 11:52:37 -0500 (0:00:00.035) 0:00:25.775 **** skipping: [managed-node2] => { "changed": false, "false_condition": "cockpit_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file directory] *** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:38 Wednesday 20 November 2024 11:52:37 -0500 (0:00:00.042) 0:00:25.818 **** skipping: [managed-node2] => { "changed": false, "false_condition": "cockpit_port is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file] *** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:47 Wednesday 20 November 2024 11:52:37 -0500 (0:00:00.029) 0:00:25.847 **** skipping: [managed-node2] => { "changed": false, "false_condition": "cockpit_port is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port] *** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:62 Wednesday 20 November 2024 11:52:37 -0500 (0:00:00.022) 0:00:25.869 **** ok: [managed-node2] => { "changed": false, "path": "/etc/systemd/system/cockpit.socket.d/listen.conf", "state": "absent" } TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled] *** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:71 Wednesday 20 November 2024 11:52:37 -0500 (0:00:00.484) 0:00:26.354 **** changed: [managed-node2] => { "changed": true, "enabled": true, "name": "cockpit.socket", "state": "started", "status": { "Accept": "no", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Backlog": "128", "Before": "cockpit-motd.service sockets.target cockpit.service shutdown.target", "BindIPv6Only": "default", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "Broadcast": "no", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "no", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Cockpit Web Service Socket", "DevicePolicy": "auto", "DirectoryMode": "0755", "Documentation": "man:cockpit-ws(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecStartPost": "{ path=/bin/ln ; argv[]=/bin/ln -snf active.motd /run/cockpit/motd ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/bin/ln ; argv[]=/bin/ln -snf inactive.motd /run/cockpit/motd ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorName": "cockpit.socket", "FlushPending": "no", "FragmentPath": "/usr/lib/systemd/system/cockpit.socket", "FreeBind": "no", "FreezerState": "running", "GID": "[not set]", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPTOS": "-1", "IPTTL": "-1", "Id": "cockpit.socket", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeepAlive": "no", "KeepAliveIntervalUSec": "0", "KeepAliveProbes": "0", "KeepAliveTimeUSec": "0", "KeyringMode": "shared", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "Listen": "[::]:9090 (Stream)", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "Mark": "-1", "MaxConnections": "64", "MaxConnectionsPerSource": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MessageQueueMaxMessages": "0", "MessageQueueMessageSize": "0", "MountAPIVFS": "no", "MountFlags": "", "NAccepted": "0", "NConnections": "0", "NRefused": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "cockpit.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PassCredentials": "no", "PassPacketInfo": "no", "PassSecurity": "no", "Perpetual": "no", "PipeSize": "0", "Priority": "-1", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveIPC": "no", "RemoveOnStop": "no", "RequiredBy": "cockpit.service", "Requires": "system.slice sysinit.target", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "ReusePort": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "SameProcessGroup": "no", "SecureBits": "0", "SendBuffer": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SocketMode": "0666", "SocketProtocol": "0", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Transparent": "no", "TriggerLimitBurst": "20", "TriggerLimitIntervalUSec": "2s", "Triggers": "cockpit.service", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "cockpit-motd.service", "Writable": "no" } } TASK [fedora.linux_system_roles.cockpit : Create cockpit.conf configuration file] *** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:77 Wednesday 20 November 2024 11:52:38 -0500 (0:00:00.971) 0:00:27.326 **** skipping: [managed-node2] => { "changed": false, "false_condition": "cockpit_config is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Check the OS version for self-sign] *** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:93 Wednesday 20 November 2024 11:52:38 -0500 (0:00:00.021) 0:00:27.348 **** skipping: [managed-node2] => { "changed": false, "false_condition": "cockpit_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:102 Wednesday 20 November 2024 11:52:38 -0500 (0:00:00.040) 0:00:27.388 **** skipping: [managed-node2] => { "changed": false, "false_condition": "cockpit_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Set cockpit_cert and cockpit_private_key] *** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:108 Wednesday 20 November 2024 11:52:38 -0500 (0:00:00.041) 0:00:27.429 **** skipping: [managed-node2] => { "changed": false, "false_condition": "cockpit_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate] *** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:114 Wednesday 20 November 2024 11:52:38 -0500 (0:00:00.040) 0:00:27.470 **** skipping: [managed-node2] => { "changed": false, "false_condition": "cockpit_cert is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate key] *** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:124 Wednesday 20 November 2024 11:52:38 -0500 (0:00:00.020) 0:00:27.490 **** skipping: [managed-node2] => { "changed": false, "false_condition": "cockpit_cert is defined", "skip_reason": "Conditional result was False" } TASK [Allow certmonger to write into Cockpit's certificate directory] ********** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:20 Wednesday 20 November 2024 11:52:38 -0500 (0:00:00.024) 0:00:27.515 **** ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/cockpit/ws-certs.d/", "secontext": "system_u:object_r:cert_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Get name of cockpit group to use] **************************************** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:28 Wednesday 20 November 2024 11:52:39 -0500 (0:00:00.356) 0:00:27.871 **** included: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/get_cockpit_group.yml for managed-node2 TASK [Get name of cockpit group for tests] ************************************* task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/get_cockpit_group.yml:3 Wednesday 20 November 2024 11:52:39 -0500 (0:00:00.025) 0:00:27.897 **** ok: [managed-node2] => { "ansible_facts": { "getent_group": { "cockpit-wsinstance": [ "x", "989", "" ] } }, "changed": false } TASK [Set __cockpit_test_group] ************************************************ task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/get_cockpit_group.yml:9 Wednesday 20 November 2024 11:52:39 -0500 (0:00:00.455) 0:00:28.353 **** ok: [managed-node2] => { "ansible_facts": { "__cockpit_test_group": "cockpit-wsinstance" }, "changed": false } TASK [Generate certificate with certificate system role] *********************** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:32 Wednesday 20 November 2024 11:52:39 -0500 (0:00:00.020) 0:00:28.373 **** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Wednesday 20 November 2024 11:52:39 -0500 (0:00:00.049) 0:00:28.423 **** included: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Wednesday 20 November 2024 11:52:39 -0500 (0:00:00.022) 0:00:28.445 **** skipping: [managed-node2] => { "changed": false, "false_condition": "__certificate_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Wednesday 20 November 2024 11:52:39 -0500 (0:00:00.043) 0:00:28.489 **** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Wednesday 20 November 2024 11:52:40 -0500 (0:00:00.350) 0:00:28.839 **** ok: [managed-node2] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Wednesday 20 November 2024 11:52:40 -0500 (0:00:00.030) 0:00:28.870 **** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Wednesday 20 November 2024 11:52:40 -0500 (0:00:00.038) 0:00:28.909 **** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Wednesday 20 November 2024 11:52:43 -0500 (0:00:02.892) 0:00:31.801 **** ok: [managed-node2] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Wednesday 20 November 2024 11:52:45 -0500 (0:00:02.923) 0:00:34.725 **** ok: [managed-node2] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Wednesday 20 November 2024 11:52:46 -0500 (0:00:00.443) 0:00:35.168 **** ok: [managed-node2] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Wednesday 20 November 2024 11:52:46 -0500 (0:00:00.412) 0:00:35.581 **** ok: [managed-node2] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2024-11-20 11:51:41 EST", "ActiveEnterTimestampMonotonic": "405859295", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target systemd-journald.socket system.slice sysinit.target dbus.socket dbus.service basic.target syslog.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-11-20 11:51:41 EST", "AssertTimestampMonotonic": "405847683", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2024-11-20 11:51:41 EST", "ConditionTimestampMonotonic": "405847681", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11136", "ExecMainStartTimestamp": "Wed 2024-11-20 11:51:41 EST", "ExecMainStartTimestampMonotonic": "405848754", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Wed 2024-11-20 11:51:41 EST", "InactiveExitTimestampMonotonic": "405848806", "InvocationID": "9e37ac72149149d5bc4c5be2c693d3a0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "11136", "MemoryAccounting": "yes", "MemoryCurrent": "3063808", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus.service", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Wed 2024-11-20 11:51:41 EST", "StateChangeTimestampMonotonic": "405859295", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Wed 2024-11-20 11:51:41 EST", "WatchdogTimestampMonotonic": "405859292", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Wednesday 20 November 2024 11:52:47 -0500 (0:00:00.543) 0:00:36.124 **** changed: [managed-node2] => (item={'name': 'monger-cockpit', 'dns': ['localhost', 'www.example.com'], 'ca': 'local', 'group': 'cockpit-wsinstance', '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-wsinstance $DEST\n'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "local", "dns": [ "localhost", "www.example.com" ], "group": "cockpit-wsinstance", "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-wsinstance $DEST\n" } } MSG: Certificate requested (new). Pre/Post run hooks updated. File attributes updated. TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Wednesday 20 November 2024 11:52:48 -0500 (0:00:00.917) 0:00:37.041 **** skipping: [managed-node2] => (item=['cert', {'name': 'monger-cockpit', 'dns': ['localhost', 'www.example.com'], 'ca': 'local', 'group': 'cockpit-wsinstance', '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-wsinstance $DEST\n'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "cert", { "ca": "local", "dns": [ "localhost", "www.example.com" ], "group": "cockpit-wsinstance", "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-wsinstance $DEST\n" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=['key', {'name': 'monger-cockpit', 'dns': ['localhost', 'www.example.com'], 'ca': 'local', 'group': 'cockpit-wsinstance', '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-wsinstance $DEST\n'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "key", { "ca": "local", "dns": [ "localhost", "www.example.com" ], "group": "cockpit-wsinstance", "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-wsinstance $DEST\n" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=['ca', {'name': 'monger-cockpit', 'dns': ['localhost', 'www.example.com'], 'ca': 'local', 'group': 'cockpit-wsinstance', '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-wsinstance $DEST\n'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "ca", { "ca": "local", "dns": [ "localhost", "www.example.com" ], "group": "cockpit-wsinstance", "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-wsinstance $DEST\n" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Wednesday 20 November 2024 11:52:48 -0500 (0:00:00.053) 0:00:37.095 **** skipping: [managed-node2] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Wednesday 20 November 2024 11:52:48 -0500 (0:00:00.037) 0:00:37.132 **** skipping: [managed-node2] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Wednesday 20 November 2024 11:52:48 -0500 (0:00:00.042) 0:00:37.175 **** skipping: [managed-node2] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [Restart cockpit to use the new certificates] ***************************** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:57 Wednesday 20 November 2024 11:52:48 -0500 (0:00:00.066) 0:00:37.241 **** skipping: [managed-node2] => { "changed": false, "false_condition": "__cockpit_is_ostree | d(false)", "skip_reason": "Conditional result was False" } TASK [Get PEM of certmonger's local CA] **************************************** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:64 Wednesday 20 November 2024 11:52:48 -0500 (0:00:00.052) 0:00:37.294 **** changed: [managed-node2] => { "changed": true, "cmd": [ "openssl", "pkcs12", "-in", "/var/lib/certmonger/local/creds", "-out", "/var/lib/certmonger/local/ca.pem", "-nokeys", "-nodes", "-passin", "pass:" ], "delta": "0:00:00.009622", "end": "2024-11-20 11:52:49.014609", "rc": 0, "start": "2024-11-20 11:52:49.004987" } TASK [Test - cockpit works with TLS and expected certificate] ****************** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:72 Wednesday 20 November 2024 11:52:49 -0500 (0:00:00.506) 0:00:37.801 **** ok: [managed-node2] => { "changed": false, "cmd": [ "curl", "--cacert", "/var/lib/certmonger/local/ca.pem", "https://localhost:9090" ], "delta": "0:00:00.181490", "end": "2024-11-20 11:52:49.575803", "rc": 0, "start": "2024-11-20 11:52:49.394313" } STDOUT: Loading...

Please enable JavaScript to use the Web Console.

STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11763 0 11763 0 0 67994 0 --:--:-- --:--:-- --:--:-- 67994 TASK [Test - get certmonger tracking status] *********************************** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:82 Wednesday 20 November 2024 11:52:49 -0500 (0:00:00.555) 0:00:38.356 **** ok: [managed-node2] => { "changed": false, "cmd": [ "getcert", "list", "--tracking-only", "-f", "/etc/pki/tls/certs/monger-cockpit.crt" ], "delta": "0:00:00.041742", "end": "2024-11-20 11:52:49.988364", "rc": 0, "start": "2024-11-20 11:52:49.946622" } STDOUT: Number of certificates and requests being tracked: 1. Request ID '20241120165247': 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=f705d675-97144882-874b9523-a6f2353f,CN=Local Signing Authority subject: CN=localhost issued: 2024-11-20 11:52:48 EST expires: 2025-11-20 11:51:42 EST dns: localhost,www.example.com key usage: digitalSignature,keyEncipherment eku: id-kp-serverAuth,id-kp-clientAuth pre-save command: post-save command: /etc/certmonger/post-scripts/monger-cockpit-59d1099.sh track: yes auto-renew: yes TASK [Test - ensure certificate generation succeeded] ************************** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:89 Wednesday 20 November 2024 11:52:50 -0500 (0:00:00.410) 0:00:38.766 **** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Test - clean up tracked certificate] ************************************* task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:93 Wednesday 20 November 2024 11:52:50 -0500 (0:00:00.020) 0:00:38.787 **** ok: [managed-node2] => { "changed": false, "cmd": [ "getcert", "stop-tracking", "-f", "/etc/pki/tls/certs/monger-cockpit.crt" ], "delta": "0:00:00.031992", "end": "2024-11-20 11:52:50.386652", "rc": 0, "start": "2024-11-20 11:52:50.354660" } STDOUT: Request "20241120165247" removed. TASK [Test - clean up generated certificate] *********************************** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:100 Wednesday 20 November 2024 11:52:50 -0500 (0:00:00.376) 0:00:39.163 **** changed: [managed-node2] => { "changed": true, "path": "/etc/pki/tls/certs/monger-cockpit.crt", "state": "absent" } TASK [Test - clean up generated private key] *********************************** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:105 Wednesday 20 November 2024 11:52:50 -0500 (0:00:00.362) 0:00:39.526 **** changed: [managed-node2] => { "changed": true, "path": "/etc/pki/tls/private/monger-cockpit.key", "state": "absent" } TASK [Test - clean up copied certificate] ************************************** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:110 Wednesday 20 November 2024 11:52:51 -0500 (0:00:00.392) 0:00:39.918 **** changed: [managed-node2] => { "changed": true, "path": "/etc/cockpit/ws-certs.d/monger-cockpit.cert", "state": "absent" } TASK [Test - generic cleanup] ************************************************** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:115 Wednesday 20 November 2024 11:52:51 -0500 (0:00:00.363) 0:00:40.282 **** included: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml for managed-node2 TASK [Cleanup - packages] ****************************************************** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:2 Wednesday 20 November 2024 11:52:51 -0500 (0:00:00.027) 0:00:40.309 **** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Removed: cockpit-bridge-310.4-1.el8.x86_64", "Removed: cockpit-system-310.4-1.el8.noarch", "Removed: cockpit-ws-310.4-1.el8.x86_64" ] } TASK [Cleanup - services] ****************************************************** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:15 Wednesday 20 November 2024 11:53:14 -0500 (0:00:22.805) 0:01:03.114 **** skipping: [managed-node2] => { "changed": false, "false_condition": "__cockpit_is_ostree | d(false)", "skip_reason": "Conditional result was False" } TASK [Cleanup - find certificates] ********************************************* task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:25 Wednesday 20 November 2024 11:53:14 -0500 (0:00:00.036) 0:01:03.150 **** [WARNING]: Skipped '/etc/cockpit/ws-certs.d/' path due to this access issue: '/etc/cockpit/ws-certs.d/' is not a directory ok: [managed-node2] => { "changed": false, "examined": 0, "files": [], "matched": 0, "skipped_paths": { "/etc/cockpit/ws-certs.d/": "'/etc/cockpit/ws-certs.d/' is not a directory" } } MSG: Not all paths examined, check warnings for details TASK [Cleanup - certificates] ************************************************** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:35 Wednesday 20 November 2024 11:53:14 -0500 (0:00:00.464) 0:01:03.615 **** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Cleanup - config file] *************************************************** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:44 Wednesday 20 November 2024 11:53:14 -0500 (0:00:00.021) 0:01:03.637 **** ok: [managed-node2] => { "changed": false, "path": "/etc/cockpit/cockpit.conf", "state": "absent" } TASK [Cleanup - port customization] ******************************************** task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:52 Wednesday 20 November 2024 11:53:15 -0500 (0:00:00.387) 0:01:04.024 **** ok: [managed-node2] => { "changed": false, "path": "/etc/systemd/system/cockpit.socket.d/", "state": "absent" } TASK [Cleanup - Reload systemd] ************************************************ task path: /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:60 Wednesday 20 November 2024 11:53:15 -0500 (0:00:00.351) 0:01:04.375 **** ok: [managed-node2] => { "changed": false, "name": null, "status": {} } PLAY RECAP ********************************************************************* managed-node2 : ok=41 changed=8 unreachable=0 failed=0 skipped=23 rescued=0 ignored=0 Wednesday 20 November 2024 11:53:16 -0500 (0:00:00.619) 0:01:04.995 **** =============================================================================== fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed. -- 23.16s /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:7 Cleanup - packages ----------------------------------------------------- 22.81s /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:2 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 2.92s /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 2.89s /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.13s /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:6 fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled --- 0.97s /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:71 fedora.linux_system_roles.certificate : Ensure certificate requests ----- 0.92s /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Cleanup - Reload systemd ------------------------------------------------ 0.62s /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:60 Test - cockpit works with TLS and expected certificate ------------------ 0.56s /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:72 fedora.linux_system_roles.certificate : Ensure provider service is running --- 0.54s /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 fedora.linux_system_roles.cockpit : Check if system is ostree ----------- 0.51s /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10 Get PEM of certmonger's local CA ---------------------------------------- 0.51s /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:64 fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port --- 0.48s /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:62 Cleanup - find certificates --------------------------------------------- 0.46s /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:25 Get name of cockpit group for tests ------------------------------------- 0.46s /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/get_cockpit_group.yml:3 fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists --- 0.44s /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists --- 0.41s /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Test - get certmonger tracking status ----------------------------------- 0.41s /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:82 Test - clean up generated private key ----------------------------------- 0.39s /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:105 fedora.linux_system_roles.cockpit : Check if transactional-update exists in /sbin --- 0.39s /tmp/collections-7W2/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:22