# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 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.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file statically imported: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/setup_ipa.yml Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_basic_ipa.yml ************************************************** 1 plays in /WORKDIR/git-weekly-ci8s4jocrv/tests/tests_basic_ipa.yml PLAY [Test using IPA to issue certs] ******************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tests_basic_ipa.yml:2 Saturday 25 November 2023 12:40:34 +0000 (0:00:00.017) 0:00:00.017 ***** ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tests_basic_ipa.yml:13 Saturday 25 November 2023 12:40:37 +0000 (0:00:02.989) 0:00:03.006 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } META: end_host conditional evaluated to false, continuing execution for sut TASK [Set __is_beaker_env] ***************************************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/setup_ipa.yml:2 Saturday 25 November 2023 12:40:37 +0000 (0:00:00.282) 0:00:03.289 ***** ok: [sut] => { "ansible_facts": { "__is_beaker_env": false }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/setup_ipa.yml:9 Saturday 25 November 2023 12:40:37 +0000 (0:00:00.017) 0:00:03.306 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/setup_ipa.yml:14 Saturday 25 November 2023 12:40:38 +0000 (0:00:00.199) 0:00:03.506 ***** ok: [sut] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [Install ansible-freeipa] ************************************************* task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/setup_ipa.yml:18 Saturday 25 November 2023 12:40:38 +0000 (0:00:00.016) 0:00:03.523 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure freeipa-repo is absent] ******************************************* task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/setup_ipa.yml:24 Saturday 25 November 2023 12:40:38 +0000 (0:00:00.010) 0:00:03.533 ***** ok: [sut -> 127.0.0.1] => { "changed": false, "path": "/tmp/freeipa-repo/", "state": "absent" } TASK [Clone ansible-freeipa repo] ********************************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/setup_ipa.yml:32 Saturday 25 November 2023 12:40:38 +0000 (0:00:00.245) 0:00:03.779 ***** changed: [sut -> 127.0.0.1] => { "after": "1930d8c8bea601400195a32df94f67fc5b18a2fb", "before": null, "changed": true } TASK [Create role symlinks] **************************************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/setup_ipa.yml:41 Saturday 25 November 2023 12:40:39 +0000 (0:00:00.784) 0:00:04.563 ***** changed: [sut -> 127.0.0.1] => (item=ipaserver) => { "ansible_loop_var": "item", "changed": true, "dest": "/WORKDIR/git-weekly-ci8s4jocrv/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-ci8s4jocrv/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-ci8s4jocrv/tests/tasks/setup_ipa.yml:53 Saturday 25 November 2023 12:40:39 +0000 (0:00:00.304) 0:00:04.868 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: hostname TASK [Set hostname] ************************************************************ task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/setup_ipa.yml:60 Saturday 25 November 2023 12:40:42 +0000 (0:00:02.821) 0:00:07.690 ***** 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-ci8s4jocrv/tests/tasks/setup_ipa.yml:66 Saturday 25 November 2023 12:40:43 +0000 (0:00:00.861) 0:00:08.551 ***** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: nss-util-3.94.0-2.fc37.x86_64", "Installed: nss-3.94.0-2.fc37.x86_64", "Installed: nss-softokn-3.94.0-2.fc37.x86_64", "Installed: nss-softokn-freebl-3.94.0-2.fc37.x86_64", "Installed: nss-sysinit-3.94.0-2.fc37.x86_64", "Removed: nss-3.93.0-1.fc37.x86_64", "Removed: nss-softokn-3.93.0-1.fc37.x86_64", "Removed: nss-softokn-freebl-3.93.0-1.fc37.x86_64", "Removed: nss-sysinit-3.93.0-1.fc37.x86_64", "Removed: nss-util-3.93.0-1.fc37.x86_64" ] } lsrpackages: nss TASK [Include ipaserver role] ************************************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/setup_ipa.yml:84 Saturday 25 November 2023 12:40:48 +0000 (0:00:04.965) 0:00:13.516 ***** TASK [ipaserver : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:4 Saturday 25 November 2023 12:40:48 +0000 (0:00:00.026) 0:00:13.543 ***** ok: [sut] => (item=/tmp/freeipa-repo/roles/ipaserver/vars/Fedora.yml) => { "ansible_facts": { "ipaserver_packages": [ "freeipa-server", "python3-libselinux" ], "ipaserver_packages_adtrust": [ "freeipa-server-trust-ad" ], "ipaserver_packages_dns": [ "freeipa-server-dns" ], "ipaserver_packages_firewalld": [ "firewalld" ] }, "ansible_included_var_files": [ "/tmp/freeipa-repo/roles/ipaserver/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/freeipa-repo/roles/ipaserver/vars/Fedora.yml" } TASK [ipaserver : Install IPA server] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:19 Saturday 25 November 2023 12:40:48 +0000 (0:00:00.028) 0:00:13.572 ***** 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 25 November 2023 12:40:48 +0000 (0:00:00.074) 0:00:13.646 ***** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: libsss_autofs-2.9.1-1.fc37.x86_64", "Installed: publicsuffix-list-20230812-1.fc37.noarch", "Installed: slapi-nis-0.60.0-2.fc37.x86_64", "Installed: openldap-2.6.6-1.fc37.x86_64", "Installed: openldap-clients-2.6.6-1.fc37.x86_64", "Installed: perl-Compress-Raw-Lzma-2.201-7.fc37.x86_64", "Installed: fedora-logos-httpd-36.0.0-3.fc37.noarch", "Installed: slf4j-1.7.32-4.fc37.noarch", "Installed: slf4j-jdk14-1.7.32-4.fc37.noarch", "Installed: fontawesome-fonts-1:4.7.0-14.fc37.noarch", "Installed: perl-Devel-Peek-1.32-494.fc37.x86_64", "Installed: python3-augeas-1.1.0-6.fc37.noarch", "Installed: python3-pyusb-1.2.1-2.fc37.noarch", "Installed: jackson-core-2.11.4-9.fc37.noarch", "Installed: jackson-databind-2.11.4-8.fc37.noarch", "Installed: autofs-1:5.1.8-20.fc37.x86_64", "Installed: jackson-jaxrs-json-provider-2.11.4-8.fc37.noarch", "Installed: jackson-jaxrs-providers-2.11.4-8.fc37.noarch", "Installed: bash-completion-1:2.11-8.fc37.noarch", "Installed: jackson-module-jaxb-annotations-2.11.4-9.fc37.noarch", "Installed: python3-decorator-5.1.1-4.fc37.noarch", "Installed: httpd-2.4.58-1.fc37.x86_64", "Installed: httpd-core-2.4.58-1.fc37.x86_64", "Installed: httpd-filesystem-2.4.58-1.fc37.noarch", "Installed: python3-deprecated-1.2.13-3.fc37.noarch", "Installed: libdb-utils-5.3.28-53.fc37.x86_64", "Installed: httpd-tools-2.4.58-1.fc37.x86_64", "Installed: jakarta-activation-1.2.2-7.fc37.noarch", "Installed: python3-qrcode-core-7.3.1-6.fc37.noarch", "Installed: jakarta-annotations-1.3.5-14.fc37.noarch", "Installed: acl-2.3.1-4.fc37.x86_64", "Installed: perl-IO-Compress-2.201-3.fc37.noarch", "Installed: perl-IO-Compress-Lzma-2.201-2.fc37.noarch", "Installed: julietaula-montserrat-fonts-1:7.222-3.fc37.noarch", "Installed: libuv-1:1.46.0-1.fc37.x86_64", "Installed: httpcomponents-client-4.5.13-5.fc37.noarch", "Installed: httpcomponents-core-4.4.13-7.fc37.noarch", "Installed: lua-posix-35.1-4.fc37.x86_64", "Installed: python3-ply-3.11-17.fc37.noarch", "Installed: apache-commons-cli-1.5.0-4.fc37.noarch", "Installed: apache-commons-codec-1.15-7.fc37.noarch", "Installed: perl-IO-Zlib-1:1.11-489.fc37.noarch", "Installed: tomcat-native-1:1.2.35-1.fc37.x86_64", "Installed: perl-Compress-Raw-Bzip2-2.201-2.fc37.x86_64", "Installed: perl-Compress-Raw-Zlib-2.202-3.fc37.x86_64", "Installed: apache-commons-io-1:2.11.0-2.fc37.noarch", "Installed: python3-gssapi-1.7.3-3.fc37.x86_64", "Installed: perl-Algorithm-Diff-1.2010-7.fc37.noarch", "Installed: sscg-3.0.3-2.fc37.x86_64", "Installed: apache-commons-lang3-3.12.0-7.fc37.noarch", "Installed: certmonger-0.79.17-1.fc37.x86_64", "Installed: apache-commons-logging-1.2-31.fc37.noarch", "Installed: apache-commons-net-3.6-17.fc37.noarch", "Installed: cups-libs-1:2.4.7-2.fc37.x86_64", "Installed: sssd-common-pac-2.9.1-1.fc37.x86_64", "Installed: sssd-dbus-2.9.1-1.fc37.x86_64", "Installed: sssd-idp-2.9.1-1.fc37.x86_64", "Installed: sssd-ipa-2.9.1-1.fc37.x86_64", "Installed: openssl-perl-1:3.0.9-1.fc37.x86_64", "Installed: sssd-krb5-common-2.9.1-1.fc37.x86_64", "Installed: sssd-tools-2.9.1-1.fc37.x86_64", "Installed: python3-psutil-5.9.1-1.fc37.x86_64", "Installed: mod_http2-2.0.25-1.fc37.x86_64", "Installed: mod_lua-2.4.58-1.fc37.x86_64", "Installed: mod_session-2.4.58-1.fc37.x86_64", "Installed: mod_ssl-1:2.4.58-1.fc37.x86_64", "Installed: perl-threads-1:2.27-489.fc37.x86_64", "Installed: freeipa-client-4.10.1-1.fc37.x86_64", "Installed: perl-threads-shared-1.64-489.fc37.x86_64", "Installed: freeipa-client-common-4.10.1-1.fc37.noarch", "Installed: freeipa-common-4.10.1-1.fc37.noarch", "Installed: freeipa-healthcheck-core-0.12-1.fc37.noarch", "Installed: freeipa-selinux-4.10.1-1.fc37.noarch", "Installed: freeipa-server-4.10.1-1.fc37.x86_64", "Installed: freeipa-server-common-4.10.1-1.fc37.noarch", "Installed: libwbclient-2:4.17.12-1.fc37.x86_64", "Installed: python3-dns-2.2.1-4.fc37.noarch", "Installed: cyrus-sasl-gssapi-2.1.28-8.fc37.x86_64", "Installed: softhsm-2.6.1-5.fc37.5.x86_64", "Installed: dbus-tools-1:1.14.10-1.fc37.x86_64", "Installed: perl-Text-Diff-1.45-16.fc37.noarch", "Installed: cyrus-sasl-md5-2.1.28-8.fc37.x86_64", "Installed: cyrus-sasl-plain-2.1.28-8.fc37.x86_64", "Installed: python3-mod_wsgi-4.9.1-4.fc37.x86_64", "Installed: augeas-libs-1.13.0-3.fc37.x86_64", "Installed: python3-pyasn1-0.4.8-11.fc37.noarch", "Installed: python3-pyasn1-modules-0.4.8-11.fc37.noarch", "Installed: python3-dogtag-pki-11.2.0-2.fc37.noarch", "Installed: libipa_hbac-2.9.1-1.fc37.x86_64", "Installed: pki-resteasy-client-3.0.26-17.fc37.noarch", "Installed: pki-resteasy-core-3.0.26-17.fc37.noarch", "Installed: pki-resteasy-jackson2-provider-3.0.26-17.fc37.noarch", "Installed: perl-Term-ReadLine-1.17-494.fc37.noarch", "Installed: bind-libs-32:9.18.19-1.fc37.x86_64", "Installed: bind-license-32:9.18.19-1.fc37.noarch", "Installed: bind-utils-32:9.18.19-1.fc37.x86_64", "Installed: nss-tools-3.94.0-2.fc37.x86_64", "Installed: python3-sss-murmur-2.9.1-1.fc37.x86_64", "Installed: python3-pycparser-2.20-8.fc37.noarch", "Installed: python3-sssdconfig-2.9.1-1.fc37.noarch", "Installed: libkadm5-1.19.2-13.fc37.x86_64", "Installed: javapackages-filesystem-6.1.0-4.fc37.noarch", "Installed: perl-Tie-4.6-494.fc37.noarch", "Installed: javapackages-tools-6.1.0-4.fc37.noarch", "Installed: libjose-11-6.fc37.x86_64", "Installed: perl-Archive-Tar-2.40-490.fc37.noarch", "Installed: fstrm-0.6.1-5.fc37.x86_64", "Installed: python3-ipaclient-4.10.1-1.fc37.noarch", "Installed: python3-ipalib-4.10.1-1.fc37.noarch", "Installed: lksctp-tools-1.0.19-2.fc37.x86_64", "Installed: python3-ipaserver-4.10.1-1.fc37.noarch", "Installed: jaxb-api-2.3.3-8.fc37.noarch", "Installed: perl-debugger-1.60-494.fc37.noarch", "Installed: copy-jdk-configs-4.1-1.fc37.noarch", "Installed: alsa-lib-1.2.9-1.fc37.x86_64", "Installed: python3-netaddr-0.8.0-10.fc37.noarch", "Installed: words-3.0-40.fc37.noarch", "Installed: jboss-jaxrs-2.0-api-1.0.0-20.fc37.noarch", "Installed: jboss-logging-3.4.1-13.fc37.noarch", "Installed: jboss-logging-tools-2.2.1-10.fc37.noarch", "Installed: perl-meta-notation-5.36.1-494.fc37.noarch", "Installed: jackson-annotations-2.11.4-9.fc37.noarch", "Installed: perl-DB_File-1.858-4.fc37.x86_64", "Installed: samba-client-libs-2:4.17.12-1.fc37.x86_64", "Installed: samba-common-2:4.17.12-1.fc37.noarch", "Installed: samba-common-libs-2:4.17.12-1.fc37.x86_64", "Installed: perl-sigtrap-1.10-494.fc37.noarch", "Installed: tomcat-1:9.0.82-2.fc37.noarch", "Installed: python3-cffi-1.15.1-2.fc37.x86_64", "Installed: tomcat-el-3.0-api-1:9.0.82-2.fc37.noarch", "Installed: tomcat-jsp-2.3-api-1:9.0.82-2.fc37.noarch", "Installed: python3-ldap-3.4.3-1.fc37.x86_64", "Installed: tomcat-lib-1:9.0.82-2.fc37.noarch", "Installed: tomcat-servlet-4.0-api-1:9.0.82-2.fc37.noarch", "Installed: jdeparser-2.0.3-12.fc37.noarch", "Installed: ecj-1:4.23-3.fc37.noarch", "Installed: python3-lib389-2.2.9-1.fc37.noarch", "Installed: python3-libipa_hbac-2.9.1-1.fc37.x86_64", "Installed: policycoreutils-python-utils-3.5-1.fc37.noarch", "Installed: dogtag-jss-5.2.0-1.fc37.1.x86_64", "Installed: jemalloc-5.3.0-2.fc37.x86_64", "Installed: dogtag-ldapjdk-5.2.0-1.fc37.2.noarch", "Installed: dogtag-pki-acme-11.2.0-2.fc37.noarch", "Installed: dogtag-pki-base-11.2.0-2.fc37.noarch", "Installed: dogtag-pki-ca-11.2.0-2.fc37.noarch", "Installed: dogtag-pki-java-11.2.0-2.fc37.noarch", "Installed: dogtag-pki-kra-11.2.0-2.fc37.noarch", "Installed: dogtag-pki-server-11.2.0-2.fc37.noarch", "Installed: dogtag-pki-tools-11.2.0-2.fc37.x86_64", "Installed: dogtag-tomcatjss-8.2.0-1.fc37.2.noarch", "Installed: python3-wrapt-1.14.0-3.fc37.x86_64", "Installed: java-17-openjdk-headless-1:17.0.8.0.7-1.fc37.x86_64", "Installed: mod_auth_gssapi-1.6.3-8.fc37.x86_64", "Installed: python3-jwcrypto-0.9.1-5.fc37.noarch", "Installed: oddjob-0.34.7-7.fc37.x86_64", "Installed: oddjob-mkhomedir-0.34.7-7.fc37.x86_64", "Installed: apr-1.7.2-2.fc37.x86_64", "Installed: open-sans-fonts-1.10-17.fc37.noarch", "Installed: 389-ds-base-2.2.9-1.fc37.x86_64", "Installed: python3-kdcproxy-1.0.0-10.fc37.noarch", "Installed: 389-ds-base-libs-2.2.9-1.fc37.x86_64", "Installed: apr-util-1.6.3-2.fc37.x86_64", "Installed: apr-util-bdb-1.6.3-2.fc37.x86_64", "Installed: mod_lookup_identity-1.0.0-16.fc37.x86_64", "Installed: apr-util-openssl-1.6.3-2.fc37.x86_64", "Installed: lua-5.4.4-9.fc37.x86_64", "Installed: tzdata-java-2023c-1.fc37.noarch", "Installed: python3-yubico-1.3.3-10.fc37.noarch", "Installed: mailcap-2.1.53-4.fc37.noarch", "Installed: krb5-pkinit-1.19.2-13.fc37.x86_64", "Installed: krb5-server-1.19.2-13.fc37.x86_64", "Installed: krb5-workstation-1.19.2-13.fc37.x86_64", "Installed: logrotate-3.20.1-3.fc37.x86_64", "Installed: python3-sss-2.9.1-1.fc37.x86_64", "Installed: python3-argcomplete-2.0.0-4.fc37.noarch", "Installed: python3-cryptography-37.0.2-5.fc37.x86_64", "Removed: openldap-2.6.4-1.fc37.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 25 November 2023 12:41:37 +0000 (0:00:49.234) 0:01:02.881 ***** skipping: [sut] => { "changed": false, "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 25 November 2023 12:41:37 +0000 (0:00:00.013) 0:01:02.894 ***** skipping: [sut] => { "changed": false, "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 25 November 2023 12:41:37 +0000 (0:00:00.012) 0:01:02.907 ***** 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 25 November 2023 12:41:40 +0000 (0:00:02.598) 0:01:05.505 ***** changed: [sut] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target dbus.socket sysinit.target dbus-broker.service system.slice polkit.service", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.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": "ebtables.service ipset.service nftables.service shutdown.target iptables.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": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14732", "LimitNPROCSoft": "14732", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14732", "LimitSIGPENDINGSoft": "14732", "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": "dbus.socket sysinit.target 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": "4419", "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 [Firewalld - Verify runtime zone "{{ ipaserver_firewalld_zone }}"] ******** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:40 Saturday 25 November 2023 12:41:42 +0000 (0:00:02.395) 0:01:07.901 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Firewalld - Verify permanent zone "{{ ipaserver_firewalld_zone }}"] ****** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:47 Saturday 25 November 2023 12:41:42 +0000 (0:00:00.013) 0:01:07.915 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaserver : Copy external certs] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:55 Saturday 25 November 2023 12:41:42 +0000 (0:00:00.013) 0:01:07.929 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Server installation test] ************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:62 Saturday 25 November 2023 12:41:42 +0000 (0:00:00.013) 0:01:07.942 ***** 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": 531799999, "idstart": 531600000, "ipa_python_version": 41001, "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 25 November 2023 12:41:44 +0000 (0:00:01.861) 0:01:09.804 ***** 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 25 November 2023 12:41:45 +0000 (0:00:01.053) 0:01:10.858 ***** 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 25 November 2023 12:41:45 +0000 (0:00:00.017) 0:01:10.875 ***** 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 25 November 2023 12:41:45 +0000 (0:00:00.013) 0:01:10.889 ***** 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.201" ], "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 25 November 2023 12:41:47 +0000 (0:00:02.104) 0:01:12.993 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup DS] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:214 Saturday 25 November 2023 12:41:55 +0000 (0:00:07.461) 0:01:20.455 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup KRB] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:243 Saturday 25 November 2023 12:42:25 +0000 (0:00:30.917) 0:01:51.372 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup custodia] ************************************ task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:270 Saturday 25 November 2023 12:42:32 +0000 (0:00:06.611) 0:01:57.984 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup CA] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:276 Saturday 25 November 2023 12:42:36 +0000 (0:00:04.266) 0:02:02.250 ***** 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 25 November 2023 12:46:29 +0000 (0:03:52.258) 0:05:54.509 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup otpd] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:329 Saturday 25 November 2023 12:46:29 +0000 (0:00:00.015) 0:05:54.524 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup HTTP] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:335 Saturday 25 November 2023 12:46:31 +0000 (0:00:02.669) 0:05:57.193 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup KRA] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:367 Saturday 25 November 2023 12:49:14 +0000 (0:02:42.522) 0:08:39.716 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup DNS] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:378 Saturday 25 November 2023 12:49:14 +0000 (0:00:00.015) 0:08:39.731 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup ADTRUST] ************************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:395 Saturday 25 November 2023 12:49:14 +0000 (0:00:00.016) 0:08:39.747 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Set DS password] *********************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:411 Saturday 25 November 2023 12:49:24 +0000 (0:00:10.217) 0:08:49.965 ***** changed: [sut] => { "changed": true } TASK [Install - Setup client] ************************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:428 Saturday 25 November 2023 12:49:26 +0000 (0:00:02.080) 0:08:52.046 ***** TASK [ipaclient : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:4 Saturday 25 November 2023 12:49:26 +0000 (0:00:00.029) 0:08:52.076 ***** 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 25 November 2023 12:49:26 +0000 (0:00:00.030) 0:08:52.106 ***** 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 25 November 2023 12:49:26 +0000 (0:00:00.061) 0:08:52.168 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install - Set ipaclient_servers] ***************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:10 Saturday 25 November 2023 12:49:26 +0000 (0:00:00.017) 0:08:52.185 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install - Set ipaclient_servers from cluster inventory] ****************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:15 Saturday 25 November 2023 12:49:26 +0000 (0:00:00.017) 0:08:52.203 ***** skipping: [sut] => { "changed": false, "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 25 November 2023 12:49:26 +0000 (0:00:00.016) 0:08:52.219 ***** skipping: [sut] => { "changed": false, "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 25 November 2023 12:49:26 +0000 (0:00:00.015) 0:08:52.235 ***** ok: [sut] => { "ansible_facts": { "ipaadmin_principal": "admin" }, "changed": false } TASK [Install - Fail on missing ipaclient_domain and ipaserver_domain] ********* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:36 Saturday 25 November 2023 12:49:26 +0000 (0:00:00.018) 0:08:52.253 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install - Fail on missing ipaclient_servers] ***************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:41 Saturday 25 November 2023 12:49:26 +0000 (0:00:00.014) 0:08:52.268 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure DNS resolver] **************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:46 Saturday 25 November 2023 12:49:26 +0000 (0:00:00.016) 0:08:52.284 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - IPA client test] *********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:52 Saturday 25 November 2023 12:49:26 +0000 (0:00:00.015) 0:08:52.300 ***** 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": 41001, "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 25 November 2023 12:49:27 +0000 (0:00:00.819) 0:08:53.119 ***** 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 25 November 2023 12:49:28 +0000 (0:00:00.314) 0:08:53.434 ***** 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 25 November 2023 12:49:28 +0000 (0:00:00.794) 0:08:54.229 ***** skipping: [sut] => { "changed": false, "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 25 November 2023 12:49:28 +0000 (0:00:00.049) 0:08:54.279 ***** skipping: [sut] => { "changed": false, "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 25 November 2023 12:49:28 +0000 (0:00:00.018) 0:08:54.297 ***** 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 25 November 2023 12:49:30 +0000 (0:00:01.717) 0:08:56.015 ***** skipping: [sut] => { "changed": false, "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 25 November 2023 12:49:30 +0000 (0:00:00.017) 0:08:56.032 ***** skipping: [sut] => { "changed": false, "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 25 November 2023 12:49:30 +0000 (0:00:00.019) 0:08:56.052 ***** skipping: [sut] => { "changed": false, "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 25 November 2023 12:49:30 +0000 (0:00:00.022) 0:08:56.075 ***** skipping: [sut] => { "changed": false, "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 25 November 2023 12:49:30 +0000 (0:00:00.022) 0:08:56.097 ***** 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 - Report error for OTP generation] ******************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:169 Saturday 25 November 2023 12:49:30 +0000 (0:00:00.019) 0:08:56.117 ***** skipping: [sut] => {} TASK [ipaclient : Install - Store the previously obtained OTP] ***************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:175 Saturday 25 November 2023 12:49:30 +0000 (0:00:00.018) 0:08:56.136 ***** 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:182 Saturday 25 November 2023 12:49:30 +0000 (0:00:00.020) 0:08:56.156 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Store predefined OTP in admin_password] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:189 Saturday 25 November 2023 12:49:30 +0000 (0:00:00.018) 0:08:56.174 ***** 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:207 Saturday 25 November 2023 12:49:30 +0000 (0:00:00.017) 0:08:56.191 ***** skipping: [sut] => { "changed": false, "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:212 Saturday 25 November 2023 12:49:30 +0000 (0:00:00.017) 0:08:56.208 ***** skipping: [sut] => { "changed": false, "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:220 Saturday 25 November 2023 12:49:30 +0000 (0:00:00.019) 0:08:56.228 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Backup and set hostname] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:237 Saturday 25 November 2023 12:49:30 +0000 (0:00:00.018) 0:08:56.246 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create temporary krb5 configuration] *************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:242 Saturday 25 November 2023 12:49:30 +0000 (0:00:00.017) 0:08:56.263 ***** ok: [sut] => { "changed": false, "krb_name": "/tmp/tmpr_lo4wje" } TASK [ipaclient : Install - Join IPA] ****************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:251 Saturday 25 November 2023 12:49:31 +0000 (0:00:00.802) 0:08:57.066 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : The krb5 configuration is not correct] *********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:279 Saturday 25 November 2023 12:49:31 +0000 (0:00:00.018) 0:08:57.085 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : IPA test failed] ********************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:285 Saturday 25 November 2023 12:49:31 +0000 (0:00:00.018) 0:08:57.104 ***** skipping: [sut] => { "changed": false, "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:289 Saturday 25 November 2023 12:49:31 +0000 (0:00:00.018) 0:08:57.122 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure IPA default.conf] ************************ task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:303 Saturday 25 November 2023 12:49:31 +0000 (0:00:00.019) 0:08:57.141 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure SSSD] ************************************ task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:312 Saturday 25 November 2023 12:49:31 +0000 (0:00:00.020) 0:08:57.162 ***** changed: [sut] => { "changed": true } TASK [ipaclient : Install - IPA API calls for remaining enrollment parts] ****** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:334 Saturday 25 November 2023 12:49:32 +0000 (0:00:00.805) 0:08:57.968 ***** 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:343 Saturday 25 November 2023 12:49:34 +0000 (0:00:02.364) 0:09:00.332 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create IPA NSS database] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:354 Saturday 25 November 2023 12:49:34 +0000 (0:00:00.021) 0:09:00.354 ***** 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:388 Saturday 25 November 2023 12:49:40 +0000 (0:00:05.634) 0:09:05.989 ***** changed: [sut] => { "changed": true } TASK [ipaclient : Install - Configure automount] ******************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:396 Saturday 25 November 2023 12:49:41 +0000 (0:00:00.857) 0:09:06.846 ***** changed: [sut] => { "changed": true } TASK [ipaclient : Install - Configure firefox] ********************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:402 Saturday 25 November 2023 12:49:42 +0000 (0:00:00.802) 0:09:07.649 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure NIS] ************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:408 Saturday 25 November 2023 12:49:42 +0000 (0:00:00.019) 0:09:07.669 ***** changed: [sut] => { "changed": true } TASK [ipaclient : Remove temporary krb5.conf] ********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:414 Saturday 25 November 2023 12:49:43 +0000 (0:00:01.082) 0:09:08.751 ***** changed: [sut] => { "changed": true, "path": "/tmp/tmpr_lo4wje", "state": "absent" } TASK [ipaclient : Install - Configure krb5 for IPA realm] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:420 Saturday 25 November 2023 12:49:43 +0000 (0:00:00.223) 0:09:08.975 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure certmonger] ****************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:434 Saturday 25 November 2023 12:49:43 +0000 (0:00:00.021) 0:09:08.997 ***** skipping: [sut] => { "changed": false, "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:444 Saturday 25 November 2023 12:49:43 +0000 (0:00:00.019) 0:09:09.016 ***** 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:450 Saturday 25 November 2023 12:49:43 +0000 (0:00:00.017) 0:09:09.034 ***** 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:455 Saturday 25 November 2023 12:49:43 +0000 (0:00:00.214) 0:09:09.248 ***** ok: [sut] => { "changed": false, "path": "/tmp/tmpr_lo4wje", "state": "absent" } TASK [ipaclient : Remove temporary krb5.conf backup] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:461 Saturday 25 November 2023 12:49:44 +0000 (0:00:00.216) 0:09:09.464 ***** changed: [sut] => { "changed": true, "path": "/tmp/tmpr_lo4wje.ipabkp", "state": "absent" } TASK [ipaclient : Uninstall IPA client] **************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:23 Saturday 25 November 2023 12:49:44 +0000 (0:00:00.214) 0:09:09.679 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Enable IPA] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:443 Saturday 25 November 2023 12:49:44 +0000 (0:00:00.016) 0:09:09.695 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Configure firewalld] ******************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:450 Saturday 25 November 2023 12:49:48 +0000 (0:00:04.450) 0:09:14.146 ***** changed: [sut] => { "changed": true, "cmd": [ "firewall-cmd", "--permanent", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=ntp" ], "delta": "0:00:00.281470", "end": "2023-11-25 12:49:49.297862", "rc": 0, "start": "2023-11-25 12:49:49.016392" } STDOUT: success TASK [ipaserver : Install - Configure firewalld runtime] *********************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:464 Saturday 25 November 2023 12:49:49 +0000 (0:00:00.577) 0:09:14.724 ***** changed: [sut] => { "changed": true, "cmd": [ "firewall-cmd", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=ntp" ], "delta": "0:00:00.255356", "end": "2023-11-25 12:49:49.773931", "rc": 0, "start": "2023-11-25 12:49:49.518575" } STDOUT: success TASK [ipaserver : Install - Cleanup root IPA cache] **************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:478 Saturday 25 November 2023 12:49:49 +0000 (0:00:00.477) 0:09:15.202 ***** 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 25 November 2023 12:49:50 +0000 (0:00:00.214) 0:09:15.417 ***** 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 25 November 2023 12:49:50 +0000 (0:00:00.625) 0:09:16.042 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Issue IPA signed certificates] ******************************************* task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tests_basic_ipa.yml:25 Saturday 25 November 2023 12:49:50 +0000 (0:00:00.012) 0:09:16.054 ***** TASK [linux-system-roles.certificate : Set version specific variables] ********* task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/roles/linux-system-roles.certificate/tasks/main.yml:2 Saturday 25 November 2023 12:49:50 +0000 (0:00:00.071) 0:09:16.125 ***** included: /WORKDIR/git-weekly-ci8s4jocrv/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml for sut TASK [linux-system-roles.certificate : Ensure ansible_facts used by role] ****** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:2 Saturday 25 November 2023 12:49:50 +0000 (0:00:00.016) 0:09:16.142 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.certificate : Check if system is ostree] ************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:11 Saturday 25 November 2023 12:49:50 +0000 (0:00:00.013) 0:09:16.156 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.certificate : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:16 Saturday 25 November 2023 12:49:50 +0000 (0:00:00.011) 0:09:16.167 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.certificate : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:20 Saturday 25 November 2023 12:49:50 +0000 (0:00:00.012) 0:09:16.179 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_37.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_37.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_37.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_37.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/roles/linux-system-roles.certificate/tasks/main.yml:5 Saturday 25 November 2023 12:49:50 +0000 (0:00:00.027) 0:09:16.207 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-cryptography python3-dbus python3-pyasn1 TASK [linux-system-roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/roles/linux-system-roles.certificate/tasks/main.yml:24 Saturday 25 November 2023 12:49:53 +0000 (0:00:02.615) 0:09:18.822 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: certmonger TASK [linux-system-roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/roles/linux-system-roles.certificate/tasks/main.yml:37 Saturday 25 November 2023 12:49:56 +0000 (0:00:02.720) 0:09:21.543 ***** 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": 4096, "state": "directory", "uid": 0 } TASK [linux-system-roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/roles/linux-system-roles.certificate/tasks/main.yml:63 Saturday 25 November 2023 12:49:56 +0000 (0:00:00.222) 0:09:21.766 ***** 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": 4096, "state": "directory", "uid": 0 } TASK [linux-system-roles.certificate : Ensure provider service is running] ***** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/roles/linux-system-roles.certificate/tasks/main.yml:92 Saturday 25 November 2023 12:49:56 +0000 (0:00:00.223) 0:09:21.990 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-11-25 12:45:14 UTC", "ActiveEnterTimestampMonotonic": "1038372293", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target dbus.socket sysinit.target dbus-broker.service system.slice systemd-journald.socket syslog.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-11-25 12:45:14 UTC", "AssertTimestampMonotonic": "1038342819", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "65659011000", "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-11-25 12:45:14 UTC", "ConditionTimestampMonotonic": "1038342815", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "ControlGroupId": "7564", "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": "10129", "ExecMainStartTimestamp": "Sat 2023-11-25 12:45:14 UTC", "ExecMainStartTimestampMonotonic": "1038350184", "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-11-25 12:45:14 UTC", "InactiveExitTimestampMonotonic": "1038350873", "InvocationID": "f4fc54418ccf4417b87354e9250a6d4c", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14732", "LimitNPROCSoft": "14732", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14732", "LimitSIGPENDINGSoft": "14732", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "10129", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "2486272", "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": "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": "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-11-25 12:49:46 UTC", "StateChangeTimestampMonotonic": "1310525543", "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": "4419", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [linux-system-roles.certificate : Ensure certificate requests] ************ task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/roles/linux-system-roles.certificate/tasks/main.yml:104 Saturday 25 November 2023 12:49:57 +0000 (0:00:00.747) 0:09:22.737 ***** 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 [linux-system-roles.certificate : Slurp the contents of the files] ******** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/roles/linux-system-roles.certificate/tasks/main.yml:156 Saturday 25 November 2023 12:50:02 +0000 (0:00:04.758) 0:09:27.496 ***** 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, "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, "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, "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, "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, "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, "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" } TASK [linux-system-roles.certificate : Create return data] ********************* task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/roles/linux-system-roles.certificate/tasks/main.yml:168 Saturday 25 November 2023 12:50:02 +0000 (0:00:00.035) 0:09:27.532 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.certificate : Stop tracking certificates] ************* task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/roles/linux-system-roles.certificate/tasks/main.yml:184 Saturday 25 November 2023 12:50:02 +0000 (0:00:00.013) 0:09:27.545 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.certificate : Remove files] *************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/roles/linux-system-roles.certificate/tasks/main.yml:189 Saturday 25 November 2023 12:50:02 +0000 (0:00:00.016) 0:09:27.561 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify certificates] ***************************************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tests_basic_ipa.yml:41 Saturday 25 November 2023 12:50:02 +0000 (0:00:00.017) 0:09:27.578 ***** included: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml for sut included: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml for sut TASK [Set virtualenv_path] ***************************************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:2 Saturday 25 November 2023 12:50:02 +0000 (0:00:00.072) 0:09:27.651 ***** ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:9 Saturday 25 November 2023 12:50:02 +0000 (0:00:00.011) 0:09:27.663 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:14 Saturday 25 November 2023 12:50:02 +0000 (0:00:00.011) 0:09:27.674 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:18 Saturday 25 November 2023 12:50:02 +0000 (0:00:00.011) 0:09:27.686 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:29 Saturday 25 November 2023 12:50:02 +0000 (0:00:00.011) 0:09:27.697 ***** 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-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:40 Saturday 25 November 2023 12:50:04 +0000 (0:00:02.637) 0:09:30.335 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1700916599.7616127, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "9b6a34f026c9411dd9ef6c92ffea86c63648dac3", "ctime": 1700916599.7576127, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 164113, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1700916599.7576127, "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": "214600462", "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-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:45 Saturday 25 November 2023 12:50:05 +0000 (0:00:00.222) 0:09:30.557 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:51 Saturday 25 November 2023 12:50:05 +0000 (0:00:00.015) 0:09:30.573 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:63 Saturday 25 November 2023 12:50:05 +0000 (0:00:00.019) 0:09:30.592 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:69 Saturday 25 November 2023 12:50:05 +0000 (0:00:00.016) 0:09:30.609 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1700916598.2586184, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "1ea8649e71f06fcca06397c71c7f2e7c0f0e8fc9", "ctime": 1700916599.7576127, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 164112, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1700916599.7576127, "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": "2950731269", "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-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:74 Saturday 25 November 2023 12:50:05 +0000 (0:00:00.221) 0:09:30.830 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:80 Saturday 25 November 2023 12:50:05 +0000 (0:00:00.016) 0:09:30.847 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:92 Saturday 25 November 2023 12:50:05 +0000 (0:00:00.021) 0:09:30.868 ***** ok: [sut] => { "certificate": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "90:01:3A:14:F3:5D:D7:91:C2:71:32:3F:C2:B7:63:25:1E:40:41:4B" }, "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": "6F:62:6D:BE:C1:B3:7A:6C:52:E7:74:65:6F:5B:CE:52:2D:68:31:66" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "69:93:B0:C6:2B:FA:46:1F:36:A4:A3:A9:90:56:1B:C0:D6:74:CD:A1:0D:DB:45:1E:97:85:E9:8A:7F:56:29:6F:6B:7E:04:FD:AE:DF:57:19:4C:46:AC:DB:04:5C:AE:9E:DB:8C:D6:7D:6E:83:1A:55:4A:BE:A7:82:92:81:66:EB:70:4C:C6:84:0C:81:AA:27:01:B8:26:2E:1C:E6:F8:F9:23:E0:3F:E0:A6:0C:E0:4B:8E:8F:19:70:14:BC:50:72:FF:56:64:13:29:23:A0:4B:34:13:9A:40:E6:F2:D3:28:66:8E:50:65:2F:32:91:57:B4:81:9D:F6:1C:52:0F:CE:4B:46:23:73:3B:85:59:3A:23:40:F6:F2:F5:AA:B3:25:C8:EE:55:9F:75:0F:0E:4F:C9:C9:1A:13:D1:2A:A2:EC:95:99:66:04:22:48:2A:B3:F7:9B:0B:49:40:1D:67:27:43:83:31:29:48:9B:99:9B:6A:08:42:1C:D9:D5:B7:C7:1A:C0:33:4D:35:6F:93:F8:C2:CA:8C:C1:DC:52:29:63:1B:F8:C8:05:2E:2B:F4:6A:D2:8C:38:B7:8E:D2:2F:48:66:09:45:F9:6B:5D:28:39:BB:B9:43:91:8E:F2:0D:37:3A:B6:90:71:1D:68:E4:3E:C7:0B:BC:13:03:97:0E:83:42:F6:63:9B:8B:71:0B:D3:A9:79:11:18:36:11:2C:E0:1B:46:19:62:25:6E:A9:90:1A:9D:13:14:61:E2:B6:F9:02:14:39:A4:58:73:28:D5:3A:3F:EC:A6:EC:FB:5F:CE:2F:5D:A0:89:FB:A2:EB:0E:3F:5C:5B:89:F8:33:1D:2B:F3:25:B8:1F:FD:8A:42:CF:4F:F6:0D:A7:5A:FE:3A:3E:01:AD:5D:C2:C3:2E:1B:5A:69:59:DA:A5:C0:5C:24:D0:B1:3D:99:A9:62:41:B9:74:6B:D9:47:3D:74:3C:7E:10:76:A3:BE:70:AA:72:ED:76:46:65:3B:B1:91:D3:4C:BD" }, "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": "20251125124959Z", "not_valid_before": "20231125124959Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:98 Saturday 25 November 2023 12:50:05 +0000 (0:00:00.367) 0:09:31.235 ***** 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": "90:01:3A:14:F3:5D:D7:91:C2:71:32:3F:C2:B7:63:25:1E:40:41:4B" }, "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": "6F:62:6D:BE:C1:B3:7A:6C:52:E7:74:65:6F:5B:CE:52:2D:68:31:66" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "69:93:B0:C6:2B:FA:46:1F:36:A4:A3:A9:90:56:1B:C0:D6:74:CD:A1:0D:DB:45:1E:97:85:E9:8A:7F:56:29:6F:6B:7E:04:FD:AE:DF:57:19:4C:46:AC:DB:04:5C:AE:9E:DB:8C:D6:7D:6E:83:1A:55:4A:BE:A7:82:92:81:66:EB:70:4C:C6:84:0C:81:AA:27:01:B8:26:2E:1C:E6:F8:F9:23:E0:3F:E0:A6:0C:E0:4B:8E:8F:19:70:14:BC:50:72:FF:56:64:13:29:23:A0:4B:34:13:9A:40:E6:F2:D3:28:66:8E:50:65:2F:32:91:57:B4:81:9D:F6:1C:52:0F:CE:4B:46:23:73:3B:85:59:3A:23:40:F6:F2:F5:AA:B3:25:C8:EE:55:9F:75:0F:0E:4F:C9:C9:1A:13:D1:2A:A2:EC:95:99:66:04:22:48:2A:B3:F7:9B:0B:49:40:1D:67:27:43:83:31:29:48:9B:99:9B:6A:08:42:1C:D9:D5:B7:C7:1A:C0:33:4D:35:6F:93:F8:C2:CA:8C:C1:DC:52:29:63:1B:F8:C8:05:2E:2B:F4:6A:D2:8C:38:B7:8E:D2:2F:48:66:09:45:F9:6B:5D:28:39:BB:B9:43:91:8E:F2:0D:37:3A:B6:90:71:1D:68:E4:3E:C7:0B:BC:13:03:97:0E:83:42:F6:63:9B:8B:71:0B:D3:A9:79:11:18:36:11:2C:E0:1B:46:19:62:25:6E:A9:90:1A:9D:13:14:61:E2:B6:F9:02:14:39:A4:58:73:28:D5:3A:3F:EC:A6:EC:FB:5F:CE:2F:5D:A0:89:FB:A2:EB:0E:3F:5C:5B:89:F8:33:1D:2B:F3:25:B8:1F:FD:8A:42:CF:4F:F6:0D:A7:5A:FE:3A:3E:01:AD:5D:C2:C3:2E:1B:5A:69:59:DA:A5:C0:5C:24:D0:B1:3D:99:A9:62:41:B9:74:6B:D9:47:3D:74:3C:7E:10:76:A3:BE:70:AA:72:ED:76:46:65:3B:B1:91:D3:4C:BD" }, "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": "20251125124959Z", "not_valid_before": "20231125124959Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:102 Saturday 25 November 2023 12:50:05 +0000 (0:00:00.015) 0:09:31.251 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:111 Saturday 25 November 2023 12:50:05 +0000 (0:00:00.017) 0:09:31.268 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:120 Saturday 25 November 2023 12:50:05 +0000 (0:00:00.016) 0:09:31.284 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:127 Saturday 25 November 2023 12:50:05 +0000 (0:00:00.015) 0:09:31.300 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:138 Saturday 25 November 2023 12:50:05 +0000 (0:00:00.019) 0:09:31.319 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:151 Saturday 25 November 2023 12:50:05 +0000 (0:00:00.018) 0:09:31.338 ***** 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.067977", "end": "2023-11-25 12:50:06.277967", "rc": 0, "start": "2023-11-25 12:50:06.209990" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:160 Saturday 25 November 2023 12:50:06 +0000 (0:00:00.367) 0:09:31.705 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set virtualenv_path] ***************************************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:2 Saturday 25 November 2023 12:50:06 +0000 (0:00:00.015) 0:09:31.721 ***** ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:9 Saturday 25 November 2023 12:50:06 +0000 (0:00:00.011) 0:09:31.732 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:14 Saturday 25 November 2023 12:50:06 +0000 (0:00:00.010) 0:09:31.743 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:18 Saturday 25 November 2023 12:50:06 +0000 (0:00:00.010) 0:09:31.753 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:29 Saturday 25 November 2023 12:50:06 +0000 (0:00:00.011) 0:09:31.765 ***** 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-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:40 Saturday 25 November 2023 12:50:08 +0000 (0:00:02.612) 0:09:34.377 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1700916601.9546041, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bd063cb0670aa052b373be68d392525186cabf08", "ctime": 1700916602.026604, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 50, "gr_name": "ftp", "inode": 205006, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0640", "mtime": 1700916601.9506042, "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": "3709640161", "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-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:45 Saturday 25 November 2023 12:50:09 +0000 (0:00:00.217) 0:09:34.595 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:51 Saturday 25 November 2023 12:50:09 +0000 (0:00:00.014) 0:09:34.610 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:63 Saturday 25 November 2023 12:50:09 +0000 (0:00:00.017) 0:09:34.627 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:69 Saturday 25 November 2023 12:50:09 +0000 (0:00:00.015) 0:09:34.643 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1700916600.8566084, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c743316c2f22fb8eca4fe0747e087bc54220403f", "ctime": 1700916602.026604, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 50, "gr_name": "ftp", "inode": 164114, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0640", "mtime": 1700916601.9506042, "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": "3950272363", "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-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:74 Saturday 25 November 2023 12:50:09 +0000 (0:00:00.216) 0:09:34.860 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:80 Saturday 25 November 2023 12:50:09 +0000 (0:00:00.014) 0:09:34.875 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:92 Saturday 25 November 2023 12:50:09 +0000 (0:00:00.018) 0:09:34.893 ***** ok: [sut] => { "certificate": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "90:01:3A:14:F3:5D:D7:91:C2:71:32:3F:C2:B7:63:25:1E:40:41:4B" }, "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": "59:8B:04:CD:0C:18:9E:E7:E0:D3:E7:D4:24:87:F0:AA:55:B4:0B:57" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "C5:B1:21:E7:36:59:A6:9D:2C:45:A3:E6:D3:D5:AD:81:FB:C5:A2:3D:87:89:D1:E1:7B:A8:F5:E8:37:78:2A:2D:37:B0:50:1B:2C:49:67:4E:B2:94:15:17:00:2F:E2:D7:6A:E7:7D:B4:24:7A:BA:AC:C0:EA:26:CB:38:83:08:BA:8D:1D:40:43:2B:3A:9B:BB:79:38:21:51:46:36:7D:8A:DA:5B:12:98:A0:CA:86:F0:5E:80:B6:32:E6:39:91:81:FF:56:86:32:4B:52:01:9F:93:18:CB:13:16:35:FE:25:94:1E:0F:9A:E8:05:C1:27:CB:52:28:77:F5:A0:2C:C2:A5:14:D8:49:B3:17:59:9A:98:28:A8:32:86:D8:9C:4C:ED:3D:68:49:02:D6:F3:CB:E6:3A:4D:BD:37:7C:79:F7:C3:2D:8D:36:5C:84:B9:F1:D0:D3:7C:09:A2:C6:E1:3C:E0:60:03:DB:87:D3:7F:62:15:11:44:26:DE:4B:2C:1C:97:7C:36:7F:E5:3E:AA:B6:6B:8E:85:74:E5:DD:A2:4D:33:DE:16:88:05:E7:B4:D0:60:6C:DF:5E:FC:95:B9:1E:A6:CD:7A:42:CB:D2:FB:80:3F:71:D8:FB:59:FB:35:EB:B4:58:71:6B:2D:D2:3B:E9:92:3E:29:7D:0C:D2:0A:79:D6:06:D8:3B:B8:54:FA:B8:93:44:F5:A2:04:D4:0C:BB:D7:76:45:21:82:75:34:B3:3D:59:A9:C4:9F:29:A0:E6:E0:15:30:9C:04:A2:3E:F6:88:4A:B9:F5:0C:1C:7D:3E:92:1E:1C:7B:F1:15:0A:E5:A3:E1:90:81:41:FB:29:3E:20:F7:E6:4B:18:18:67:EA:B5:8E:18:35:28:D3:71:FB:22:DD:DD:33:51:A6:8D:31:BD:DA:05:F9:E3:45:51:A8:2C:BD:73:41:5E:FF:F8:CD:93:2D:EA:99:42:88:80:8A:E3:E2:D3:87:22:BA:E1:66:FF:5A:43:F3:04:EA:6A:53" }, "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": "20251125125001Z", "not_valid_before": "20231125125001Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:98 Saturday 25 November 2023 12:50:09 +0000 (0:00:00.270) 0:09:35.163 ***** 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": "90:01:3A:14:F3:5D:D7:91:C2:71:32:3F:C2:B7:63:25:1E:40:41:4B" }, "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": "59:8B:04:CD:0C:18:9E:E7:E0:D3:E7:D4:24:87:F0:AA:55:B4:0B:57" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "C5:B1:21:E7:36:59:A6:9D:2C:45:A3:E6:D3:D5:AD:81:FB:C5:A2:3D:87:89:D1:E1:7B:A8:F5:E8:37:78:2A:2D:37:B0:50:1B:2C:49:67:4E:B2:94:15:17:00:2F:E2:D7:6A:E7:7D:B4:24:7A:BA:AC:C0:EA:26:CB:38:83:08:BA:8D:1D:40:43:2B:3A:9B:BB:79:38:21:51:46:36:7D:8A:DA:5B:12:98:A0:CA:86:F0:5E:80:B6:32:E6:39:91:81:FF:56:86:32:4B:52:01:9F:93:18:CB:13:16:35:FE:25:94:1E:0F:9A:E8:05:C1:27:CB:52:28:77:F5:A0:2C:C2:A5:14:D8:49:B3:17:59:9A:98:28:A8:32:86:D8:9C:4C:ED:3D:68:49:02:D6:F3:CB:E6:3A:4D:BD:37:7C:79:F7:C3:2D:8D:36:5C:84:B9:F1:D0:D3:7C:09:A2:C6:E1:3C:E0:60:03:DB:87:D3:7F:62:15:11:44:26:DE:4B:2C:1C:97:7C:36:7F:E5:3E:AA:B6:6B:8E:85:74:E5:DD:A2:4D:33:DE:16:88:05:E7:B4:D0:60:6C:DF:5E:FC:95:B9:1E:A6:CD:7A:42:CB:D2:FB:80:3F:71:D8:FB:59:FB:35:EB:B4:58:71:6B:2D:D2:3B:E9:92:3E:29:7D:0C:D2:0A:79:D6:06:D8:3B:B8:54:FA:B8:93:44:F5:A2:04:D4:0C:BB:D7:76:45:21:82:75:34:B3:3D:59:A9:C4:9F:29:A0:E6:E0:15:30:9C:04:A2:3E:F6:88:4A:B9:F5:0C:1C:7D:3E:92:1E:1C:7B:F1:15:0A:E5:A3:E1:90:81:41:FB:29:3E:20:F7:E6:4B:18:18:67:EA:B5:8E:18:35:28:D3:71:FB:22:DD:DD:33:51:A6:8D:31:BD:DA:05:F9:E3:45:51:A8:2C:BD:73:41:5E:FF:F8:CD:93:2D:EA:99:42:88:80:8A:E3:E2:D3:87:22:BA:E1:66:FF:5A:43:F3:04:EA:6A:53" }, "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": "20251125125001Z", "not_valid_before": "20231125125001Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:102 Saturday 25 November 2023 12:50:09 +0000 (0:00:00.015) 0:09:35.178 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:111 Saturday 25 November 2023 12:50:09 +0000 (0:00:00.016) 0:09:35.195 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:120 Saturday 25 November 2023 12:50:09 +0000 (0:00:00.015) 0:09:35.211 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:127 Saturday 25 November 2023 12:50:09 +0000 (0:00:00.015) 0:09:35.227 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:138 Saturday 25 November 2023 12:50:09 +0000 (0:00:00.018) 0:09:35.245 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:151 Saturday 25 November 2023 12:50:09 +0000 (0:00:00.019) 0:09:35.265 ***** 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.068338", "end": "2023-11-25 12:50:10.109475", "rc": 0, "start": "2023-11-25 12:50:10.041137" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:160 Saturday 25 November 2023 12:50:10 +0000 (0:00:00.270) 0:09:35.536 ***** ok: [sut] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=97 changed=31 unreachable=0 failed=0 skipped=58 rescued=0 ignored=0 Saturday 25 November 2023 12:50:10 +0000 (0:00:00.014) 0:09:35.551 ***** =============================================================================== ipaserver : Install - Setup CA ---------------------------------------- 232.26s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:276 ----------------------- ipaserver : Install - Setup HTTP -------------------------------------- 162.52s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:335 ----------------------- ipaserver : Install - Ensure that IPA server packages are installed ---- 49.23s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:7 ------------------------- ipaserver : Install - Setup DS ----------------------------------------- 30.92s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:214 ----------------------- ipaserver : Install - Setup ADTRUST ------------------------------------ 10.22s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:395 ----------------------- ipaserver : Install - Setup NTP ----------------------------------------- 7.46s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:207 ----------------------- ipaserver : Install - Setup KRB ----------------------------------------- 6.61s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:243 ----------------------- ipaclient : Install - Create IPA NSS database --------------------------- 5.63s /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:354 ----------------------- Ensure nss package is up-to-date ---------------------------------------- 4.97s /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/setup_ipa.yml:66 ------------------- linux-system-roles.certificate : Ensure certificate requests ------------ 4.76s /WORKDIR/git-weekly-ci8s4jocrv/tests/roles/linux-system-roles.certificate/tasks/main.yml:104 ipaserver : Install - Enable IPA ---------------------------------------- 4.45s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:443 ----------------------- ipaserver : Install - Setup custodia ------------------------------------ 4.27s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:270 ----------------------- Gathering Facts --------------------------------------------------------- 2.99s /WORKDIR/git-weekly-ci8s4jocrv/tests/tests_basic_ipa.yml:2 -------------------- Ensure hostname package is installed ------------------------------------ 2.82s /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/setup_ipa.yml:53 ------------------- linux-system-roles.certificate : Ensure provider packages are installed --- 2.72s /WORKDIR/git-weekly-ci8s4jocrv/tests/roles/linux-system-roles.certificate/tasks/main.yml:24 ipaserver : Install - Setup otpd ---------------------------------------- 2.67s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:329 ----------------------- Ensure python3 is installed --------------------------------------------- 2.64s /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:29 linux-system-roles.certificate : Ensure certificate role dependencies are installed --- 2.62s /WORKDIR/git-weekly-ci8s4jocrv/tests/roles/linux-system-roles.certificate/tasks/main.yml:5 Ensure python3 is installed --------------------------------------------- 2.61s /WORKDIR/git-weekly-ci8s4jocrv/tests/tasks/assert_certificate_parameters.yml:29 ipaserver : Install - Ensure that firewall packages installed ----------- 2.60s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:24 ------------------------ ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---