# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-ci2nbobacu/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file statically imported: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/setup_ipa.yml Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_basic_ipa.yml ************************************************** 1 plays in /WORKDIR/git-weekly-ci2nbobacu/tests/tests_basic_ipa.yml PLAY [Test using IPA to issue certs] ******************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tests_basic_ipa.yml:2 Saturday 27 April 2024 12:36:01 +0000 (0:00:00.012) 0:00:00.012 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tests_basic_ipa.yml:13 Saturday 27 April 2024 12:36:03 +0000 (0:00:02.536) 0:00:02.549 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Skip if not supported] *************************************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tests_basic_ipa.yml:18 Saturday 27 April 2024 12:36:03 +0000 (0:00:00.277) 0:00:02.826 ******** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [Set __is_beaker_env] ***************************************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/setup_ipa.yml:2 Saturday 27 April 2024 12:36:03 +0000 (0:00:00.004) 0:00:02.831 ******** ok: [sut] => { "ansible_facts": { "__is_beaker_env": false }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/setup_ipa.yml:9 Saturday 27 April 2024 12:36:03 +0000 (0:00:00.020) 0:00:02.851 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/setup_ipa.yml:14 Saturday 27 April 2024 12:36:04 +0000 (0:00:00.223) 0:00:03.074 ******** ok: [sut] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [Install ansible-freeipa] ************************************************* task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/setup_ipa.yml:18 Saturday 27 April 2024 12:36:04 +0000 (0:00:00.013) 0:00:03.088 ******** skipping: [sut] => { "changed": false, "false_condition": "__is_beaker_env", "skip_reason": "Conditional result was False" } TASK [Ensure freeipa-repo is absent] ******************************************* task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/setup_ipa.yml:24 Saturday 27 April 2024 12:36:04 +0000 (0:00:00.007) 0:00:03.096 ******** ok: [sut -> 127.0.0.1] => { "changed": false, "path": "/tmp/freeipa-repo/", "state": "absent" } TASK [Clone ansible-freeipa repo] ********************************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/setup_ipa.yml:32 Saturday 27 April 2024 12:36:04 +0000 (0:00:00.177) 0:00:03.273 ******** changed: [sut -> 127.0.0.1] => { "after": "cbff802d13f75bf8b539afadda017617ac478667", "before": null, "changed": true } TASK [Create role symlinks] **************************************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/setup_ipa.yml:41 Saturday 27 April 2024 12:36:06 +0000 (0:00:01.873) 0:00:05.147 ******** changed: [sut -> 127.0.0.1] => (item=ipaserver) => { "ansible_loop_var": "item", "changed": true, "dest": "/WORKDIR/git-weekly-ci2nbobacu/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-ci2nbobacu/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-ci2nbobacu/tests/tasks/setup_ipa.yml:53 Saturday 27 April 2024 12:36:06 +0000 (0:00:00.244) 0:00:05.392 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: hostname TASK [Set hostname] ************************************************************ task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/setup_ipa.yml:59 Saturday 27 April 2024 12:36:07 +0000 (0:00:01.398) 0:00:06.790 ******** 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-ci2nbobacu/tests/tasks/setup_ipa.yml:65 Saturday 27 April 2024 12:36:11 +0000 (0:00:03.671) 0:00:10.461 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: nss TASK [Include ipaserver role] ************************************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/setup_ipa.yml:82 Saturday 27 April 2024 12:36:12 +0000 (0:00:01.320) 0:00:11.782 ******** TASK [ipaserver : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:4 Saturday 27 April 2024 12:36:12 +0000 (0:00:00.014) 0:00:11.796 ******** 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 27 April 2024 12:36:12 +0000 (0:00:00.016) 0:00:11.813 ******** 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 27 April 2024 12:36:12 +0000 (0:00:00.033) 0:00:11.847 ******** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: perl-Tie-4.6-506.fc40.noarch", "Installed: alsa-lib-1.2.11-2.fc40.x86_64", "Installed: osinfo-db-20231215-3.fc40.noarch", "Installed: osinfo-db-tools-1.11.0-5.fc40.x86_64", "Installed: slapi-nis-0.60.0-5.fc40.x86_64", "Installed: webp-pixbuf-loader-0.2.7-1.fc40.x86_64", "Installed: webrtc-audio-processing-1.3-1.fc40.x86_64", "Installed: slf4j-1.7.32-12.fc40.noarch", "Installed: slf4j-jdk14-1.7.32-12.fc40.noarch", "Installed: libdatrie-0.2.13-9.fc40.x86_64", "Installed: libdav1d-1.4.0-1.fc40.x86_64", "Installed: java-17-openjdk-headless-1:17.0.10.0.7-3.fc40.x86_64", "Installed: libdb-5.3.28-61.fc40.x86_64", "Installed: cairo-1.18.0-3.fc40.x86_64", "Installed: dbus-tools-1:1.14.10-3.fc40.x86_64", "Installed: libjose-13-1.fc40.x86_64", "Installed: libxcb-1.16-4.fc40.x86_64", "Installed: libdb-utils-5.3.28-61.fc40.x86_64", "Installed: java-21-openjdk-1:21.0.2.0.13-3.fc40.x86_64", "Installed: libnotify-0.8.3-3.fc40.x86_64", "Installed: java-21-openjdk-devel-1:21.0.2.0.13-3.fc40.x86_64", "Installed: cairo-gobject-1.18.0-3.fc40.x86_64", "Installed: java-21-openjdk-headless-1:21.0.2.0.13-3.fc40.x86_64", "Installed: dconf-0.40.0-12.fc40.x86_64", "Installed: samba-client-libs-2:4.20.0-7.fc40.x86_64", "Installed: samba-common-2:4.20.0-7.fc40.noarch", "Installed: samba-common-libs-2:4.20.0-7.fc40.x86_64", "Installed: fdk-aac-free-2.0.0-13.fc40.x86_64", "Installed: gsettings-desktop-schemas-46.0-1.fc40.x86_64", "Installed: gsm-1.0.22-6.fc40.x86_64", "Installed: fedora-logos-httpd-38.1.0-5.fc40.noarch", "Installed: libogg-2:1.3.5-8.fc40.x86_64", "Installed: libxshmfence-1.3.2-3.fc40.x86_64", "Installed: javapackages-filesystem-6.2.0-9.fc40.noarch", "Installed: perl-IO-Compress-2.207-1.fc40.noarch", "Installed: javapackages-tools-6.2.0-9.fc40.noarch", "Installed: perl-IO-Compress-Lzma-2.207-1.fc40.noarch", "Installed: gstreamer1-1.22.9-1.fc40.x86_64", "Installed: jaxb-api-4.0.1-5.fc40.noarch", "Installed: softhsm-2.6.1-9.fc40.x86_64", "Installed: libdrm-2.4.120-3.fc40.x86_64", "Installed: libproxy-0.5.5-1.fc40.x86_64", "Installed: perl-IO-Zlib-1:1.15-1.fc40.noarch", "Installed: publicsuffix-list-20240107-3.fc40.noarch", "Installed: gstreamer1-plugins-base-1.22.9-1.fc40.x86_64", "Installed: giflib-5.2.2-1.fc40.x86_64", "Installed: pulseaudio-libs-16.1-7.fc40.x86_64", "Installed: jbigkit-libs-2.1-29.fc40.x86_64", "Installed: jboss-jaxrs-2.0-api-1.0.0-27.fc40.noarch", "Installed: jboss-logging-3.5.3-5.fc40.noarch", "Installed: jboss-logging-tools-2.2.1-17.fc40.noarch", "Installed: sound-theme-freedesktop-0.8-21.fc40.noarch", "Installed: python3-gssapi-1.7.3-8.fc40.x86_64", "Installed: tzdata-java-2024a-5.fc40.noarch", "Installed: words-3.0-45.fc40.noarch", "Installed: jdeparser-2.0.3-17.fc40.noarch", "Installed: apache-commons-cli-1.6.0-5.fc40.noarch", "Installed: apache-commons-codec-1.16.0-7.fc40.noarch", "Installed: jemalloc-5.3.0-6.fc40.x86_64", "Installed: libosinfo-1.11.0-5.fc40.x86_64", "Installed: apache-commons-io-1:2.13.0-8.fc40.noarch", "Installed: apache-commons-lang3-3.14.0-5.fc40.noarch", "Installed: apache-commons-logging-1.3.0-5.fc40.noarch", "Installed: libwbclient-2:4.20.0-7.fc40.x86_64", "Installed: apache-commons-net-3.10.0-5.fc40.noarch", "Installed: gtk-update-icon-cache-3.24.41-1.fc40.x86_64", "Installed: rav1e-libs-0.7.1-1.fc40.x86_64", "Installed: krb5-pkinit-1.21.2-5.fc40.x86_64", "Installed: krb5-server-1.21.2-5.fc40.x86_64", "Installed: perl-debugger-1.60-506.fc40.noarch", "Installed: cdparanoia-libs-10.2-44.fc40.x86_64", "Installed: krb5-workstation-1.21.2-5.fc40.x86_64", "Installed: gtk3-3.24.41-1.fc40.x86_64", "Installed: libepoxy-1.5.10-6.fc40.x86_64", "Installed: libpciaccess-0.16-12.fc40.x86_64", "Installed: apr-1.7.3-8.fc40.x86_64", "Installed: apr-util-1.6.3-16.fc40.x86_64", "Installed: apr-util-lmdb-1.6.3-16.fc40.x86_64", "Installed: apr-util-openssl-1.6.3-16.fc40.x86_64", "Installed: perl-meta-notation-5.38.2-506.fc40.noarch", "Installed: certmonger-0.79.19-5.fc40.x86_64", "Installed: python3-ipaclient-4.11.1-4.fc40.noarch", "Installed: perl-sigtrap-1.10-506.fc40.noarch", "Installed: python3-ipalib-4.11.1-4.fc40.noarch", "Installed: python3-ipaserver-4.11.1-4.fc40.noarch", "Installed: libexif-0.6.24-7.fc40.x86_64", "Installed: libplist-2.3.0-4.fc40.x86_64", "Installed: perl-threads-1:2.36-503.fc40.x86_64", "Installed: perl-threads-shared-1.68-502.fc40.x86_64", "Installed: glib-networking-2.80.0-1.fc40.x86_64", "Installed: tomcat-1:9.0.83-3.fc40.noarch", "Installed: tomcat-el-3.0-api-1:9.0.83-3.fc40.noarch", "Installed: tomcat-jsp-2.3-api-1:9.0.83-3.fc40.noarch", "Installed: tomcat-lib-1:9.0.83-3.fc40.noarch", "Installed: tomcat-native-1:1.2.36-4.fc40.x86_64", "Installed: tomcat-servlet-4.0-api-1:9.0.83-3.fc40.noarch", "Installed: python3-sss-2.9.4-4.fc40.x86_64", "Installed: libpng-2:1.6.40-3.fc40.x86_64", "Installed: python3-sssdconfig-2.9.4-4.fc40.noarch", "Installed: lksctp-tools-1.0.19-6.fc40.x86_64", "Installed: flac-libs-1.4.3-4.fc40.x86_64", "Installed: julietaula-montserrat-fonts-1:7.222-7.fc40.noarch", "Installed: xdg-desktop-portal-gtk-1.15.1-5.fc40.x86_64", "Installed: totem-pl-parser-3.26.6-9.fc40.x86_64", "Installed: mod_http2-2.0.27-1.fc40.x86_64", "Installed: mod_lua-2.4.59-2.fc40.x86_64", "Installed: jxl-pixbuf-loader-1:0.8.2-6.fc40.x86_64", "Installed: mod_session-2.4.59-2.fc40.x86_64", "Installed: mod_ssl-1:2.4.59-2.fc40.x86_64", "Installed: llvm-libs-18.1.1-1.fc40.x86_64", "Installed: sscg-3.0.5-6.fc40.x86_64", "Installed: python3-jwcrypto-1.4.2-9.fc40.noarch", "Installed: libfontenc-1.1.7-3.fc40.x86_64", "Installed: lame-libs-3.100-17.fc40.x86_64", "Installed: python3-kdcproxy-1.0.0-15.fc40.noarch", "Installed: sssd-common-pac-2.9.4-4.fc40.x86_64", "Installed: sssd-dbus-2.9.4-4.fc40.x86_64", "Installed: sssd-idp-2.9.4-4.fc40.x86_64", "Installed: sssd-ipa-2.9.4-4.fc40.x86_64", "Installed: sssd-krb5-2.9.4-4.fc40.x86_64", "Installed: sssd-krb5-common-2.9.4-4.fc40.x86_64", "Installed: wireplumber-0.5.2-1.fc40.x86_64", "Installed: sssd-passkey-2.9.4-4.fc40.x86_64", "Installed: tracker-3.7.1-1.fc40.x86_64", "Installed: sssd-tools-2.9.4-4.fc40.x86_64", "Installed: wireplumber-libs-0.5.2-1.fc40.x86_64", "Installed: tracker-miners-3.7.1-1.fc40.x86_64", "Installed: xdg-desktop-portal-1.18.4-1.fc40.x86_64", "Installed: lm_sensors-libs-3.6.0-18.fc40.x86_64", "Installed: dogtag-jss-5.5.0-1.fc40.1.x86_64", "Installed: dogtag-jss-tomcat-5.5.0-1.fc40.1.x86_64", "Installed: dogtag-ldapjdk-5.5.0-2.fc40.noarch", "Installed: python3-ldap-3.4.4-3.fc40.x86_64", "Installed: dogtag-pki-acme-11.5.0-3.fc40.noarch", "Installed: dogtag-pki-base-11.5.0-3.fc40.noarch", "Installed: dogtag-pki-ca-11.5.0-3.fc40.noarch", "Installed: dogtag-pki-java-11.5.0-3.fc40.noarch", "Installed: dogtag-pki-kra-11.5.0-3.fc40.noarch", "Installed: dogtag-pki-server-11.5.0-3.fc40.noarch", "Installed: perl-Algorithm-Diff-1.2010-11.fc40.noarch", "Installed: dogtag-pki-tools-11.5.0-3.fc40.x86_64", "Installed: harfbuzz-8.3.0-5.fc40.x86_64", "Installed: python3-libipa_hbac-2.9.4-4.fc40.x86_64", "Installed: ttmkfdir-3.0.9-70.fc40.x86_64", "Installed: logrotate-3.21.0-6.fc40.x86_64", "Installed: python3-typing-extensions-4.9.0-3.fc40.noarch", "Installed: xml-common-0.6.3-63.fc40.noarch", "Installed: xml-commons-apis-1.4.01-46.fc40.noarch", "Installed: xml-commons-resolver-1.2-44.fc40.noarch", "Installed: low-memory-monitor-2.1-10.fc40.x86_64", "Installed: fontawesome4-fonts-1:4.7.0-22.fc40.noarch", "Installed: fontconfig-2.15.0-4.fc40.x86_64", "Installed: libgexiv2-0.14.2-3.fc40.x86_64", "Installed: perl-Archive-Tar-3.02-6.fc40.noarch", "Installed: at-spi2-atk-2.52.0-1.fc40.x86_64", "Installed: lua-5.4.6-5.fc40.x86_64", "Installed: at-spi2-core-2.52.0-1.fc40.x86_64", "Installed: hicolor-icon-theme-0.17-18.fc40.noarch", "Installed: uchardet-0.0.8-5.fc40.x86_64", "Installed: nss-tools-3.99.0-1.fc40.x86_64", "Installed: atk-2.52.0-1.fc40.x86_64", "Installed: highway-1.1.0-1.fc40.x86_64", "Installed: libglvnd-1:1.7.0-4.fc40.x86_64", "Installed: libglvnd-egl-1:1.7.0-4.fc40.x86_64", "Installed: libglvnd-glx-1:1.7.0-4.fc40.x86_64", "Installed: lua-posix-36.2.1-6.fc40.x86_64", "Installed: httpd-2.4.59-2.fc40.x86_64", "Installed: python3-wrapt-1.16.0-3.fc40.x86_64", "Installed: httpd-core-2.4.59-2.fc40.x86_64", "Installed: httpd-filesystem-2.4.59-2.fc40.noarch", "Installed: httpd-tools-2.4.59-2.fc40.x86_64", "Installed: hwdata-0.381-1.fc40.noarch", "Installed: xorg-x11-fonts-Type1-7.5-38.fc40.noarch", "Installed: python3-mod_wsgi-5.0.0-1.fc40.x86_64", "Installed: augeas-libs-1.13.0-7.fc40.x86_64", "Installed: freeipa-client-4.11.1-4.fc40.x86_64", "Installed: freeipa-client-common-4.11.1-4.fc40.noarch", "Installed: freeipa-common-4.11.1-4.fc40.noarch", "Installed: freeipa-healthcheck-core-0.16-5.fc40.noarch", "Installed: freeipa-selinux-4.11.1-4.fc40.noarch", "Installed: freeipa-server-4.11.1-4.fc40.x86_64", "Installed: freeipa-server-common-4.11.1-4.fc40.noarch", "Installed: python3-yubico-1.3.3-15.fc40.noarch", "Installed: svt-av1-libs-1.4.1-5.fc40.x86_64", "Installed: xprop-1.2.7-1.fc40.x86_64", "Installed: httpcomponents-client-4.5.14-8.fc40.noarch", "Installed: httpcomponents-core-4.4.16-8.fc40.noarch", "Installed: libgrss-0.7.0-19.fc40.x86_64", "Installed: lcms2-2.16-3.fc40.x86_64", "Installed: libgsf-1.14.51-4.fc40.x86_64", "Installed: autofs-1:5.1.9-6.fc40.x86_64", "Installed: librsvg2-2.57.1-4.fc40.x86_64", "Installed: freetype-2.13.2-5.fc40.x86_64", "Installed: rsvg-pixbuf-loader-2.57.1-4.fc40.x86_64", "Installed: python3-netaddr-0.10.1-4.fc40.noarch", "Installed: fribidi-1.0.13-4.fc40.x86_64", "Installed: pango-1.52.2-1.fc40.x86_64", "Installed: avahi-glib-0.8-26.fc40.x86_64", "Installed: libsbc-2.0-4.fc40.x86_64", "Installed: rtkit-0.11-63.fc40.x86_64", "Installed: fstrm-0.6.1-10.fc40.x86_64", "Installed: ecj-1:4.23-9.fc40.noarch", "Installed: upower-1.90.2-4.fc40.x86_64", "Installed: libgxps-0.3.2-8.fc40.x86_64", "Installed: upower-libs-1.90.2-4.fc40.x86_64", "Installed: avif-pixbuf-loader-1.0.4-1.fc40.x86_64", "Installed: mkfontscale-1.2.2-6.fc40.x86_64", "Installed: fuse-common-3.16.2-3.fc40.x86_64", "Installed: fuse3-3.16.2-3.fc40.x86_64", "Installed: fuse3-libs-3.16.2-3.fc40.x86_64", "Installed: usbmuxd-1.1.1^20230720git61b99ab-2.fc40.x86_64", "Installed: libicu-74.2-1.fc40.x86_64", "Installed: python3-augeas-1.1.0-12.fc40.noarch", "Installed: mod_auth_gssapi-1.6.5-4.fc40.x86_64", "Installed: colord-libs-1.4.7-3.fc40.x86_64", "Installed: libXau-1.0.11-6.fc40.x86_64", "Installed: perl-Compress-Raw-Bzip2-2.210-1.fc40.x86_64", "Installed: perl-Compress-Raw-Lzma-2.209-8.fc40.x86_64", "Installed: perl-Compress-Raw-Zlib-2.209-1.fc40.x86_64", "Installed: mod_lookup_identity-1.0.0-20.fc40.x86_64", "Installed: oddjob-0.34.7-12.fc40.x86_64", "Installed: libXcomposite-0.4.6-3.fc40.x86_64", "Installed: oddjob-mkhomedir-0.34.7-12.fc40.x86_64", "Installed: libXcursor-1.2.1-7.fc40.x86_64", "Installed: libXdamage-1.1.6-3.fc40.x86_64", "Installed: libimobiledevice-1.3.0^20230705git6fc41f5-4.fc40.x86_64", "Installed: libXext-1.3.6-1.fc40.x86_64", "Installed: libimobiledevice-glue-1.0.0-3.fc40.x86_64", "Installed: libXfixes-6.0.1-3.fc40.x86_64", "Installed: mailcap-2.1.54-5.fc40.noarch", "Installed: libXft-2.3.8-6.fc40.x86_64", "Installed: libXi-1.8.1-5.fc40.x86_64", "Installed: libXinerama-1.1.5-6.fc40.x86_64", "Installed: libsndfile-1.2.2-2.fc40.x86_64", "Installed: libXrandr-1.5.4-3.fc40.x86_64", "Installed: libXrender-0.9.11-6.fc40.x86_64", "Installed: bash-completion-1:2.11-14.fc40.noarch", "Installed: pipewire-1.0.5-2.fc40.x86_64", "Installed: pipewire-alsa-1.0.5-2.fc40.x86_64", "Installed: libXtst-1.2.4-6.fc40.x86_64", "Installed: libsoup-2.74.3-6.fc40.x86_64", "Installed: libXv-1.0.12-3.fc40.x86_64", "Installed: libipa_hbac-2.9.4-4.fc40.x86_64", "Installed: pixman-0.43.0-3.fc40.x86_64", "Installed: libsoup3-3.4.4-3.fc40.x86_64", "Installed: pipewire-jack-audio-connection-kit-1.0.5-2.fc40.x86_64", "Installed: pipewire-jack-audio-connection-kit-libs-1.0.5-2.fc40.x86_64", "Installed: pipewire-libs-1.0.5-2.fc40.x86_64", "Installed: libiptcdata-1.0.5-17.fc40.x86_64", "Installed: libXxf86vm-1.1.5-6.fc40.x86_64", "Installed: pipewire-pulseaudio-1.0.5-2.fc40.x86_64", "Installed: pki-resteasy-client-3.0.26-29.fc40.noarch", "Installed: pki-resteasy-core-3.0.26-29.fc40.noarch", "Installed: pki-resteasy-jackson2-provider-3.0.26-29.fc40.noarch", "Installed: pki-resteasy-servlet-initializer-3.0.26-29.fc40.noarch", "Installed: open-sans-fonts-1.10-21.fc40.noarch", "Installed: libsss_autofs-2.9.4-4.fc40.x86_64", "Installed: perl-DB_File-1.859-3.fc40.x86_64", "Installed: libjpeg-turbo-3.0.2-1.fc40.x86_64", "Installed: libaom-3.8.2-1.fc40.x86_64", "Installed: libjxl-1:0.8.2-6.fc40.x86_64", "Installed: libkadm5-1.21.2-5.fc40.x86_64", "Installed: libstemmer-2.2.0-10.fc40.x86_64", "Installed: mpg123-libs-1.31.3-4.fc40.x86_64", "Installed: python3-ply-3.11-23.fc40.noarch", "Installed: python3-cffi-1.16.0-4.fc40.x86_64", "Installed: libasyncns-0.8-28.fc40.x86_64", "Installed: copy-jdk-configs-4.1-5.fc40.noarch", "Installed: libthai-0.1.29-8.fc40.x86_64", "Installed: libtheora-1:1.1.1-36.fc40.x86_64", "Installed: python3-psutil-5.9.8-1.fc40.x86_64", "Installed: libtiff-4.6.0-2.fc40.x86_64", "Installed: 389-ds-base-3.0.2-1.fc40.x86_64", "Installed: libavif-1.0.4-1.fc40.x86_64", "Installed: 389-ds-base-libs-3.0.2-1.fc40.x86_64", "Installed: python3-argcomplete-3.2.3-2.fc40.noarch", "Installed: python3-pyasn1-0.5.1-3.fc40.noarch", "Installed: python3-pyasn1-modules-0.5.1-3.fc40.noarch", "Installed: perl-Devel-Peek-1.33-506.fc40.x86_64", "Installed: liblc3-1.0.4-4.fc40.x86_64", "Installed: python3-pycparser-2.20-14.fc40.noarch", "Installed: libldac-2.0.2.3-15.fc40.x86_64", "Installed: liblerc-4.0.0-6.fc40.x86_64", "Installed: libtracker-sparql-3.7.1-1.fc40.x86_64", "Installed: python3-lib389-3.0.2-1.fc40.noarch", "Installed: python3-cryptography-41.0.7-1.fc40.x86_64", "Installed: openjpeg2-2.5.2-1.fc40.x86_64", "Installed: exempi-2.6.4-5.fc40.x86_64", "Installed: openldap-clients-2.6.7-1.fc40.x86_64", "Installed: exiv2-0.27.6-7.fc40.x86_64", "Installed: perl-Term-ReadLine-1.17-506.fc40.noarch", "Installed: exiv2-libs-0.27.6-7.fc40.x86_64", "Installed: bind-libs-32:9.18.26-1.fc40.x86_64", "Installed: bind-license-32:9.18.26-1.fc40.noarch", "Installed: bind-utils-32:9.18.26-1.fc40.x86_64", "Installed: policycoreutils-python-utils-3.6-3.fc40.noarch", "Installed: python3-decorator-5.1.1-9.fc40.noarch", "Installed: libunwind-1.8.0-3.fc40.x86_64", "Installed: gdk-pixbuf2-2.42.10-8.fc40.x86_64", "Installed: python3-deprecated-1.2.14-5.fc40.noarch", "Installed: gdk-pixbuf2-modules-2.42.10-8.fc40.x86_64", "Installed: acl-2.3.2-1.fc40.x86_64", "Installed: bluez-libs-5.75-1.fc40.x86_64", "Installed: libusbmuxd-2.0.2^20230620git8d30a55-5.fc40.x86_64", "Installed: libcanberra-0.30-35.fc40.x86_64", "Installed: poppler-24.02.0-2.fc40.x86_64", "Installed: libcanberra-gtk3-0.30-35.fc40.x86_64", "Installed: libuv-1:1.48.0-1.fc40.x86_64", "Installed: poppler-data-0.4.11-7.fc40.noarch", "Installed: adobe-source-code-pro-fonts-2.042.1.062.1.026-4.fc40.noarch", "Installed: poppler-glib-24.02.0-2.fc40.x86_64", "Installed: adwaita-cursor-theme-46.0-1.fc40.noarch", "Installed: adwaita-icon-theme-46.0-1.fc40.noarch", "Installed: python3-qrcode-7.4.2-12.fc40.noarch", "Installed: mesa-dri-drivers-24.0.5-1.fc40.x86_64", "Installed: mesa-filesystem-24.0.5-1.fc40.x86_64", "Installed: mesa-libEGL-24.0.5-1.fc40.x86_64", "Installed: mesa-libGL-24.0.5-1.fc40.x86_64", "Installed: iso-codes-4.16.0-3.fc40.noarch", "Installed: python3-dns-2.5.0-2.fc40.noarch", "Installed: gpgmepp-1.23.2-3.fc40.x86_64", "Installed: libX11-1.8.9-1.fc40.x86_64", "Installed: libX11-common-1.8.9-1.fc40.noarch", "Installed: mesa-libgbm-24.0.5-1.fc40.x86_64", "Installed: openssl-perl-1:3.2.1-2.fc40.x86_64", "Installed: libX11-xcb-1.8.9-1.fc40.x86_64", "Installed: mesa-libglapi-24.0.5-1.fc40.x86_64", "Installed: python3-sss-murmur-2.9.4-7.fc40.x86_64", "Installed: mesa-va-drivers-24.0.5-1.fc40.x86_64", "Installed: python3-dogtag-pki-11.5.0-3.fc40.noarch", "Installed: geoclue2-2.7.0-5.fc40.x86_64", "Installed: libcloudproviders-0.3.5-3.fc40.x86_64", "Installed: cyrus-sasl-gssapi-2.1.28-19.fc40.x86_64", "Installed: cyrus-sasl-md5-2.1.28-19.fc40.x86_64", "Installed: cyrus-sasl-plain-2.1.28-19.fc40.x86_64", "Installed: jackson-annotations-2.16.1-3.fc40.noarch", "Installed: libvisual-1:0.4.1-4.fc40.x86_64", "Installed: jackson-core-2.16.1-4.fc40.noarch", "Installed: jackson-databind-2.16.1-4.fc40.noarch", "Installed: jackson-jaxrs-json-provider-2.16.1-3.fc40.noarch", "Installed: jackson-jaxrs-providers-2.16.1-3.fc40.noarch", "Installed: python3-pyusb-1.2.1-9.fc40.noarch", "Installed: jackson-module-jaxb-annotations-2.16.1-3.fc40.noarch", "Installed: libvmaf-2.3.0-7.fc40.x86_64", "Installed: jakarta-activation-2.1.2-6.fc40.noarch", "Installed: perl-Text-Diff-1.45-21.fc40.noarch", "Installed: cups-libs-1:2.4.7-13.fc40.x86_64", "Installed: jakarta-annotations-1.3.5-22.fc40.noarch", "Installed: libvorbis-1:1.3.7-10.fc40.x86_64", "Installed: opus-1.5.1-1.fc40.x86_64", "Installed: orc-0.4.38-2.fc40.x86_64", "Installed: graphene-1.10.6-8.fc40.x86_64", "Installed: libwayland-client-1.22.0-3.fc40.x86_64", "Installed: libwayland-cursor-1.22.0-3.fc40.x86_64", "Installed: graphite2-1.3.14-15.fc40.x86_64", "Installed: libwayland-egl-1.22.0-3.fc40.x86_64", "Installed: libwayland-server-1.22.0-3.fc40.x86_64", "Installed: libcue-2.3.0-3.fc40.x86_64", "Installed: libwebp-1.3.2-5.fc40.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 27 April 2024 12:38:04 +0000 (0:01:51.170) 0:02:03.017 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_setup_dns | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Ensure that IPA server packages for adtrust are installed] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:18 Saturday 27 April 2024 12:38:04 +0000 (0:00:00.016) 0:02:03.034 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_setup_adtrust | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Ensure that firewall packages installed] *********** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:24 Saturday 27 April 2024 12:38:04 +0000 (0:00:00.016) 0:02:03.051 ******** 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 27 April 2024 12:38:06 +0000 (0:00:01.944) 0:02:04.995 ******** changed: [sut] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target dbus-broker.service basic.target dbus.socket 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": "ipset.service ebtables.service iptables.service ip6tables.service shutdown.target nftables.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "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", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "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": "14767", "LimitNPROCSoft": "14767", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14767", "LimitSIGPENDINGSoft": "14767", "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": "3369992192", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "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]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4430", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [ipaserver : Firewalld - Verify runtime zone "{{ ipaserver_firewalld_zone }}"] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:40 Saturday 27 April 2024 12:38:08 +0000 (0:00:02.858) 0:02:07.854 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_firewalld_zone is defined", "skip_reason": "Conditional result was False" } TASK [ipaserver : Firewalld - Verify permanent zone "{{ ipaserver_firewalld_zone }}"] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:47 Saturday 27 April 2024 12:38:08 +0000 (0:00:00.019) 0:02:07.873 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_firewalld_zone is defined", "skip_reason": "Conditional result was False" } TASK [ipaserver : Copy external certs] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:55 Saturday 27 April 2024 12:38:08 +0000 (0:00:00.017) 0:02:07.891 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_external_cert_files_from_controller is defined and ipaserver_external_cert_files_from_controller|length > 0 and not ipaserver_external_cert_files is defined", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Server installation test] ************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:62 Saturday 27 April 2024 12:38:08 +0000 (0:00:00.019) 0:02:07.910 ******** 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": 803599999, "idstart": 803400000, "ipa_python_version": 41101, "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 27 April 2024 12:38:13 +0000 (0:00:04.631) 0:02:12.541 ******** 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 27 April 2024 12:38:14 +0000 (0:00:01.022) 0:02:13.564 ******** 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 27 April 2024 12:38:14 +0000 (0:00:00.016) 0:02:13.580 ******** 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 27 April 2024 12:38:14 +0000 (0:00:00.012) 0:02:13.592 ******** 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.42.226" ], "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 27 April 2024 12:38:16 +0000 (0:00:02.112) 0:02:15.705 ******** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup DS] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:214 Saturday 27 April 2024 12:38:24 +0000 (0:00:07.530) 0:02:23.236 ******** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup KRB] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:243 Saturday 27 April 2024 12:39:03 +0000 (0:00:39.070) 0:03:02.307 ******** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup CA] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:270 Saturday 27 April 2024 12:39:12 +0000 (0:00:09.446) 0:03:11.753 ******** 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:312 Saturday 27 April 2024 12:43:30 +0000 (0:04:17.449) 0:07:29.202 ******** skipping: [sut] => { "changed": false, "false_condition": "result_ipaserver_setup_ca.csr_generated | bool and ipaserver_copy_csr_to_controller | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup otpd] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:323 Saturday 27 April 2024 12:43:30 +0000 (0:00:00.019) 0:07:29.222 ******** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup HTTP] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:329 Saturday 27 April 2024 12:43:33 +0000 (0:00:02.892) 0:07:32.114 ******** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup KRA] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:361 Saturday 27 April 2024 12:44:08 +0000 (0:00:35.271) 0:08:07.386 ******** skipping: [sut] => { "changed": false, "false_condition": "result_ipaserver_test.setup_kra | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup DNS] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:372 Saturday 27 April 2024 12:44:08 +0000 (0:00:00.020) 0:08:07.406 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_setup_dns | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup ADTRUST] ************************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:389 Saturday 27 April 2024 12:44:08 +0000 (0:00:00.019) 0:08:07.426 ******** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Set DS password] *********************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:405 Saturday 27 April 2024 12:44:16 +0000 (0:00:08.255) 0:08:15.681 ******** changed: [sut] => { "changed": true } TASK [Install - Setup client] ************************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:422 Saturday 27 April 2024 12:44:19 +0000 (0:00:02.469) 0:08:18.151 ******** TASK [ipaclient : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:4 Saturday 27 April 2024 12:44:19 +0000 (0:00:00.031) 0:08:18.182 ******** 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 27 April 2024 12:44:19 +0000 (0:00:00.031) 0:08:18.214 ******** 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 27 April 2024 12:44:19 +0000 (0:00:00.046) 0:08:18.261 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_install_packages | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Set ipaclient_servers] ***************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:10 Saturday 27 April 2024 12:44:19 +0000 (0:00:00.020) 0:08:18.281 ******** skipping: [sut] => { "changed": false, "false_condition": "groups.ipaservers is defined and ipaclient_servers is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Set ipaclient_servers from cluster inventory] ****** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:15 Saturday 27 April 2024 12:44:19 +0000 (0:00:00.021) 0:08:18.303 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_no_dns_lookup | bool and groups.ipaserver is defined and ipaclient_servers is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Check that either password or keytab is set] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:21 Saturday 27 April 2024 12:44:19 +0000 (0:00:00.020) 0:08:18.324 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaadmin_keytab is defined and ipaadmin_password is defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Set default principal if no keytab is given] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:26 Saturday 27 April 2024 12:44:19 +0000 (0:00:00.019) 0:08:18.344 ******** ok: [sut] => { "ansible_facts": { "ipaadmin_principal": "admin" }, "changed": false } TASK [ipaclient : Install - Fail on missing ipaclient_domain and ipaserver_domain] *** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:36 Saturday 27 April 2024 12:44:19 +0000 (0:00:00.022) 0:08:18.366 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_configure_dns_resolver | bool and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Fail on missing ipaclient_servers] ***************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:41 Saturday 27 April 2024 12:44:19 +0000 (0:00:00.019) 0:08:18.386 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_configure_dns_resolver | bool and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure DNS resolver] **************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:46 Saturday 27 April 2024 12:44:19 +0000 (0:00:00.019) 0:08:18.406 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_configure_dns_resolver | bool and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - IPA client test] *********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:52 Saturday 27 April 2024 12:44:19 +0000 (0:00:00.019) 0:08:18.426 ******** 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": 41101, "kdc": "ipaserver.test.local", "nosssd_files": {}, "ntp_pool": null, "ntp_servers": null, "realm": "TEST.LOCAL", "selinux_works": true, "servers": [ "ipaserver.test.local" ], "sssd": true } TASK [ipaclient : Install - Cleanup leftover ccache] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:82 Saturday 27 April 2024 12:44:20 +0000 (0:00:01.045) 0:08:19.471 ******** 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 27 April 2024 12:44:20 +0000 (0:00:00.247) 0:08:19.719 ******** 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 27 April 2024 12:44:21 +0000 (0:00:00.769) 0:08:20.488 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_otp is defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Disable One-Time Password for on_master] *********** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:104 Saturday 27 April 2024 12:44:21 +0000 (0:00:00.022) 0:08:20.510 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Test if IPA client has working krb5.keytab] ******** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:109 Saturday 27 April 2024 12:44:21 +0000 (0:00:00.021) 0:08:20.532 ******** 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 27 April 2024 12:44:23 +0000 (0:00:01.695) 0:08:22.228 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and result_ipaclient_test_keytab.krb5_keytab_ok and not ipaclient_force_join | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Keytab or password is required for getting otp] **** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:137 Saturday 27 April 2024 12:44:23 +0000 (0:00:00.024) 0:08:22.252 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create temporary file for keytab] ****************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:142 Saturday 27 April 2024 12:44:23 +0000 (0:00:00.022) 0:08:22.275 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Copy keytab to server temporary file] ************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:151 Saturday 27 April 2024 12:44:23 +0000 (0:00:00.023) 0:08:22.298 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Get One-Time Password for client enrollment] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:159 Saturday 27 April 2024 12:44:23 +0000 (0:00:00.022) 0:08:22.321 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Install - Store the previously obtained OTP] ***************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:169 Saturday 27 April 2024 12:44:23 +0000 (0:00:00.022) 0:08:22.343 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Install - Remove keytab temporary file] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:183 Saturday 27 April 2024 12:44:23 +0000 (0:00:00.020) 0:08:22.364 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Store predefined OTP in admin_password] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:190 Saturday 27 April 2024 12:44:23 +0000 (0:00:00.022) 0:08:22.386 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Install - Check if principal and keytab are set] ************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:208 Saturday 27 April 2024 12:44:23 +0000 (0:00:00.020) 0:08:22.407 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Check if one of password or keytabs are set] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:213 Saturday 27 April 2024 12:44:23 +0000 (0:00:00.021) 0:08:22.428 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - From host keytab, purge TEST.LOCAL] **************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:221 Saturday 27 April 2024 12:44:23 +0000 (0:00:00.022) 0:08:22.450 ******** skipping: [sut] => { "changed": false, "false_condition": "(ipaclient_use_otp | bool or ipaclient_force_join | bool) and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Backup and set hostname] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:238 Saturday 27 April 2024 12:44:23 +0000 (0:00:00.021) 0:08:22.472 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create temporary krb5 configuration] *************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:243 Saturday 27 April 2024 12:44:23 +0000 (0:00:00.021) 0:08:22.494 ******** ok: [sut] => { "changed": false, "krb_name": "/tmp/tmp9gh6h0ag" } TASK [ipaclient : Install - Join IPA] ****************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:252 Saturday 27 April 2024 12:44:24 +0000 (0:00:00.769) 0:08:23.263 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and (not result_ipaclient_test_keytab.krb5_keytab_ok or ipaclient_force_join)", "skip_reason": "Conditional result was False" } TASK [ipaclient : The krb5 configuration is not correct] *********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:280 Saturday 27 April 2024 12:44:24 +0000 (0:00:00.023) 0:08:23.287 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and not result_ipaclient_join.changed and not ipaclient_allow_repair | bool and (result_ipaclient_test_keytab.krb5_keytab_ok or (result_ipaclient_join.already_joined is defined and result_ipaclient_join.already_joined))", "skip_reason": "Conditional result was False" } TASK [ipaclient : IPA test failed] ********************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:286 Saturday 27 April 2024 12:44:24 +0000 (0:00:00.023) 0:08:23.310 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and not result_ipaclient_join.changed and not ipaclient_allow_repair | bool and (result_ipaclient_test_keytab.krb5_keytab_ok or (result_ipaclient_join.already_joined is defined and result_ipaclient_join.already_joined))", "skip_reason": "Conditional result was False" } TASK [ipaclient : Fail due to missing ca.crt file] ***************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:290 Saturday 27 April 2024 12:44:24 +0000 (0:00:00.024) 0:08:23.334 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and not result_ipaclient_join.changed and not ipaclient_allow_repair | bool and (result_ipaclient_test_keytab.krb5_keytab_ok or (result_ipaclient_join.already_joined is defined and result_ipaclient_join.already_joined))", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure IPA default.conf] ************************ task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:304 Saturday 27 April 2024 12:44:24 +0000 (0:00:00.021) 0:08:23.356 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure SSSD] ************************************ task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:313 Saturday 27 April 2024 12:44:24 +0000 (0:00:00.022) 0:08:23.379 ******** changed: [sut] => { "changed": true } TASK [ipaclient : Install - IPA API calls for remaining enrollment parts] ****** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:335 Saturday 27 April 2024 12:44:25 +0000 (0:00:00.779) 0:08:24.158 ******** changed: [sut] => { "ca_enabled": true, "changed": true, "subject_base": "O=TEST.LOCAL" } TASK [ipaclient : Install - Fix IPA ca] **************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:344 Saturday 27 April 2024 12:44:27 +0000 (0:00:02.609) 0:08:26.768 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and result_ipaclient_test_keytab.krb5_keytab_ok and not result_ipaclient_test_keytab.ca_crt_exists", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create IPA NSS database] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:355 Saturday 27 April 2024 12:44:27 +0000 (0:00:00.023) 0:08:26.791 ******** 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:390 Saturday 27 April 2024 12:44:34 +0000 (0:00:07.048) 0:08:33.840 ******** changed: [sut] => { "changed": true } TASK [ipaclient : Install - Configure automount] ******************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:398 Saturday 27 April 2024 12:44:35 +0000 (0:00:00.840) 0:08:34.680 ******** ok: [sut] => { "changed": false } TASK [ipaclient : Install - Configure firefox] ********************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:404 Saturday 27 April 2024 12:44:36 +0000 (0:00:00.774) 0:08:35.454 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_configure_firefox | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure NIS] ************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:410 Saturday 27 April 2024 12:44:36 +0000 (0:00:00.023) 0:08:35.478 ******** changed: [sut] => { "changed": true } TASK [ipaclient : Remove temporary krb5.conf] ********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:416 Saturday 27 April 2024 12:44:37 +0000 (0:00:01.134) 0:08:36.612 ******** changed: [sut] => { "changed": true, "path": "/tmp/tmp9gh6h0ag", "state": "absent" } TASK [ipaclient : Install - Configure krb5 for IPA realm] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:422 Saturday 27 April 2024 12:44:37 +0000 (0:00:00.254) 0:08:36.867 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure certmonger] ****************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:436 Saturday 27 April 2024 12:44:37 +0000 (0:00:00.024) 0:08:36.891 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Restore original admin password if overwritten by OTP] *** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:446 Saturday 27 April 2024 12:44:37 +0000 (0:00:00.023) 0:08:36.915 ******** 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:452 Saturday 27 April 2024 12:44:37 +0000 (0:00:00.023) 0:08:36.938 ******** 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:457 Saturday 27 April 2024 12:44:38 +0000 (0:00:00.248) 0:08:37.187 ******** ok: [sut] => { "changed": false, "path": "/tmp/tmp9gh6h0ag", "state": "absent" } TASK [ipaclient : Remove temporary krb5.conf backup] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:463 Saturday 27 April 2024 12:44:38 +0000 (0:00:00.251) 0:08:37.439 ******** changed: [sut] => { "changed": true, "path": "/tmp/tmp9gh6h0ag.ipabkp", "state": "absent" } TASK [ipaclient : Uninstall IPA client] **************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:23 Saturday 27 April 2024 12:44:38 +0000 (0:00:00.250) 0:08:37.690 ******** skipping: [sut] => { "changed": false, "false_condition": "state|default('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Enable IPA] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:437 Saturday 27 April 2024 12:44:38 +0000 (0:00:00.023) 0:08:37.713 ******** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Configure firewalld] ******************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:444 Saturday 27 April 2024 12:44:43 +0000 (0:00:05.022) 0:08:42.736 ******** changed: [sut] => { "changed": true, "cmd": [ "firewall-cmd", "--permanent", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=ntp" ], "delta": "0:00:00.314851", "end": "2024-04-27 12:44:44.401890", "rc": 0, "start": "2024-04-27 12:44:44.087039" } STDOUT: success TASK [ipaserver : Install - Configure firewalld runtime] *********************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:458 Saturday 27 April 2024 12:44:44 +0000 (0:00:00.641) 0:08:43.377 ******** changed: [sut] => { "changed": true, "cmd": [ "firewall-cmd", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=ntp" ], "delta": "0:00:00.235147", "end": "2024-04-27 12:44:44.886798", "rc": 0, "start": "2024-04-27 12:44:44.651651" } STDOUT: success TASK [ipaserver : Install - Cleanup root IPA cache] **************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:472 Saturday 27 April 2024 12:44:44 +0000 (0:00:00.484) 0:08:43.862 ******** 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:477 Saturday 27 April 2024 12:44:45 +0000 (0:00:00.240) 0:08:44.102 ******** 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 27 April 2024 12:44:45 +0000 (0:00:00.698) 0:08:44.800 ******** skipping: [sut] => { "changed": false, "false_condition": "state|default('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [Issue IPA signed certificates] ******************************************* task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tests_basic_ipa.yml:25 Saturday 27 April 2024 12:44:45 +0000 (0:00:00.018) 0:08:44.819 ******** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-ci2nbobacu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 27 April 2024 12:44:45 +0000 (0:00:00.024) 0:08:44.843 ******** included: /WORKDIR/git-weekly-ci2nbobacu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci2nbobacu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 27 April 2024 12:44:45 +0000 (0:00:00.011) 0:08:44.855 ******** skipping: [sut] => { "changed": false, "false_condition": "__certificate_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /WORKDIR/git-weekly-ci2nbobacu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 27 April 2024 12:44:45 +0000 (0:00:00.017) 0:08:44.873 ******** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci2nbobacu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 27 April 2024 12:44:45 +0000 (0:00:00.011) 0:08:44.884 ******** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci2nbobacu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 27 April 2024 12:44:45 +0000 (0:00:00.011) 0:08:44.895 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "__certificate_certmonger_packages": [ "certmonger", "python3-packaging" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci2nbobacu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-weekly-ci2nbobacu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 27 April 2024 12:44:45 +0000 (0:00:00.021) 0:08:44.917 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-cryptography python3-dbus python3-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-ci2nbobacu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 27 April 2024 12:44:47 +0000 (0:00:01.452) 0:08:46.369 ******** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: python3-packaging-23.2-4.fc40.noarch" ] } lsrpackages: certmonger python3-packaging TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-ci2nbobacu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 27 April 2024 12:44:49 +0000 (0:00:02.201) 0:08:48.571 ******** 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 [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-ci2nbobacu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 27 April 2024 12:44:49 +0000 (0:00:00.264) 0:08:48.836 ******** 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 [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /WORKDIR/git-weekly-ci2nbobacu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 27 April 2024 12:44:50 +0000 (0:00:00.278) 0:08:49.114 ******** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "enabled": true, "name": "certmonger", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:certmonger_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-04-27 12:42:28 UTC", "ActiveEnterTimestampMonotonic": "848279350", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus-broker.service basic.target dbus.socket syslog.target system.slice sysinit.target network.target systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-04-27 12:42:28 UTC", "AssertTimestampMonotonic": "848249072", "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": "58472764000", "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 2024-04-27 12:42:28 UTC", "ConditionTimestampMonotonic": "848249068", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "ControlGroupId": "6697", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11186", "ExecMainStartTimestamp": "Sat 2024-04-27 12:42:28 UTC", "ExecMainStartTimestampMonotonic": "848256103", "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", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "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 2024-04-27 12:42:28 UTC", "InactiveExitTimestampMonotonic": "848256400", "InvocationID": "926b9adfdf224de79348b284d362f02b", "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": "14767", "LimitNPROCSoft": "14767", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14767", "LimitSIGPENDINGSoft": "14767", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "11186", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2528186368", "MemoryCurrent": "6881280", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "1089507328", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice dbus.socket", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "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]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2024-04-27 12:44:41 UTC", "StateChangeTimestampMonotonic": "981348246", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "4430", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /WORKDIR/git-weekly-ci2nbobacu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 27 April 2024 12:44:50 +0000 (0:00:00.444) 0:08:49.558 ******** changed: [sut] => (item={'name': 'mycert_basic_ipa', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "ipa", "dns": "ipaserver.test.local", "name": "mycert_basic_ipa", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } } MSG: Certificate requested (new). changed: [sut] => (item={'name': 'groupcert', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa', 'group': 'ftp'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "ipa", "dns": "ipaserver.test.local", "group": "ftp", "name": "groupcert", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } } MSG: Certificate requested (new). File attributes updated. TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /WORKDIR/git-weekly-ci2nbobacu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 27 April 2024 12:44:54 +0000 (0:00:03.579) 0:08:53.138 ******** skipping: [sut] => (item=['cert', {'name': 'mycert_basic_ipa', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "cert", { "ca": "ipa", "dns": "ipaserver.test.local", "name": "mycert_basic_ipa", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['cert', {'name': 'groupcert', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa', 'group': 'ftp'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "cert", { "ca": "ipa", "dns": "ipaserver.test.local", "group": "ftp", "name": "groupcert", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['key', {'name': 'mycert_basic_ipa', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "key", { "ca": "ipa", "dns": "ipaserver.test.local", "name": "mycert_basic_ipa", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['key', {'name': 'groupcert', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa', 'group': 'ftp'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "key", { "ca": "ipa", "dns": "ipaserver.test.local", "group": "ftp", "name": "groupcert", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['ca', {'name': 'mycert_basic_ipa', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "ca", { "ca": "ipa", "dns": "ipaserver.test.local", "name": "mycert_basic_ipa", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['ca', {'name': 'groupcert', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa', 'group': 'ftp'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "ca", { "ca": "ipa", "dns": "ipaserver.test.local", "group": "ftp", "name": "groupcert", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /WORKDIR/git-weekly-ci2nbobacu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 27 April 2024 12:44:54 +0000 (0:00:00.030) 0:08:53.168 ******** skipping: [sut] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-weekly-ci2nbobacu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 27 April 2024 12:44:54 +0000 (0:00:00.017) 0:08:53.186 ******** skipping: [sut] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-weekly-ci2nbobacu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 27 April 2024 12:44:54 +0000 (0:00:00.017) 0:08:53.203 ******** skipping: [sut] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify certificates] ***************************************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tests_basic_ipa.yml:41 Saturday 27 April 2024 12:44:54 +0000 (0:00:00.021) 0:08:53.225 ******** included: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml for sut => (item={'path': '/etc/pki/tls/certs/mycert_basic_ipa.crt', 'key_path': '/etc/pki/tls/private/mycert_basic_ipa.key', 'subject': [{'name': 'commonName', 'oid': '2.5.4.3', 'value': 'ipaserver.test.local'}, {'name': 'organizationName', 'oid': '2.5.4.10', 'value': 'TEST.LOCAL'}], 'subject_alt_name': [{'name': 'DNS', 'value': 'ipaserver.test.local'}, {'name': 'Universal Principal Name (UPN)', 'oid': '1.3.6.1.4.1.311.20.2.3', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}, {'name': 'Kerberos principalname', 'oid': '1.3.6.1.5.2.2', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}], 'key_usage': ['digital_signature', 'content_commitment', 'key_encipherment', 'data_encipherment']}) included: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml for sut => (item={'path': '/etc/pki/tls/certs/groupcert.crt', 'key_path': '/etc/pki/tls/private/groupcert.key', 'owner': 'root', 'group': 'ftp', 'mode': '0640', 'subject': [{'name': 'commonName', 'oid': '2.5.4.3', 'value': 'ipaserver.test.local'}, {'name': 'organizationName', 'oid': '2.5.4.10', 'value': 'TEST.LOCAL'}], 'subject_alt_name': [{'name': 'DNS', 'value': 'ipaserver.test.local'}, {'name': 'Universal Principal Name (UPN)', 'oid': '1.3.6.1.4.1.311.20.2.3', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}, {'name': 'Kerberos principalname', 'oid': '1.3.6.1.5.2.2', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}], 'key_usage': ['digital_signature', 'content_commitment', 'key_encipherment', 'data_encipherment']}) TASK [Set virtualenv_path] ***************************************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:2 Saturday 27 April 2024 12:44:54 +0000 (0:00:00.027) 0:08:53.252 ******** ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:9 Saturday 27 April 2024 12:44:54 +0000 (0:00:00.008) 0:08:53.261 ******** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:14 Saturday 27 April 2024 12:44:54 +0000 (0:00:00.010) 0:08:53.272 ******** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:18 Saturday 27 April 2024 12:44:54 +0000 (0:00:00.010) 0:08:53.282 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == \"7\"", "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:28 Saturday 27 April 2024 12:44:54 +0000 (0:00:00.008) 0:08:53.290 ******** 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-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:38 Saturday 27 April 2024 12:44:55 +0000 (0:00:01.404) 0:08:54.695 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1714221892.3284814, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a567529a1179be045719fcf39d0963b10bc65caa", "ctime": 1714221892.3244815, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 210138, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1714221892.3244815, "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": "2013640763", "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-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:43 Saturday 27 April 2024 12:44:55 +0000 (0:00:00.243) 0:08:54.938 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:49 Saturday 27 April 2024 12:44:55 +0000 (0:00:00.010) 0:08:54.949 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:59 Saturday 27 April 2024 12:44:56 +0000 (0:00:00.020) 0:08:54.969 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:65 Saturday 27 April 2024 12:44:56 +0000 (0:00:00.019) 0:08:54.989 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1714221891.163525, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e7c24516949741670aefab072ee49c1da150838e", "ctime": 1714221892.3244815, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 210120, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1714221892.3244815, "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": "1457569299", "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-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:70 Saturday 27 April 2024 12:44:56 +0000 (0:00:00.242) 0:08:55.231 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:76 Saturday 27 April 2024 12:44:56 +0000 (0:00:00.011) 0:08:55.242 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:86 Saturday 27 April 2024 12:44:56 +0000 (0:00:00.020) 0:08:55.263 ******** ok: [sut] => { "certificate": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "FF:B1:04:A5:8F:98:52:FB:EA:C8:83:18:38:FC:8C:F4:59:58:DB:90" }, "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": "7F:0D:CB:24:E8:DF:AD:D1:D4:4A:96:D9:29:9C:E0:68:9A:D2:D0:1E" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "82:0B:8F:11:70:A8:16:07:CF:E5:87:92:21:4F:C4:3D:93:34:61:A5:5F:D7:CA:A7:06:93:46:C7:36:28:DD:87:F1:84:40:15:02:D6:1C:C9:49:79:8F:3F:D1:7F:6C:80:8F:0A:BB:67:2D:0F:07:94:AD:03:2F:4E:62:75:D9:49:96:FF:59:2A:71:CD:53:7C:49:9A:87:7C:D9:43:C2:61:7B:42:D2:75:91:4B:7A:3C:3C:14:5D:6D:D9:67:2C:AF:DA:1A:25:E4:74:81:C0:A3:13:38:B2:3A:93:50:54:92:BC:4B:A7:73:87:E2:87:C4:1A:F0:93:26:27:E9:A5:2F:DD:A1:B5:39:91:01:52:AC:AE:16:A7:0A:75:32:54:69:4D:F0:E3:CE:7C:18:91:1B:CE:C7:69:C7:99:E4:C5:E1:9C:9E:F3:09:E1:C1:99:9E:F1:5E:38:86:77:A1:34:B2:6D:A2:4C:32:E5:2B:70:69:06:89:D2:FF:85:75:A4:8E:C5:53:26:26:6B:7B:ED:C2:16:16:E4:AD:91:18:E7:ED:DB:71:E6:8B:AC:B6:39:96:49:48:7B:4C:A5:55:EA:84:7F:47:CF:07:D1:01:BE:C8:20:A9:E1:01:CF:45:39:B8:E7:DF:FB:73:86:D0:CD:7F:72:C4:DC:B6:C6:A7:C4:61:40:F1:84:42:B0:88:2E:53:CC:1F:2F:14:3D:F6:9B:42:3E:90:1E:41:74:17:07:B0:E1:92:87:2D:F4:2A:0A:7C:F6:04:22:4A:CC:A5:24:DA:44:C9:CE:92:4C:F8:8B:C0:02:CB:AA:9F:19:0C:FA:69:7F:2F:79:23:68:00:69:C1:64:C8:41:E1:90:B0:08:90:80:84:F4:32:90:12:F8:7B:2F:09:96:D3:D3:D1:EB:65:1D:85:DF:73:FF:90:83:79:C6:B2:E8:96:31:4F:83:DA:08:15:E9:CD:20:6B:24:E7:C1:70:DA:38:61:A1:19:85:88:80:A6:EC:B9:21:E4:B6" }, "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": "20260428124452Z", "not_valid_before": "20240427124452Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:92 Saturday 27 April 2024 12:44:56 +0000 (0:00:00.372) 0:08:55.635 ******** 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": "FF:B1:04:A5:8F:98:52:FB:EA:C8:83:18:38:FC:8C:F4:59:58:DB:90" }, "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": "7F:0D:CB:24:E8:DF:AD:D1:D4:4A:96:D9:29:9C:E0:68:9A:D2:D0:1E" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "82:0B:8F:11:70:A8:16:07:CF:E5:87:92:21:4F:C4:3D:93:34:61:A5:5F:D7:CA:A7:06:93:46:C7:36:28:DD:87:F1:84:40:15:02:D6:1C:C9:49:79:8F:3F:D1:7F:6C:80:8F:0A:BB:67:2D:0F:07:94:AD:03:2F:4E:62:75:D9:49:96:FF:59:2A:71:CD:53:7C:49:9A:87:7C:D9:43:C2:61:7B:42:D2:75:91:4B:7A:3C:3C:14:5D:6D:D9:67:2C:AF:DA:1A:25:E4:74:81:C0:A3:13:38:B2:3A:93:50:54:92:BC:4B:A7:73:87:E2:87:C4:1A:F0:93:26:27:E9:A5:2F:DD:A1:B5:39:91:01:52:AC:AE:16:A7:0A:75:32:54:69:4D:F0:E3:CE:7C:18:91:1B:CE:C7:69:C7:99:E4:C5:E1:9C:9E:F3:09:E1:C1:99:9E:F1:5E:38:86:77:A1:34:B2:6D:A2:4C:32:E5:2B:70:69:06:89:D2:FF:85:75:A4:8E:C5:53:26:26:6B:7B:ED:C2:16:16:E4:AD:91:18:E7:ED:DB:71:E6:8B:AC:B6:39:96:49:48:7B:4C:A5:55:EA:84:7F:47:CF:07:D1:01:BE:C8:20:A9:E1:01:CF:45:39:B8:E7:DF:FB:73:86:D0:CD:7F:72:C4:DC:B6:C6:A7:C4:61:40:F1:84:42:B0:88:2E:53:CC:1F:2F:14:3D:F6:9B:42:3E:90:1E:41:74:17:07:B0:E1:92:87:2D:F4:2A:0A:7C:F6:04:22:4A:CC:A5:24:DA:44:C9:CE:92:4C:F8:8B:C0:02:CB:AA:9F:19:0C:FA:69:7F:2F:79:23:68:00:69:C1:64:C8:41:E1:90:B0:08:90:80:84:F4:32:90:12:F8:7B:2F:09:96:D3:D3:D1:EB:65:1D:85:DF:73:FF:90:83:79:C6:B2:E8:96:31:4F:83:DA:08:15:E9:CD:20:6B:24:E7:C1:70:DA:38:61:A1:19:85:88:80:A6:EC:B9:21:E4:B6" }, "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": "20260428124452Z", "not_valid_before": "20240427124452Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:96 Saturday 27 April 2024 12:44:56 +0000 (0:00:00.011) 0:08:55.647 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:104 Saturday 27 April 2024 12:44:56 +0000 (0:00:00.019) 0:08:55.666 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:112 Saturday 27 April 2024 12:44:56 +0000 (0:00:00.010) 0:08:55.677 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:119 Saturday 27 April 2024 12:44:56 +0000 (0:00:00.018) 0:08:55.696 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:130 Saturday 27 April 2024 12:44:56 +0000 (0:00:00.021) 0:08:55.718 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:143 Saturday 27 April 2024 12:44:56 +0000 (0:00:00.020) 0:08:55.738 ******** 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.071669", "end": "2024-04-27 12:44:57.062955", "rc": 0, "start": "2024-04-27 12:44:56.991286" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:152 Saturday 27 April 2024 12:44:57 +0000 (0:00:00.299) 0:08:56.038 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set virtualenv_path] ***************************************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:2 Saturday 27 April 2024 12:44:57 +0000 (0:00:00.019) 0:08:56.057 ******** ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:9 Saturday 27 April 2024 12:44:57 +0000 (0:00:00.009) 0:08:56.067 ******** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:14 Saturday 27 April 2024 12:44:57 +0000 (0:00:00.010) 0:08:56.078 ******** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:18 Saturday 27 April 2024 12:44:57 +0000 (0:00:00.010) 0:08:56.088 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == \"7\"", "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:28 Saturday 27 April 2024 12:44:57 +0000 (0:00:00.007) 0:08:56.096 ******** 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-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:38 Saturday 27 April 2024 12:44:58 +0000 (0:00:01.429) 0:08:57.525 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1714221893.9864209, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6ca704e2d369c8948dab4c0ef638e2dd7939db82", "ctime": 1714221894.1484149, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 50, "gr_name": "ftp", "inode": 210153, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0640", "mtime": 1714221893.981421, "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": "315086785", "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-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:43 Saturday 27 April 2024 12:44:58 +0000 (0:00:00.246) 0:08:57.772 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:49 Saturday 27 April 2024 12:44:58 +0000 (0:00:00.010) 0:08:57.782 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:59 Saturday 27 April 2024 12:44:58 +0000 (0:00:00.022) 0:08:57.805 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:65 Saturday 27 April 2024 12:44:58 +0000 (0:00:00.020) 0:08:57.825 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1714221893.1764505, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "26b92637f3f611238f69143d0950248fd4713b0c", "ctime": 1714221894.1504147, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 50, "gr_name": "ftp", "inode": 210139, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0640", "mtime": 1714221893.981421, "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": "2116385938", "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-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:70 Saturday 27 April 2024 12:44:59 +0000 (0:00:00.247) 0:08:58.073 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:76 Saturday 27 April 2024 12:44:59 +0000 (0:00:00.010) 0:08:58.084 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:86 Saturday 27 April 2024 12:44:59 +0000 (0:00:00.020) 0:08:58.105 ******** ok: [sut] => { "certificate": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "FF:B1:04:A5:8F:98:52:FB:EA:C8:83:18:38:FC:8C:F4:59:58:DB:90" }, "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": "0A:A1:E8:E9:0B:9D:A4:67:2F:5E:4F:BF:89:6A:1F:AA:E0:86:B6:A0" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "85:CF:25:6F:E8:87:B8:3F:F0:91:64:39:A4:47:AF:27:71:CC:7C:D9:CC:4E:FB:00:9C:C3:3C:22:EC:2C:C4:F9:DD:9E:3E:58:77:F1:2C:57:17:1F:BA:BF:FE:75:7A:A6:1D:81:99:81:0D:C7:86:D1:33:58:FC:6E:21:30:94:B3:2B:99:84:7F:84:50:C8:9E:41:0F:A4:17:04:68:5B:BD:D4:85:1A:87:6B:03:ED:5A:79:8D:69:B2:AD:B4:D1:49:D7:50:DE:C8:77:94:AC:44:BA:14:86:00:86:BD:39:71:E2:3E:88:A9:7B:76:0F:0C:24:29:D4:6A:8B:40:99:E9:E6:98:55:2D:1B:24:BF:03:43:1C:F4:60:EC:BB:E0:31:DA:27:80:52:23:B0:26:E8:41:DC:58:B3:98:B0:9F:45:EA:E4:ED:50:E8:AB:52:CD:6D:87:AE:C9:AF:F7:D1:9E:9F:ED:74:AF:C7:35:A7:4E:19:00:D4:0E:6F:1A:FF:8D:D3:2A:FF:B0:49:BA:F7:45:95:D1:8D:3B:7A:08:EB:85:C3:2A:64:3D:D0:4A:75:D3:40:D9:59:70:72:E8:76:48:28:72:7C:D1:BC:E4:67:05:E5:00:DF:B1:A9:87:54:7E:D9:CD:7C:7F:88:83:BC:E7:15:C4:A3:85:0E:60:9C:AF:83:7B:85:9A:96:6A:E6:2D:08:08:70:16:21:93:9F:05:D7:41:05:61:D8:17:A6:4F:5B:82:D1:92:05:AA:37:AF:9A:AF:D9:49:ED:A9:2E:D4:E1:F0:3A:64:BE:96:8A:36:60:51:D1:5E:FC:2F:A6:D0:A0:70:41:9B:1C:C4:3D:8B:2A:89:90:F9:C8:AC:DB:D1:DB:9F:87:04:85:E9:15:C5:18:41:C4:2D:86:5B:B6:90:E2:16:86:07:D4:EF:B0:BA:94:84:35:FA:FD:A2:B0:3C:42:BF:36:4B:1F:D6:C1:45:AA:C3:56:6C:54:97:52:CA:AA:21:4A:8F:8D:F2:E2:8A" }, "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": "20260428124453Z", "not_valid_before": "20240427124453Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:92 Saturday 27 April 2024 12:44:59 +0000 (0:00:00.296) 0:08:58.401 ******** 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": "FF:B1:04:A5:8F:98:52:FB:EA:C8:83:18:38:FC:8C:F4:59:58:DB:90" }, "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": "0A:A1:E8:E9:0B:9D:A4:67:2F:5E:4F:BF:89:6A:1F:AA:E0:86:B6:A0" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "85:CF:25:6F:E8:87:B8:3F:F0:91:64:39:A4:47:AF:27:71:CC:7C:D9:CC:4E:FB:00:9C:C3:3C:22:EC:2C:C4:F9:DD:9E:3E:58:77:F1:2C:57:17:1F:BA:BF:FE:75:7A:A6:1D:81:99:81:0D:C7:86:D1:33:58:FC:6E:21:30:94:B3:2B:99:84:7F:84:50:C8:9E:41:0F:A4:17:04:68:5B:BD:D4:85:1A:87:6B:03:ED:5A:79:8D:69:B2:AD:B4:D1:49:D7:50:DE:C8:77:94:AC:44:BA:14:86:00:86:BD:39:71:E2:3E:88:A9:7B:76:0F:0C:24:29:D4:6A:8B:40:99:E9:E6:98:55:2D:1B:24:BF:03:43:1C:F4:60:EC:BB:E0:31:DA:27:80:52:23:B0:26:E8:41:DC:58:B3:98:B0:9F:45:EA:E4:ED:50:E8:AB:52:CD:6D:87:AE:C9:AF:F7:D1:9E:9F:ED:74:AF:C7:35:A7:4E:19:00:D4:0E:6F:1A:FF:8D:D3:2A:FF:B0:49:BA:F7:45:95:D1:8D:3B:7A:08:EB:85:C3:2A:64:3D:D0:4A:75:D3:40:D9:59:70:72:E8:76:48:28:72:7C:D1:BC:E4:67:05:E5:00:DF:B1:A9:87:54:7E:D9:CD:7C:7F:88:83:BC:E7:15:C4:A3:85:0E:60:9C:AF:83:7B:85:9A:96:6A:E6:2D:08:08:70:16:21:93:9F:05:D7:41:05:61:D8:17:A6:4F:5B:82:D1:92:05:AA:37:AF:9A:AF:D9:49:ED:A9:2E:D4:E1:F0:3A:64:BE:96:8A:36:60:51:D1:5E:FC:2F:A6:D0:A0:70:41:9B:1C:C4:3D:8B:2A:89:90:F9:C8:AC:DB:D1:DB:9F:87:04:85:E9:15:C5:18:41:C4:2D:86:5B:B6:90:E2:16:86:07:D4:EF:B0:BA:94:84:35:FA:FD:A2:B0:3C:42:BF:36:4B:1F:D6:C1:45:AA:C3:56:6C:54:97:52:CA:AA:21:4A:8F:8D:F2:E2:8A" }, "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": "20260428124453Z", "not_valid_before": "20240427124453Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:96 Saturday 27 April 2024 12:44:59 +0000 (0:00:00.012) 0:08:58.413 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:104 Saturday 27 April 2024 12:44:59 +0000 (0:00:00.019) 0:08:58.433 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:112 Saturday 27 April 2024 12:44:59 +0000 (0:00:00.012) 0:08:58.445 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:119 Saturday 27 April 2024 12:44:59 +0000 (0:00:00.018) 0:08:58.463 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:130 Saturday 27 April 2024 12:44:59 +0000 (0:00:00.021) 0:08:58.485 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:143 Saturday 27 April 2024 12:44:59 +0000 (0:00:00.020) 0:08:58.505 ******** 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.070892", "end": "2024-04-27 12:44:59.829681", "rc": 0, "start": "2024-04-27 12:44:59.758789" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/assert_certificate_parameters.yml:152 Saturday 27 April 2024 12:44:59 +0000 (0:00:00.298) 0:08:58.804 ******** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=97 changed=29 unreachable=0 failed=0 skipped=56 rescued=0 ignored=0 Saturday 27 April 2024 12:44:59 +0000 (0:00:00.024) 0:08:58.828 ******** =============================================================================== ipaserver : Install - Setup CA ---------------------------------------- 257.45s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:270 ----------------------- ipaserver : Install - Ensure that IPA server packages are installed --- 111.17s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:7 ------------------------- ipaserver : Install - Setup DS ----------------------------------------- 39.07s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:214 ----------------------- ipaserver : Install - Setup HTTP --------------------------------------- 35.27s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:329 ----------------------- ipaserver : Install - Setup KRB ----------------------------------------- 9.45s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:243 ----------------------- ipaserver : Install - Setup ADTRUST ------------------------------------- 8.26s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:389 ----------------------- ipaserver : Install - Setup NTP ----------------------------------------- 7.53s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:207 ----------------------- ipaclient : Install - Create IPA NSS database --------------------------- 7.05s /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:355 ----------------------- ipaserver : Install - Enable IPA ---------------------------------------- 5.02s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:437 ----------------------- ipaserver : Install - Server installation test -------------------------- 4.63s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:62 ------------------------ Set hostname ------------------------------------------------------------ 3.67s /WORKDIR/git-weekly-ci2nbobacu/tests/tasks/setup_ipa.yml:59 ------------------- fedora.linux_system_roles.certificate : Ensure certificate requests ----- 3.58s /WORKDIR/git-weekly-ci2nbobacu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 ipaserver : Install - Setup otpd ---------------------------------------- 2.89s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:323 ----------------------- ipaserver : Firewalld service - Ensure that firewalld is running -------- 2.86s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:34 ------------------------ ipaclient : Install - IPA API calls for remaining enrollment parts ------ 2.61s /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:335 ----------------------- Gathering Facts --------------------------------------------------------- 2.54s /WORKDIR/git-weekly-ci2nbobacu/tests/tests_basic_ipa.yml:2 -------------------- ipaserver : Install - Set DS password ----------------------------------- 2.47s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:405 ----------------------- fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 2.20s /WORKDIR/git-weekly-ci2nbobacu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 ipaserver : Install - Server preparation -------------------------------- 2.11s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:161 ----------------------- ipaserver : Install - Ensure that firewall packages installed ----------- 1.94s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:24 ------------------------ ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---