# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-cicg95kybu/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file statically imported: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/setup_ipa.yml Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_basic_ipa.yml ************************************************** 1 plays in /WORKDIR/git-weekly-cicg95kybu/tests/tests_basic_ipa.yml PLAY [Test using IPA to issue certs] ******************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cicg95kybu/tests/tests_basic_ipa.yml:2 Saturday 13 April 2024 12:48:23 +0000 (0:00:00.012) 0:00:00.012 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tests_basic_ipa.yml:13 Saturday 13 April 2024 12:48:24 +0000 (0:00:01.001) 0:00:01.013 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Skip if not supported] *************************************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tests_basic_ipa.yml:18 Saturday 13 April 2024 12:48:24 +0000 (0:00:00.285) 0:00:01.299 ******** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [Set __is_beaker_env] ***************************************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/setup_ipa.yml:2 Saturday 13 April 2024 12:48:24 +0000 (0:00:00.004) 0:00:01.304 ******** ok: [sut] => { "ansible_facts": { "__is_beaker_env": false }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/setup_ipa.yml:9 Saturday 13 April 2024 12:48:25 +0000 (0:00:00.019) 0:00:01.323 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/setup_ipa.yml:14 Saturday 13 April 2024 12:48:25 +0000 (0:00:00.231) 0:00:01.554 ******** ok: [sut] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [Install ansible-freeipa] ************************************************* task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/setup_ipa.yml:18 Saturday 13 April 2024 12:48:25 +0000 (0:00:00.012) 0:00:01.567 ******** skipping: [sut] => { "changed": false, "false_condition": "__is_beaker_env", "skip_reason": "Conditional result was False" } TASK [Ensure freeipa-repo is absent] ******************************************* task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/setup_ipa.yml:24 Saturday 13 April 2024 12:48:25 +0000 (0:00:00.007) 0:00:01.574 ******** ok: [sut -> 127.0.0.1] => { "changed": false, "path": "/tmp/freeipa-repo/", "state": "absent" } TASK [Clone ansible-freeipa repo] ********************************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/setup_ipa.yml:32 Saturday 13 April 2024 12:48:25 +0000 (0:00:00.176) 0:00:01.751 ******** changed: [sut -> 127.0.0.1] => { "after": "cbff802d13f75bf8b539afadda017617ac478667", "before": null, "changed": true } TASK [Create role symlinks] **************************************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/setup_ipa.yml:41 Saturday 13 April 2024 12:48:26 +0000 (0:00:00.813) 0:00:02.564 ******** changed: [sut -> 127.0.0.1] => (item=ipaserver) => { "ansible_loop_var": "item", "changed": true, "dest": "/WORKDIR/git-weekly-cicg95kybu/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-cicg95kybu/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-cicg95kybu/tests/tasks/setup_ipa.yml:53 Saturday 13 April 2024 12:48:26 +0000 (0:00:00.242) 0:00:02.807 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: hostname TASK [Set hostname] ************************************************************ task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/setup_ipa.yml:59 Saturday 13 April 2024 12:48:28 +0000 (0:00:02.181) 0:00:04.989 ******** 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-cicg95kybu/tests/tasks/setup_ipa.yml:65 Saturday 13 April 2024 12:48:29 +0000 (0:00:00.685) 0:00:05.674 ******** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: nss-softokn-3.99.0-1.fc39.x86_64", "Installed: nss-softokn-freebl-3.99.0-1.fc39.x86_64", "Installed: nss-sysinit-3.99.0-1.fc39.x86_64", "Installed: nss-util-3.99.0-1.fc39.x86_64", "Installed: nss-3.99.0-1.fc39.x86_64", "Removed: nss-3.98.0-1.fc39.x86_64", "Removed: nss-softokn-3.98.0-1.fc39.x86_64", "Removed: nss-softokn-freebl-3.98.0-1.fc39.x86_64", "Removed: nss-sysinit-3.98.0-1.fc39.x86_64", "Removed: nss-util-3.98.0-1.fc39.x86_64" ] } lsrpackages: nss TASK [Include ipaserver role] ************************************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/setup_ipa.yml:82 Saturday 13 April 2024 12:48:33 +0000 (0:00:04.475) 0:00:10.149 ******** TASK [ipaserver : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:4 Saturday 13 April 2024 12:48:33 +0000 (0:00:00.014) 0:00:10.164 ******** 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 13 April 2024 12:48:33 +0000 (0:00:00.019) 0:00:10.183 ******** 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 13 April 2024 12:48:33 +0000 (0:00:00.034) 0:00:10.217 ******** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: ecj-1:4.23-6.fc39.noarch", "Installed: httpcomponents-client-4.5.13-7.fc39.noarch", "Installed: httpcomponents-core-4.4.13-9.fc39.noarch", "Installed: mod_lookup_identity-1.0.0-18.fc39.x86_64", "Installed: python3-ply-3.11-20.fc39.noarch", "Installed: perl-Archive-Tar-3.02-4.fc39.noarch", "Installed: oddjob-0.34.7-9.fc39.x86_64", "Installed: oddjob-mkhomedir-0.34.7-9.fc39.x86_64", "Installed: perl-debugger-1.60-502.fc39.noarch", "Installed: julietaula-montserrat-fonts-1:7.222-5.fc39.noarch", "Installed: tzdata-java-2024a-2.fc39.noarch", "Installed: 389-ds-base-2.4.5-1.fc39.x86_64", "Installed: 389-ds-base-libs-2.4.5-1.fc39.x86_64", "Installed: dbus-tools-1:1.14.10-1.fc39.x86_64", "Installed: libipa_hbac-2.9.4-1.fc39.x86_64", "Installed: perl-meta-notation-5.38.2-502.fc39.noarch", "Installed: slapi-nis-0.60.0-4.fc39.x86_64", "Installed: python3-cffi-1.15.1-6.fc39.x86_64", "Installed: perl-sigtrap-1.10-502.fc39.noarch", "Installed: logrotate-3.21.0-4.fc39.x86_64", "Installed: mailcap-2.1.54-2.fc39.noarch", "Installed: python3-qrcode-7.4.2-12.fc39.noarch", "Installed: libkadm5-1.21.2-3.fc39.x86_64", "Installed: python3-psutil-5.9.5-1.fc39.x86_64", "Installed: publicsuffix-list-20240107-1.fc39.noarch", "Installed: libdb-utils-5.3.28-56.fc39.x86_64", "Installed: nss-tools-3.99.0-1.fc39.x86_64", "Installed: perl-DB_File-1.859-1.fc39.x86_64", "Installed: mod_http2-2.0.25-1.fc39.x86_64", "Installed: mod_lua-2.4.58-1.fc39.x86_64", "Installed: python3-netaddr-0.8.0-14.fc39.noarch", "Installed: mod_session-2.4.58-1.fc39.x86_64", "Installed: mod_ssl-1:2.4.58-1.fc39.x86_64", "Installed: openssl-perl-1:3.1.1-4.fc39.x86_64", "Installed: dogtag-jss-5.4.2-1.fc39.1.x86_64", "Installed: dogtag-ldapjdk-5.4.1-2.fc39.noarch", "Installed: dogtag-pki-acme-11.4.3-2.fc39.1.noarch", "Installed: dogtag-pki-base-11.4.3-2.fc39.1.noarch", "Installed: dogtag-pki-ca-11.4.3-2.fc39.1.noarch", "Installed: dogtag-pki-java-11.4.3-2.fc39.1.noarch", "Installed: dogtag-pki-kra-11.4.3-2.fc39.1.noarch", "Installed: dogtag-pki-server-11.4.3-2.fc39.1.noarch", "Installed: perl-Text-Diff-1.45-19.fc39.noarch", "Installed: dogtag-pki-tools-11.4.3-2.fc39.1.x86_64", "Installed: dogtag-tomcatjss-8.4.1-2.fc39.noarch", "Installed: bind-libs-32:9.18.24-1.fc39.x86_64", "Installed: bind-license-32:9.18.24-1.fc39.noarch", "Installed: bind-utils-32:9.18.24-1.fc39.x86_64", "Installed: libicu-73.2-2.fc39.x86_64", "Installed: perl-threads-1:2.36-500.fc39.x86_64", "Installed: perl-threads-shared-1.68-500.fc39.x86_64", "Installed: fedora-logos-httpd-38.1.0-2.fc39.noarch", "Installed: libsss_autofs-2.9.4-1.fc39.x86_64", "Installed: python3-pycparser-2.20-11.fc39.noarch", "Installed: sssd-common-pac-2.9.4-1.fc39.x86_64", "Installed: sssd-dbus-2.9.4-1.fc39.x86_64", "Installed: tomcat-native-1:1.2.36-2.fc39.x86_64", "Installed: sssd-idp-2.9.4-1.fc39.x86_64", "Installed: sssd-ipa-2.9.4-1.fc39.x86_64", "Installed: sssd-krb5-2.9.4-1.fc39.x86_64", "Installed: sssd-krb5-common-2.9.4-1.fc39.x86_64", "Installed: sssd-passkey-2.9.4-1.fc39.x86_64", "Installed: sssd-tools-2.9.4-1.fc39.x86_64", "Installed: lua-5.4.6-3.fc39.x86_64", "Installed: python3-jwcrypto-1.4.2-5.fc39.noarch", "Installed: open-sans-fonts-1.10-19.fc39.noarch", "Installed: python3-kdcproxy-1.0.0-13.fc39.noarch", "Installed: python3-ipaclient-4.11.1-2.fc39.noarch", "Installed: python3-ipalib-4.11.1-2.fc39.noarch", "Installed: python3-ipaserver-4.11.1-2.fc39.noarch", "Installed: python3-typing-extensions-4.8.0-1.fc39.noarch", "Installed: python3-sss-2.9.4-1.fc39.x86_64", "Installed: python3-sss-murmur-2.9.4-1.fc39.x86_64", "Installed: python3-sssdconfig-2.9.4-1.fc39.noarch", "Installed: python3-argcomplete-2.0.0-12.fc39.noarch", "Installed: javapackages-filesystem-6.1.0-10.fc39.noarch", "Installed: javapackages-tools-6.1.0-10.fc39.noarch", "Installed: slf4j-1.7.32-6.fc39.noarch", "Installed: freeipa-client-4.11.1-2.fc39.x86_64", "Installed: freeipa-client-common-4.11.1-2.fc39.noarch", "Installed: slf4j-jdk14-1.7.32-6.fc39.noarch", "Installed: freeipa-common-4.11.1-2.fc39.noarch", "Installed: sscg-3.0.5-3.fc39.x86_64", "Installed: freeipa-healthcheck-core-0.16-3.fc39.noarch", "Installed: freeipa-selinux-4.11.1-2.fc39.noarch", "Installed: freeipa-server-4.11.1-2.fc39.x86_64", "Installed: bash-completion-1:2.11-12.fc39.noarch", "Installed: freeipa-server-common-4.11.1-2.fc39.noarch", "Installed: java-17-openjdk-headless-1:17.0.9.0.9-3.fc39.x86_64", "Installed: jaxb-api-4.0.0-4.fc39.noarch", "Installed: fontawesome4-fonts-1:4.7.0-19.fc39.noarch", "Installed: python3-ldap-3.4.4-1.fc39.x86_64", "Installed: lua-posix-36.2.1-3.fc39.x86_64", "Installed: python3-lib389-2.4.5-1.fc39.noarch", "Installed: libuv-1:1.48.0-1.fc39.x86_64", "Installed: python3-libipa_hbac-2.9.4-1.fc39.x86_64", "Installed: python3-augeas-1.1.0-10.fc39.noarch", "Installed: acl-2.3.1-9.fc39.x86_64", "Installed: krb5-pkinit-1.21.2-3.fc39.x86_64", "Installed: krb5-server-1.21.2-3.fc39.x86_64", "Installed: krb5-workstation-1.21.2-3.fc39.x86_64", "Installed: jboss-jaxrs-2.0-api-1.0.0-24.fc39.noarch", "Installed: apache-commons-cli-1.5.0-6.fc39.noarch", "Installed: jboss-logging-3.5.3-2.fc39.noarch", "Installed: apache-commons-codec-1.15-9.fc39.noarch", "Installed: jboss-logging-tools-2.2.1-12.fc39.noarch", "Installed: python3-wrapt-1.15.0-1.fc39.x86_64", "Installed: apache-commons-io-1:2.11.0-4.fc39.noarch", "Installed: cups-libs-1:2.4.7-11.fc39.x86_64", "Installed: jdeparser-2.0.3-14.fc39.noarch", "Installed: alsa-lib-1.2.11-2.fc39.x86_64", "Installed: apache-commons-lang3-3.12.0-9.fc39.noarch", "Installed: apache-commons-logging-1.2-34.fc39.noarch", "Installed: apache-commons-net-3.8.0-3.fc39.noarch", "Installed: jemalloc-5.3.0-4.fc39.x86_64", "Installed: python3-decorator-5.1.1-7.fc39.noarch", "Installed: python3-deprecated-1.2.14-3.fc39.noarch", "Installed: words-3.0-44.fc39.noarch", "Installed: libjose-11-8.fc39.x86_64", "Installed: libwbclient-2:4.19.6-1.fc39.x86_64", "Installed: perl-Devel-Peek-1.33-502.fc39.x86_64", "Installed: apr-1.7.3-2.fc39.x86_64", "Installed: lksctp-tools-1.0.19-4.fc39.x86_64", "Installed: apr-util-1.6.3-4.fc39.x86_64", "Installed: apr-util-bdb-1.6.3-4.fc39.x86_64", "Installed: augeas-libs-1.13.0-5.fc39.x86_64", "Installed: apr-util-openssl-1.6.3-4.fc39.x86_64", "Installed: certmonger-0.79.18-2.fc39.x86_64", "Installed: openldap-clients-2.6.6-1.fc39.x86_64", "Installed: cyrus-sasl-gssapi-2.1.28-11.fc39.x86_64", "Installed: perl-Algorithm-Diff-1.2010-9.fc39.noarch", "Installed: python3-gssapi-1.7.3-6.fc39.x86_64", "Installed: httpd-2.4.58-1.fc39.x86_64", "Installed: httpd-core-2.4.58-1.fc39.x86_64", "Installed: httpd-filesystem-2.4.58-1.fc39.noarch", "Installed: cyrus-sasl-md5-2.1.28-11.fc39.x86_64", "Installed: httpd-tools-2.4.58-1.fc39.x86_64", "Installed: cyrus-sasl-plain-2.1.28-11.fc39.x86_64", "Installed: perl-Compress-Raw-Bzip2-2.206-1.fc39.x86_64", "Installed: perl-Compress-Raw-Lzma-2.206-2.fc39.x86_64", "Installed: perl-Compress-Raw-Zlib-2.206-1.fc39.x86_64", "Installed: perl-IO-Compress-2.206-1.fc39.noarch", "Installed: perl-IO-Compress-Lzma-2.206-1.fc39.noarch", "Installed: python3-yubico-1.3.3-13.fc39.noarch", "Installed: softhsm-2.6.1-5.fc39.7.x86_64", "Installed: samba-client-libs-2:4.19.6-1.fc39.x86_64", "Installed: samba-common-2:4.19.6-1.fc39.noarch", "Installed: samba-common-libs-2:4.19.6-1.fc39.x86_64", "Installed: tomcat-1:9.0.83-1.fc39.noarch", "Installed: python3-dns-2.4.2-1.fc39.noarch", "Installed: python3-cryptography-41.0.7-1.fc39.x86_64", "Installed: tomcat-el-3.0-api-1:9.0.83-1.fc39.noarch", "Installed: tomcat-jsp-2.3-api-1:9.0.83-1.fc39.noarch", "Installed: perl-IO-Zlib-1:1.14-500.fc39.noarch", "Installed: policycoreutils-python-utils-3.5-8.fc39.noarch", "Installed: tomcat-lib-1:9.0.83-1.fc39.noarch", "Installed: tomcat-servlet-4.0-api-1:9.0.83-1.fc39.noarch", "Installed: autofs-1:5.1.8-21.fc39.x86_64", "Installed: pki-resteasy-3.0.26-27.fc39.noarch", "Installed: pki-resteasy-client-3.0.26-27.fc39.noarch", "Installed: pki-resteasy-core-3.0.26-27.fc39.noarch", "Installed: pki-resteasy-jackson2-provider-3.0.26-27.fc39.noarch", "Installed: pki-resteasy-servlet-initializer-3.0.26-27.fc39.noarch", "Installed: copy-jdk-configs-4.1-3.fc39.noarch", "Installed: python3-dogtag-pki-11.4.3-2.fc39.1.noarch", "Installed: jackson-annotations-2.15.2-2.fc39.noarch", "Installed: python3-pyasn1-0.5.1-1.fc39.noarch", "Installed: jackson-core-2.15.2-2.fc39.noarch", "Installed: jackson-databind-2.15.2-2.fc39.noarch", "Installed: python3-pyasn1-modules-0.5.1-1.fc39.noarch", "Installed: python3-pyusb-1.2.1-7.fc39.noarch", "Installed: fstrm-0.6.1-8.fc39.x86_64", "Installed: jackson-jaxrs-json-provider-2.15.2-2.fc39.noarch", "Installed: jackson-jaxrs-providers-2.15.2-2.fc39.noarch", "Installed: jackson-module-jaxb-annotations-2.15.2-2.fc39.noarch", "Installed: perl-Term-ReadLine-1.17-502.fc39.noarch", "Installed: jakarta-activation-2.1.1-4.fc39.noarch", "Installed: python3-mod_wsgi-4.9.4-6.fc39.x86_64", "Installed: mod_auth_gssapi-1.6.5-3.fc39.x86_64", "Installed: jakarta-annotations-1.3.5-16.fc39.noarch", "Installed: perl-Tie-4.6-502.fc39.noarch" ] } TASK [ipaserver : Install - Ensure that IPA server packages for dns are installed] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:12 Saturday 13 April 2024 12:49:33 +0000 (0:00:59.696) 0:01:09.914 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_setup_dns | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Ensure that IPA server packages for adtrust are installed] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:18 Saturday 13 April 2024 12:49:33 +0000 (0:00:00.016) 0:01:09.930 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_setup_adtrust | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Ensure that firewall packages installed] *********** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:24 Saturday 13 April 2024 12:49:33 +0000 (0:00:00.014) 0:01:09.945 ******** 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 13 April 2024 12:49:36 +0000 (0:00:03.080) 0:01:13.025 ******** changed: [sut] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice dbus-broker.service polkit.service dbus.socket sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service nftables.service iptables.service shutdown.target ebtables.service ipset.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "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": "14770", "LimitNPROCSoft": "14770", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14770", "LimitSIGPENDINGSoft": "14770", "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", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "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": "4431", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [ipaserver : Firewalld - Verify runtime zone "{{ ipaserver_firewalld_zone }}"] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:40 Saturday 13 April 2024 12:49:38 +0000 (0:00:02.126) 0:01:15.151 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_firewalld_zone is defined", "skip_reason": "Conditional result was False" } TASK [ipaserver : Firewalld - Verify permanent zone "{{ ipaserver_firewalld_zone }}"] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:47 Saturday 13 April 2024 12:49:38 +0000 (0:00:00.018) 0:01:15.170 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_firewalld_zone is defined", "skip_reason": "Conditional result was False" } TASK [ipaserver : Copy external certs] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:55 Saturday 13 April 2024 12:49:38 +0000 (0:00:00.016) 0:01:15.187 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_external_cert_files_from_controller is defined and ipaserver_external_cert_files_from_controller|length > 0 and not ipaserver_external_cert_files is defined", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Server installation test] ************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:62 Saturday 13 April 2024 12:49:38 +0000 (0:00:00.018) 0:01:15.206 ******** 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": 1326199999, "idstart": 1326000000, "ipa_python_version": 41101, "no_host_dns": false, "no_pkinit": false, "ntp_pool": null, "ntp_servers": null, "random_serial_numbers": false, "realm": "TEST.LOCAL", "rid_base": 1000, "secondary_rid_base": 100000000, "setup_adtrust": false, "setup_ca": true, "setup_kra": false, "sid_generation_always": true } TASK [ipaserver : Install - Master password creation] ************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:142 Saturday 13 April 2024 12:49:40 +0000 (0:00:01.872) 0:01:17.078 ******** 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 13 April 2024 12:49:41 +0000 (0:00:01.155) 0:01:18.233 ******** 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 13 April 2024 12:49:41 +0000 (0:00:00.015) 0:01:18.249 ******** 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 13 April 2024 12:49:41 +0000 (0:00:00.011) 0:01:18.260 ******** changed: [sut] => { "_ca_subject": "CN=Certificate Authority,O=TEST.LOCAL", "_random_serial_numbers": false, "_subject_base": "O=TEST.LOCAL", "adtrust_netbios_name": "TEST", "adtrust_reset_netbios_name": true, "ca_subject": "CN=Certificate Authority,O=TEST.LOCAL", "changed": true, "dns_ip_addresses": [], "dns_reverse_zones": [], "forward_policy": null, "forwarders": [], "ip_addresses": [ "10.31.12.4" ], "no_dnssec_validation": false, "reverse_zones": [], "subject_base": "O=TEST.LOCAL" } TASK [ipaserver : Install - Setup NTP] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:207 Saturday 13 April 2024 12:49:44 +0000 (0:00:02.478) 0:01:20.738 ******** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup DS] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:214 Saturday 13 April 2024 12:49:52 +0000 (0:00:07.929) 0:01:28.668 ******** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup KRB] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:243 Saturday 13 April 2024 12:50:35 +0000 (0:00:42.997) 0:02:11.665 ******** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup CA] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:270 Saturday 13 April 2024 12:50:46 +0000 (0:00:10.749) 0:02:22.415 ******** changed: [sut] => { "changed": true, "csr_generated": false } TASK [ipaserver : Copy /root/ipa.csr to "sut-ipa.csr"] ************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:312 Saturday 13 April 2024 12:54:53 +0000 (0:04:07.891) 0:06:30.306 ******** skipping: [sut] => { "changed": false, "false_condition": "result_ipaserver_setup_ca.csr_generated | bool and ipaserver_copy_csr_to_controller | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup otpd] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:323 Saturday 13 April 2024 12:54:54 +0000 (0:00:00.018) 0:06:30.325 ******** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup HTTP] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:329 Saturday 13 April 2024 12:54:57 +0000 (0:00:03.773) 0:06:34.099 ******** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup KRA] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:361 Saturday 13 April 2024 12:55:41 +0000 (0:00:43.430) 0:07:17.530 ******** skipping: [sut] => { "changed": false, "false_condition": "result_ipaserver_test.setup_kra | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup DNS] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:372 Saturday 13 April 2024 12:55:41 +0000 (0:00:00.019) 0:07:17.550 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_setup_dns | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup ADTRUST] ************************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:389 Saturday 13 April 2024 12:55:41 +0000 (0:00:00.019) 0:07:17.569 ******** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Set DS password] *********************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:405 Saturday 13 April 2024 12:55:51 +0000 (0:00:10.043) 0:07:27.613 ******** changed: [sut] => { "changed": true } TASK [Install - Setup client] ************************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:422 Saturday 13 April 2024 12:55:54 +0000 (0:00:02.929) 0:07:30.542 ******** TASK [ipaclient : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:4 Saturday 13 April 2024 12:55:54 +0000 (0:00:00.032) 0:07:30.575 ******** 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 13 April 2024 12:55:54 +0000 (0:00:00.032) 0:07:30.607 ******** 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 13 April 2024 12:55:54 +0000 (0:00:00.049) 0:07:30.657 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_install_packages | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Set ipaclient_servers] ***************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:10 Saturday 13 April 2024 12:55:54 +0000 (0:00:00.022) 0:07:30.680 ******** skipping: [sut] => { "changed": false, "false_condition": "groups.ipaservers is defined and ipaclient_servers is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Set ipaclient_servers from cluster inventory] ****** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:15 Saturday 13 April 2024 12:55:54 +0000 (0:00:00.022) 0:07:30.702 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_no_dns_lookup | bool and groups.ipaserver is defined and ipaclient_servers is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Check that either password or keytab is set] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:21 Saturday 13 April 2024 12:55:54 +0000 (0:00:00.025) 0:07:30.727 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaadmin_keytab is defined and ipaadmin_password is defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Set default principal if no keytab is given] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:26 Saturday 13 April 2024 12:55:54 +0000 (0:00:00.020) 0:07:30.748 ******** 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 13 April 2024 12:55:54 +0000 (0:00:00.024) 0:07:30.772 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_configure_dns_resolver | bool and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Fail on missing ipaclient_servers] ***************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:41 Saturday 13 April 2024 12:55:54 +0000 (0:00:00.020) 0:07:30.793 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_configure_dns_resolver | bool and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure DNS resolver] **************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:46 Saturday 13 April 2024 12:55:54 +0000 (0:00:00.020) 0:07:30.813 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_configure_dns_resolver | bool and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - IPA client test] *********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:52 Saturday 13 April 2024 12:55:54 +0000 (0:00:00.019) 0:07:30.833 ******** ok: [sut] => { "basedn": "dc=test,dc=local", "changed": false, "client_already_configured": false, "client_domain": "test.local", "dnsok": false, "domain": "test.local", "hostname": "ipaserver.test.local", "ipa_python_version": 41101, "kdc": "ipaserver.test.local", "nosssd_files": {}, "ntp_pool": null, "ntp_servers": null, "realm": "TEST.LOCAL", "selinux_works": true, "servers": [ "ipaserver.test.local" ], "sssd": true } TASK [ipaclient : Install - Cleanup leftover ccache] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:82 Saturday 13 April 2024 12:55:55 +0000 (0:00:01.124) 0:07:31.957 ******** 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 13 April 2024 12:55:55 +0000 (0:00:00.285) 0:07:32.243 ******** 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 13 April 2024 12:55:56 +0000 (0:00:00.883) 0:07:33.127 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_otp is defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Disable One-Time Password for on_master] *********** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:104 Saturday 13 April 2024 12:55:56 +0000 (0:00:00.021) 0:07:33.149 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Test if IPA client has working krb5.keytab] ******** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:109 Saturday 13 April 2024 12:55:56 +0000 (0:00:00.020) 0:07:33.169 ******** 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 13 April 2024 12:55:58 +0000 (0:00:02.038) 0:07:35.208 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and result_ipaclient_test_keytab.krb5_keytab_ok and not ipaclient_force_join | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Keytab or password is required for getting otp] **** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:137 Saturday 13 April 2024 12:55:58 +0000 (0:00:00.021) 0:07:35.229 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create temporary file for keytab] ****************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:142 Saturday 13 April 2024 12:55:58 +0000 (0:00:00.020) 0:07:35.250 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Copy keytab to server temporary file] ************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:151 Saturday 13 April 2024 12:55:58 +0000 (0:00:00.022) 0:07:35.273 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Get One-Time Password for client enrollment] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:159 Saturday 13 April 2024 12:55:58 +0000 (0:00:00.022) 0:07:35.295 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Install - Store the previously obtained OTP] ***************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:169 Saturday 13 April 2024 12:55:58 +0000 (0:00:00.021) 0:07:35.316 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Install - Remove keytab temporary file] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:183 Saturday 13 April 2024 12:55:59 +0000 (0:00:00.020) 0:07:35.337 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Store predefined OTP in admin_password] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:190 Saturday 13 April 2024 12:55:59 +0000 (0:00:00.022) 0:07:35.360 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Install - Check if principal and keytab are set] ************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:208 Saturday 13 April 2024 12:55:59 +0000 (0:00:00.020) 0:07:35.381 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Check if one of password or keytabs are set] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:213 Saturday 13 April 2024 12:55:59 +0000 (0:00:00.020) 0:07:35.402 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - From host keytab, purge TEST.LOCAL] **************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:221 Saturday 13 April 2024 12:55:59 +0000 (0:00:00.021) 0:07:35.423 ******** skipping: [sut] => { "changed": false, "false_condition": "(ipaclient_use_otp | bool or ipaclient_force_join | bool) and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Backup and set hostname] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:238 Saturday 13 April 2024 12:55:59 +0000 (0:00:00.020) 0:07:35.444 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create temporary krb5 configuration] *************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:243 Saturday 13 April 2024 12:55:59 +0000 (0:00:00.021) 0:07:35.466 ******** ok: [sut] => { "changed": false, "krb_name": "/tmp/tmpfjxy_9h1" } TASK [ipaclient : Install - Join IPA] ****************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:252 Saturday 13 April 2024 12:56:00 +0000 (0:00:00.898) 0:07:36.364 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and (not result_ipaclient_test_keytab.krb5_keytab_ok or ipaclient_force_join)", "skip_reason": "Conditional result was False" } TASK [ipaclient : The krb5 configuration is not correct] *********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:280 Saturday 13 April 2024 12:56:00 +0000 (0:00:00.024) 0:07:36.388 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and not result_ipaclient_join.changed and not ipaclient_allow_repair | bool and (result_ipaclient_test_keytab.krb5_keytab_ok or (result_ipaclient_join.already_joined is defined and result_ipaclient_join.already_joined))", "skip_reason": "Conditional result was False" } TASK [ipaclient : IPA test failed] ********************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:286 Saturday 13 April 2024 12:56:00 +0000 (0:00:00.023) 0:07:36.412 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and not result_ipaclient_join.changed and not ipaclient_allow_repair | bool and (result_ipaclient_test_keytab.krb5_keytab_ok or (result_ipaclient_join.already_joined is defined and result_ipaclient_join.already_joined))", "skip_reason": "Conditional result was False" } TASK [ipaclient : Fail due to missing ca.crt file] ***************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:290 Saturday 13 April 2024 12:56:00 +0000 (0:00:00.026) 0:07:36.438 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and not result_ipaclient_join.changed and not ipaclient_allow_repair | bool and (result_ipaclient_test_keytab.krb5_keytab_ok or (result_ipaclient_join.already_joined is defined and result_ipaclient_join.already_joined))", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure IPA default.conf] ************************ task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:304 Saturday 13 April 2024 12:56:00 +0000 (0:00:00.026) 0:07:36.465 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure SSSD] ************************************ task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:313 Saturday 13 April 2024 12:56:00 +0000 (0:00:00.025) 0:07:36.491 ******** changed: [sut] => { "changed": true } TASK [ipaclient : Install - IPA API calls for remaining enrollment parts] ****** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:335 Saturday 13 April 2024 12:56:01 +0000 (0:00:00.916) 0:07:37.407 ******** changed: [sut] => { "ca_enabled": true, "changed": true, "subject_base": "O=TEST.LOCAL" } TASK [ipaclient : Install - Fix IPA ca] **************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:344 Saturday 13 April 2024 12:56:04 +0000 (0:00:02.960) 0:07:40.368 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and result_ipaclient_test_keytab.krb5_keytab_ok and not result_ipaclient_test_keytab.ca_crt_exists", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create IPA NSS database] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:355 Saturday 13 April 2024 12:56:04 +0000 (0:00:00.023) 0:07:40.391 ******** changed: [sut] => { "ca_enabled_ra": true, "changed": true } TASK [ipaclient : Install - Configure SSH and SSHD] **************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:390 Saturday 13 April 2024 12:56:12 +0000 (0:00:08.234) 0:07:48.626 ******** changed: [sut] => { "changed": true } TASK [ipaclient : Install - Configure automount] ******************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:398 Saturday 13 April 2024 12:56:13 +0000 (0:00:00.974) 0:07:49.600 ******** ok: [sut] => { "changed": false } TASK [ipaclient : Install - Configure firefox] ********************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:404 Saturday 13 April 2024 12:56:14 +0000 (0:00:00.894) 0:07:50.495 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_configure_firefox | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure NIS] ************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:410 Saturday 13 April 2024 12:56:14 +0000 (0:00:00.023) 0:07:50.518 ******** changed: [sut] => { "changed": true } TASK [ipaclient : Remove temporary krb5.conf] ********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:416 Saturday 13 April 2024 12:56:15 +0000 (0:00:01.457) 0:07:51.975 ******** changed: [sut] => { "changed": true, "path": "/tmp/tmpfjxy_9h1", "state": "absent" } TASK [ipaclient : Install - Configure krb5 for IPA realm] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:422 Saturday 13 April 2024 12:56:15 +0000 (0:00:00.273) 0:07:52.249 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure certmonger] ****************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:436 Saturday 13 April 2024 12:56:15 +0000 (0:00:00.022) 0:07:52.272 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Restore original admin password if overwritten by OTP] *** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:446 Saturday 13 April 2024 12:56:15 +0000 (0:00:00.022) 0:07:52.295 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Cleanup leftover ccache] ************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:452 Saturday 13 April 2024 12:56:15 +0000 (0:00:00.021) 0:07:52.316 ******** ok: [sut] => { "changed": false, "path": "/etc/ipa/.dns_ccache", "state": "absent" } TASK [ipaclient : Remove temporary krb5.conf] ********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:457 Saturday 13 April 2024 12:56:16 +0000 (0:00:00.264) 0:07:52.581 ******** ok: [sut] => { "changed": false, "path": "/tmp/tmpfjxy_9h1", "state": "absent" } TASK [ipaclient : Remove temporary krb5.conf backup] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:463 Saturday 13 April 2024 12:56:16 +0000 (0:00:00.267) 0:07:52.849 ******** changed: [sut] => { "changed": true, "path": "/tmp/tmpfjxy_9h1.ipabkp", "state": "absent" } TASK [ipaclient : Uninstall IPA client] **************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:23 Saturday 13 April 2024 12:56:16 +0000 (0:00:00.265) 0:07:53.114 ******** skipping: [sut] => { "changed": false, "false_condition": "state|default('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Enable IPA] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:437 Saturday 13 April 2024 12:56:16 +0000 (0:00:00.024) 0:07:53.139 ******** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Configure firewalld] ******************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:444 Saturday 13 April 2024 12:56:22 +0000 (0:00:06.078) 0:07:59.217 ******** changed: [sut] => { "changed": true, "cmd": [ "firewall-cmd", "--permanent", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=ntp" ], "delta": "0:00:00.340527", "end": "2024-04-13 12:56:23.567382", "rc": 0, "start": "2024-04-13 12:56:23.226855" } STDOUT: success TASK [ipaserver : Install - Configure firewalld runtime] *********************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:458 Saturday 13 April 2024 12:56:23 +0000 (0:00:00.692) 0:07:59.910 ******** changed: [sut] => { "changed": true, "cmd": [ "firewall-cmd", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=ntp" ], "delta": "0:00:00.320259", "end": "2024-04-13 12:56:24.157638", "rc": 0, "start": "2024-04-13 12:56:23.837379" } STDOUT: success TASK [ipaserver : Install - Cleanup root IPA cache] **************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:472 Saturday 13 April 2024 12:56:24 +0000 (0:00:00.591) 0:08:00.501 ******** ok: [sut] => { "changed": false, "path": "/root/.ipa_cache", "state": "absent" } TASK [ipaserver : Cleanup temporary files] ************************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:477 Saturday 13 April 2024 12:56:24 +0000 (0:00:00.269) 0:08:00.771 ******** 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 13 April 2024 12:56:25 +0000 (0:00:00.786) 0:08:01.557 ******** skipping: [sut] => { "changed": false, "false_condition": "state|default('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [Issue IPA signed certificates] ******************************************* task path: /WORKDIR/git-weekly-cicg95kybu/tests/tests_basic_ipa.yml:25 Saturday 13 April 2024 12:56:25 +0000 (0:00:00.027) 0:08:01.585 ******** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-cicg95kybu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 13 April 2024 12:56:25 +0000 (0:00:00.026) 0:08:01.611 ******** included: /WORKDIR/git-weekly-cicg95kybu/.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-cicg95kybu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 13 April 2024 12:56:25 +0000 (0:00:00.021) 0:08:01.633 ******** skipping: [sut] => { "changed": false, "false_condition": "__certificate_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /WORKDIR/git-weekly-cicg95kybu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 13 April 2024 12:56:25 +0000 (0:00:00.018) 0:08:01.651 ******** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cicg95kybu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 13 April 2024 12:56:25 +0000 (0:00:00.012) 0:08:01.664 ******** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cicg95kybu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 13 April 2024 12:56:25 +0000 (0:00:00.011) 0:08:01.675 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "__certificate_certmonger_packages": [ "certmonger", "python3-packaging" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cicg95kybu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-weekly-cicg95kybu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 13 April 2024 12:56:25 +0000 (0:00:00.026) 0:08:01.701 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-cryptography python3-dbus python3-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-cicg95kybu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 13 April 2024 12:56:27 +0000 (0:00:02.316) 0:08:04.018 ******** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: python3-packaging-23.1-4.fc39.noarch" ] } lsrpackages: certmonger python3-packaging TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-cicg95kybu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 13 April 2024 12:56:31 +0000 (0:00:03.993) 0:08:08.011 ******** 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-cicg95kybu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 13 April 2024 12:56:31 +0000 (0:00:00.295) 0:08:08.306 ******** 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-cicg95kybu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 13 April 2024 12:56:32 +0000 (0:00:00.289) 0:08:08.596 ******** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "enabled": true, "name": "certmonger", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:certmonger_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-04-13 12:53:45 UTC", "ActiveEnterTimestampMonotonic": "1495706078", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus-broker.service basic.target syslog.target systemd-journald.socket dbus.socket sysinit.target system.slice network.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-04-13 12:53:45 UTC", "AssertTimestampMonotonic": "1495672728", "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": "64771987000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-04-13 12:53:45 UTC", "ConditionTimestampMonotonic": "1495672725", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "ControlGroupId": "7665", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "10765", "ExecMainStartTimestamp": "Sat 2024-04-13 12:53:45 UTC", "ExecMainStartTimestampMonotonic": "1495686202", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "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 2024-04-13 12:53:45 UTC", "InactiveExitTimestampMonotonic": "1495686669", "InvocationID": "b2e73a27144b45bdb0958b7d7860dcf7", "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": "14770", "LimitNPROCSoft": "14770", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14770", "LimitSIGPENDINGSoft": "14770", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "10765", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "2457600", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice dbus.socket", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestamp": "Sat 2024-04-13 12:56:19 UTC", "StateChangeTimestampMonotonic": "1649910899", "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": "4431", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /WORKDIR/git-weekly-cicg95kybu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 13 April 2024 12:56:32 +0000 (0:00:00.483) 0:08:09.079 ******** changed: [sut] => (item={'name': 'mycert_basic_ipa', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "ipa", "dns": "ipaserver.test.local", "name": "mycert_basic_ipa", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } } MSG: Certificate requested (new). changed: [sut] => (item={'name': 'groupcert', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa', 'group': 'ftp'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "ipa", "dns": "ipaserver.test.local", "group": "ftp", "name": "groupcert", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } } MSG: Certificate requested (new). File attributes updated. TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /WORKDIR/git-weekly-cicg95kybu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 13 April 2024 12:56:36 +0000 (0:00:03.926) 0:08:13.005 ******** skipping: [sut] => (item=['cert', {'name': 'mycert_basic_ipa', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "cert", { "ca": "ipa", "dns": "ipaserver.test.local", "name": "mycert_basic_ipa", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['cert', {'name': 'groupcert', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa', 'group': 'ftp'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "cert", { "ca": "ipa", "dns": "ipaserver.test.local", "group": "ftp", "name": "groupcert", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['key', {'name': 'mycert_basic_ipa', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "key", { "ca": "ipa", "dns": "ipaserver.test.local", "name": "mycert_basic_ipa", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['key', {'name': 'groupcert', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa', 'group': 'ftp'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "key", { "ca": "ipa", "dns": "ipaserver.test.local", "group": "ftp", "name": "groupcert", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['ca', {'name': 'mycert_basic_ipa', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "ca", { "ca": "ipa", "dns": "ipaserver.test.local", "name": "mycert_basic_ipa", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['ca', {'name': 'groupcert', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa', 'group': 'ftp'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "ca", { "ca": "ipa", "dns": "ipaserver.test.local", "group": "ftp", "name": "groupcert", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /WORKDIR/git-weekly-cicg95kybu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 13 April 2024 12:56:36 +0000 (0:00:00.029) 0:08:13.035 ******** skipping: [sut] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-weekly-cicg95kybu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 13 April 2024 12:56:36 +0000 (0:00:00.016) 0:08:13.052 ******** skipping: [sut] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-weekly-cicg95kybu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 13 April 2024 12:56:36 +0000 (0:00:00.017) 0:08:13.069 ******** skipping: [sut] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify certificates] ***************************************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tests_basic_ipa.yml:41 Saturday 13 April 2024 12:56:36 +0000 (0:00:00.020) 0:08:13.090 ******** included: /WORKDIR/git-weekly-cicg95kybu/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-cicg95kybu/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-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:2 Saturday 13 April 2024 12:56:36 +0000 (0:00:00.026) 0:08:13.117 ******** ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:9 Saturday 13 April 2024 12:56:36 +0000 (0:00:00.008) 0:08:13.125 ******** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:14 Saturday 13 April 2024 12:56:36 +0000 (0:00:00.010) 0:08:13.136 ******** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:18 Saturday 13 April 2024 12:56:36 +0000 (0:00:00.010) 0:08:13.146 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == \"7\"", "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:28 Saturday 13 April 2024 12:56:36 +0000 (0:00:00.008) 0:08:13.155 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-cryptography python3-pyasn1 TASK [Retrieve certificate file stats] ***************************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:38 Saturday 13 April 2024 12:56:39 +0000 (0:00:02.297) 0:08:15.453 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1713012994.9328716, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "93a7c69d7d502f0295efa562cdc57d4d7ad24a93", "ctime": 1713012994.9278717, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 205736, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1713012994.9278717, "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": "4124471938", "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-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:43 Saturday 13 April 2024 12:56:39 +0000 (0:00:00.267) 0:08:15.721 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:49 Saturday 13 April 2024 12:56:39 +0000 (0:00:00.010) 0:08:15.732 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:59 Saturday 13 April 2024 12:56:39 +0000 (0:00:00.027) 0:08:15.759 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:65 Saturday 13 April 2024 12:56:39 +0000 (0:00:00.020) 0:08:15.779 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1713012993.4059212, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c417ce8c5dcc29d61e1024a632a82e122e281bef", "ctime": 1713012994.9278717, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 205722, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1713012994.9278717, "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": "865581814", "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-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:70 Saturday 13 April 2024 12:56:39 +0000 (0:00:00.268) 0:08:16.047 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:76 Saturday 13 April 2024 12:56:39 +0000 (0:00:00.010) 0:08:16.058 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:86 Saturday 13 April 2024 12:56:39 +0000 (0:00:00.021) 0:08:16.080 ******** ok: [sut] => { "certificate": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "BF:FC:FB:CF:14:6A:7F:17:33:54:EA:5A:26:2E:0E:49:62:AE:38:57" }, "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": "2F:BF:6C:71:68:A0:B1:A9:66:A4:60:41:71:B0:A6:13:82:6C:CB:FD" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "B1:05:1A:43:28:31:27:6E:A1:84:0E:AA:C7:86:80:C9:BC:AD:A9:9E:E5:67:3C:03:B8:34:B1:68:DB:F7:6D:10:1F:B4:7F:3F:C0:A6:C4:85:79:B8:1F:A3:E4:60:FB:E8:A8:B4:F1:EC:D7:15:1A:41:B1:1D:E5:CE:07:65:EC:9F:B6:AF:4B:8F:4F:B3:90:A3:0B:CA:03:31:9B:72:7A:D0:AB:5B:07:3C:63:B9:8E:57:8A:EF:F2:EB:B7:85:6B:DF:13:E2:6E:6E:5A:CD:82:1D:78:B0:CF:7A:9E:F2:F5:63:6E:FA:8F:91:13:F5:84:BA:7F:6F:2F:72:A5:04:FA:DF:C9:2F:66:AC:88:66:F3:D0:D0:C8:FE:82:C6:53:84:C8:1C:8E:C2:7D:5B:FA:C5:6D:65:60:F2:FF:7F:E7:6B:A9:01:E3:52:B7:FF:1B:DC:B5:FA:F2:14:E1:BF:86:3C:79:B6:BE:B8:AA:5B:51:02:2D:6C:24:55:9B:43:7D:34:33:0D:6E:CE:E2:77:60:5A:E8:95:47:6D:2B:8C:1D:44:84:D1:30:CA:D0:AE:18:67:40:5F:90:C7:F0:F0:1E:32:88:B0:64:06:50:65:61:2C:99:8E:A7:A2:B9:0F:1D:BD:18:FB:0E:EA:D4:85:86:A5:03:3A:F6:54:54:C3:A2:87:3C:AF:38:13:F9:45:C4:D5:ED:73:90:44:5B:EB:5B:03:03:A6:68:C4:6D:D9:DA:B1:E5:E8:A5:0D:CA:51:9A:94:D7:24:71:0A:5F:ED:55:EC:AF:DD:AC:AC:73:11:44:3B:B6:69:69:6A:92:47:EE:78:6C:76:C1:3F:77:52:8E:F6:63:FC:00:6D:BF:09:EA:2B:7A:2E:C2:E5:83:B2:61:1C:27:02:2E:B4:88:6D:9E:DC:E8:F6:8A:27:35:7B:CA:65:E5:10:33:49:6E:87:D3:5D:05:B7:17:E2:9A:B8:11:BD:EA:C9:1E:BF:C9:44:0A:06:53:D8:64:03:15:80:E1:3B:A1" }, "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": "20260414125634Z", "not_valid_before": "20240413125634Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:92 Saturday 13 April 2024 12:56:40 +0000 (0:00:00.409) 0:08:16.490 ******** 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": "BF:FC:FB:CF:14:6A:7F:17:33:54:EA:5A:26:2E:0E:49:62:AE:38:57" }, "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": "2F:BF:6C:71:68:A0:B1:A9:66:A4:60:41:71:B0:A6:13:82:6C:CB:FD" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "B1:05:1A:43:28:31:27:6E:A1:84:0E:AA:C7:86:80:C9:BC:AD:A9:9E:E5:67:3C:03:B8:34:B1:68:DB:F7:6D:10:1F:B4:7F:3F:C0:A6:C4:85:79:B8:1F:A3:E4:60:FB:E8:A8:B4:F1:EC:D7:15:1A:41:B1:1D:E5:CE:07:65:EC:9F:B6:AF:4B:8F:4F:B3:90:A3:0B:CA:03:31:9B:72:7A:D0:AB:5B:07:3C:63:B9:8E:57:8A:EF:F2:EB:B7:85:6B:DF:13:E2:6E:6E:5A:CD:82:1D:78:B0:CF:7A:9E:F2:F5:63:6E:FA:8F:91:13:F5:84:BA:7F:6F:2F:72:A5:04:FA:DF:C9:2F:66:AC:88:66:F3:D0:D0:C8:FE:82:C6:53:84:C8:1C:8E:C2:7D:5B:FA:C5:6D:65:60:F2:FF:7F:E7:6B:A9:01:E3:52:B7:FF:1B:DC:B5:FA:F2:14:E1:BF:86:3C:79:B6:BE:B8:AA:5B:51:02:2D:6C:24:55:9B:43:7D:34:33:0D:6E:CE:E2:77:60:5A:E8:95:47:6D:2B:8C:1D:44:84:D1:30:CA:D0:AE:18:67:40:5F:90:C7:F0:F0:1E:32:88:B0:64:06:50:65:61:2C:99:8E:A7:A2:B9:0F:1D:BD:18:FB:0E:EA:D4:85:86:A5:03:3A:F6:54:54:C3:A2:87:3C:AF:38:13:F9:45:C4:D5:ED:73:90:44:5B:EB:5B:03:03:A6:68:C4:6D:D9:DA:B1:E5:E8:A5:0D:CA:51:9A:94:D7:24:71:0A:5F:ED:55:EC:AF:DD:AC:AC:73:11:44:3B:B6:69:69:6A:92:47:EE:78:6C:76:C1:3F:77:52:8E:F6:63:FC:00:6D:BF:09:EA:2B:7A:2E:C2:E5:83:B2:61:1C:27:02:2E:B4:88:6D:9E:DC:E8:F6:8A:27:35:7B:CA:65:E5:10:33:49:6E:87:D3:5D:05:B7:17:E2:9A:B8:11:BD:EA:C9:1E:BF:C9:44:0A:06:53:D8:64:03:15:80:E1:3B:A1" }, "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": "20260414125634Z", "not_valid_before": "20240413125634Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:96 Saturday 13 April 2024 12:56:40 +0000 (0:00:00.011) 0:08:16.502 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:104 Saturday 13 April 2024 12:56:40 +0000 (0:00:00.019) 0:08:16.521 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:112 Saturday 13 April 2024 12:56:40 +0000 (0:00:00.010) 0:08:16.531 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:119 Saturday 13 April 2024 12:56:40 +0000 (0:00:00.018) 0:08:16.550 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:130 Saturday 13 April 2024 12:56:40 +0000 (0:00:00.021) 0:08:16.571 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:143 Saturday 13 April 2024 12:56:40 +0000 (0:00:00.020) 0:08:16.592 ******** 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.075338", "end": "2024-04-13 12:56:40.577268", "rc": 0, "start": "2024-04-13 12:56:40.501930" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:152 Saturday 13 April 2024 12:56:40 +0000 (0:00:00.327) 0:08:16.919 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set virtualenv_path] ***************************************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:2 Saturday 13 April 2024 12:56:40 +0000 (0:00:00.019) 0:08:16.939 ******** ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:9 Saturday 13 April 2024 12:56:40 +0000 (0:00:00.008) 0:08:16.948 ******** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:14 Saturday 13 April 2024 12:56:40 +0000 (0:00:00.011) 0:08:16.959 ******** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:18 Saturday 13 April 2024 12:56:40 +0000 (0:00:00.010) 0:08:16.970 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == \"7\"", "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:28 Saturday 13 April 2024 12:56:40 +0000 (0:00:00.007) 0:08:16.978 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-cryptography python3-pyasn1 TASK [Retrieve certificate file stats] ***************************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:38 Saturday 13 April 2024 12:56:42 +0000 (0:00:02.298) 0:08:19.276 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1713012996.4928212, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "cea62aa727e787e653cb3035b283fa37028e7cd0", "ctime": 1713012996.6468163, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 50, "gr_name": "ftp", "inode": 205751, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0640", "mtime": 1713012996.4888213, "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": "2415561443", "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-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:43 Saturday 13 April 2024 12:56:43 +0000 (0:00:00.265) 0:08:19.541 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:49 Saturday 13 April 2024 12:56:43 +0000 (0:00:00.012) 0:08:19.553 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:59 Saturday 13 April 2024 12:56:43 +0000 (0:00:00.023) 0:08:19.577 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:65 Saturday 13 April 2024 12:56:43 +0000 (0:00:00.022) 0:08:19.599 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1713012995.5888505, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "96cb7b3176ee76075c79754536b16959f73924e1", "ctime": 1713012996.6468163, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 50, "gr_name": "ftp", "inode": 205737, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0640", "mtime": 1713012996.4888213, "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": "432338069", "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-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:70 Saturday 13 April 2024 12:56:43 +0000 (0:00:00.260) 0:08:19.860 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:76 Saturday 13 April 2024 12:56:43 +0000 (0:00:00.010) 0:08:19.871 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:86 Saturday 13 April 2024 12:56:43 +0000 (0:00:00.020) 0:08:19.891 ******** ok: [sut] => { "certificate": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "BF:FC:FB:CF:14:6A:7F:17:33:54:EA:5A:26:2E:0E:49:62:AE:38:57" }, "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": "5D:8E:66:57:85:F2:E2:E1:AC:FA:83:AA:B9:6B:67:85:E5:29:E0:C4" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "5F:AB:59:CE:7D:45:72:6F:65:5C:FB:7B:6C:02:1D:8C:C2:6B:6E:33:F1:60:D6:E5:1C:CA:DE:91:83:C7:75:26:F5:B0:49:8A:03:86:2E:69:AA:01:A7:9F:C0:A5:92:B0:CF:A4:30:56:54:E3:45:B4:A8:72:35:D5:4D:38:A3:55:C5:25:D0:67:13:1C:B3:C5:4F:2C:16:7E:53:47:34:C7:C1:62:D3:48:C6:9B:C4:E3:7B:E3:6E:DB:CA:BC:BD:98:0B:48:8D:4B:32:9A:61:B2:01:84:C3:EC:A7:F1:BD:82:B1:86:23:D9:CB:CC:EC:98:A2:BC:A8:6B:F2:73:27:CF:CB:80:5B:AF:01:C6:06:E4:4C:9B:49:20:1A:60:17:13:A3:F8:C1:0C:CC:2E:6C:D6:8F:14:07:E2:C4:07:D5:C6:6F:47:41:EC:23:5A:66:66:64:45:46:02:32:25:7C:4D:11:92:3D:8E:A6:FD:F3:2B:BF:B5:AA:61:C8:50:A6:51:DD:F6:DA:89:7D:02:AF:09:E9:51:5A:90:1F:25:F3:A4:A9:A1:39:B1:C1:BA:7C:95:DF:37:CB:75:2F:8F:66:D0:FA:5F:C5:37:CC:98:B8:C9:21:EB:73:70:63:A2:86:81:3B:1C:EA:EE:9A:AE:40:8A:61:E9:D4:55:98:5A:B4:F0:56:21:69:09:23:B6:DC:C7:F5:87:16:52:7B:A9:0A:48:E5:93:55:C1:D1:B2:AF:4E:29:95:7D:C3:A1:41:91:15:5E:03:35:34:94:8D:A3:9A:4C:F8:68:D9:A9:11:B8:C6:60:8F:D4:49:8C:2B:C7:87:E1:A0:E4:37:D0:72:F2:81:76:DE:76:84:8E:4E:3C:63:85:58:D6:EE:5B:3F:2E:F0:9E:BA:A7:E9:94:94:33:6E:A2:F6:C8:59:B4:2A:69:D5:5C:31:91:F7:4F:FE:23:F3:F9:4D:42:99:3F:B0:45:67:37:E9:2B:4D:8A:A8:E2:56:8B:35:63:A2:D4:99:A9:A4" }, "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": "20260414125636Z", "not_valid_before": "20240413125636Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:92 Saturday 13 April 2024 12:56:43 +0000 (0:00:00.335) 0:08:20.226 ******** 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": "BF:FC:FB:CF:14:6A:7F:17:33:54:EA:5A:26:2E:0E:49:62:AE:38:57" }, "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": "5D:8E:66:57:85:F2:E2:E1:AC:FA:83:AA:B9:6B:67:85:E5:29:E0:C4" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "5F:AB:59:CE:7D:45:72:6F:65:5C:FB:7B:6C:02:1D:8C:C2:6B:6E:33:F1:60:D6:E5:1C:CA:DE:91:83:C7:75:26:F5:B0:49:8A:03:86:2E:69:AA:01:A7:9F:C0:A5:92:B0:CF:A4:30:56:54:E3:45:B4:A8:72:35:D5:4D:38:A3:55:C5:25:D0:67:13:1C:B3:C5:4F:2C:16:7E:53:47:34:C7:C1:62:D3:48:C6:9B:C4:E3:7B:E3:6E:DB:CA:BC:BD:98:0B:48:8D:4B:32:9A:61:B2:01:84:C3:EC:A7:F1:BD:82:B1:86:23:D9:CB:CC:EC:98:A2:BC:A8:6B:F2:73:27:CF:CB:80:5B:AF:01:C6:06:E4:4C:9B:49:20:1A:60:17:13:A3:F8:C1:0C:CC:2E:6C:D6:8F:14:07:E2:C4:07:D5:C6:6F:47:41:EC:23:5A:66:66:64:45:46:02:32:25:7C:4D:11:92:3D:8E:A6:FD:F3:2B:BF:B5:AA:61:C8:50:A6:51:DD:F6:DA:89:7D:02:AF:09:E9:51:5A:90:1F:25:F3:A4:A9:A1:39:B1:C1:BA:7C:95:DF:37:CB:75:2F:8F:66:D0:FA:5F:C5:37:CC:98:B8:C9:21:EB:73:70:63:A2:86:81:3B:1C:EA:EE:9A:AE:40:8A:61:E9:D4:55:98:5A:B4:F0:56:21:69:09:23:B6:DC:C7:F5:87:16:52:7B:A9:0A:48:E5:93:55:C1:D1:B2:AF:4E:29:95:7D:C3:A1:41:91:15:5E:03:35:34:94:8D:A3:9A:4C:F8:68:D9:A9:11:B8:C6:60:8F:D4:49:8C:2B:C7:87:E1:A0:E4:37:D0:72:F2:81:76:DE:76:84:8E:4E:3C:63:85:58:D6:EE:5B:3F:2E:F0:9E:BA:A7:E9:94:94:33:6E:A2:F6:C8:59:B4:2A:69:D5:5C:31:91:F7:4F:FE:23:F3:F9:4D:42:99:3F:B0:45:67:37:E9:2B:4D:8A:A8:E2:56:8B:35:63:A2:D4:99:A9:A4" }, "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": "20260414125636Z", "not_valid_before": "20240413125636Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:96 Saturday 13 April 2024 12:56:43 +0000 (0:00:00.013) 0:08:20.240 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:104 Saturday 13 April 2024 12:56:43 +0000 (0:00:00.020) 0:08:20.261 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:112 Saturday 13 April 2024 12:56:43 +0000 (0:00:00.016) 0:08:20.278 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:119 Saturday 13 April 2024 12:56:43 +0000 (0:00:00.022) 0:08:20.300 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:130 Saturday 13 April 2024 12:56:44 +0000 (0:00:00.022) 0:08:20.322 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:143 Saturday 13 April 2024 12:56:44 +0000 (0:00:00.022) 0:08:20.345 ******** 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.074353", "end": "2024-04-13 12:56:44.331560", "rc": 0, "start": "2024-04-13 12:56:44.257207" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:152 Saturday 13 April 2024 12:56:44 +0000 (0:00:00.330) 0:08:20.675 ******** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=97 changed=30 unreachable=0 failed=0 skipped=56 rescued=0 ignored=0 Saturday 13 April 2024 12:56:44 +0000 (0:00:00.024) 0:08:20.699 ******** =============================================================================== ipaserver : Install - Setup CA ---------------------------------------- 247.89s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:270 ----------------------- ipaserver : Install - Ensure that IPA server packages are installed ---- 59.70s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:7 ------------------------- ipaserver : Install - Setup HTTP --------------------------------------- 43.43s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:329 ----------------------- ipaserver : Install - Setup DS ----------------------------------------- 43.00s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:214 ----------------------- ipaserver : Install - Setup KRB ---------------------------------------- 10.75s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:243 ----------------------- ipaserver : Install - Setup ADTRUST ------------------------------------ 10.04s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:389 ----------------------- ipaclient : Install - Create IPA NSS database --------------------------- 8.23s /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:355 ----------------------- ipaserver : Install - Setup NTP ----------------------------------------- 7.93s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:207 ----------------------- ipaserver : Install - Enable IPA ---------------------------------------- 6.08s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:437 ----------------------- Ensure nss package is up-to-date ---------------------------------------- 4.48s /WORKDIR/git-weekly-cicg95kybu/tests/tasks/setup_ipa.yml:65 ------------------- fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 3.99s /WORKDIR/git-weekly-cicg95kybu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 fedora.linux_system_roles.certificate : Ensure certificate requests ----- 3.93s /WORKDIR/git-weekly-cicg95kybu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 ipaserver : Install - Setup otpd ---------------------------------------- 3.77s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:323 ----------------------- ipaserver : Install - Ensure that firewall packages installed ----------- 3.08s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:24 ------------------------ ipaclient : Install - IPA API calls for remaining enrollment parts ------ 2.96s /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:335 ----------------------- ipaserver : Install - Set DS password ----------------------------------- 2.93s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:405 ----------------------- ipaserver : Install - Server preparation -------------------------------- 2.48s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:161 ----------------------- fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 2.32s /WORKDIR/git-weekly-cicg95kybu/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Ensure python3 is installed --------------------------------------------- 2.30s /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:28 Ensure python3 is installed --------------------------------------------- 2.30s /WORKDIR/git-weekly-cicg95kybu/tests/tasks/assert_certificate_parameters.yml:28 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---