# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.14.4] 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.14/lib/python3.9/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-ci_6e67e8a/.collection executable location = /opt/ansible-2.14/bin/ansible-playbook python version = 3.9.16 (main, Jan 17 2023, 18:53:15) [GCC 8.5.0 20210514 (Red Hat 8.5.0-18)] (/opt/ansible-2.14/bin/python3.9) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file statically imported: /WORKDIR/git-weekly-ci_6e67e8a/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 ************************************************** 3 plays in /WORKDIR/git-weekly-ci_6e67e8a/tests/tests_basic_ipa.yml PLAY [Install IPA server] ****************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tests_basic_ipa.yml:2 Saturday 27 May 2023 16:05:14 +0000 (0:00:00.022) 0:00:00.022 ********** ok: [sut] TASK [Set __is_beaker_env] ***************************************************** task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/setup_ipa.yml:2 Saturday 27 May 2023 16:05:15 +0000 (0:00:00.914) 0:00:00.936 ********** ok: [sut] => { "ansible_facts": { "__is_beaker_env": false }, "changed": false } TASK [Install ansible-freeipa] ************************************************* task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/setup_ipa.yml:6 Saturday 27 May 2023 16:05:15 +0000 (0:00:00.043) 0:00:00.979 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clone ansible-freeipa repo] ********************************************** task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/setup_ipa.yml:12 Saturday 27 May 2023 16:05:15 +0000 (0:00:00.020) 0:00:01.000 ********** changed: [sut -> 127.0.0.1] => { "after": "8ec5b1fe21cae0a544d63c940f2f38addfab78b9", "before": null, "changed": true } TASK [Create role symlinks] **************************************************** task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/setup_ipa.yml:21 Saturday 27 May 2023 16:05:17 +0000 (0:00:01.377) 0:00:02.378 ********** changed: [sut -> 127.0.0.1] => (item=ipaserver) => { "ansible_loop_var": "item", "changed": true, "dest": "/WORKDIR/git-weekly-ci_6e67e8a/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-ci_6e67e8a/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-ci_6e67e8a/tests/tasks/setup_ipa.yml:33 Saturday 27 May 2023 16:05:17 +0000 (0:00:00.413) 0:00:02.791 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Set hostname] ************************************************************ task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/setup_ipa.yml:38 Saturday 27 May 2023 16:05:20 +0000 (0:00:02.565) 0:00:05.357 ********** 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-ci_6e67e8a/tests/tasks/setup_ipa.yml:42 Saturday 27 May 2023 16:05:20 +0000 (0:00:00.703) 0:00:06.060 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Include ipaserver role] ************************************************** task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/setup_ipa.yml:59 Saturday 27 May 2023 16:05:23 +0000 (0:00:02.332) 0:00:08.393 ********** TASK [ipaserver : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:4 Saturday 27 May 2023 16:05:23 +0000 (0:00:00.031) 0:00:08.425 ********** 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 May 2023 16:05:23 +0000 (0:00:00.035) 0:00:08.460 ********** 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 May 2023 16:05:23 +0000 (0:00:00.087) 0:00:08.548 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: freeipa-client-common-4.9.11-1.fc36.noarch", "Installed: perl-Compress-Raw-Bzip2-2.101-480.fc36.x86_64", "Installed: freeipa-common-4.9.11-1.fc36.noarch", "Installed: perl-threads-1:2.26-449.fc36.x86_64", "Installed: freeipa-healthcheck-core-0.11-2.fc36.noarch", "Installed: perl-threads-shared-1.62-479.fc36.x86_64", "Installed: python3-pyasn1-0.4.8-8.fc36.noarch", "Installed: python3-pyasn1-modules-0.4.8-8.fc36.noarch", "Installed: freeipa-selinux-4.9.11-1.fc36.noarch", "Installed: freeipa-server-4.9.11-1.fc36.x86_64", "Installed: freeipa-server-common-4.9.11-1.fc36.noarch", "Installed: libsss_autofs-2.7.4-1.fc36.x86_64", "Installed: augeas-libs-1.13.0-2.fc36.x86_64", "Installed: apr-1.7.0-16.fc36.x86_64", "Installed: perl-Algorithm-Diff-1.2010-5.fc36.noarch", "Installed: apr-util-1.6.1-20.fc36.x86_64", "Installed: apr-util-bdb-1.6.1-20.fc36.x86_64", "Installed: python3-dns-2.2.0-1.fc36.noarch", "Installed: python3-wrapt-1.14.0-1.fc36.x86_64", "Installed: apr-util-openssl-1.6.1-20.fc36.x86_64", "Installed: perl-Text-Diff-1.45-14.fc36.noarch", "Installed: python3-mod_wsgi-4.9.0-3.fc36.x86_64", "Installed: python3-dogtag-pki-11.1.0-1.fc36.noarch", "Installed: dogtag-pki-acme-11.1.0-1.fc36.noarch", "Installed: dogtag-pki-base-11.1.0-1.fc36.noarch", "Installed: dogtag-pki-ca-11.1.0-1.fc36.noarch", "Installed: dogtag-pki-java-11.1.0-1.fc36.noarch", "Installed: pki-resteasy-client-3.0.26-15.fc36.noarch", "Installed: dogtag-pki-kra-11.1.0-1.fc36.noarch", "Installed: pki-resteasy-jackson2-provider-3.0.26-15.fc36.noarch", "Installed: dogtag-pki-server-11.1.0-1.fc36.noarch", "Installed: pki-resteasy-core-3.0.26-15.fc36.noarch", "Installed: dogtag-pki-tools-11.1.0-1.fc36.x86_64", "Installed: python3-netaddr-0.8.0-8.fc36.noarch", "Installed: samba-client-libs-2:4.16.10-0.fc36.x86_64", "Installed: samba-common-2:4.16.10-0.fc36.noarch", "Installed: samba-common-libs-2:4.16.10-0.fc36.x86_64", "Installed: alsa-lib-1.2.8-1.fc36.x86_64", "Installed: tomcatjss-8.1.0-1.fc36.noarch", "Installed: copy-jdk-configs-4.1-1.fc36.noarch", "Installed: openldap-clients-2.6.4-1.fc36.x86_64", "Installed: publicsuffix-list-20230318-1.fc36.noarch", "Installed: perl-Tie-4.6-486.fc36.noarch", "Installed: perl-Compress-Raw-Lzma-2.201-7.fc36.x86_64", "Installed: perl-Compress-Raw-Zlib-2.101-481.fc36.x86_64", "Installed: java-17-openjdk-headless-1:17.0.7.0.7-1.fc36.x86_64", "Installed: ldapjdk-5.1.0-1.fc36.noarch", "Installed: perl-Archive-Tar-2.40-2.fc36.noarch", "Installed: libuv-1:1.44.2-1.fc36.x86_64", "Installed: python3-deprecated-1.2.13-1.fc36.noarch", "Installed: libdb-utils-5.3.28-51.fc36.x86_64", "Installed: lua-posix-35.1-1.fc36.x86_64", "Installed: jackson-annotations-2.11.4-6.fc36.noarch", "Installed: softhsm-2.6.1-5.fc36.4.x86_64", "Installed: jackson-core-2.11.4-7.fc36.noarch", "Installed: jackson-databind-2.11.4-6.fc36.noarch", "Installed: jackson-jaxrs-json-provider-2.11.4-6.fc36.noarch", "Installed: jackson-jaxrs-providers-2.11.4-6.fc36.noarch", "Installed: oddjob-0.34.7-5.fc36.x86_64", "Installed: oddjob-mkhomedir-0.34.7-5.fc36.x86_64", "Installed: jackson-module-jaxb-annotations-2.11.4-7.fc36.noarch", "Installed: jss-5.1.0-1.fc36.x86_64", "Installed: libwbclient-2:4.16.10-0.fc36.x86_64", "Installed: perl-DB_File-1.857-1.fc36.x86_64", "Installed: krb5-pkinit-1.19.2-12.fc36.x86_64", "Installed: krb5-server-1.19.2-12.fc36.x86_64", "Installed: jakarta-activation-1.2.2-6.fc36.noarch", "Installed: krb5-workstation-1.19.2-12.fc36.x86_64", "Installed: jakarta-annotations-1.3.5-13.fc36.noarch", "Installed: python3-yubico-1.3.3-8.fc36.noarch", "Installed: certmonger-0.79.15-3.fc36.x86_64", "Installed: bind-libs-32:9.16.40-1.fc36.x86_64", "Installed: julietaula-montserrat-fonts-1:7.222-2.fc36.noarch", "Installed: bind-license-32:9.16.40-1.fc36.noarch", "Installed: perl-IO-Compress-2.102-481.fc36.noarch", "Installed: bind-utils-32:9.16.40-1.fc36.x86_64", "Installed: python3-jwcrypto-0.9.1-3.fc36.noarch", "Installed: httpcomponents-client-4.5.13-4.fc36.noarch", "Installed: httpcomponents-core-4.4.13-6.fc36.noarch", "Installed: python3-kdcproxy-1.0.0-8.fc36.noarch", "Installed: openssl-perl-1:3.0.8-1.fc36.x86_64", "Installed: fedora-logos-httpd-36.0.0-2.fc36.noarch", "Installed: words-3.0-39.fc36.noarch", "Installed: slapi-nis-0.60.0-1.fc36.x86_64", "Installed: httpd-2.4.57-1.fc36.x86_64", "Installed: httpd-core-2.4.57-1.fc36.x86_64", "Installed: 389-ds-base-2.1.8-1.fc36.x86_64", "Installed: fontawesome-fonts-1:4.7.0-13.fc36.noarch", "Installed: 389-ds-base-libs-2.1.8-1.fc36.x86_64", "Installed: httpd-filesystem-2.4.57-1.fc36.noarch", "Installed: httpd-tools-2.4.57-1.fc36.x86_64", "Installed: mod_http2-2.0.9-1.fc36.x86_64", "Installed: mod_lua-2.4.57-1.fc36.x86_64", "Installed: ecj-1:4.23-1.fc36.noarch", "Installed: mod_session-2.4.57-1.fc36.x86_64", "Installed: mod_ssl-1:2.4.57-1.fc36.x86_64", "Installed: cups-libs-1:2.4.2-10.fc36.x86_64", "Installed: perl-Term-ReadLine-1.17-486.fc36.noarch", "Installed: open-sans-fonts-1.10-16.fc36.noarch", "Installed: bash-completion-1:2.11-6.fc36.noarch", "Installed: python3-argcomplete-2.0.0-2.fc36.noarch", "Installed: libipa_hbac-2.7.4-1.fc36.x86_64", "Installed: libjose-11-5.fc36.x86_64", "Installed: lksctp-tools-1.0.18-12.fc36.x86_64", "Installed: python3-pyusb-1.2.1-1.fc36.noarch", "Installed: tomcat-1:9.0.71-1.fc36.noarch", "Installed: libkadm5-1.19.2-12.fc36.x86_64", "Installed: tomcat-el-3.0-api-1:9.0.71-1.fc36.noarch", "Installed: dbus-tools-1:1.14.4-1.fc36.x86_64", "Installed: tomcat-jsp-2.3-api-1:9.0.71-1.fc36.noarch", "Installed: tomcat-lib-1:9.0.71-1.fc36.noarch", "Installed: tomcat-native-1:1.2.35-1.fc36.x86_64", "Installed: tomcat-servlet-4.0-api-1:9.0.71-1.fc36.noarch", "Installed: python3-augeas-1.1.0-4.fc36.noarch", "Installed: python3-qrcode-core-7.3.1-4.fc36.noarch", "Installed: javapackages-filesystem-6.0.0-7.fc36.noarch", "Installed: javapackages-tools-6.0.0-7.fc36.noarch", "Installed: perl-Devel-Peek-1.30-486.fc36.x86_64", "Installed: mod_auth_gssapi-1.6.3-7.fc36.x86_64", "Installed: sscg-3.0.3-2.fc36.x86_64", "Installed: jaxb-api-2.3.3-6.fc36.noarch", "Installed: nss-tools-3.89.0-1.fc36.x86_64", "Installed: sssd-common-pac-2.7.4-1.fc36.x86_64", "Installed: sssd-dbus-2.7.4-1.fc36.x86_64", "Installed: sssd-idp-2.7.4-1.fc36.x86_64", "Installed: sssd-ipa-2.7.4-1.fc36.x86_64", "Installed: sssd-krb5-common-2.7.4-1.fc36.x86_64", "Installed: logrotate-3.20.1-2.fc36.x86_64", "Installed: python3-decorator-5.1.1-2.fc36.noarch", "Installed: sssd-tools-2.7.4-1.fc36.x86_64", "Installed: acl-2.3.1-3.fc36.x86_64", "Installed: mod_lookup_identity-1.0.0-15.fc36.x86_64", "Installed: python3-ipaclient-4.9.11-1.fc36.noarch", "Installed: python3-ipalib-4.9.11-1.fc36.noarch", "Installed: python3-ipaserver-4.9.11-1.fc36.noarch", "Installed: jboss-jaxrs-2.0-api-1.0.0-18.fc36.noarch", "Installed: jboss-logging-3.4.1-11.fc36.noarch", "Installed: jboss-logging-tools-2.2.1-8.fc36.noarch", "Installed: perl-debugger-1.60-486.fc36.noarch", "Installed: lua-5.4.4-9.fc36.x86_64", "Installed: python3-sss-2.7.4-1.fc36.x86_64", "Installed: python3-sss-murmur-2.7.4-1.fc36.x86_64", "Installed: python3-sssdconfig-2.7.4-1.fc36.noarch", "Installed: cyrus-sasl-gssapi-2.1.27-18.fc36.x86_64", "Installed: cyrus-sasl-md5-2.1.27-18.fc36.x86_64", "Installed: jdeparser-2.0.3-10.fc36.noarch", "Installed: apache-commons-cli-1.5.0-3.fc36.noarch", "Installed: cyrus-sasl-plain-2.1.27-18.fc36.x86_64", "Installed: apache-commons-codec-1.15-6.fc36.noarch", "Installed: policycoreutils-python-utils-3.3-4.fc36.noarch", "Installed: apache-commons-io-1:2.8.0-7.fc36.noarch", "Installed: python3-ldap-3.4.3-1.fc36.x86_64", "Installed: freeipa-client-4.9.11-1.fc36.x86_64", "Installed: apache-commons-lang3-3.12.0-5.fc36.noarch", "Installed: apache-commons-logging-1.2-30.fc36.noarch", "Installed: mailcap-2.1.53-3.fc36.noarch", "Installed: perl-IO-Compress-Lzma-2.101-5.fc36.noarch", "Installed: python3-gssapi-1.7.2-2.fc36.x86_64", "Installed: apache-commons-net-3.6-16.fc36.noarch", "Installed: python3-lib389-2.1.8-1.fc36.noarch", "Installed: perl-meta-notation-5.34.1-486.fc36.noarch", "Installed: tzdata-java-2023c-1.fc36.noarch", "Installed: python3-libipa_hbac-2.7.4-1.fc36.x86_64", "Installed: python3-psutil-5.8.0-13.fc36.x86_64", "Installed: slf4j-1.7.32-3.fc36.noarch", "Installed: autofs-1:5.1.8-7.fc36.x86_64", "Installed: slf4j-jdk14-1.7.32-3.fc36.noarch", "Installed: perl-IO-Zlib-1:1.11-479.fc36.noarch", "Installed: perl-sigtrap-1.09-486.fc36.noarch", "Installed: fstrm-0.6.1-4.fc36.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 May 2023 16:06:03 +0000 (0:00:39.947) 0:00:48.495 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: opencryptoki-icsftok-3.17.0-7.fc36.x86_64", "Installed: opencryptoki-libs-3.17.0-7.fc36.x86_64", "Installed: bind-32:9.16.40-1.fc36.x86_64", "Installed: python3-bind-32:9.16.40-1.fc36.noarch", "Installed: bind-dnssec-doc-32:9.16.40-1.fc36.noarch", "Installed: bind-dnssec-utils-32:9.16.40-1.fc36.x86_64", "Installed: sqlite-3.36.0-5.fc36.x86_64", "Installed: bind-dyndb-ldap-11.9-23.fc36.x86_64", "Installed: freeipa-server-dns-4.9.11-1.fc36.noarch", "Installed: opendnssec-2.1.10-2.fc36.x86_64", "Installed: ldns-1.8.1-4.fc36.x86_64", "Installed: opencryptoki-3.17.0-7.fc36.x86_64" ] } 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 May 2023 16:06:10 +0000 (0:00:07.612) 0:00:56.107 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Ensure that firewall packages installed] *********** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:24 Saturday 27 May 2023 16:06:10 +0000 (0:00:00.027) 0:00:56.135 ********** 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 May 2023 16:06:13 +0000 (0:00:02.344) 0:00:58.479 ********** changed: [sut] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target dbus-broker.service polkit.service dbus.socket system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service nftables.service ebtables.service shutdown.target iptables.service ipset.service", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14741", "LimitNPROCSoft": "14741", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14741", "LimitSIGPENDINGSoft": "14741", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4422", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [ipaserver : Firewalld - Verify runtime zone "{{ ipaserver_firewalld_zone }}"] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:40 Saturday 27 May 2023 16:06:14 +0000 (0:00:01.341) 0:00:59.820 ********** skipping: [sut] => { "changed": false, "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 May 2023 16:06:14 +0000 (0:00:00.035) 0:00:59.856 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaserver : Copy external certs] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:55 Saturday 27 May 2023 16:06:14 +0000 (0:00:00.035) 0:00:59.892 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Server installation test] ************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:62 Saturday 27 May 2023 16:06:14 +0000 (0:00:00.056) 0:00:59.948 ********** 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": 1960199999, "idstart": 1960000000, "ipa_python_version": 40911, "no_host_dns": true, "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 May 2023 16:06:16 +0000 (0:00:01.948) 0:01:01.897 ********** 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 May 2023 16:06:17 +0000 (0:00:01.110) 0:01:03.007 ********** 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 May 2023 16:06:17 +0000 (0:00:00.053) 0:01:03.060 ********** 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 May 2023 16:06:17 +0000 (0:00:00.045) 0:01:03.106 ********** 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": [ "10.31.40.67" ], "dns_reverse_zones": [], "forward_policy": "only", "forwarders": [ "10.29.169.13", "10.29.170.12", "10.2.32.1" ], "ip_addresses": [ "10.31.40.67" ], "no_dnssec_validation": true, "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 May 2023 16:06:20 +0000 (0:00:02.309) 0:01:05.416 ********** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup DS] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:214 Saturday 27 May 2023 16:06:30 +0000 (0:00:10.527) 0:01:15.943 ********** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup KRB] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:243 Saturday 27 May 2023 16:06:59 +0000 (0:00:28.722) 0:01:44.666 ********** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup custodia] ************************************ task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:270 Saturday 27 May 2023 16:07:05 +0000 (0:00:06.389) 0:01:51.056 ********** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup CA] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:276 Saturday 27 May 2023 16:07:11 +0000 (0:00:05.658) 0:01:56.714 ********** changed: [sut] => { "changed": true, "csr_generated": false } TASK [ipaserver : Copy /root/ipa.csr to "sut-ipa.csr"] ************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:318 Saturday 27 May 2023 16:10:45 +0000 (0:03:34.170) 0:05:30.885 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup otpd] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:329 Saturday 27 May 2023 16:10:45 +0000 (0:00:00.051) 0:05:30.937 ********** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup HTTP] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:335 Saturday 27 May 2023 16:10:48 +0000 (0:00:02.761) 0:05:33.698 ********** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup KRA] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:367 Saturday 27 May 2023 16:11:27 +0000 (0:00:39.214) 0:06:12.913 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup DNS] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:378 Saturday 27 May 2023 16:11:27 +0000 (0:00:00.055) 0:06:12.968 ********** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup ADTRUST] ************************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:395 Saturday 27 May 2023 16:11:38 +0000 (0:00:10.637) 0:06:23.606 ********** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Set DS password] *********************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:411 Saturday 27 May 2023 16:11:52 +0000 (0:00:14.273) 0:06:37.879 ********** changed: [sut] => { "changed": true } TASK [Install - Setup client] ************************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:428 Saturday 27 May 2023 16:11:55 +0000 (0:00:02.768) 0:06:40.648 ********** TASK [ipaclient : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:4 Saturday 27 May 2023 16:11:55 +0000 (0:00:00.091) 0:06:40.739 ********** 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 May 2023 16:11:55 +0000 (0:00:00.096) 0:06:40.835 ********** 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 May 2023 16:11:55 +0000 (0:00:00.142) 0:06:40.977 ********** skipping: [sut] => { "changed": false, "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 May 2023 16:11:55 +0000 (0:00:00.056) 0:06:41.034 ********** skipping: [sut] => { "changed": false, "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 May 2023 16:11:55 +0000 (0:00:00.070) 0:06:41.104 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Check that either password or keytab is set] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:21 Saturday 27 May 2023 16:11:55 +0000 (0:00:00.070) 0:06:41.174 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Set default principal if no keytab is given] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:26 Saturday 27 May 2023 16:11:55 +0000 (0:00:00.094) 0:06:41.268 ********** 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 May 2023 16:11:56 +0000 (0:00:00.073) 0:06:41.342 ********** skipping: [sut] => { "changed": false, "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 May 2023 16:11:56 +0000 (0:00:00.055) 0:06:41.397 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure DNS resolver] **************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:46 Saturday 27 May 2023 16:11:56 +0000 (0:00:00.054) 0:06:41.452 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - IPA client test] *********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:52 Saturday 27 May 2023 16:11:56 +0000 (0:00:00.058) 0:06:41.510 ********** 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": 40911, "kdc": "ipaserver.test.local", "nosssd_files": {}, "ntp_pool": null, "ntp_servers": null, "realm": "TEST.LOCAL", "servers": [ "ipaserver.test.local" ], "sssd": true } TASK [ipaclient : Install - Cleanup leftover ccache] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:82 Saturday 27 May 2023 16:11:57 +0000 (0:00:01.180) 0:06:42.691 ********** 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 May 2023 16:11:57 +0000 (0:00:00.266) 0:06:42.958 ********** 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 May 2023 16:11:58 +0000 (0:00:00.844) 0:06:43.802 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Disable One-Time Password for on_master] *********** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:104 Saturday 27 May 2023 16:11:58 +0000 (0:00:00.068) 0:06:43.870 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Test if IPA client has working krb5.keytab] ******** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:109 Saturday 27 May 2023 16:11:58 +0000 (0:00:00.067) 0:06:43.937 ********** 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 May 2023 16:12:00 +0000 (0:00:01.815) 0:06:45.753 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Keytab or password is required for getting otp] **** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:137 Saturday 27 May 2023 16:12:00 +0000 (0:00:00.061) 0:06:45.814 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create temporary file for keytab] ****************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:142 Saturday 27 May 2023 16:12:00 +0000 (0:00:00.079) 0:06:45.894 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Copy keytab to server temporary file] ************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:151 Saturday 27 May 2023 16:12:00 +0000 (0:00:00.090) 0:06:45.985 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Get One-Time Password for client enrollment] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:159 Saturday 27 May 2023 16:12:00 +0000 (0:00:00.083) 0:06:46.068 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Install - Report error for OTP generation] ******************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:169 Saturday 27 May 2023 16:12:00 +0000 (0:00:00.071) 0:06:46.140 ********** skipping: [sut] => {} TASK [ipaclient : Install - Store the previously obtained OTP] ***************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:175 Saturday 27 May 2023 16:12:00 +0000 (0:00:00.069) 0:06:46.209 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Install - Remove keytab temporary file] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:182 Saturday 27 May 2023 16:12:00 +0000 (0:00:00.068) 0:06:46.278 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Store predefined OTP in admin_password] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:189 Saturday 27 May 2023 16:12:01 +0000 (0:00:00.065) 0:06:46.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 - Check if principal and keytab are set] ************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:207 Saturday 27 May 2023 16:12:01 +0000 (0:00:00.060) 0:06:46.404 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Check if one of password or keytabs are set] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:212 Saturday 27 May 2023 16:12:01 +0000 (0:00:00.057) 0:06:46.462 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - From host keytab, purge TEST.LOCAL] **************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:220 Saturday 27 May 2023 16:12:01 +0000 (0:00:00.061) 0:06:46.523 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Backup and set hostname] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:237 Saturday 27 May 2023 16:12:01 +0000 (0:00:00.064) 0:06:46.587 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create temporary krb5 configuration] *************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:242 Saturday 27 May 2023 16:12:01 +0000 (0:00:00.062) 0:06:46.650 ********** ok: [sut] => { "changed": false, "krb_name": "/tmp/tmpz1vp4hr3" } TASK [ipaclient : Install - Join IPA] ****************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:251 Saturday 27 May 2023 16:12:02 +0000 (0:00:00.883) 0:06:47.533 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : The krb5 configuration is not correct] *********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:279 Saturday 27 May 2023 16:12:02 +0000 (0:00:00.068) 0:06:47.601 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : IPA test failed] ********************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:285 Saturday 27 May 2023 16:12:02 +0000 (0:00:00.084) 0:06:47.686 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Fail due to missing ca.crt file] ***************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:289 Saturday 27 May 2023 16:12:02 +0000 (0:00:00.088) 0:06:47.775 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure IPA default.conf] ************************ task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:303 Saturday 27 May 2023 16:12:02 +0000 (0:00:00.070) 0:06:47.845 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure SSSD] ************************************ task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:312 Saturday 27 May 2023 16:12:02 +0000 (0:00:00.075) 0:06:47.920 ********** changed: [sut] => { "changed": true } TASK [ipaclient : Install - IPA API calls for remaining enrollment parts] ****** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:334 Saturday 27 May 2023 16:12:03 +0000 (0:00:00.882) 0:06:48.803 ********** changed: [sut] => { "ca_enabled": true, "changed": true, "subject_base": "O=TEST.LOCAL" } TASK [ipaclient : Install - Fix IPA ca] **************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:343 Saturday 27 May 2023 16:12:06 +0000 (0:00:02.743) 0:06:51.546 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create IPA NSS database] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:354 Saturday 27 May 2023 16:12:06 +0000 (0:00:00.072) 0:06:51.619 ********** changed: [sut] => { "ca_enabled_ra": true, "changed": true } TASK [ipaclient : Install - Configure SSH and SSHD] **************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:388 Saturday 27 May 2023 16:12:12 +0000 (0:00:06.235) 0:06:57.855 ********** changed: [sut] => { "changed": true } TASK [ipaclient : Install - Configure automount] ******************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:396 Saturday 27 May 2023 16:12:13 +0000 (0:00:00.867) 0:06:58.723 ********** changed: [sut] => { "changed": true } TASK [ipaclient : Install - Configure firefox] ********************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:402 Saturday 27 May 2023 16:12:14 +0000 (0:00:00.826) 0:06:59.549 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure NIS] ************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:408 Saturday 27 May 2023 16:12:14 +0000 (0:00:00.067) 0:06:59.616 ********** changed: [sut] => { "changed": true } TASK [ipaclient : Remove temporary krb5.conf] ********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:414 Saturday 27 May 2023 16:12:15 +0000 (0:00:01.128) 0:07:00.745 ********** changed: [sut] => { "changed": true, "path": "/tmp/tmpz1vp4hr3", "state": "absent" } TASK [ipaclient : Install - Configure krb5 for IPA realm] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:420 Saturday 27 May 2023 16:12:15 +0000 (0:00:00.287) 0:07:01.033 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure certmonger] ****************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:434 Saturday 27 May 2023 16:12:15 +0000 (0:00:00.071) 0:07:01.104 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Restore original admin password if overwritten by OTP] *** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:444 Saturday 27 May 2023 16:12:15 +0000 (0:00:00.073) 0:07:01.178 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Cleanup leftover ccache] ************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:450 Saturday 27 May 2023 16:12:15 +0000 (0:00:00.061) 0:07:01.239 ********** ok: [sut] => { "changed": false, "path": "/etc/ipa/.dns_ccache", "state": "absent" } TASK [ipaclient : Remove temporary krb5.conf] ********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:455 Saturday 27 May 2023 16:12:16 +0000 (0:00:00.264) 0:07:01.503 ********** ok: [sut] => { "changed": false, "path": "/tmp/tmpz1vp4hr3", "state": "absent" } TASK [ipaclient : Remove temporary krb5.conf backup] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:461 Saturday 27 May 2023 16:12:16 +0000 (0:00:00.265) 0:07:01.768 ********** changed: [sut] => { "changed": true, "path": "/tmp/tmpz1vp4hr3.ipabkp", "state": "absent" } TASK [ipaclient : Uninstall IPA client] **************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:23 Saturday 27 May 2023 16:12:16 +0000 (0:00:00.270) 0:07:02.039 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Enable IPA] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:443 Saturday 27 May 2023 16:12:16 +0000 (0:00:00.074) 0:07:02.113 ********** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Configure firewalld] ******************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:450 Saturday 27 May 2023 16:12:47 +0000 (0:00:30.571) 0:07:32.685 ********** changed: [sut] => { "changed": true, "cmd": [ "firewall-cmd", "--permanent", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=dns", "--add-service=ntp" ], "delta": "0:00:00.524037", "end": "2023-05-27 16:12:48.355532", "rc": 0, "start": "2023-05-27 16:12:47.831495" } STDOUT: success TASK [ipaserver : Install - Configure firewalld runtime] *********************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:464 Saturday 27 May 2023 16:12:48 +0000 (0:00:01.023) 0:07:33.708 ********** changed: [sut] => { "changed": true, "cmd": [ "firewall-cmd", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=dns", "--add-service=ntp" ], "delta": "0:00:00.496868", "end": "2023-05-27 16:12:49.257972", "rc": 0, "start": "2023-05-27 16:12:48.761104" } STDOUT: success TASK [ipaserver : Install - Cleanup root IPA cache] **************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:478 Saturday 27 May 2023 16:12:49 +0000 (0:00:00.901) 0:07:34.609 ********** ok: [sut] => { "changed": false, "path": "/root/.ipa_cache", "state": "absent" } TASK [ipaserver : Cleanup temporary files] ************************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:483 Saturday 27 May 2023 16:12:49 +0000 (0:00:00.371) 0:07:34.981 ********** 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 May 2023 16:12:50 +0000 (0:00:01.076) 0:07:36.058 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } PLAY [Issue IPA signed certificates] ******************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tests_basic_ipa.yml:12 Saturday 27 May 2023 16:12:50 +0000 (0:00:00.060) 0:07:36.119 ********** ok: [sut] TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-ci_6e67e8a/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 27 May 2023 16:12:51 +0000 (0:00:00.856) 0:07:36.975 ********** included: /WORKDIR/git-weekly-ci_6e67e8a/.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-ci_6e67e8a/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 27 May 2023 16:12:51 +0000 (0:00:00.021) 0:07:36.997 ********** ok: [sut] TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci_6e67e8a/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:7 Saturday 27 May 2023 16:12:52 +0000 (0:00:00.498) 0:07:37.496 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_36.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_36.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_36.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_36.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-weekly-ci_6e67e8a/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 27 May 2023 16:12:52 +0000 (0:00:00.045) 0:07:37.541 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-ci_6e67e8a/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:22 Saturday 27 May 2023 16:12:54 +0000 (0:00:02.520) 0:07:40.062 ********** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-ci_6e67e8a/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:33 Saturday 27 May 2023 16:12:57 +0000 (0:00:02.379) 0:07:42.442 ********** 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-ci_6e67e8a/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:59 Saturday 27 May 2023 16:12:57 +0000 (0:00:00.260) 0:07:42.702 ********** 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-ci_6e67e8a/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:88 Saturday 27 May 2023 16:12:57 +0000 (0:00:00.258) 0:07:42.961 ********** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-05-27 16:09:28 UTC", "ActiveEnterTimestampMonotonic": "1055471459", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target system.slice systemd-journald.socket dbus-broker.service syslog.target network.target dbus.socket basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-05-27 16:09:28 UTC", "AssertTimestampMonotonic": "1055433895", "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": "65484686000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-05-27 16:09:28 UTC", "ConditionTimestampMonotonic": "1055433807", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9795", "ExecMainStartTimestamp": "Sat 2023-05-27 16:09:28 UTC", "ExecMainStartTimestampMonotonic": "1055446143", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2023-05-27 16:09:28 UTC", "InactiveExitTimestampMonotonic": "1055446709", "InvocationID": "37df6e3a8b81459da8c7616cd1445670", "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": "14741", "LimitNPROCSoft": "14741", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14741", "LimitSIGPENDINGSoft": "14741", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9795", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "2580480", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice dbus.socket", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2023-05-27 16:12:19 UTC", "StateChangeTimestampMonotonic": "1226520791", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "4422", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /WORKDIR/git-weekly-ci_6e67e8a/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:99 Saturday 27 May 2023 16:12:58 +0000 (0:00:00.417) 0:07:43.378 ********** 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. PLAY [Verify certificates] ***************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tests_basic_ipa.yml:32 Saturday 27 May 2023 16:13:03 +0000 (0:00:05.433) 0:07:48.812 ********** ok: [sut] TASK [Verify each certificate] ************************************************* task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tests_basic_ipa.yml:91 Saturday 27 May 2023 16:13:04 +0000 (0:00:00.623) 0:07:49.436 ********** included: /WORKDIR/git-weekly-ci_6e67e8a/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-ci_6e67e8a/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-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:2 Saturday 27 May 2023 16:13:04 +0000 (0:00:00.063) 0:07:49.499 ********** ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:6 Saturday 27 May 2023 16:13:04 +0000 (0:00:00.018) 0:07:49.518 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Install the package, force upgrade] ************************************** task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:11 Saturday 27 May 2023 16:13:06 +0000 (0:00:02.286) 0:07:51.804 ********** changed: [sut] => { "changed": true, "cmd": [ "/tmp/certificate-tests-venv/bin/pip3", "install", "-U", "pip" ], "name": [ "pip" ], "requirements": null, "state": "latest", "version": null, "virtualenv": "/tmp/certificate-tests-venv" } STDOUT: Requirement already satisfied: pip in ./certificate-tests-venv/lib/python3.10/site-packages (21.3.1) Collecting pip Downloading pip-23.1.2-py3-none-any.whl (2.1 MB) Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 21.3.1 Uninstalling pip-21.3.1: Successfully uninstalled pip-21.3.1 Successfully installed pip-23.1.2 TASK [Install certreader] ****************************************************** task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:18 Saturday 27 May 2023 16:13:11 +0000 (0:00:05.502) 0:07:57.307 ********** changed: [sut] => { "changed": true, "cmd": [ "/tmp/certificate-tests-venv/bin/pip3", "install", "cryptography<35", "certreader>=0.1.1" ], "name": [ "cryptography<35", "certreader>=0.1.1" ], "requirements": null, "state": "present", "version": null, "virtualenv": "/tmp/certificate-tests-venv" } STDOUT: Collecting cryptography<35 Downloading cryptography-3.4.8-cp36-abi3-manylinux_2_24_x86_64.whl (3.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 18.1 MB/s eta 0:00:00 Collecting certreader>=0.1.1 Downloading certreader-0.1.1.tar.gz (4.4 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting cffi>=1.12 (from cryptography<35) Downloading cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 441.8/441.8 kB 4.2 MB/s eta 0:00:00 Collecting pyasn1 (from certreader>=0.1.1) Downloading pyasn1-0.5.0-py2.py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.9/83.9 kB 17.9 MB/s eta 0:00:00 Collecting pyyaml (from certreader>=0.1.1) Downloading PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 682.2/682.2 kB 6.1 MB/s eta 0:00:00 Collecting pycparser (from cffi>=1.12->cryptography<35) Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 22.7 MB/s eta 0:00:00 Building wheels for collected packages: certreader Building wheel for certreader (pyproject.toml): started Building wheel for certreader (pyproject.toml): finished with status 'done' Created wheel for certreader: filename=certreader-0.1.1-py3-none-any.whl size=5180 sha256=9e0c580854f3f6209c9c4458e7c758b7f55a60d7e243339876efa81e78e990b1 Stored in directory: /root/.cache/pip/wheels/f7/4f/8e/6aaf350d4662f9dfdd803b514f271613f866a2328a8d2887ad Successfully built certreader Installing collected packages: pyyaml, pycparser, pyasn1, cffi, cryptography, certreader Successfully installed certreader-0.1.1 cffi-1.15.1 cryptography-3.4.8 pyasn1-0.5.0 pycparser-2.21 pyyaml-6.0 TASK [Retrieve certificate file stats] ***************************************** task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:26 Saturday 27 May 2023 16:13:16 +0000 (0:00:04.644) 0:08:01.951 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1685203981.1860747, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4d5021d944c28b94bbce532af4c9a3e954610626", "ctime": 1685203981.1820748, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 198520, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1685203981.1820748, "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": "4262892744", "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-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:31 Saturday 27 May 2023 16:13:16 +0000 (0:00:00.349) 0:08:02.301 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:37 Saturday 27 May 2023 16:13:17 +0000 (0:00:00.022) 0:08:02.324 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:47 Saturday 27 May 2023 16:13:17 +0000 (0:00:00.065) 0:08:02.390 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:53 Saturday 27 May 2023 16:13:17 +0000 (0:00:00.045) 0:08:02.435 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1685203979.1331296, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "86358e586ce424e1b0efb69371c126ae5c8b6d5e", "ctime": 1685203981.1820748, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 198519, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1685203981.1820748, "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": "2465799408", "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-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:58 Saturday 27 May 2023 16:13:17 +0000 (0:00:00.227) 0:08:02.662 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:64 Saturday 27 May 2023 16:13:17 +0000 (0:00:00.021) 0:08:02.684 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:74 Saturday 27 May 2023 16:13:17 +0000 (0:00:00.057) 0:08:02.742 ********** ok: [sut] => { "changed": false, "cmd": [ "/tmp/certificate-tests-venv/bin/certreader2json", "/etc/pki/tls/certs/mycert_basic_ipa.crt" ], "delta": "0:00:00.204129", "end": "2023-05-27 16:13:17.816912", "rc": 0, "start": "2023-05-27 16:13:17.612783" } STDOUT: { "subject": [ { "name": "organizationName", "oid": "2.5.4.10", "value": "TEST.LOCAL" }, { "name": "commonName", "oid": "2.5.4.3", "value": "ipaserver.test.local" } ], "extensions": { "authorityKeyIdentifier": { "value": "3D:BE:29:87:DB:C3:98:C2:80:E6:17:9C:E0:A0:6E:67:03:0A:39:18", "critical": false }, "authorityInfoAccess": { "value": [ { "method": "OCSP", "location": "http://ipa-ca.test.local/ca/ocsp" } ], "critical": false }, "keyUsage": { "value": [ "digital_signature", "content_commitment", "key_encipherment", "data_encipherment" ], "critical": true }, "extendedKeyUsage": { "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" } ], "critical": false }, "cRLDistributionPoints": { "value": [ { "full_name": [ "http://ipa-ca.test.local/ipa/crl/MasterCRL.bin" ], "crl_issuer": [ { "organizationName": "ipaca", "commonName": "Certificate Authority" } ] } ], "critical": false }, "subjectKeyIdentifier": { "value": "57:9B:9F:16:CB:E4:77:95:BE:0E:F4:86:B5:1E:72:8A:1C:DC:97:55", "critical": false }, "subjectAltName": { "value": [ { "name": "DNS", "value": "ipaserver.test.local" }, { "name": "Universal Principal Name (UPN)", "value": "HTTP/ipaserver.test.local@TEST.LOCAL", "oid": "1.3.6.1.4.1.311.20.2.3" }, { "name": "Kerberos principalname", "value": "HTTP/ipaserver.test.local@TEST.LOCAL", "oid": "1.3.6.1.5.2.2" } ], "critical": false } }, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "39:79:69:B6:3C:98:B0:D2:50:E2:C6:2B:50:F0:31:EF:98:9E:57:C6:F2:A3:D4:E0:E0:98:B7:A5:55:79:6D:57:FD:6B:FA:A9:AF:3B:04:4A:E1:A3:68:F6:AE:1D:B9:D1:89:9E:EC:0C:27:B0:31:80:30:0D:D2:8B:DE:B7:F4:A2:D2:8E:73:5A:8F:49:8E:6C:DA:F6:35:34:16:1C:DF:94:DA:CC:FC:47:00:02:15:11:92:1A:76:2E:89:17:3C:13:C2:24:C7:9A:3D:5D:45:C5:29:14:67:21:5C:7C:2B:71:71:E7:B6:1E:88:24:51:07:BF:DA:76:AA:6C:B8:86:6C:2C:F9:23:EB:C5:CD:6B:29:28:45:FD:53:02:C1:5D:76:60:3E:99:58:3C:6D:41:2D:C2:D9:B5:DF:D9:F5:4D:90:E5:C7:93:C2:83:ED:69:68:6F:22:53:5A:41:16:C8:6F:82:3F:32:B2:3C:BB:22:5A:C0:79:50:B6:3A:6A:CF:14:A6:BF:02:1E:4D:3D:56:EA:F4:6A:1F:00:9B:64:4B:7F:8C:90:A3:64:55:9A:B0:06:AD:37:46:19:DF:09:45:92:95:3D:12:24:97:67:F9:29:59:7A:0B:95:3C:C4:22:59:8B:AA:6A:2D:FF:29:EF:29:0A:FC:47:A7:64:FF:6B:C9:A2:8F:CD:B5:25:60:CD:BB:43:BC:6F:FD:70:69:93:7C:43:65:B5:FE:6A:0C:3F:9E:DD:58:77:0A:B5:C7:15:2C:AD:E3:48:E6:22:99:47:51:2D:90:C4:7A:90:48:10:89:63:93:8D:D5:8C:47:C7:4A:87:C5:99:18:FA:03:3F:61:18:31:E5:5B:ED:DD:6E:FD:73:86:98:D4:AB:3E:D7:F4:29:02:3D:AE:9C:D3:D0:23:6E:3D:49:59:63:77:E7:E9:D5:3E:8F:00:FF:58:EE:A8:09:B2:E8:27:F4:A2:88:38:B7:41:0B:0B:EA:EA:06:18:7B:EA:E5:B8:43:E6:D6:B1" }, "key_size": 2048, "validity": { "not_valid_after": "2025-05-27 16:13:00", "not_valid_before": "2023-05-27 16:13:00" } } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:79 Saturday 27 May 2023 16:13:17 +0000 (0:00:00.420) 0:08:03.162 ********** 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": "3D:BE:29:87:DB:C3:98:C2:80:E6:17:9C:E0:A0:6E:67:03:0A:39:18" }, "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": "57:9B:9F:16:CB:E4:77:95:BE:0E:F4:86:B5:1E:72:8A:1C:DC:97:55" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "39:79:69:B6:3C:98:B0:D2:50:E2:C6:2B:50:F0:31:EF:98:9E:57:C6:F2:A3:D4:E0:E0:98:B7:A5:55:79:6D:57:FD:6B:FA:A9:AF:3B:04:4A:E1:A3:68:F6:AE:1D:B9:D1:89:9E:EC:0C:27:B0:31:80:30:0D:D2:8B:DE:B7:F4:A2:D2:8E:73:5A:8F:49:8E:6C:DA:F6:35:34:16:1C:DF:94:DA:CC:FC:47:00:02:15:11:92:1A:76:2E:89:17:3C:13:C2:24:C7:9A:3D:5D:45:C5:29:14:67:21:5C:7C:2B:71:71:E7:B6:1E:88:24:51:07:BF:DA:76:AA:6C:B8:86:6C:2C:F9:23:EB:C5:CD:6B:29:28:45:FD:53:02:C1:5D:76:60:3E:99:58:3C:6D:41:2D:C2:D9:B5:DF:D9:F5:4D:90:E5:C7:93:C2:83:ED:69:68:6F:22:53:5A:41:16:C8:6F:82:3F:32:B2:3C:BB:22:5A:C0:79:50:B6:3A:6A:CF:14:A6:BF:02:1E:4D:3D:56:EA:F4:6A:1F:00:9B:64:4B:7F:8C:90:A3:64:55:9A:B0:06:AD:37:46:19:DF:09:45:92:95:3D:12:24:97:67:F9:29:59:7A:0B:95:3C:C4:22:59:8B:AA:6A:2D:FF:29:EF:29:0A:FC:47:A7:64:FF:6B:C9:A2:8F:CD:B5:25:60:CD:BB:43:BC:6F:FD:70:69:93:7C:43:65:B5:FE:6A:0C:3F:9E:DD:58:77:0A:B5:C7:15:2C:AD:E3:48:E6:22:99:47:51:2D:90:C4:7A:90:48:10:89:63:93:8D:D5:8C:47:C7:4A:87:C5:99:18:FA:03:3F:61:18:31:E5:5B:ED:DD:6E:FD:73:86:98:D4:AB:3E:D7:F4:29:02:3D:AE:9C:D3:D0:23:6E:3D:49:59:63:77:E7:E9:D5:3E:8F:00:FF:58:EE:A8:09:B2:E8:27:F4:A2:88:38:B7:41:0B:0B:EA:EA:06:18:7B:EA:E5:B8:43:E6:D6:B1" }, "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": "2025-05-27 16:13:00", "not_valid_before": "2023-05-27 16:13:00" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:83 Saturday 27 May 2023 16:13:17 +0000 (0:00:00.033) 0:08:03.196 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:91 Saturday 27 May 2023 16:13:17 +0000 (0:00:00.061) 0:08:03.257 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:99 Saturday 27 May 2023 16:13:17 +0000 (0:00:00.021) 0:08:03.279 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:106 Saturday 27 May 2023 16:13:18 +0000 (0:00:00.048) 0:08:03.327 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:118 Saturday 27 May 2023 16:13:18 +0000 (0:00:00.045) 0:08:03.372 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:132 Saturday 27 May 2023 16:13:18 +0000 (0:00:00.046) 0:08:03.418 ********** 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.074157", "end": "2023-05-27 16:13:18.362875", "rc": 0, "start": "2023-05-27 16:13:18.288718" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:141 Saturday 27 May 2023 16:13:18 +0000 (0:00:00.288) 0:08:03.706 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set virtualenv_path] ***************************************************** task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:2 Saturday 27 May 2023 16:13:18 +0000 (0:00:00.059) 0:08:03.765 ********** ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:6 Saturday 27 May 2023 16:13:18 +0000 (0:00:00.018) 0:08:03.784 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Install the package, force upgrade] ************************************** task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:11 Saturday 27 May 2023 16:13:20 +0000 (0:00:02.314) 0:08:06.099 ********** ok: [sut] => { "changed": false, "cmd": [ "/tmp/certificate-tests-venv/bin/pip3", "install", "-U", "pip" ], "name": [ "pip" ], "requirements": null, "state": "latest", "version": null, "virtualenv": "/tmp/certificate-tests-venv" } STDOUT: Requirement already satisfied: pip in ./certificate-tests-venv/lib/python3.10/site-packages (23.1.2) TASK [Install certreader] ****************************************************** task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:18 Saturday 27 May 2023 16:13:21 +0000 (0:00:00.897) 0:08:06.996 ********** ok: [sut] => { "changed": false, "cmd": [ "/tmp/certificate-tests-venv/bin/pip3", "install", "cryptography<35", "certreader>=0.1.1" ], "name": [ "cryptography<35", "certreader>=0.1.1" ], "requirements": null, "state": "present", "version": null, "virtualenv": "/tmp/certificate-tests-venv" } STDOUT: Requirement already satisfied: cryptography<35 in ./certificate-tests-venv/lib/python3.10/site-packages (3.4.8) Requirement already satisfied: certreader>=0.1.1 in ./certificate-tests-venv/lib/python3.10/site-packages (0.1.1) Requirement already satisfied: cffi>=1.12 in ./certificate-tests-venv/lib/python3.10/site-packages (from cryptography<35) (1.15.1) Requirement already satisfied: pyasn1 in ./certificate-tests-venv/lib/python3.10/site-packages (from certreader>=0.1.1) (0.5.0) Requirement already satisfied: pyyaml in ./certificate-tests-venv/lib/python3.10/site-packages (from certreader>=0.1.1) (6.0) Requirement already satisfied: pycparser in ./certificate-tests-venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography<35) (2.21) TASK [Retrieve certificate file stats] ***************************************** task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:26 Saturday 27 May 2023 16:13:22 +0000 (0:00:00.757) 0:08:07.754 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1685203983.275019, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8162dca0208b0bafedfcca38692d884a3bd05880", "ctime": 1685203983.4320147, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 50, "gr_name": "ftp", "inode": 198522, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0640", "mtime": 1685203983.271019, "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": "2838498401", "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-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:31 Saturday 27 May 2023 16:13:22 +0000 (0:00:00.225) 0:08:07.980 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:37 Saturday 27 May 2023 16:13:22 +0000 (0:00:00.021) 0:08:08.001 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:47 Saturday 27 May 2023 16:13:22 +0000 (0:00:00.062) 0:08:08.064 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:53 Saturday 27 May 2023 16:13:22 +0000 (0:00:00.052) 0:08:08.116 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1685203982.194048, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "508e1b0e01c264b007cb8b20a8f024c03ad9d47d", "ctime": 1685203983.4320147, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 50, "gr_name": "ftp", "inode": 198521, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0640", "mtime": 1685203983.271019, "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": "1280540610", "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-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:58 Saturday 27 May 2023 16:13:23 +0000 (0:00:00.233) 0:08:08.350 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:64 Saturday 27 May 2023 16:13:23 +0000 (0:00:00.030) 0:08:08.380 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:74 Saturday 27 May 2023 16:13:23 +0000 (0:00:00.074) 0:08:08.455 ********** ok: [sut] => { "changed": false, "cmd": [ "/tmp/certificate-tests-venv/bin/certreader2json", "/etc/pki/tls/certs/groupcert.crt" ], "delta": "0:00:00.204929", "end": "2023-05-27 16:13:23.536645", "rc": 0, "start": "2023-05-27 16:13:23.331716" } STDOUT: { "subject": [ { "name": "organizationName", "oid": "2.5.4.10", "value": "TEST.LOCAL" }, { "name": "commonName", "oid": "2.5.4.3", "value": "ipaserver.test.local" } ], "extensions": { "authorityKeyIdentifier": { "value": "3D:BE:29:87:DB:C3:98:C2:80:E6:17:9C:E0:A0:6E:67:03:0A:39:18", "critical": false }, "authorityInfoAccess": { "value": [ { "method": "OCSP", "location": "http://ipa-ca.test.local/ca/ocsp" } ], "critical": false }, "keyUsage": { "value": [ "digital_signature", "content_commitment", "key_encipherment", "data_encipherment" ], "critical": true }, "extendedKeyUsage": { "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" } ], "critical": false }, "cRLDistributionPoints": { "value": [ { "full_name": [ "http://ipa-ca.test.local/ipa/crl/MasterCRL.bin" ], "crl_issuer": [ { "organizationName": "ipaca", "commonName": "Certificate Authority" } ] } ], "critical": false }, "subjectKeyIdentifier": { "value": "A5:F6:0E:AC:CB:49:21:8F:E0:CC:6A:8B:1D:7C:C4:A3:31:41:E1:14", "critical": false }, "subjectAltName": { "value": [ { "name": "DNS", "value": "ipaserver.test.local" }, { "name": "Universal Principal Name (UPN)", "value": "HTTP/ipaserver.test.local@TEST.LOCAL", "oid": "1.3.6.1.4.1.311.20.2.3" }, { "name": "Kerberos principalname", "value": "HTTP/ipaserver.test.local@TEST.LOCAL", "oid": "1.3.6.1.5.2.2" } ], "critical": false } }, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "AA:AD:D3:9B:01:FA:D3:AB:F4:A9:6C:28:FB:D3:68:D0:6A:AA:B7:0F:DD:1C:0D:F7:54:D3:04:71:18:44:42:52:65:05:AA:BD:77:4C:A8:E6:9C:BD:70:6C:D0:8F:63:1B:5C:75:0E:D8:C1:5D:68:A2:7A:70:9A:0E:97:C4:4E:80:B8:2E:3A:AD:19:46:0D:9F:C0:1A:73:99:FE:CC:A2:AC:BD:9E:FC:BF:17:18:85:CF:C7:16:19:47:B7:08:0D:2A:34:50:E9:BF:B5:E8:1F:F9:DD:C5:B6:34:3E:98:B3:2F:E5:FC:3F:93:65:37:C3:DB:D9:C9:1E:F8:32:64:DA:00:47:76:79:B6:27:00:27:01:DD:6F:52:D7:CB:B7:5F:88:F2:80:46:35:25:5E:44:0B:87:D8:35:19:68:A7:A5:A3:B1:3F:55:A2:70:16:0D:FD:CD:49:CE:B9:C9:35:BE:B3:7B:95:C6:8B:09:F1:FC:B9:E3:FB:AB:CC:BE:C1:AC:D9:3B:80:AB:AF:C9:2C:56:2F:E8:A7:99:87:0E:E9:27:90:01:62:E0:DF:B7:75:C2:3B:11:0C:AD:3E:CC:69:87:A0:E7:9C:5A:DC:DE:13:2D:5A:66:D8:72:8F:7A:D8:32:1E:64:A5:A9:57:21:19:9E:39:E4:80:1D:CA:B7:A7:ED:39:B0:6F:3F:D5:79:09:6E:8B:AD:1C:02:AB:BC:63:42:29:5D:60:F2:90:53:95:B4:29:94:50:BD:56:CE:EB:8B:BA:F6:87:75:2D:4B:0D:A5:45:16:02:30:B8:0C:03:31:02:8A:F6:00:16:22:78:8C:CE:1D:9C:35:AB:25:9E:1C:E5:8F:F4:A6:11:A7:C2:CE:5E:EB:41:21:0B:BF:6D:B3:4B:D3:A9:2C:34:F1:12:CE:84:2A:F5:66:15:E5:2D:BC:ED:36:65:E9:83:12:49:6E:A9:DA:90:F6:3B:79:AE:43:89:14:A8:25:F7:E5:EC:C1:DF:97:CC:09:8A:E6:4E:52:EC" }, "key_size": 2048, "validity": { "not_valid_after": "2025-05-27 16:13:02", "not_valid_before": "2023-05-27 16:13:02" } } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:79 Saturday 27 May 2023 16:13:23 +0000 (0:00:00.424) 0:08:08.880 ********** 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": "3D:BE:29:87:DB:C3:98:C2:80:E6:17:9C:E0:A0:6E:67:03:0A:39:18" }, "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": "A5:F6:0E:AC:CB:49:21:8F:E0:CC:6A:8B:1D:7C:C4:A3:31:41:E1:14" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "AA:AD:D3:9B:01:FA:D3:AB:F4:A9:6C:28:FB:D3:68:D0:6A:AA:B7:0F:DD:1C:0D:F7:54:D3:04:71:18:44:42:52:65:05:AA:BD:77:4C:A8:E6:9C:BD:70:6C:D0:8F:63:1B:5C:75:0E:D8:C1:5D:68:A2:7A:70:9A:0E:97:C4:4E:80:B8:2E:3A:AD:19:46:0D:9F:C0:1A:73:99:FE:CC:A2:AC:BD:9E:FC:BF:17:18:85:CF:C7:16:19:47:B7:08:0D:2A:34:50:E9:BF:B5:E8:1F:F9:DD:C5:B6:34:3E:98:B3:2F:E5:FC:3F:93:65:37:C3:DB:D9:C9:1E:F8:32:64:DA:00:47:76:79:B6:27:00:27:01:DD:6F:52:D7:CB:B7:5F:88:F2:80:46:35:25:5E:44:0B:87:D8:35:19:68:A7:A5:A3:B1:3F:55:A2:70:16:0D:FD:CD:49:CE:B9:C9:35:BE:B3:7B:95:C6:8B:09:F1:FC:B9:E3:FB:AB:CC:BE:C1:AC:D9:3B:80:AB:AF:C9:2C:56:2F:E8:A7:99:87:0E:E9:27:90:01:62:E0:DF:B7:75:C2:3B:11:0C:AD:3E:CC:69:87:A0:E7:9C:5A:DC:DE:13:2D:5A:66:D8:72:8F:7A:D8:32:1E:64:A5:A9:57:21:19:9E:39:E4:80:1D:CA:B7:A7:ED:39:B0:6F:3F:D5:79:09:6E:8B:AD:1C:02:AB:BC:63:42:29:5D:60:F2:90:53:95:B4:29:94:50:BD:56:CE:EB:8B:BA:F6:87:75:2D:4B:0D:A5:45:16:02:30:B8:0C:03:31:02:8A:F6:00:16:22:78:8C:CE:1D:9C:35:AB:25:9E:1C:E5:8F:F4:A6:11:A7:C2:CE:5E:EB:41:21:0B:BF:6D:B3:4B:D3:A9:2C:34:F1:12:CE:84:2A:F5:66:15:E5:2D:BC:ED:36:65:E9:83:12:49:6E:A9:DA:90:F6:3B:79:AE:43:89:14:A8:25:F7:E5:EC:C1:DF:97:CC:09:8A:E6:4E:52:EC" }, "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": "2025-05-27 16:13:02", "not_valid_before": "2023-05-27 16:13:02" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:83 Saturday 27 May 2023 16:13:23 +0000 (0:00:00.030) 0:08:08.910 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:91 Saturday 27 May 2023 16:13:23 +0000 (0:00:00.057) 0:08:08.968 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:99 Saturday 27 May 2023 16:13:23 +0000 (0:00:00.024) 0:08:08.993 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:106 Saturday 27 May 2023 16:13:23 +0000 (0:00:00.046) 0:08:09.039 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:118 Saturday 27 May 2023 16:13:23 +0000 (0:00:00.045) 0:08:09.084 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:132 Saturday 27 May 2023 16:13:23 +0000 (0:00:00.044) 0:08:09.129 ********** 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.074441", "end": "2023-05-27 16:13:24.074676", "rc": 0, "start": "2023-05-27 16:13:24.000235" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:141 Saturday 27 May 2023 16:13:24 +0000 (0:00:00.288) 0:08:09.418 ********** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=102 changed=34 unreachable=0 failed=0 skipped=43 rescued=0 ignored=0 Saturday 27 May 2023 16:13:24 +0000 (0:00:00.063) 0:08:09.481 ********** =============================================================================== ipaserver : Install - Setup CA ---------------------------------------- 214.17s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:276 ----------------------- ipaserver : Install - Ensure that IPA server packages are installed ---- 39.95s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:7 ------------------------- ipaserver : Install - Setup HTTP --------------------------------------- 39.22s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:335 ----------------------- ipaserver : Install - Enable IPA --------------------------------------- 30.57s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:443 ----------------------- ipaserver : Install - Setup DS ----------------------------------------- 28.72s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:214 ----------------------- ipaserver : Install - Setup ADTRUST ------------------------------------ 14.27s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:395 ----------------------- ipaserver : Install - Setup DNS ---------------------------------------- 10.64s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:378 ----------------------- ipaserver : Install - Setup NTP ---------------------------------------- 10.53s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:207 ----------------------- ipaserver : Install - Ensure that IPA server packages for dns are installed --- 7.61s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:12 ------------------------ ipaserver : Install - Setup KRB ----------------------------------------- 6.39s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:243 ----------------------- ipaclient : Install - Create IPA NSS database --------------------------- 6.24s /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:354 ----------------------- ipaserver : Install - Setup custodia ------------------------------------ 5.66s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:270 ----------------------- Install the package, force upgrade -------------------------------------- 5.50s /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:11 fedora.linux_system_roles.certificate : Ensure certificate requests ----- 5.43s /WORKDIR/git-weekly-ci_6e67e8a/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:99 Install certreader ------------------------------------------------------ 4.64s /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/assert_certificate_parameters.yml:18 ipaserver : Install - Set DS password ----------------------------------- 2.77s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:411 ----------------------- ipaserver : Install - Setup otpd ---------------------------------------- 2.76s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:329 ----------------------- ipaclient : Install - IPA API calls for remaining enrollment parts ------ 2.74s /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:334 ----------------------- Ensure hostname package is installed ------------------------------------ 2.57s /WORKDIR/git-weekly-ci_6e67e8a/tests/tasks/setup_ipa.yml:33 ------------------- fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 2.52s /WORKDIR/git-weekly-ci_6e67e8a/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---