# 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-ci8lshnv2_/.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 statically imported: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/setup_ipa.yml 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_basic_ipa.yml ************************************************** 1 plays in /WORKDIR/git-weekly-ci8lshnv2_/tests/tests_basic_ipa.yml PLAY [Test using IPA to issue certs] ******************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tests_basic_ipa.yml:2 Saturday 23 December 2023 12:39:42 +0000 (0:00:00.011) 0:00:00.011 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tests_basic_ipa.yml:13 Saturday 23 December 2023 12:39:43 +0000 (0:00:00.773) 0:00:00.785 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Skip if not supported] *************************************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tests_basic_ipa.yml:18 Saturday 23 December 2023 12:39:43 +0000 (0:00:00.232) 0:00:01.018 ***** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [Set __is_beaker_env] ***************************************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/setup_ipa.yml:2 Saturday 23 December 2023 12:39:43 +0000 (0:00:00.004) 0:00:01.022 ***** ok: [sut] => { "ansible_facts": { "__is_beaker_env": false }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/setup_ipa.yml:9 Saturday 23 December 2023 12:39:43 +0000 (0:00:00.018) 0:00:01.040 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/setup_ipa.yml:14 Saturday 23 December 2023 12:39:43 +0000 (0:00:00.178) 0:00:01.218 ***** ok: [sut] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [Install ansible-freeipa] ************************************************* task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/setup_ipa.yml:18 Saturday 23 December 2023 12:39:43 +0000 (0:00:00.013) 0:00:01.231 ***** skipping: [sut] => { "changed": false, "false_condition": "__is_beaker_env", "skip_reason": "Conditional result was False" } TASK [Ensure freeipa-repo is absent] ******************************************* task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/setup_ipa.yml:24 Saturday 23 December 2023 12:39:43 +0000 (0:00:00.007) 0:00:01.239 ***** ok: [sut -> 127.0.0.1] => { "changed": false, "path": "/tmp/freeipa-repo/", "state": "absent" } TASK [Clone ansible-freeipa repo] ********************************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/setup_ipa.yml:32 Saturday 23 December 2023 12:39:43 +0000 (0:00:00.177) 0:00:01.416 ***** changed: [sut -> 127.0.0.1] => { "after": "4321478cf03f36568e0348735b12d3da92f9cb2e", "before": null, "changed": true } TASK [Create role symlinks] **************************************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/setup_ipa.yml:41 Saturday 23 December 2023 12:39:44 +0000 (0:00:00.884) 0:00:02.300 ***** changed: [sut -> 127.0.0.1] => (item=ipaserver) => { "ansible_loop_var": "item", "changed": true, "dest": "/WORKDIR/git-weekly-ci8lshnv2_/tests/roles/ipaserver", "gid": 1001, "group": "jenkins", "item": "ipaserver", "mode": "0777", "owner": "jenkins", "size": 34, "src": "/tmp/freeipa-repo/roles/ipaserver/", "state": "link", "uid": 1000090000 } changed: [sut -> 127.0.0.1] => (item=ipaclient) => { "ansible_loop_var": "item", "changed": true, "dest": "/WORKDIR/git-weekly-ci8lshnv2_/tests/roles/ipaclient", "gid": 1001, "group": "jenkins", "item": "ipaclient", "mode": "0777", "owner": "jenkins", "size": 34, "src": "/tmp/freeipa-repo/roles/ipaclient/", "state": "link", "uid": 1000090000 } TASK [Ensure hostname package is installed] ************************************ task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/setup_ipa.yml:53 Saturday 23 December 2023 12:39:44 +0000 (0:00:00.230) 0:00:02.531 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: hostname TASK [Set hostname] ************************************************************ task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/setup_ipa.yml:59 Saturday 23 December 2023 12:39:46 +0000 (0:00:01.860) 0:00:04.391 ***** changed: [sut] => { "ansible_facts": { "ansible_domain": "test.local", "ansible_fqdn": "ipaserver.test.local", "ansible_hostname": "ipaserver", "ansible_nodename": "ipaserver.test.local" }, "changed": true, "name": "ipaserver.test.local" } TASK [Ensure nss package is up-to-date] **************************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/setup_ipa.yml:65 Saturday 23 December 2023 12:39:47 +0000 (0:00:00.578) 0:00:04.969 ***** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: nss-3.90.0-4.el9.x86_64", "Installed: nss-sysinit-3.90.0-4.el9.x86_64", "Removed: nss-3.90.0-3.el9.x86_64", "Removed: nss-sysinit-3.90.0-3.el9.x86_64" ] } lsrpackages: nss TASK [Include ipaserver role] ************************************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/setup_ipa.yml:82 Saturday 23 December 2023 12:39:49 +0000 (0:00:02.625) 0:00:07.595 ***** TASK [ipaserver : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:4 Saturday 23 December 2023 12:39:49 +0000 (0:00:00.014) 0:00:07.609 ***** ok: [sut] => (item=/tmp/freeipa-repo/roles/ipaserver/vars/default.yml) => { "ansible_facts": { "ipaserver_packages": [ "ipa-server", "python3-libselinux" ], "ipaserver_packages_adtrust": [ "freeipa-server-trust-ad" ], "ipaserver_packages_dns": [ "ipa-server-dns" ], "ipaserver_packages_firewalld": [ "firewalld" ] }, "ansible_included_var_files": [ "/tmp/freeipa-repo/roles/ipaserver/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/freeipa-repo/roles/ipaserver/vars/default.yml" } TASK [ipaserver : Install IPA server] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:19 Saturday 23 December 2023 12:39:50 +0000 (0:00:00.017) 0:00:07.627 ***** included: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml for sut TASK [ipaserver : Install - Ensure that IPA server packages are installed] ***** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:7 Saturday 23 December 2023 12:39:50 +0000 (0:00:00.033) 0:00:07.660 ***** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: perl-sigtrap-1.09-480.el9.noarch", "Installed: perl-threads-1:2.25-460.el9.x86_64", "Installed: perl-threads-shared-1.61-460.el9.x86_64", "Installed: krb5-pkinit-1.21.1-1.el9.x86_64", "Installed: policycoreutils-python-utils-3.6-0.rc1.1.el9.noarch", "Installed: krb5-server-1.21.1-1.el9.x86_64", "Installed: words-3.0-39.el9.noarch", "Installed: openldap-clients-2.6.3-1.el9.x86_64", "Installed: krb5-workstation-1.21.1-1.el9.x86_64", "Installed: cyrus-sasl-md5-2.1.27-21.el9.x86_64", "Installed: perl-Algorithm-Diff-1.2010-4.el9.noarch", "Installed: perl-Archive-Tar-2.38-6.el9.noarch", "Installed: augeas-libs-1.13.0-5.el9.x86_64", "Installed: autofs-1:5.1.7-57.el9.x86_64", "Installed: samba-client-libs-4.18.6-100.el9.x86_64", "Installed: nss-tools-3.90.0-4.el9.x86_64", "Installed: python3-mod_wsgi-4.7.1-11.el9.x86_64", "Installed: samba-common-4.18.6-100.el9.noarch", "Installed: python3-netaddr-0.8.0-5.el9.noarch", "Installed: samba-common-libs-4.18.6-100.el9.x86_64", "Installed: bash-completion-1:2.11-4.el9.noarch", "Installed: centos-logos-httpd-90.4-1.el9.noarch", "Installed: centos-logos-ipa-90.4-1.el9.noarch", "Installed: perl-Compress-Raw-Bzip2-2.101-5.el9.x86_64", "Installed: perl-Compress-Raw-Lzma-2.101-3.el9.x86_64", "Installed: perl-Compress-Raw-Zlib-2.101-5.el9.x86_64", "Installed: certmonger-0.79.17-1.el9.x86_64", "Installed: libuv-1:1.42.0-1.el9.x86_64", "Installed: idm-jss-5.4.1-2.el9.x86_64", "Installed: 389-ds-base-2.4.4-1.el9.x86_64", "Installed: idm-ldapjdk-5.4.0-1.el9.noarch", "Installed: 389-ds-base-libs-2.4.4-1.el9.x86_64", "Installed: lua-5.4.4-4.el9.x86_64", "Installed: lua-posix-35.0-8.el9.x86_64", "Installed: idm-pki-acme-11.4.2-1.el9.noarch", "Installed: perl-DB_File-1.855-4.el9.x86_64", "Installed: idm-pki-base-11.4.2-1.el9.noarch", "Installed: perl-Devel-Peek-1.28-480.el9.x86_64", "Installed: idm-pki-ca-11.4.2-1.el9.noarch", "Installed: python3-psutil-5.8.0-12.el9.x86_64", "Installed: idm-pki-java-11.4.2-1.el9.noarch", "Installed: python3-pyasn1-0.4.8-6.el9.noarch", "Installed: idm-pki-kra-11.4.2-1.el9.noarch", "Installed: python3-pyasn1-modules-0.4.8-6.el9.noarch", "Installed: libsss_autofs-2.9.3-2.el9.x86_64", "Installed: idm-pki-server-11.4.2-1.el9.noarch", "Installed: idm-pki-tools-11.4.2-1.el9.x86_64", "Installed: idm-tomcatjss-8.4.0-1.el9.noarch", "Installed: python3-pyusb-1.0.2-13.el9.noarch", "Installed: open-sans-fonts-1.10-16.el9.noarch", "Installed: python3-qrcode-core-6.1-12.el9.noarch", "Installed: slapi-nis-0.60.0-5.el9.x86_64", "Installed: slf4j-1.7.30-13.el9.noarch", "Installed: slf4j-jdk14-1.7.30-13.el9.noarch", "Installed: softhsm-2.6.1-7.el9.2.x86_64", "Installed: ipa-client-4.11.0-4.el9.x86_64", "Installed: ipa-client-common-4.11.0-4.el9.noarch", "Installed: ipa-common-4.11.0-4.el9.noarch", "Installed: ipa-healthcheck-core-0.16-2.el9.noarch", "Installed: ipa-selinux-4.11.0-3.el9.noarch", "Installed: perl-IO-Compress-2.102-4.el9.noarch", "Installed: perl-IO-Compress-Lzma-2.101-4.el9.noarch", "Installed: ipa-server-4.11.0-4.el9.x86_64", "Installed: libjose-11-3.el9.x86_64", "Installed: ipa-server-common-4.11.0-4.el9.noarch", "Installed: protobuf-c-1.3.3-13.el9.x86_64", "Installed: perl-IO-Zlib-1:1.11-4.el9.noarch", "Installed: cups-libs-1:2.3.3op2-22.el9.x86_64", "Installed: sscg-3.0.0-7.el9.x86_64", "Installed: sssd-idp-2.9.3-2.el9.x86_64", "Installed: python3-cffi-1.14.5-5.el9.x86_64", "Installed: alsa-lib-1.2.9-1.el9.x86_64", "Installed: python3-yubico-1.3.3-7.el9.noarch", "Installed: cyrus-sasl-gssapi-2.1.27-21.el9.x86_64", "Installed: python3-cryptography-36.0.1-4.el9.x86_64", "Installed: sssd-common-pac-2.9.3-2.el9.x86_64", "Installed: httpcomponents-client-4.5.13-3.el9.noarch", "Installed: python3-decorator-4.4.2-6.el9.noarch", "Installed: httpcomponents-core-4.4.13-7.el9.noarch", "Installed: sssd-dbus-2.9.3-2.el9.x86_64", "Installed: publicsuffix-list-20210518-3.el9.noarch", "Installed: httpd-2.4.57-5.el9.x86_64", "Installed: sssd-ipa-2.9.3-2.el9.x86_64", "Installed: httpd-core-2.4.57-5.el9.x86_64", "Installed: cyrus-sasl-plain-2.1.27-21.el9.x86_64", "Installed: sssd-krb5-2.9.3-2.el9.x86_64", "Installed: httpd-filesystem-2.4.57-5.el9.noarch", "Installed: sssd-krb5-common-2.9.3-2.el9.x86_64", "Installed: python3-dns-2.3.0-2.el9.noarch", "Installed: jakarta-activation-1.2.2-5.el9.noarch", "Installed: httpd-tools-2.4.57-5.el9.x86_64", "Installed: jakarta-annotations-1.3.5-13.el9.noarch", "Installed: sssd-passkey-2.9.3-2.el9.x86_64", "Installed: libwbclient-4.18.6-100.el9.x86_64", "Installed: python3-argcomplete-1.12.0-5.el9.noarch", "Installed: libicu-67.1-9.el9.x86_64", "Installed: python3-augeas-0.5.0-25.el9.noarch", "Installed: sssd-tools-2.9.3-2.el9.x86_64", "Installed: bind-libs-32:9.16.23-14.el9.x86_64", "Installed: fontawesome-fonts-1:4.7.0-13.el9.noarch", "Installed: bind-license-32:9.16.23-14.el9.noarch", "Installed: openssl-perl-1:3.0.7-25.el9.x86_64", "Installed: bind-utils-32:9.16.23-14.el9.x86_64", "Installed: libipa_hbac-2.9.3-2.el9.x86_64", "Installed: ecj-1:4.20-11.el9.noarch", "Installed: pki-jackson-annotations-2.14.1-1.el9.noarch", "Installed: python3-libipa_hbac-2.9.3-2.el9.x86_64", "Installed: pki-jackson-core-2.14.1-2.el9.noarch", "Installed: pki-jackson-databind-2.14.1-2.el9.noarch", "Installed: pki-jackson-jaxrs-json-provider-2.14.1-2.el9.noarch", "Installed: pki-jackson-jaxrs-providers-2.14.1-2.el9.noarch", "Installed: libkadm5-1.21.1-1.el9.x86_64", "Installed: pki-jackson-module-jaxb-annotations-2.14.1-2.el9.noarch", "Installed: lksctp-tools-1.0.19-2.el9.x86_64", "Installed: pki-resteasy-3.0.26-15.el9.noarch", "Installed: pki-resteasy-client-3.0.26-15.el9.noarch", "Installed: pki-resteasy-core-3.0.26-15.el9.noarch", "Installed: pki-resteasy-jackson2-provider-3.0.26-15.el9.noarch", "Installed: tomcat-1:9.0.62-37.el9.noarch", "Installed: libdb-utils-5.3.28-53.el9.x86_64", "Installed: copy-jdk-configs-4.0-3.el9.noarch", "Installed: java-11-openjdk-headless-1:11.0.18.0.10-3.el9.x86_64", "Installed: tomcat-el-3.0-api-1:9.0.62-37.el9.noarch", "Installed: perl-Term-ReadLine-1.17-480.el9.noarch", "Installed: tomcat-jsp-2.3-api-1:9.0.62-37.el9.noarch", "Installed: python3-ply-3.11-14.el9.noarch", "Installed: python3-pycparser-2.20-6.el9.noarch", "Installed: tomcat-lib-1:9.0.62-37.el9.noarch", "Installed: libnsl2-2.0.0-1.el9.x86_64", "Installed: tomcat-servlet-4.0-api-1:9.0.62-37.el9.noarch", "Installed: perl-Text-Diff-1.45-13.el9.noarch", "Installed: mailcap-2.1.49-5.el9.noarch", "Installed: mod_auth_gssapi-1.6.3-7.el9.x86_64", "Installed: perl-Tie-4.6-480.el9.noarch", "Installed: mod_http2-1.15.19-5.el9.x86_64", "Installed: java-17-openjdk-headless-1:17.0.6.0.10-3.el9.x86_64", "Installed: mod_lookup_identity-1.0.0-15.el9.x86_64", "Installed: mod_lua-2.4.57-5.el9.x86_64", "Installed: python3-gssapi-1.6.9-5.el9.x86_64", "Installed: python3-ipaclient-4.11.0-4.el9.noarch", "Installed: fstrm-0.6.1-3.el9.x86_64", "Installed: python3-idm-pki-11.4.2-1.el9.noarch", "Installed: python3-sss-2.9.3-2.el9.x86_64", "Installed: apache-commons-cli-1.4-17.el9.noarch", "Installed: javapackages-filesystem-6.0.0-4.el9.noarch", "Installed: python3-sss-murmur-2.9.3-2.el9.x86_64", "Installed: apache-commons-codec-1.15-7.el9.noarch", "Installed: javapackages-tools-6.0.0-4.el9.noarch", "Installed: jaxb-api-2.3.3-5.el9.noarch", "Installed: mod_session-2.4.57-5.el9.x86_64", "Installed: python3-sssdconfig-2.9.3-2.el9.noarch", "Installed: apache-commons-io-1:2.8.0-8.el9.noarch", "Installed: apache-commons-lang3-3.12.0-6.el9.noarch", "Installed: mod_ssl-1:2.4.57-5.el9.x86_64", "Installed: apache-commons-logging-1.2-29.el9.noarch", "Installed: apache-commons-net-3.6-14.el9.noarch", "Installed: perl-debugger-1.56-480.el9.noarch", "Installed: python3-ipalib-4.11.0-4.el9.noarch", "Installed: python3-ipaserver-4.11.0-4.el9.noarch", "Installed: python3-jwcrypto-0.8-4.el9.noarch", "Installed: python3-kdcproxy-1.0.0-7.el9.noarch", "Installed: apr-1.7.0-12.el9.x86_64", "Installed: jboss-jaxrs-2.0-api-1.0.0-16.el9.noarch", "Installed: jboss-logging-3.4.1-9.el9.noarch", "Installed: jboss-logging-tools-2.2.1-7.el9.noarch", "Installed: tzdata-java-2023c-1.el9.noarch", "Installed: jdeparser-2.0.3-12.el9.noarch", "Installed: apr-util-1.6.1-23.el9.x86_64", "Installed: apr-util-bdb-1.6.1-23.el9.x86_64", "Installed: python3-ldap-3.4.3-2.el9.x86_64", "Installed: python3-lib389-2.4.4-1.el9.noarch", "Installed: perl-meta-notation-5.32.1-480.el9.noarch", "Installed: apr-util-openssl-1.6.1-23.el9.x86_64" ] } TASK [ipaserver : Install - Ensure that IPA server packages for dns are installed] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:12 Saturday 23 December 2023 12:40:52 +0000 (0:01:02.738) 0:01:10.399 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_setup_dns | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Ensure that IPA server packages for adtrust are installed] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:18 Saturday 23 December 2023 12:40:52 +0000 (0:00:00.016) 0:01:10.415 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_setup_adtrust | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Ensure that firewall packages installed] *********** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:24 Saturday 23 December 2023 12:40:52 +0000 (0:00:00.016) 0:01:10.431 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [ipaserver : Firewalld service - Ensure that firewalld is running] ******** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:34 Saturday 23 December 2023 12:40:53 +0000 (0:00:01.166) 0:01:11.598 ***** changed: [sut] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "polkit.service system.slice dbus.socket sysinit.target dbus-broker.service basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "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": "yes", "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": "iptables.service ipset.service nftables.service shutdown.target ebtables.service ip6tables.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; 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/firewalld.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": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "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": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13975", "LimitNPROCSoft": "13975", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13975", "LimitSIGPENDINGSoft": "13975", "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": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "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": "null", "StandardInput": "null", "StandardOutput": "null", "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": "22360", "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": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [ipaserver : Firewalld - Verify runtime zone "{{ ipaserver_firewalld_zone }}"] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:40 Saturday 23 December 2023 12:40:55 +0000 (0:00:01.812) 0:01:13.410 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_firewalld_zone is defined", "skip_reason": "Conditional result was False" } TASK [ipaserver : Firewalld - Verify permanent zone "{{ ipaserver_firewalld_zone }}"] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:47 Saturday 23 December 2023 12:40:55 +0000 (0:00:00.018) 0:01:13.429 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_firewalld_zone is defined", "skip_reason": "Conditional result was False" } TASK [ipaserver : Copy external certs] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:55 Saturday 23 December 2023 12:40:55 +0000 (0:00:00.017) 0:01:13.447 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_external_cert_files_from_controller is defined and ipaserver_external_cert_files_from_controller|length > 0 and not ipaserver_external_cert_files is defined", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Server installation test] ************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:62 Saturday 23 December 2023 12:40:55 +0000 (0:00:00.019) 0:01:13.466 ***** ok: [sut] => { "_dirsrv_ca_cert": null, "_dirsrv_pkcs12_info": null, "_hostname_overridden": true, "_http_ca_cert": null, "_http_pkcs12_info": null, "_installation_cleanup": true, "_pkinit_ca_cert": null, "_pkinit_pkcs12_info": null, "changed": false, "domain": "test.local", "domainlevel": 1, "external_ca": false, "external_ca_profile": null, "external_ca_type": null, "hostname": "ipaserver.test.local", "idmax": 1735199999, "idstart": 1735000000, "ipa_python_version": 41100, "no_host_dns": false, "no_pkinit": false, "ntp_pool": null, "ntp_servers": null, "random_serial_numbers": false, "realm": "TEST.LOCAL", "rid_base": 1000, "secondary_rid_base": 100000000, "setup_adtrust": false, "setup_ca": true, "setup_kra": false, "sid_generation_always": true } TASK [ipaserver : Install - Master password creation] ************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:142 Saturday 23 December 2023 12:40:57 +0000 (0:00:01.751) 0:01:15.218 ***** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [ipaserver : Install - Use new master password] *************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:149 Saturday 23 December 2023 12:40:58 +0000 (0:00:00.983) 0:01:16.201 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaserver : Use user defined master password, if provided] *************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:155 Saturday 23 December 2023 12:40:58 +0000 (0:00:00.014) 0:01:16.216 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaserver : Install - Server preparation] ******************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:161 Saturday 23 December 2023 12:40:58 +0000 (0:00:00.011) 0:01:16.228 ***** changed: [sut] => { "_ca_subject": "CN=Certificate Authority,O=TEST.LOCAL", "_random_serial_numbers": false, "_subject_base": "O=TEST.LOCAL", "adtrust_netbios_name": "TEST", "adtrust_reset_netbios_name": true, "ca_subject": "CN=Certificate Authority,O=TEST.LOCAL", "changed": true, "dns_ip_addresses": [], "dns_reverse_zones": [], "forward_policy": null, "forwarders": [], "ip_addresses": [ "10.31.13.138" ], "no_dnssec_validation": false, "reverse_zones": [], "subject_base": "O=TEST.LOCAL" } TASK [ipaserver : Install - Setup NTP] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:207 Saturday 23 December 2023 12:41:00 +0000 (0:00:02.051) 0:01:18.279 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup DS] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:214 Saturday 23 December 2023 12:41:08 +0000 (0:00:07.334) 0:01:25.614 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup KRB] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:243 Saturday 23 December 2023 12:41:50 +0000 (0:00:42.828) 0:02:08.443 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup custodia] ************************************ task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:270 Saturday 23 December 2023 12:41:59 +0000 (0:00:08.425) 0:02:16.868 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup CA] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:276 Saturday 23 December 2023 12:42:04 +0000 (0:00:05.177) 0:02:22.046 ***** changed: [sut] => { "changed": true, "csr_generated": false } TASK [ipaserver : Copy /root/ipa.csr to "sut-ipa.csr"] ************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:318 Saturday 23 December 2023 12:45:50 +0000 (0:03:46.106) 0:06:08.152 ***** skipping: [sut] => { "changed": false, "false_condition": "result_ipaserver_setup_ca.csr_generated | bool and ipaserver_copy_csr_to_controller | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup otpd] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:329 Saturday 23 December 2023 12:45:50 +0000 (0:00:00.019) 0:06:08.172 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup HTTP] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:335 Saturday 23 December 2023 12:45:53 +0000 (0:00:02.557) 0:06:10.729 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup KRA] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:367 Saturday 23 December 2023 12:46:27 +0000 (0:00:34.472) 0:06:45.202 ***** skipping: [sut] => { "changed": false, "false_condition": "result_ipaserver_test.setup_kra | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup DNS] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:378 Saturday 23 December 2023 12:46:27 +0000 (0:00:00.019) 0:06:45.221 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_setup_dns | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup ADTRUST] ************************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:395 Saturday 23 December 2023 12:46:27 +0000 (0:00:00.019) 0:06:45.240 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Set DS password] *********************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:411 Saturday 23 December 2023 12:46:38 +0000 (0:00:10.619) 0:06:55.860 ***** changed: [sut] => { "changed": true } TASK [Install - Setup client] ************************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:428 Saturday 23 December 2023 12:46:40 +0000 (0:00:02.061) 0:06:57.921 ***** TASK [ipaclient : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:4 Saturday 23 December 2023 12:46:40 +0000 (0:00:00.030) 0:06:57.952 ***** ok: [sut] => (item=/tmp/freeipa-repo/roles/ipaclient/vars/default.yml) => { "ansible_facts": { "ipaclient_packages": [ "ipa-client", "python3-libselinux" ] }, "ansible_included_var_files": [ "/tmp/freeipa-repo/roles/ipaclient/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/freeipa-repo/roles/ipaclient/vars/default.yml" } TASK [ipaclient : Install IPA client] ****************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:19 Saturday 23 December 2023 12:46:40 +0000 (0:00:00.030) 0:06:57.982 ***** included: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml for sut TASK [ipaclient : Install - Ensure that IPA client packages are installed] ***** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:4 Saturday 23 December 2023 12:46:40 +0000 (0:00:00.044) 0:06:58.027 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_install_packages | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Set ipaclient_servers] ***************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:10 Saturday 23 December 2023 12:46:40 +0000 (0:00:00.020) 0:06:58.048 ***** skipping: [sut] => { "changed": false, "false_condition": "groups.ipaservers is defined and ipaclient_servers is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Set ipaclient_servers from cluster inventory] ****** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:15 Saturday 23 December 2023 12:46:40 +0000 (0:00:00.020) 0:06:58.069 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_no_dns_lookup | bool and groups.ipaserver is defined and ipaclient_servers is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Check that either password or keytab is set] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:21 Saturday 23 December 2023 12:46:40 +0000 (0:00:00.021) 0:06:58.090 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaadmin_keytab is defined and ipaadmin_password is defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Set default principal if no keytab is given] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:26 Saturday 23 December 2023 12:46:40 +0000 (0:00:00.019) 0:06:58.110 ***** ok: [sut] => { "ansible_facts": { "ipaadmin_principal": "admin" }, "changed": false } TASK [ipaclient : Install - Fail on missing ipaclient_domain and ipaserver_domain] *** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:36 Saturday 23 December 2023 12:46:40 +0000 (0:00:00.023) 0:06:58.133 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_configure_dns_resolver | bool and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Fail on missing ipaclient_servers] ***************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:41 Saturday 23 December 2023 12:46:40 +0000 (0:00:00.019) 0:06:58.153 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_configure_dns_resolver | bool and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure DNS resolver] **************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:46 Saturday 23 December 2023 12:46:40 +0000 (0:00:00.020) 0:06:58.173 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_configure_dns_resolver | bool and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - IPA client test] *********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:52 Saturday 23 December 2023 12:46:40 +0000 (0:00:00.021) 0:06:58.194 ***** ok: [sut] => { "basedn": "dc=test,dc=local", "changed": false, "client_already_configured": false, "client_domain": "test.local", "dnsok": false, "domain": "test.local", "hostname": "ipaserver.test.local", "ipa_python_version": 41100, "kdc": "ipaserver.test.local", "nosssd_files": {}, "ntp_pool": null, "ntp_servers": null, "realm": "TEST.LOCAL", "servers": [ "ipaserver.test.local" ], "sssd": true } TASK [ipaclient : Install - Cleanup leftover ccache] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:82 Saturday 23 December 2023 12:46:41 +0000 (0:00:00.941) 0:06:59.136 ***** ok: [sut] => { "changed": false, "path": "/etc/ipa/.dns_ccache", "state": "absent" } TASK [ipaclient : Install - Configure NTP] ************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:87 Saturday 23 December 2023 12:46:41 +0000 (0:00:00.201) 0:06:59.337 ***** ok: [sut] => { "changed": false } TASK [ipaclient : Install - Make sure One-Time Password is enabled if it's already defined] *** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:99 Saturday 23 December 2023 12:46:42 +0000 (0:00:00.655) 0:06:59.993 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_otp is defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Disable One-Time Password for on_master] *********** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:104 Saturday 23 December 2023 12:46:42 +0000 (0:00:00.021) 0:07:00.014 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Test if IPA client has working krb5.keytab] ******** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:109 Saturday 23 December 2023 12:46:42 +0000 (0:00:00.020) 0:07:00.035 ***** ok: [sut] => { "ca_crt_exists": true, "changed": false, "krb5_conf_ok": true, "krb5_keytab_ok": true, "ping_test_ok": true } TASK [ipaclient : Install - Disable One-Time Password for client with working krb5.keytab] *** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:119 Saturday 23 December 2023 12:46:44 +0000 (0:00:02.269) 0:07:02.304 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and result_ipaclient_test_keytab.krb5_keytab_ok and not ipaclient_force_join | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Keytab or password is required for getting otp] **** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:137 Saturday 23 December 2023 12:46:44 +0000 (0:00:00.021) 0:07:02.326 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create temporary file for keytab] ****************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:142 Saturday 23 December 2023 12:46:44 +0000 (0:00:00.020) 0:07:02.347 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Copy keytab to server temporary file] ************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:151 Saturday 23 December 2023 12:46:44 +0000 (0:00:00.021) 0:07:02.368 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Get One-Time Password for client enrollment] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:159 Saturday 23 December 2023 12:46:44 +0000 (0:00:00.021) 0:07:02.390 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Install - Store the previously obtained OTP] ***************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:169 Saturday 23 December 2023 12:46:44 +0000 (0:00:00.021) 0:07:02.411 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Install - Remove keytab temporary file] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:183 Saturday 23 December 2023 12:46:44 +0000 (0:00:00.020) 0:07:02.432 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Store predefined OTP in admin_password] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:190 Saturday 23 December 2023 12:46:44 +0000 (0:00:00.023) 0:07:02.455 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Install - Check if principal and keytab are set] ************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:208 Saturday 23 December 2023 12:46:44 +0000 (0:00:00.020) 0:07:02.476 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Check if one of password or keytabs are set] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:213 Saturday 23 December 2023 12:46:44 +0000 (0:00:00.020) 0:07:02.496 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - From host keytab, purge TEST.LOCAL] **************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:221 Saturday 23 December 2023 12:46:44 +0000 (0:00:00.021) 0:07:02.518 ***** skipping: [sut] => { "changed": false, "false_condition": "(ipaclient_use_otp | bool or ipaclient_force_join | bool) and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Backup and set hostname] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:238 Saturday 23 December 2023 12:46:44 +0000 (0:00:00.020) 0:07:02.538 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create temporary krb5 configuration] *************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:243 Saturday 23 December 2023 12:46:44 +0000 (0:00:00.020) 0:07:02.559 ***** ok: [sut] => { "changed": false, "krb_name": "/tmp/tmpq4trdi9f" } TASK [ipaclient : Install - Join IPA] ****************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:252 Saturday 23 December 2023 12:46:45 +0000 (0:00:00.670) 0:07:03.230 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and (not result_ipaclient_test_keytab.krb5_keytab_ok or ipaclient_force_join)", "skip_reason": "Conditional result was False" } TASK [ipaclient : The krb5 configuration is not correct] *********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:280 Saturday 23 December 2023 12:46:45 +0000 (0:00:00.021) 0:07:03.252 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and not result_ipaclient_join.changed and not ipaclient_allow_repair | bool and (result_ipaclient_test_keytab.krb5_keytab_ok or (result_ipaclient_join.already_joined is defined and result_ipaclient_join.already_joined))", "skip_reason": "Conditional result was False" } TASK [ipaclient : IPA test failed] ********************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:286 Saturday 23 December 2023 12:46:45 +0000 (0:00:00.021) 0:07:03.273 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and not result_ipaclient_join.changed and not ipaclient_allow_repair | bool and (result_ipaclient_test_keytab.krb5_keytab_ok or (result_ipaclient_join.already_joined is defined and result_ipaclient_join.already_joined))", "skip_reason": "Conditional result was False" } TASK [ipaclient : Fail due to missing ca.crt file] ***************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:290 Saturday 23 December 2023 12:46:45 +0000 (0:00:00.022) 0:07:03.295 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and not result_ipaclient_join.changed and not ipaclient_allow_repair | bool and (result_ipaclient_test_keytab.krb5_keytab_ok or (result_ipaclient_join.already_joined is defined and result_ipaclient_join.already_joined))", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure IPA default.conf] ************************ task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:304 Saturday 23 December 2023 12:46:45 +0000 (0:00:00.023) 0:07:03.319 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure SSSD] ************************************ task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:313 Saturday 23 December 2023 12:46:45 +0000 (0:00:00.023) 0:07:03.343 ***** changed: [sut] => { "changed": true } TASK [ipaclient : Install - IPA API calls for remaining enrollment parts] ****** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:335 Saturday 23 December 2023 12:46:46 +0000 (0:00:00.676) 0:07:04.019 ***** changed: [sut] => { "ca_enabled": true, "changed": true, "subject_base": "O=TEST.LOCAL" } TASK [ipaclient : Install - Fix IPA ca] **************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:344 Saturday 23 December 2023 12:46:48 +0000 (0:00:02.525) 0:07:06.545 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and result_ipaclient_test_keytab.krb5_keytab_ok and not result_ipaclient_test_keytab.ca_crt_exists", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create IPA NSS database] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:355 Saturday 23 December 2023 12:46:48 +0000 (0:00:00.023) 0:07:06.569 ***** changed: [sut] => { "ca_enabled_ra": true, "changed": true } TASK [ipaclient : Install - Configure SSH and SSHD] **************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:389 Saturday 23 December 2023 12:47:17 +0000 (0:00:28.672) 0:07:35.241 ***** changed: [sut] => { "changed": true } TASK [ipaclient : Install - Configure automount] ******************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:397 Saturday 23 December 2023 12:47:18 +0000 (0:00:00.714) 0:07:35.956 ***** changed: [sut] => { "changed": true } TASK [ipaclient : Install - Configure firefox] ********************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:403 Saturday 23 December 2023 12:47:19 +0000 (0:00:00.668) 0:07:36.624 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_configure_firefox | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure NIS] ************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:409 Saturday 23 December 2023 12:47:19 +0000 (0:00:00.024) 0:07:36.649 ***** changed: [sut] => { "changed": true } TASK [ipaclient : Remove temporary krb5.conf] ********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:415 Saturday 23 December 2023 12:47:19 +0000 (0:00:00.907) 0:07:37.556 ***** changed: [sut] => { "changed": true, "path": "/tmp/tmpq4trdi9f", "state": "absent" } TASK [ipaclient : Install - Configure krb5 for IPA realm] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:421 Saturday 23 December 2023 12:47:20 +0000 (0:00:00.212) 0:07:37.769 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure certmonger] ****************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:435 Saturday 23 December 2023 12:47:20 +0000 (0:00:00.022) 0:07:37.791 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Restore original admin password if overwritten by OTP] *** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:445 Saturday 23 December 2023 12:47:20 +0000 (0:00:00.021) 0:07:37.813 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Cleanup leftover ccache] ************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:451 Saturday 23 December 2023 12:47:20 +0000 (0:00:00.020) 0:07:37.834 ***** ok: [sut] => { "changed": false, "path": "/etc/ipa/.dns_ccache", "state": "absent" } TASK [ipaclient : Remove temporary krb5.conf] ********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:456 Saturday 23 December 2023 12:47:20 +0000 (0:00:00.206) 0:07:38.040 ***** ok: [sut] => { "changed": false, "path": "/tmp/tmpq4trdi9f", "state": "absent" } TASK [ipaclient : Remove temporary krb5.conf backup] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:462 Saturday 23 December 2023 12:47:20 +0000 (0:00:00.210) 0:07:38.250 ***** changed: [sut] => { "changed": true, "path": "/tmp/tmpq4trdi9f.ipabkp", "state": "absent" } TASK [ipaclient : Uninstall IPA client] **************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:23 Saturday 23 December 2023 12:47:20 +0000 (0:00:00.210) 0:07:38.461 ***** skipping: [sut] => { "changed": false, "false_condition": "state|default('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Enable IPA] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:443 Saturday 23 December 2023 12:47:20 +0000 (0:00:00.022) 0:07:38.484 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Configure firewalld] ******************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:450 Saturday 23 December 2023 12:47:25 +0000 (0:00:04.824) 0:07:43.308 ***** changed: [sut] => { "changed": true, "cmd": [ "firewall-cmd", "--permanent", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=ntp" ], "delta": "0:00:00.277898", "end": "2023-12-23 12:47:26.234552", "rc": 0, "start": "2023-12-23 12:47:25.956654" } STDOUT: success TASK [ipaserver : Install - Configure firewalld runtime] *********************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:464 Saturday 23 December 2023 12:47:26 +0000 (0:00:00.555) 0:07:43.863 ***** changed: [sut] => { "changed": true, "cmd": [ "firewall-cmd", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=ntp" ], "delta": "0:00:00.254677", "end": "2023-12-23 12:47:26.687142", "rc": 0, "start": "2023-12-23 12:47:26.432465" } STDOUT: success TASK [ipaserver : Install - Cleanup root IPA cache] **************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:478 Saturday 23 December 2023 12:47:26 +0000 (0:00:00.452) 0:07:44.316 ***** ok: [sut] => { "changed": false, "path": "/root/.ipa_cache", "state": "absent" } TASK [ipaserver : Cleanup temporary files] ************************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:483 Saturday 23 December 2023 12:47:26 +0000 (0:00:00.193) 0:07:44.510 ***** ok: [sut] => (item=/etc/ipa/.tmp_pkcs12_dirsrv) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/ipa/.tmp_pkcs12_dirsrv", "path": "/etc/ipa/.tmp_pkcs12_dirsrv", "state": "absent" } ok: [sut] => (item=/etc/ipa/.tmp_pkcs12_http) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/ipa/.tmp_pkcs12_http", "path": "/etc/ipa/.tmp_pkcs12_http", "state": "absent" } ok: [sut] => (item=/etc/ipa/.tmp_pkcs12_pkinit) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/ipa/.tmp_pkcs12_pkinit", "path": "/etc/ipa/.tmp_pkcs12_pkinit", "state": "absent" } TASK [ipaserver : Uninstall IPA server] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:23 Saturday 23 December 2023 12:47:27 +0000 (0:00:00.560) 0:07:45.070 ***** skipping: [sut] => { "changed": false, "false_condition": "state|default('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [Issue IPA signed certificates] ******************************************* task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tests_basic_ipa.yml:25 Saturday 23 December 2023 12:47:27 +0000 (0:00:00.017) 0:07:45.088 ***** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-ci8lshnv2_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 23 December 2023 12:47:27 +0000 (0:00:00.023) 0:07:45.112 ***** included: /WORKDIR/git-weekly-ci8lshnv2_/.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-ci8lshnv2_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 23 December 2023 12:47:27 +0000 (0:00:00.012) 0:07:45.124 ***** 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-ci8lshnv2_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 23 December 2023 12:47:27 +0000 (0:00:00.017) 0:07:45.141 ***** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci8lshnv2_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 23 December 2023 12:47:27 +0000 (0:00:00.011) 0:07:45.152 ***** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci8lshnv2_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 23 December 2023 12:47:27 +0000 (0:00:00.009) 0:07:45.162 ***** 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" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-weekly-ci8lshnv2_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 23 December 2023 12:47:27 +0000 (0:00:00.018) 0:07:45.181 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-cryptography python3-dbus python3-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-ci8lshnv2_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 23 December 2023 12:47:29 +0000 (0:00:01.559) 0:07:46.740 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: certmonger TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-ci8lshnv2_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 23 December 2023 12:47:30 +0000 (0:00:00.896) 0:07:47.637 ***** 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-ci8lshnv2_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 23 December 2023 12:47:30 +0000 (0:00:00.213) 0:07:47.850 ***** 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-ci8lshnv2_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 23 December 2023 12:47:30 +0000 (0:00:00.209) 0:07:48.060 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "enabled": true, "name": "certmonger", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:certmonger_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2023-12-23 12:44:48 UTC", "ActiveEnterTimestampMonotonic": "762810238", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice basic.target dbus-broker.service dbus.socket syslog.target network.target systemd-journald.socket sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-23 12:44:48 UTC", "AssertTimestampMonotonic": "762799446", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "55844295000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-23 12:44:48 UTC", "ConditionTimestampMonotonic": "762799442", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "ControlGroupId": "5303", "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": "17419", "ExecMainStartTimestamp": "Sat 2023-12-23 12:44:48 UTC", "ExecMainStartTimestampMonotonic": "762800928", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2023-12-23 12:44:48 UTC", "InactiveExitTimestampMonotonic": "762801338", "InvocationID": "b230e4d90c7e4e619fd61ed6ae1b2de3", "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": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13975", "LimitNPROCSoft": "13975", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13975", "LimitSIGPENDINGSoft": "13975", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "17419", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "2957312", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice 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]", "StateChangeTimestamp": "Sat 2023-12-23 12:47:23 UTC", "StateChangeTimestampMonotonic": "917154502", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "22360", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /WORKDIR/git-weekly-ci8lshnv2_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 23 December 2023 12:47:30 +0000 (0:00:00.354) 0:07:48.414 ***** changed: [sut] => (item={'name': 'mycert_basic_ipa', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "ipa", "dns": "ipaserver.test.local", "name": "mycert_basic_ipa", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } } MSG: Certificate requested (new). changed: [sut] => (item={'name': 'groupcert', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa', 'group': 'ftp'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "ipa", "dns": "ipaserver.test.local", "group": "ftp", "name": "groupcert", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } } MSG: Certificate requested (new). File attributes updated. TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /WORKDIR/git-weekly-ci8lshnv2_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 23 December 2023 12:47:35 +0000 (0:00:04.372) 0:07:52.787 ***** skipping: [sut] => (item=['cert', {'name': 'mycert_basic_ipa', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "cert", { "ca": "ipa", "dns": "ipaserver.test.local", "name": "mycert_basic_ipa", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['cert', {'name': 'groupcert', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa', 'group': 'ftp'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "cert", { "ca": "ipa", "dns": "ipaserver.test.local", "group": "ftp", "name": "groupcert", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['key', {'name': 'mycert_basic_ipa', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "key", { "ca": "ipa", "dns": "ipaserver.test.local", "name": "mycert_basic_ipa", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['key', {'name': 'groupcert', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa', 'group': 'ftp'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "key", { "ca": "ipa", "dns": "ipaserver.test.local", "group": "ftp", "name": "groupcert", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['ca', {'name': 'mycert_basic_ipa', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "ca", { "ca": "ipa", "dns": "ipaserver.test.local", "name": "mycert_basic_ipa", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['ca', {'name': 'groupcert', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa', 'group': 'ftp'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "ca", { "ca": "ipa", "dns": "ipaserver.test.local", "group": "ftp", "name": "groupcert", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "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-ci8lshnv2_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 23 December 2023 12:47:35 +0000 (0:00:00.029) 0:07:52.817 ***** 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-ci8lshnv2_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 23 December 2023 12:47:35 +0000 (0:00:00.016) 0:07:52.833 ***** 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-ci8lshnv2_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 23 December 2023 12:47:35 +0000 (0:00:00.016) 0:07:52.850 ***** skipping: [sut] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify certificates] ***************************************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tests_basic_ipa.yml:41 Saturday 23 December 2023 12:47:35 +0000 (0:00:00.020) 0:07:52.870 ***** included: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml for sut => (item={'path': '/etc/pki/tls/certs/mycert_basic_ipa.crt', 'key_path': '/etc/pki/tls/private/mycert_basic_ipa.key', 'subject': [{'name': 'commonName', 'oid': '2.5.4.3', 'value': 'ipaserver.test.local'}, {'name': 'organizationName', 'oid': '2.5.4.10', 'value': 'TEST.LOCAL'}], 'subject_alt_name': [{'name': 'DNS', 'value': 'ipaserver.test.local'}, {'name': 'Universal Principal Name (UPN)', 'oid': '1.3.6.1.4.1.311.20.2.3', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}, {'name': 'Kerberos principalname', 'oid': '1.3.6.1.5.2.2', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}], 'key_usage': ['digital_signature', 'content_commitment', 'key_encipherment', 'data_encipherment']}) included: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml for sut => (item={'path': '/etc/pki/tls/certs/groupcert.crt', 'key_path': '/etc/pki/tls/private/groupcert.key', 'owner': 'root', 'group': 'ftp', 'mode': '0640', 'subject': [{'name': 'commonName', 'oid': '2.5.4.3', 'value': 'ipaserver.test.local'}, {'name': 'organizationName', 'oid': '2.5.4.10', 'value': 'TEST.LOCAL'}], 'subject_alt_name': [{'name': 'DNS', 'value': 'ipaserver.test.local'}, {'name': 'Universal Principal Name (UPN)', 'oid': '1.3.6.1.4.1.311.20.2.3', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}, {'name': 'Kerberos principalname', 'oid': '1.3.6.1.5.2.2', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}], 'key_usage': ['digital_signature', 'content_commitment', 'key_encipherment', 'data_encipherment']}) TASK [Set virtualenv_path] ***************************************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:2 Saturday 23 December 2023 12:47:35 +0000 (0:00:00.026) 0:07:52.897 ***** ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:9 Saturday 23 December 2023 12:47:35 +0000 (0:00:00.008) 0:07:52.906 ***** 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-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:14 Saturday 23 December 2023 12:47:35 +0000 (0:00:00.010) 0:07:52.916 ***** 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-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:18 Saturday 23 December 2023 12:47:35 +0000 (0:00:00.009) 0:07:52.926 ***** 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-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:28 Saturday 23 December 2023 12:47:35 +0000 (0:00:00.007) 0:07:52.933 ***** 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-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:38 Saturday 23 December 2023 12:47:36 +0000 (0:00:00.894) 0:07:53.828 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703335653.3322592, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "08667453d519e33940f273ec214c63a3fe77fbb5", "ctime": 1703335653.3292592, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6678911, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1703335653.3292592, "nlink": 1, "path": "/etc/pki/tls/certs/mycert_basic_ipa.crt", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1854, "uid": 0, "version": "3034670018", "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-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:43 Saturday 23 December 2023 12:47:36 +0000 (0:00:00.194) 0:07:54.022 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:49 Saturday 23 December 2023 12:47:36 +0000 (0:00:00.010) 0:07:54.033 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:59 Saturday 23 December 2023 12:47:36 +0000 (0:00:00.019) 0:07:54.053 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:65 Saturday 23 December 2023 12:47:36 +0000 (0:00:00.017) 0:07:54.071 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703335651.998299, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3fbd9b5b3d99256f26e0b87767a28e6b535172a1", "ctime": 1703335653.3292592, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2402326, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1703335653.3292592, "nlink": 1, "path": "/etc/pki/tls/private/mycert_basic_ipa.key", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1704, "uid": 0, "version": "584104256", "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-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:70 Saturday 23 December 2023 12:47:36 +0000 (0:00:00.197) 0:07:54.268 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:76 Saturday 23 December 2023 12:47:36 +0000 (0:00:00.010) 0:07:54.279 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:86 Saturday 23 December 2023 12:47:36 +0000 (0:00:00.020) 0:07:54.299 ***** ok: [sut] => { "certificate": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "7F:98:FF:0B:76:A4:5B:93:34:87:AC:A8:37:B7:B8:DA:40:A0:DD:B0" }, "cRLDistributionPoints": { "critical": false, "value": [ { "crl_issuer": [ { "commonName": "Certificate Authority", "organizationName": "ipaca" } ], "full_name": [ "http://ipa-ca.test.local/ipa/crl/MasterCRL.bin" ] } ] }, "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": true, "value": [ "digital_signature", "content_commitment", "key_encipherment", "data_encipherment" ] }, "subjectAltName": { "critical": false, "value": [ { "name": "DNS", "value": "ipaserver.test.local" }, { "name": "Universal Principal Name (UPN)", "oid": "1.3.6.1.4.1.311.20.2.3", "value": "HTTP/ipaserver.test.local@TEST.LOCAL" }, { "name": "Kerberos principalname", "oid": "1.3.6.1.5.2.2", "value": "HTTP/ipaserver.test.local@TEST.LOCAL" } ] }, "subjectKeyIdentifier": { "critical": false, "value": "F1:0B:D1:3D:40:51:FA:23:C5:1C:C1:EC:7F:F5:4C:58:94:D5:83:2C" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "8E:66:66:A4:27:B8:BA:F6:68:BE:B0:B2:34:46:2E:BF:C0:59:93:14:5A:60:10:6C:69:3D:95:78:57:AD:0F:9B:F6:FF:00:1F:E1:A0:C2:F3:C4:02:C0:C8:C7:DC:07:61:27:6D:66:2A:BF:C3:A3:AE:AA:C5:75:9C:8D:07:33:08:D6:72:92:8E:D9:99:BC:A8:0B:D4:44:E9:FA:EB:4B:15:AF:35:F6:DB:4D:A0:48:54:8F:72:AD:96:81:E1:A9:CD:73:6B:3D:7B:ED:57:CC:D5:E6:68:B8:C8:29:93:AF:2D:71:6F:9F:83:65:2D:70:A4:D4:7C:BB:EA:09:86:D7:A3:CC:A4:C2:00:86:14:2E:9F:47:C0:68:7A:2A:5E:04:8B:F6:6C:FB:C5:5B:20:C4:0F:A6:32:7E:DE:F0:B7:44:BD:4C:24:98:BA:AB:98:8C:DC:3C:9D:02:04:E7:BD:69:2D:90:C2:3B:B1:04:32:69:E3:FA:39:71:F6:61:B3:A3:14:69:DF:B3:EE:C2:D8:FC:7E:45:9D:CB:7A:BA:FA:22:44:66:B5:94:C6:47:90:81:09:C8:EB:66:5F:E4:1C:D0:23:65:B9:CD:D9:47:6B:27:40:A9:73:CD:98:04:D2:77:1C:F3:9C:18:DB:1F:2B:6C:F3:3F:9D:11:79:AF:D6:15:12:54:60:EE:5E:14:5A:D7:EA:F6:5E:69:6E:E4:C9:6E:0A:50:58:FF:0C:ED:4D:7C:BC:94:CE:F2:2E:9E:88:9D:CD:40:22:22:F2:0A:0F:FE:CE:F0:FA:CB:1E:6D:C6:6F:18:CE:0D:BB:06:3F:84:45:C8:2F:52:94:34:23:A0:88:47:9E:C3:AE:2A:89:37:00:1A:A3:45:E7:0A:1B:2A:51:7B:4C:4E:51:AA:1D:E8:8B:C7:06:C1:07:6A:6E:F4:21:69:73:54:EA:EB:6C:43:3F:24:F8:04:8E:B5:05:55:BC:63:03:D7:22:C9:1F:C2:D8:70:F3:31:A7:A3:A3:09:71:A3" }, "subject": [ { "name": "organizationName", "oid": "2.5.4.10", "value": "TEST.LOCAL" }, { "name": "commonName", "oid": "2.5.4.3", "value": "ipaserver.test.local" } ], "validity": { "not_valid_after": "20251223124733Z", "not_valid_before": "20231223124733Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:92 Saturday 23 December 2023 12:47:36 +0000 (0:00:00.310) 0:07:54.610 ***** ok: [sut] => { "ansible_facts": { "cert_issued": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "7F:98:FF:0B:76:A4:5B:93:34:87:AC:A8:37:B7:B8:DA:40:A0:DD:B0" }, "cRLDistributionPoints": { "critical": false, "value": [ { "crl_issuer": [ { "commonName": "Certificate Authority", "organizationName": "ipaca" } ], "full_name": [ "http://ipa-ca.test.local/ipa/crl/MasterCRL.bin" ] } ] }, "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": true, "value": [ "digital_signature", "content_commitment", "key_encipherment", "data_encipherment" ] }, "subjectAltName": { "critical": false, "value": [ { "name": "DNS", "value": "ipaserver.test.local" }, { "name": "Universal Principal Name (UPN)", "oid": "1.3.6.1.4.1.311.20.2.3", "value": "HTTP/ipaserver.test.local@TEST.LOCAL" }, { "name": "Kerberos principalname", "oid": "1.3.6.1.5.2.2", "value": "HTTP/ipaserver.test.local@TEST.LOCAL" } ] }, "subjectKeyIdentifier": { "critical": false, "value": "F1:0B:D1:3D:40:51:FA:23:C5:1C:C1:EC:7F:F5:4C:58:94:D5:83:2C" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "8E:66:66:A4:27:B8:BA:F6:68:BE:B0:B2:34:46:2E:BF:C0:59:93:14:5A:60:10:6C:69:3D:95:78:57:AD:0F:9B:F6:FF:00:1F:E1:A0:C2:F3:C4:02:C0:C8:C7:DC:07:61:27:6D:66:2A:BF:C3:A3:AE:AA:C5:75:9C:8D:07:33:08:D6:72:92:8E:D9:99:BC:A8:0B:D4:44:E9:FA:EB:4B:15:AF:35:F6:DB:4D:A0:48:54:8F:72:AD:96:81:E1:A9:CD:73:6B:3D:7B:ED:57:CC:D5:E6:68:B8:C8:29:93:AF:2D:71:6F:9F:83:65:2D:70:A4:D4:7C:BB:EA:09:86:D7:A3:CC:A4:C2:00:86:14:2E:9F:47:C0:68:7A:2A:5E:04:8B:F6:6C:FB:C5:5B:20:C4:0F:A6:32:7E:DE:F0:B7:44:BD:4C:24:98:BA:AB:98:8C:DC:3C:9D:02:04:E7:BD:69:2D:90:C2:3B:B1:04:32:69:E3:FA:39:71:F6:61:B3:A3:14:69:DF:B3:EE:C2:D8:FC:7E:45:9D:CB:7A:BA:FA:22:44:66:B5:94:C6:47:90:81:09:C8:EB:66:5F:E4:1C:D0:23:65:B9:CD:D9:47:6B:27:40:A9:73:CD:98:04:D2:77:1C:F3:9C:18:DB:1F:2B:6C:F3:3F:9D:11:79:AF:D6:15:12:54:60:EE:5E:14:5A:D7:EA:F6:5E:69:6E:E4:C9:6E:0A:50:58:FF:0C:ED:4D:7C:BC:94:CE:F2:2E:9E:88:9D:CD:40:22:22:F2:0A:0F:FE:CE:F0:FA:CB:1E:6D:C6:6F:18:CE:0D:BB:06:3F:84:45:C8:2F:52:94:34:23:A0:88:47:9E:C3:AE:2A:89:37:00:1A:A3:45:E7:0A:1B:2A:51:7B:4C:4E:51:AA:1D:E8:8B:C7:06:C1:07:6A:6E:F4:21:69:73:54:EA:EB:6C:43:3F:24:F8:04:8E:B5:05:55:BC:63:03:D7:22:C9:1F:C2:D8:70:F3:31:A7:A3:A3:09:71:A3" }, "subject": [ { "name": "organizationName", "oid": "2.5.4.10", "value": "TEST.LOCAL" }, { "name": "commonName", "oid": "2.5.4.3", "value": "ipaserver.test.local" } ], "validity": { "not_valid_after": "20251223124733Z", "not_valid_before": "20231223124733Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:96 Saturday 23 December 2023 12:47:37 +0000 (0:00:00.011) 0:07:54.621 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:104 Saturday 23 December 2023 12:47:37 +0000 (0:00:00.018) 0:07:54.640 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:112 Saturday 23 December 2023 12:47:37 +0000 (0:00:00.010) 0:07:54.650 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:119 Saturday 23 December 2023 12:47:37 +0000 (0:00:00.019) 0:07:54.670 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:130 Saturday 23 December 2023 12:47:37 +0000 (0:00:00.021) 0:07:54.691 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:143 Saturday 23 December 2023 12:47:37 +0000 (0:00:00.022) 0:07:54.713 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail; getcert list -f /etc/pki/tls/certs/mycert_basic_ipa.crt | grep 'auto-renew' | sed 's/^\\s\\+auto-renew: //g'", "delta": "0:00:00.063479", "end": "2023-12-23 12:47:37.334065", "rc": 0, "start": "2023-12-23 12:47:37.270586" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:152 Saturday 23 December 2023 12:47:37 +0000 (0:00:00.248) 0:07:54.962 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set virtualenv_path] ***************************************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:2 Saturday 23 December 2023 12:47:37 +0000 (0:00:00.019) 0:07:54.982 ***** ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:9 Saturday 23 December 2023 12:47:37 +0000 (0:00:00.008) 0:07:54.990 ***** 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-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:14 Saturday 23 December 2023 12:47:37 +0000 (0:00:00.010) 0:07:55.001 ***** 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-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:18 Saturday 23 December 2023 12:47:37 +0000 (0:00:00.010) 0:07:55.011 ***** 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-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:28 Saturday 23 December 2023 12:47:37 +0000 (0:00:00.007) 0:07:55.018 ***** 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-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:38 Saturday 23 December 2023 12:47:38 +0000 (0:00:00.893) 0:07:55.912 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703335655.1012065, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5b1392b40827726e1ecd9ae6ec93948a074288c5", "ctime": 1703335655.1492052, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 50, "gr_name": "ftp", "inode": 6897129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0640", "mtime": 1703335655.0992067, "nlink": 1, "path": "/etc/pki/tls/certs/groupcert.crt", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 1854, "uid": 0, "version": "2506073619", "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-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:43 Saturday 23 December 2023 12:47:38 +0000 (0:00:00.191) 0:07:56.104 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:49 Saturday 23 December 2023 12:47:38 +0000 (0:00:00.010) 0:07:56.114 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:59 Saturday 23 December 2023 12:47:38 +0000 (0:00:00.020) 0:07:56.134 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:65 Saturday 23 December 2023 12:47:38 +0000 (0:00:00.018) 0:07:56.153 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703335654.071237, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "30542782e5ce3cf8664234d35af6f622112ab1b4", "ctime": 1703335655.1502051, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 50, "gr_name": "ftp", "inode": 2588937, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0640", "mtime": 1703335655.0992067, "nlink": 1, "path": "/etc/pki/tls/private/groupcert.key", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 1704, "uid": 0, "version": "1668665333", "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-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:70 Saturday 23 December 2023 12:47:38 +0000 (0:00:00.192) 0:07:56.346 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:76 Saturday 23 December 2023 12:47:38 +0000 (0:00:00.010) 0:07:56.356 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:86 Saturday 23 December 2023 12:47:38 +0000 (0:00:00.020) 0:07:56.376 ***** ok: [sut] => { "certificate": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "7F:98:FF:0B:76:A4:5B:93:34:87:AC:A8:37:B7:B8:DA:40:A0:DD:B0" }, "cRLDistributionPoints": { "critical": false, "value": [ { "crl_issuer": [ { "commonName": "Certificate Authority", "organizationName": "ipaca" } ], "full_name": [ "http://ipa-ca.test.local/ipa/crl/MasterCRL.bin" ] } ] }, "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": true, "value": [ "digital_signature", "content_commitment", "key_encipherment", "data_encipherment" ] }, "subjectAltName": { "critical": false, "value": [ { "name": "DNS", "value": "ipaserver.test.local" }, { "name": "Universal Principal Name (UPN)", "oid": "1.3.6.1.4.1.311.20.2.3", "value": "HTTP/ipaserver.test.local@TEST.LOCAL" }, { "name": "Kerberos principalname", "oid": "1.3.6.1.5.2.2", "value": "HTTP/ipaserver.test.local@TEST.LOCAL" } ] }, "subjectKeyIdentifier": { "critical": false, "value": "CA:09:6A:1D:D7:3C:83:BE:C0:8C:E3:A5:9D:AF:B3:93:11:37:29:E4" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "7E:1D:B9:8A:E2:4D:BE:C1:93:FE:EF:13:6D:08:2A:F5:A2:13:A4:9F:9B:33:42:9F:90:EF:94:F0:D3:71:A5:7A:64:E5:73:FA:67:4C:1F:C3:36:F1:0F:25:A9:9C:77:9D:0F:A9:2F:2C:05:04:44:66:A7:EC:BD:E4:F5:C5:DE:5A:78:DF:43:A7:68:EB:DD:A0:52:0B:C5:89:8C:8D:D5:33:D0:D7:01:1D:0C:5C:EE:B1:65:C2:AD:C9:63:56:73:C6:63:61:F5:12:4F:EC:8C:FB:3F:11:B1:EA:0D:49:22:AA:99:1B:4A:E4:74:29:3F:70:22:A1:D6:D0:ED:FA:20:5A:7D:18:69:4F:5B:B4:FB:84:CB:D8:E0:DD:90:6B:8C:FA:A6:E4:C7:F9:37:81:80:BC:C0:AB:A3:6C:C9:01:C8:BB:45:1D:2C:ED:AD:69:44:05:98:73:E3:03:81:EC:94:23:D7:D7:AE:CD:66:0A:92:56:49:01:A9:63:05:B1:28:C9:35:7F:AE:27:3A:E9:60:6C:88:B0:46:36:D1:4B:C3:B7:A5:A0:B1:3B:27:EE:45:86:DF:1D:48:AD:BC:9F:08:FD:A1:92:BD:D6:40:74:DC:CB:24:37:F9:1E:83:03:37:D5:9B:B1:F3:0E:48:7A:71:68:60:DF:7C:76:5B:4E:8E:12:88:52:DE:BA:BF:8B:72:06:9A:C2:8E:C5:CC:A3:F1:8D:FE:98:A9:F1:A8:90:93:15:DF:B4:E1:AE:57:97:E1:8A:BA:19:48:30:95:D8:7F:74:FC:29:5C:64:BE:D8:2F:B5:C8:6D:F0:53:B7:72:41:64:E5:74:D5:C7:DD:08:46:9C:C1:01:ED:4A:DE:CE:DC:A2:52:F7:68:25:B8:FE:EC:95:91:A3:21:E6:34:B8:8D:D3:0E:CB:CB:AE:BF:F0:12:5D:AE:97:4A:45:73:BA:3C:DA:E5:9D:45:EC:7F:DC:75:C0:1B:5C:56:D3:FF:54:1A:99:78:EA:67:05:BE:86:74:93" }, "subject": [ { "name": "organizationName", "oid": "2.5.4.10", "value": "TEST.LOCAL" }, { "name": "commonName", "oid": "2.5.4.3", "value": "ipaserver.test.local" } ], "validity": { "not_valid_after": "20251223124734Z", "not_valid_before": "20231223124734Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:92 Saturday 23 December 2023 12:47:38 +0000 (0:00:00.232) 0:07:56.609 ***** ok: [sut] => { "ansible_facts": { "cert_issued": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "7F:98:FF:0B:76:A4:5B:93:34:87:AC:A8:37:B7:B8:DA:40:A0:DD:B0" }, "cRLDistributionPoints": { "critical": false, "value": [ { "crl_issuer": [ { "commonName": "Certificate Authority", "organizationName": "ipaca" } ], "full_name": [ "http://ipa-ca.test.local/ipa/crl/MasterCRL.bin" ] } ] }, "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": true, "value": [ "digital_signature", "content_commitment", "key_encipherment", "data_encipherment" ] }, "subjectAltName": { "critical": false, "value": [ { "name": "DNS", "value": "ipaserver.test.local" }, { "name": "Universal Principal Name (UPN)", "oid": "1.3.6.1.4.1.311.20.2.3", "value": "HTTP/ipaserver.test.local@TEST.LOCAL" }, { "name": "Kerberos principalname", "oid": "1.3.6.1.5.2.2", "value": "HTTP/ipaserver.test.local@TEST.LOCAL" } ] }, "subjectKeyIdentifier": { "critical": false, "value": "CA:09:6A:1D:D7:3C:83:BE:C0:8C:E3:A5:9D:AF:B3:93:11:37:29:E4" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "7E:1D:B9:8A:E2:4D:BE:C1:93:FE:EF:13:6D:08:2A:F5:A2:13:A4:9F:9B:33:42:9F:90:EF:94:F0:D3:71:A5:7A:64:E5:73:FA:67:4C:1F:C3:36:F1:0F:25:A9:9C:77:9D:0F:A9:2F:2C:05:04:44:66:A7:EC:BD:E4:F5:C5:DE:5A:78:DF:43:A7:68:EB:DD:A0:52:0B:C5:89:8C:8D:D5:33:D0:D7:01:1D:0C:5C:EE:B1:65:C2:AD:C9:63:56:73:C6:63:61:F5:12:4F:EC:8C:FB:3F:11:B1:EA:0D:49:22:AA:99:1B:4A:E4:74:29:3F:70:22:A1:D6:D0:ED:FA:20:5A:7D:18:69:4F:5B:B4:FB:84:CB:D8:E0:DD:90:6B:8C:FA:A6:E4:C7:F9:37:81:80:BC:C0:AB:A3:6C:C9:01:C8:BB:45:1D:2C:ED:AD:69:44:05:98:73:E3:03:81:EC:94:23:D7:D7:AE:CD:66:0A:92:56:49:01:A9:63:05:B1:28:C9:35:7F:AE:27:3A:E9:60:6C:88:B0:46:36:D1:4B:C3:B7:A5:A0:B1:3B:27:EE:45:86:DF:1D:48:AD:BC:9F:08:FD:A1:92:BD:D6:40:74:DC:CB:24:37:F9:1E:83:03:37:D5:9B:B1:F3:0E:48:7A:71:68:60:DF:7C:76:5B:4E:8E:12:88:52:DE:BA:BF:8B:72:06:9A:C2:8E:C5:CC:A3:F1:8D:FE:98:A9:F1:A8:90:93:15:DF:B4:E1:AE:57:97:E1:8A:BA:19:48:30:95:D8:7F:74:FC:29:5C:64:BE:D8:2F:B5:C8:6D:F0:53:B7:72:41:64:E5:74:D5:C7:DD:08:46:9C:C1:01:ED:4A:DE:CE:DC:A2:52:F7:68:25:B8:FE:EC:95:91:A3:21:E6:34:B8:8D:D3:0E:CB:CB:AE:BF:F0:12:5D:AE:97:4A:45:73:BA:3C:DA:E5:9D:45:EC:7F:DC:75:C0:1B:5C:56:D3:FF:54:1A:99:78:EA:67:05:BE:86:74:93" }, "subject": [ { "name": "organizationName", "oid": "2.5.4.10", "value": "TEST.LOCAL" }, { "name": "commonName", "oid": "2.5.4.3", "value": "ipaserver.test.local" } ], "validity": { "not_valid_after": "20251223124734Z", "not_valid_before": "20231223124734Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:96 Saturday 23 December 2023 12:47:39 +0000 (0:00:00.011) 0:07:56.620 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:104 Saturday 23 December 2023 12:47:39 +0000 (0:00:00.018) 0:07:56.639 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:112 Saturday 23 December 2023 12:47:39 +0000 (0:00:00.010) 0:07:56.650 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:119 Saturday 23 December 2023 12:47:39 +0000 (0:00:00.017) 0:07:56.668 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:130 Saturday 23 December 2023 12:47:39 +0000 (0:00:00.021) 0:07:56.689 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:143 Saturday 23 December 2023 12:47:39 +0000 (0:00:00.020) 0:07:56.709 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail; getcert list -f /etc/pki/tls/certs/groupcert.crt | grep 'auto-renew' | sed 's/^\\s\\+auto-renew: //g'", "delta": "0:00:00.063717", "end": "2023-12-23 12:47:39.328636", "rc": 0, "start": "2023-12-23 12:47:39.264919" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/assert_certificate_parameters.yml:152 Saturday 23 December 2023 12:47:39 +0000 (0:00:00.247) 0:07:56.956 ***** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=97 changed=31 unreachable=0 failed=0 skipped=57 rescued=0 ignored=0 Saturday 23 December 2023 12:47:39 +0000 (0:00:00.023) 0:07:56.980 ***** =============================================================================== ipaserver : Install - Setup CA ---------------------------------------- 226.11s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:276 ----------------------- ipaserver : Install - Ensure that IPA server packages are installed ---- 62.74s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:7 ------------------------- ipaserver : Install - Setup DS ----------------------------------------- 42.83s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:214 ----------------------- ipaserver : Install - Setup HTTP --------------------------------------- 34.47s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:335 ----------------------- ipaclient : Install - Create IPA NSS database -------------------------- 28.67s /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:355 ----------------------- ipaserver : Install - Setup ADTRUST ------------------------------------ 10.62s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:395 ----------------------- ipaserver : Install - Setup KRB ----------------------------------------- 8.43s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:243 ----------------------- ipaserver : Install - Setup NTP ----------------------------------------- 7.33s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:207 ----------------------- ipaserver : Install - Setup custodia ------------------------------------ 5.18s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:270 ----------------------- ipaserver : Install - Enable IPA ---------------------------------------- 4.82s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:443 ----------------------- fedora.linux_system_roles.certificate : Ensure certificate requests ----- 4.37s /WORKDIR/git-weekly-ci8lshnv2_/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Ensure nss package is up-to-date ---------------------------------------- 2.63s /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/setup_ipa.yml:65 ------------------- ipaserver : Install - Setup otpd ---------------------------------------- 2.56s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:329 ----------------------- ipaclient : Install - IPA API calls for remaining enrollment parts ------ 2.53s /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:335 ----------------------- ipaclient : Install - Test if IPA client has working krb5.keytab -------- 2.27s /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:109 ----------------------- ipaserver : Install - Set DS password ----------------------------------- 2.06s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:411 ----------------------- ipaserver : Install - Server preparation -------------------------------- 2.05s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:161 ----------------------- Ensure hostname package is installed ------------------------------------ 1.86s /WORKDIR/git-weekly-ci8lshnv2_/tests/tasks/setup_ipa.yml:53 ------------------- ipaserver : Firewalld service - Ensure that firewalld is running -------- 1.81s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:34 ------------------------ ipaserver : Install - Server installation test -------------------------- 1.75s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:62 ------------------------ ---^---^---^---^---^--- # 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. ---^---^---^---^---^---