# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-cio5sgok1p/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 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_no_auto_renew.yml ********************************************** 2 plays in /WORKDIR/git-weekly-cio5sgok1p/tests/tests_no_auto_renew.yml PLAY [Issue simple self-signed certificate] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tests_no_auto_renew.yml:2 Saturday 08 June 2024 13:29:15 +0000 (0:00:00.012) 0:00:00.012 ********* ok: [sut] TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-cio5sgok1p/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 08 June 2024 13:29:16 +0000 (0:00:00.934) 0:00:00.947 ********* included: /WORKDIR/git-weekly-cio5sgok1p/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cio5sgok1p/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 08 June 2024 13:29:16 +0000 (0:00:00.011) 0:00:00.959 ********* skipping: [sut] => { "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: /WORKDIR/git-weekly-cio5sgok1p/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 08 June 2024 13:29:16 +0000 (0:00:00.017) 0:00:00.977 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cio5sgok1p/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 08 June 2024 13:29:16 +0000 (0:00:00.248) 0:00:01.225 ********* ok: [sut] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cio5sgok1p/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 08 June 2024 13:29:16 +0000 (0:00:00.014) 0:00:01.240 ********* skipping: [sut] => (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: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "__certificate_certmonger_packages": [ "certmonger", "python3-packaging" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cio5sgok1p/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "__certificate_certmonger_packages": [ "certmonger", "python3-packaging" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cio5sgok1p/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-weekly-cio5sgok1p/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 08 June 2024 13:29:16 +0000 (0:00:00.025) 0:00:01.265 ********* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: python3-pyasn1-0.4.8-6.el9.noarch", "Installed: python3-cffi-1.14.5-5.el9.x86_64", "Installed: python3-ply-3.11-14.el9.noarch", "Installed: python3-pycparser-2.20-6.el9.noarch", "Installed: python3-cryptography-36.0.1-4.el9.x86_64" ] } lsrpackages: python3-cryptography python3-dbus python3-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-cio5sgok1p/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 08 June 2024 13:29:21 +0000 (0:00:05.241) 0:00:06.506 ********* changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: python3-pyparsing-2.4.7-9.el9.noarch", "Installed: python3-packaging-20.9-5.el9.noarch", "Installed: certmonger-0.79.17-2.el9.x86_64" ] } lsrpackages: certmonger python3-packaging TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-cio5sgok1p/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 08 June 2024 13:29:24 +0000 (0:00:02.900) 0:00:09.407 ********* changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "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: /WORKDIR/git-weekly-cio5sgok1p/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 08 June 2024 13:29:24 +0000 (0:00:00.290) 0:00:09.698 ********* changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "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: /WORKDIR/git-weekly-cio5sgok1p/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 08 June 2024 13:29:25 +0000 (0:00:00.219) 0:00:09.918 ********* changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "enabled": true, "name": "certmonger", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:certmonger_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus-broker.service sysinit.target dbus.socket syslog.target system.slice basic.target network.target systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.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": "[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 cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13972", "LimitNPROCSoft": "13972", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13972", "LimitSIGPENDINGSoft": "13972", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "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", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice dbus.socket 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]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "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": "22356", "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": "disabled", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /WORKDIR/git-weekly-cio5sgok1p/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 08 June 2024 13:29:25 +0000 (0:00:00.742) 0:00:10.660 ********* changed: [sut] => (item={'name': 'mycert_no_auto_renew', 'dns': 'www.example.com', 'ca': 'self-sign', 'auto_renew': False}) => { "ansible_loop_var": "item", "changed": true, "item": { "auto_renew": false, "ca": "self-sign", "dns": "www.example.com", "name": "mycert_no_auto_renew" } } MSG: Certificate requested (new). changed: [sut] => (item={'name': 'defaultcert', 'dns': 'www.example.com', 'ca': 'self-sign'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "dns": "www.example.com", "name": "defaultcert" } } MSG: Certificate requested (new). TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /WORKDIR/git-weekly-cio5sgok1p/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 08 June 2024 13:29:28 +0000 (0:00:02.544) 0:00:13.205 ********* skipping: [sut] => (item=['cert', {'name': 'mycert_no_auto_renew', 'dns': 'www.example.com', 'ca': 'self-sign', 'auto_renew': False}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "cert", { "auto_renew": false, "ca": "self-sign", "dns": "www.example.com", "name": "mycert_no_auto_renew" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['cert', {'name': 'defaultcert', 'dns': 'www.example.com', 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "cert", { "ca": "self-sign", "dns": "www.example.com", "name": "defaultcert" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['key', {'name': 'mycert_no_auto_renew', 'dns': 'www.example.com', 'ca': 'self-sign', 'auto_renew': False}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "key", { "auto_renew": false, "ca": "self-sign", "dns": "www.example.com", "name": "mycert_no_auto_renew" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['key', {'name': 'defaultcert', 'dns': 'www.example.com', 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "key", { "ca": "self-sign", "dns": "www.example.com", "name": "defaultcert" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['ca', {'name': 'mycert_no_auto_renew', 'dns': 'www.example.com', 'ca': 'self-sign', 'auto_renew': False}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "ca", { "auto_renew": false, "ca": "self-sign", "dns": "www.example.com", "name": "mycert_no_auto_renew" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['ca', {'name': 'defaultcert', 'dns': 'www.example.com', 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "ca", { "ca": "self-sign", "dns": "www.example.com", "name": "defaultcert" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /WORKDIR/git-weekly-cio5sgok1p/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 08 June 2024 13:29:28 +0000 (0:00:00.029) 0:00:13.234 ********* skipping: [sut] => { "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: /WORKDIR/git-weekly-cio5sgok1p/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 08 June 2024 13:29:28 +0000 (0:00:00.016) 0:00:13.251 ********* skipping: [sut] => { "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: /WORKDIR/git-weekly-cio5sgok1p/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 08 June 2024 13:29:28 +0000 (0:00:00.017) 0:00:13.268 ********* skipping: [sut] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } PLAY [Verify certificate] ****************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tests_no_auto_renew.yml:17 Saturday 08 June 2024 13:29:28 +0000 (0:00:00.027) 0:00:13.295 ********* ok: [sut] TASK [Verify each certificate] ************************************************* task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tests_no_auto_renew.yml:42 Saturday 08 June 2024 13:29:29 +0000 (0:00:00.625) 0:00:13.921 ********* included: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml for sut => (item={'path': '/etc/pki/tls/certs/mycert_no_auto_renew.crt', 'key_path': '/etc/pki/tls/private/mycert_no_auto_renew.key', 'subject': [{'name': 'commonName', 'oid': '2.5.4.3', 'value': 'www.example.com'}], 'subject_alt_name': [{'name': 'DNS', 'value': 'www.example.com'}], 'auto_renew': False}) included: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml for sut => (item={'path': '/etc/pki/tls/certs/defaultcert.crt', 'key_path': '/etc/pki/tls/private/defaultcert.key', 'subject': [{'name': 'commonName', 'oid': '2.5.4.3', 'value': 'www.example.com'}], 'subject_alt_name': [{'name': 'DNS', 'value': 'www.example.com'}], 'auto_renew': True}) TASK [Set virtualenv_path] ***************************************************** task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:2 Saturday 08 June 2024 13:29:29 +0000 (0:00:00.021) 0:00:13.943 ********* ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:9 Saturday 08 June 2024 13:29:29 +0000 (0:00:00.008) 0:00:13.951 ********* skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:14 Saturday 08 June 2024 13:29:29 +0000 (0:00:00.010) 0:00:13.962 ********* skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:18 Saturday 08 June 2024 13:29:29 +0000 (0:00:00.010) 0:00:13.972 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == \"7\"", "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:28 Saturday 08 June 2024 13:29:29 +0000 (0:00:00.007) 0:00:13.980 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-cryptography python3-pyasn1 TASK [Retrieve certificate file stats] ***************************************** task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:38 Saturday 08 June 2024 13:29:30 +0000 (0:00:00.950) 0:00:14.930 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717853366.3543308, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c337836f079fa2972a5bb5e3342f9d52313c707f", "ctime": 1717853366.3513308, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6495431, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1717853366.3513308, "nlink": 1, "path": "/etc/pki/tls/certs/mycert_no_auto_renew.crt", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1294, "uid": 0, "version": "3214838384", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if certificate file exists] *************************************** task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:43 Saturday 08 June 2024 13:29:30 +0000 (0:00:00.204) 0:00:15.135 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:49 Saturday 08 June 2024 13:29:30 +0000 (0:00:00.010) 0:00:15.146 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:59 Saturday 08 June 2024 13:29:30 +0000 (0:00:00.020) 0:00:15.166 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:65 Saturday 08 June 2024 13:29:30 +0000 (0:00:00.019) 0:00:15.185 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717853366.2963307, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6536e59c4df36b8b8a97c5e3c1896b36a628ec92", "ctime": 1717853366.3513308, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4984665, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1717853366.3513308, "nlink": 1, "path": "/etc/pki/tls/private/mycert_no_auto_renew.key", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1704, "uid": 0, "version": "3234017459", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if key file exists] *********************************************** task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:70 Saturday 08 June 2024 13:29:30 +0000 (0:00:00.200) 0:00:15.386 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:76 Saturday 08 June 2024 13:29:30 +0000 (0:00:00.011) 0:00:15.398 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:86 Saturday 08 June 2024 13:29:30 +0000 (0:00:00.020) 0:00:15.418 ********* ok: [sut] => { "certificate": { "extensions": { "authorityKeyIdentifier": { "critical": false, "value": "34:95:84:2C:D4:E3:AF:97:13:2A:8A:BE:7D:28:CF:6B:13:3D:66:C9" }, "basicConstraints": { "critical": true, "value": { "ca": false } }, "extendedKeyUsage": { "critical": false, "value": [ { "name": "id-kp-serverAuth", "oid": "1.3.6.1.5.5.7.3.1" }, { "name": "id-kp-clientAuth", "oid": "1.3.6.1.5.5.7.3.2" } ] }, "keyUsage": { "critical": false, "value": [ "digital_signature", "key_encipherment" ] }, "subjectAltName": { "critical": false, "value": [ { "name": "DNS", "value": "www.example.com" } ] }, "subjectKeyIdentifier": { "critical": false, "value": "AD:D8:A1:44:11:E5:9D:7D:B4:3B:B7:98:76:07:B4:3C:08:9C:6E:41" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "03:A6:42:50:43:28:25:5A:73:5C:87:D3:D7:78:CC:A0:61:0E:2F:9D:42:6B:54:45:68:DC:96:19:0E:AD:31:FD:8C:1A:A3:39:8F:D2:B9:B6:2D:C3:E2:50:9B:FD:5B:4A:34:11:84:A4:3A:65:02:9F:09:2E:15:21:EA:9D:56:07:E0:34:BC:8E:72:2A:6E:BE:F4:B6:63:08:AA:4E:E3:DA:2D:A4:2A:30:7D:62:CB:38:37:7A:41:88:8A:77:36:70:EB:F3:93:30:F9:40:B9:B7:24:B3:CA:D9:F8:13:EB:C4:29:1C:02:D6:31:13:53:AD:6B:DE:0C:8E:5E:A7:49:0C:0D:0B:F9:92:99:64:CE:6E:2E:E9:1D:2F:36:02:3A:A0:B0:45:4D:71:C1:A7:4D:65:BD:86:61:F5:19:8F:A9:50:70:DC:03:B7:01:FD:02:70:6E:76:8E:F5:69:FC:82:FE:92:B9:C0:E4:02:C8:BA:4A:17:51:DC:E1:3C:AF:10:D4:85:FB:23:98:C4:BD:40:B6:D8:73:D1:E2:2D:E7:4A:09:47:A1:B1:33:90:E0:99:9F:D3:BF:81:50:8D:15:EC:D7:11:41:C5:44:46:62:BF:EB:75:96:73:85:E3:38:1D:25:99:63:D7:F4:53:B0:E6:67:D1:CB:D6:FB:47:0A:C3:A9" }, "subject": [ { "name": "commonName", "oid": "2.5.4.3", "value": "www.example.com" } ], "validity": { "not_valid_after": "20250608132925Z", "not_valid_before": "20240608132926Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:92 Saturday 08 June 2024 13:29:30 +0000 (0:00:00.305) 0:00:15.724 ********* ok: [sut] => { "ansible_facts": { "cert_issued": { "extensions": { "authorityKeyIdentifier": { "critical": false, "value": "34:95:84:2C:D4:E3:AF:97:13:2A:8A:BE:7D:28:CF:6B:13:3D:66:C9" }, "basicConstraints": { "critical": true, "value": { "ca": false } }, "extendedKeyUsage": { "critical": false, "value": [ { "name": "id-kp-serverAuth", "oid": "1.3.6.1.5.5.7.3.1" }, { "name": "id-kp-clientAuth", "oid": "1.3.6.1.5.5.7.3.2" } ] }, "keyUsage": { "critical": false, "value": [ "digital_signature", "key_encipherment" ] }, "subjectAltName": { "critical": false, "value": [ { "name": "DNS", "value": "www.example.com" } ] }, "subjectKeyIdentifier": { "critical": false, "value": "AD:D8:A1:44:11:E5:9D:7D:B4:3B:B7:98:76:07:B4:3C:08:9C:6E:41" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "03:A6:42:50:43:28:25:5A:73:5C:87:D3:D7:78:CC:A0:61:0E:2F:9D:42:6B:54:45:68:DC:96:19:0E:AD:31:FD:8C:1A:A3:39:8F:D2:B9:B6:2D:C3:E2:50:9B:FD:5B:4A:34:11:84:A4:3A:65:02:9F:09:2E:15:21:EA:9D:56:07:E0:34:BC:8E:72:2A:6E:BE:F4:B6:63:08:AA:4E:E3:DA:2D:A4:2A:30:7D:62:CB:38:37:7A:41:88:8A:77:36:70:EB:F3:93:30:F9:40:B9:B7:24:B3:CA:D9:F8:13:EB:C4:29:1C:02:D6:31:13:53:AD:6B:DE:0C:8E:5E:A7:49:0C:0D:0B:F9:92:99:64:CE:6E:2E:E9:1D:2F:36:02:3A:A0:B0:45:4D:71:C1:A7:4D:65:BD:86:61:F5:19:8F:A9:50:70:DC:03:B7:01:FD:02:70:6E:76:8E:F5:69:FC:82:FE:92:B9:C0:E4:02:C8:BA:4A:17:51:DC:E1:3C:AF:10:D4:85:FB:23:98:C4:BD:40:B6:D8:73:D1:E2:2D:E7:4A:09:47:A1:B1:33:90:E0:99:9F:D3:BF:81:50:8D:15:EC:D7:11:41:C5:44:46:62:BF:EB:75:96:73:85:E3:38:1D:25:99:63:D7:F4:53:B0:E6:67:D1:CB:D6:FB:47:0A:C3:A9" }, "subject": [ { "name": "commonName", "oid": "2.5.4.3", "value": "www.example.com" } ], "validity": { "not_valid_after": "20250608132925Z", "not_valid_before": "20240608132926Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:96 Saturday 08 June 2024 13:29:30 +0000 (0:00:00.010) 0:00:15.735 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:104 Saturday 08 June 2024 13:29:30 +0000 (0:00:00.020) 0:00:15.755 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:112 Saturday 08 June 2024 13:29:30 +0000 (0:00:00.012) 0:00:15.767 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:119 Saturday 08 June 2024 13:29:30 +0000 (0:00:00.017) 0:00:15.785 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:130 Saturday 08 June 2024 13:29:30 +0000 (0:00:00.021) 0:00:15.806 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:143 Saturday 08 June 2024 13:29:31 +0000 (0:00:00.020) 0:00:15.827 ********* ok: [sut] => { "changed": false, "cmd": "set -euo pipefail; getcert list -f /etc/pki/tls/certs/mycert_no_auto_renew.crt | grep 'auto-renew' | sed 's/^\\s\\+auto-renew: //g'", "delta": "0:00:00.041229", "end": "2024-06-08 13:29:31.268306", "rc": 0, "start": "2024-06-08 13:29:31.227077" } STDOUT: no TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:152 Saturday 08 June 2024 13:29:31 +0000 (0:00:00.285) 0:00:16.113 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set virtualenv_path] ***************************************************** task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:2 Saturday 08 June 2024 13:29:31 +0000 (0:00:00.020) 0:00:16.133 ********* ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:9 Saturday 08 June 2024 13:29:31 +0000 (0:00:00.007) 0:00:16.141 ********* skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:14 Saturday 08 June 2024 13:29:31 +0000 (0:00:00.010) 0:00:16.151 ********* skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:18 Saturday 08 June 2024 13:29:31 +0000 (0:00:00.010) 0:00:16.162 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == \"7\"", "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:28 Saturday 08 June 2024 13:29:31 +0000 (0:00:00.007) 0:00:16.169 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-cryptography python3-pyasn1 TASK [Retrieve certificate file stats] ***************************************** task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:38 Saturday 08 June 2024 13:29:32 +0000 (0:00:00.968) 0:00:17.138 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717853367.2373347, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a64a53aa9106ec1ebe12784672bf1c05eaa0d532", "ctime": 1717853367.2353346, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6495432, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1717853367.2353346, "nlink": 1, "path": "/etc/pki/tls/certs/defaultcert.crt", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1294, "uid": 0, "version": "1828859746", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if certificate file exists] *************************************** task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:43 Saturday 08 June 2024 13:29:32 +0000 (0:00:00.203) 0:00:17.341 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:49 Saturday 08 June 2024 13:29:32 +0000 (0:00:00.010) 0:00:17.351 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:59 Saturday 08 June 2024 13:29:32 +0000 (0:00:00.020) 0:00:17.372 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:65 Saturday 08 June 2024 13:29:32 +0000 (0:00:00.018) 0:00:17.391 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717853367.1853344, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "073c7ae9cb2c7e8bf51069780b3cfe8e5817b8cc", "ctime": 1717853367.2353346, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4984666, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1717853367.2353346, "nlink": 1, "path": "/etc/pki/tls/private/defaultcert.key", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1704, "uid": 0, "version": "2449702304", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if key file exists] *********************************************** task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:70 Saturday 08 June 2024 13:29:32 +0000 (0:00:00.203) 0:00:17.595 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:76 Saturday 08 June 2024 13:29:32 +0000 (0:00:00.010) 0:00:17.605 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:86 Saturday 08 June 2024 13:29:32 +0000 (0:00:00.020) 0:00:17.625 ********* ok: [sut] => { "certificate": { "extensions": { "authorityKeyIdentifier": { "critical": false, "value": "34:95:84:2C:D4:E3:AF:97:13:2A:8A:BE:7D:28:CF:6B:13:3D:66:C9" }, "basicConstraints": { "critical": true, "value": { "ca": false } }, "extendedKeyUsage": { "critical": false, "value": [ { "name": "id-kp-serverAuth", "oid": "1.3.6.1.5.5.7.3.1" }, { "name": "id-kp-clientAuth", "oid": "1.3.6.1.5.5.7.3.2" } ] }, "keyUsage": { "critical": false, "value": [ "digital_signature", "key_encipherment" ] }, "subjectAltName": { "critical": false, "value": [ { "name": "DNS", "value": "www.example.com" } ] }, "subjectKeyIdentifier": { "critical": false, "value": "CC:6F:27:3C:7E:10:BE:BF:88:86:C4:E8:6D:C4:41:B9:FF:E7:FA:DA" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "3D:EC:77:4F:3B:4B:22:DB:10:61:CE:AA:D9:5E:F9:D4:8D:70:14:B5:2F:5F:09:05:8E:D2:24:31:0F:02:57:AD:26:A9:68:8C:C3:33:D6:BB:6E:E7:83:36:EB:37:F8:A0:73:5D:F9:D3:BF:43:60:75:48:3D:0E:45:5B:05:38:AD:16:3D:D8:04:4A:25:AD:DD:00:CE:56:09:18:04:D2:84:EB:A6:28:10:2C:26:2D:2B:CE:61:8A:53:54:91:89:8D:AB:F0:95:20:E2:AE:B5:9B:5F:97:3B:34:C8:75:E5:4A:E2:7D:6E:2A:06:54:29:44:4D:03:1C:52:A6:F4:89:A9:19:D8:91:17:FB:5A:10:5F:01:C3:CA:F2:C9:57:4A:53:B1:3C:AD:B3:68:CF:02:70:76:FB:13:00:79:A4:39:6B:00:C7:F3:06:0E:49:22:A3:7E:6A:82:17:DD:FF:AB:64:EF:B5:2B:60:A6:64:8D:E1:79:F7:31:42:A1:C1:D8:21:2F:31:D1:D1:A3:3D:66:31:7B:1E:40:9E:DE:7A:69:88:51:36:9C:E8:81:C7:E9:F4:E6:35:AE:CA:AD:A0:BC:01:FF:DC:4F:9D:BB:2E:90:0E:C7:24:5F:C4:CC:DA:36:74:1E:45:49:B3:76:70:8A:F3:18:85:53:9D:4D:9C:F6:9C" }, "subject": [ { "name": "commonName", "oid": "2.5.4.3", "value": "www.example.com" } ], "validity": { "not_valid_after": "20250608132925Z", "not_valid_before": "20240608132927Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:92 Saturday 08 June 2024 13:29:33 +0000 (0:00:00.242) 0:00:17.868 ********* ok: [sut] => { "ansible_facts": { "cert_issued": { "extensions": { "authorityKeyIdentifier": { "critical": false, "value": "34:95:84:2C:D4:E3:AF:97:13:2A:8A:BE:7D:28:CF:6B:13:3D:66:C9" }, "basicConstraints": { "critical": true, "value": { "ca": false } }, "extendedKeyUsage": { "critical": false, "value": [ { "name": "id-kp-serverAuth", "oid": "1.3.6.1.5.5.7.3.1" }, { "name": "id-kp-clientAuth", "oid": "1.3.6.1.5.5.7.3.2" } ] }, "keyUsage": { "critical": false, "value": [ "digital_signature", "key_encipherment" ] }, "subjectAltName": { "critical": false, "value": [ { "name": "DNS", "value": "www.example.com" } ] }, "subjectKeyIdentifier": { "critical": false, "value": "CC:6F:27:3C:7E:10:BE:BF:88:86:C4:E8:6D:C4:41:B9:FF:E7:FA:DA" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "3D:EC:77:4F:3B:4B:22:DB:10:61:CE:AA:D9:5E:F9:D4:8D:70:14:B5:2F:5F:09:05:8E:D2:24:31:0F:02:57:AD:26:A9:68:8C:C3:33:D6:BB:6E:E7:83:36:EB:37:F8:A0:73:5D:F9:D3:BF:43:60:75:48:3D:0E:45:5B:05:38:AD:16:3D:D8:04:4A:25:AD:DD:00:CE:56:09:18:04:D2:84:EB:A6:28:10:2C:26:2D:2B:CE:61:8A:53:54:91:89:8D:AB:F0:95:20:E2:AE:B5:9B:5F:97:3B:34:C8:75:E5:4A:E2:7D:6E:2A:06:54:29:44:4D:03:1C:52:A6:F4:89:A9:19:D8:91:17:FB:5A:10:5F:01:C3:CA:F2:C9:57:4A:53:B1:3C:AD:B3:68:CF:02:70:76:FB:13:00:79:A4:39:6B:00:C7:F3:06:0E:49:22:A3:7E:6A:82:17:DD:FF:AB:64:EF:B5:2B:60:A6:64:8D:E1:79:F7:31:42:A1:C1:D8:21:2F:31:D1:D1:A3:3D:66:31:7B:1E:40:9E:DE:7A:69:88:51:36:9C:E8:81:C7:E9:F4:E6:35:AE:CA:AD:A0:BC:01:FF:DC:4F:9D:BB:2E:90:0E:C7:24:5F:C4:CC:DA:36:74:1E:45:49:B3:76:70:8A:F3:18:85:53:9D:4D:9C:F6:9C" }, "subject": [ { "name": "commonName", "oid": "2.5.4.3", "value": "www.example.com" } ], "validity": { "not_valid_after": "20250608132925Z", "not_valid_before": "20240608132927Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:96 Saturday 08 June 2024 13:29:33 +0000 (0:00:00.010) 0:00:17.879 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:104 Saturday 08 June 2024 13:29:33 +0000 (0:00:00.019) 0:00:17.898 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:112 Saturday 08 June 2024 13:29:33 +0000 (0:00:00.010) 0:00:17.908 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:119 Saturday 08 June 2024 13:29:33 +0000 (0:00:00.018) 0:00:17.926 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:130 Saturday 08 June 2024 13:29:33 +0000 (0:00:00.021) 0:00:17.948 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:143 Saturday 08 June 2024 13:29:33 +0000 (0:00:00.020) 0:00:17.968 ********* ok: [sut] => { "changed": false, "cmd": "set -euo pipefail; getcert list -f /etc/pki/tls/certs/defaultcert.crt | grep 'auto-renew' | sed 's/^\\s\\+auto-renew: //g'", "delta": "0:00:00.041325", "end": "2024-06-08 13:29:33.355949", "rc": 0, "start": "2024-06-08 13:29:33.314624" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:152 Saturday 08 June 2024 13:29:33 +0000 (0:00:00.232) 0:00:18.201 ********* ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=50 changed=6 unreachable=0 failed=0 skipped=11 rescued=0 ignored=0 Saturday 08 June 2024 13:29:33 +0000 (0:00:00.023) 0:00:18.224 ********* =============================================================================== fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 5.24s /WORKDIR/git-weekly-cio5sgok1p/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 2.90s /WORKDIR/git-weekly-cio5sgok1p/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 fedora.linux_system_roles.certificate : Ensure certificate requests ----- 2.54s /WORKDIR/git-weekly-cio5sgok1p/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Ensure python3 is installed --------------------------------------------- 0.97s /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:28 Ensure python3 is installed --------------------------------------------- 0.95s /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:28 Gathering Facts --------------------------------------------------------- 0.94s /WORKDIR/git-weekly-cio5sgok1p/tests/tests_no_auto_renew.yml:2 ---------------- fedora.linux_system_roles.certificate : Ensure provider service is running --- 0.74s /WORKDIR/git-weekly-cio5sgok1p/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Gathering Facts --------------------------------------------------------- 0.63s /WORKDIR/git-weekly-cio5sgok1p/tests/tests_no_auto_renew.yml:17 --------------- Parse certificate ------------------------------------------------------- 0.31s /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:86 fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists --- 0.29s /WORKDIR/git-weekly-cio5sgok1p/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Retrieve auto-renew flag ------------------------------------------------ 0.29s /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:143 fedora.linux_system_roles.certificate : Check if system is ostree ------- 0.25s /WORKDIR/git-weekly-cio5sgok1p/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Parse certificate ------------------------------------------------------- 0.24s /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:86 Retrieve auto-renew flag ------------------------------------------------ 0.23s /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:143 fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists --- 0.22s /WORKDIR/git-weekly-cio5sgok1p/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Retrieve certificate file stats ----------------------------------------- 0.20s /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:38 Retrieve key file stats ------------------------------------------------- 0.20s /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:65 Retrieve certificate file stats ----------------------------------------- 0.20s /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:38 Retrieve key file stats ------------------------------------------------- 0.20s /WORKDIR/git-weekly-cio5sgok1p/tests/tasks/assert_certificate_parameters.yml:65 fedora.linux_system_roles.certificate : Slurp the contents of the files --- 0.03s /WORKDIR/git-weekly-cio5sgok1p/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---