# 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-ciy4j4rwxc/.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-ciy4j4rwxc/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-ciy4j4rwxc/tests/tests_basic_ipa.yml PLAY [Test using IPA to issue certs] ******************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tests_basic_ipa.yml:2 Saturday 23 March 2024 13:09:21 +0000 (0:00:00.012) 0:00:00.012 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tests_basic_ipa.yml:13 Saturday 23 March 2024 13:09:22 +0000 (0:00:01.001) 0:00:01.014 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Skip if not supported] *************************************************** task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tests_basic_ipa.yml:18 Saturday 23 March 2024 13:09:22 +0000 (0:00:00.283) 0:00:01.297 ******** 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-ciy4j4rwxc/tests/tasks/setup_ipa.yml:2 Saturday 23 March 2024 13:09:22 +0000 (0:00:00.004) 0:00:01.302 ******** ok: [sut] => { "ansible_facts": { "__is_beaker_env": false }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/setup_ipa.yml:9 Saturday 23 March 2024 13:09:22 +0000 (0:00:00.021) 0:00:01.323 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/setup_ipa.yml:14 Saturday 23 March 2024 13:09:23 +0000 (0:00:00.227) 0:00:01.551 ******** ok: [sut] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [Install ansible-freeipa] ************************************************* task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/setup_ipa.yml:18 Saturday 23 March 2024 13:09:23 +0000 (0:00:00.013) 0:00:01.564 ******** 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-ciy4j4rwxc/tests/tasks/setup_ipa.yml:24 Saturday 23 March 2024 13:09:23 +0000 (0:00:00.009) 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-ciy4j4rwxc/tests/tasks/setup_ipa.yml:32 Saturday 23 March 2024 13:09:23 +0000 (0:00:00.185) 0:00:01.759 ******** changed: [sut -> 127.0.0.1] => { "after": "c24e8b498e814576d75301edeab6d4f5ccf6bf94", "before": null, "changed": true } TASK [Create role symlinks] **************************************************** task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/setup_ipa.yml:41 Saturday 23 March 2024 13:09:24 +0000 (0:00:00.822) 0:00:02.582 ******** changed: [sut -> 127.0.0.1] => (item=ipaserver) => { "ansible_loop_var": "item", "changed": true, "dest": "/WORKDIR/git-weekly-ciy4j4rwxc/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-ciy4j4rwxc/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-ciy4j4rwxc/tests/tasks/setup_ipa.yml:53 Saturday 23 March 2024 13:09:24 +0000 (0:00:00.247) 0:00:02.829 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: hostname TASK [Set hostname] ************************************************************ task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/setup_ipa.yml:59 Saturday 23 March 2024 13:09:26 +0000 (0:00:02.081) 0:00:04.911 ******** 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-ciy4j4rwxc/tests/tasks/setup_ipa.yml:65 Saturday 23 March 2024 13:09:27 +0000 (0:00:00.673) 0:00:05.584 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: nss TASK [Include ipaserver role] ************************************************** task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/setup_ipa.yml:82 Saturday 23 March 2024 13:09:29 +0000 (0:00:01.958) 0:00:07.543 ******** TASK [ipaserver : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:4 Saturday 23 March 2024 13:09:29 +0000 (0:00:00.014) 0:00:07.558 ******** 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 23 March 2024 13:09:29 +0000 (0:00:00.018) 0:00:07.576 ******** included: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml for sut TASK [ipaserver : Install - Ensure that IPA server packages are installed] ***** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:7 Saturday 23 March 2024 13:09:29 +0000 (0:00:00.035) 0:00:07.612 ******** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: dbus-tools-1:1.14.10-1.fc39.x86_64", "Installed: python3-cffi-1.15.1-6.fc39.x86_64", "Installed: logrotate-3.21.0-4.fc39.x86_64", "Installed: mailcap-2.1.54-2.fc39.noarch", "Installed: python3-psutil-5.9.5-1.fc39.x86_64", "Installed: libdb-utils-5.3.28-56.fc39.x86_64", "Installed: perl-DB_File-1.859-1.fc39.x86_64", "Installed: python3-netaddr-0.8.0-14.fc39.noarch", "Installed: openssl-perl-1:3.1.1-4.fc39.x86_64", "Installed: dogtag-jss-5.4.2-1.fc39.1.x86_64", "Installed: libuv-1:1.48.0-1.fc39.x86_64", "Installed: dogtag-ldapjdk-5.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: 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: bind-utils-32:9.18.24-1.fc39.x86_64", "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: sssd-krb5-common-2.9.4-1.fc39.x86_64", "Installed: dogtag-tomcatjss-8.4.1-2.fc39.noarch", "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: java-17-openjdk-headless-1:17.0.9.0.9-3.fc39.x86_64", "Installed: fedora-logos-httpd-38.1.0-2.fc39.noarch", "Installed: python3-pycparser-2.20-11.fc39.noarch", "Installed: tomcat-native-1:1.2.36-2.fc39.x86_64", "Installed: freeipa-client-4.11.1-2.fc39.x86_64", "Installed: freeipa-client-common-4.11.1-2.fc39.noarch", "Installed: freeipa-common-4.11.1-2.fc39.noarch", "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: freeipa-server-common-4.11.1-2.fc39.noarch", "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: perl-Devel-Peek-1.33-502.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-typing-extensions-4.8.0-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: libwbclient-2:4.19.5-1.fc39.x86_64", "Installed: slf4j-jdk14-1.7.32-6.fc39.noarch", "Installed: sscg-3.0.5-3.fc39.x86_64", "Installed: tomcat-1:9.0.83-1.fc39.noarch", "Installed: bash-completion-1:2.11-12.fc39.noarch", "Installed: tomcat-el-3.0-api-1:9.0.83-1.fc39.noarch", "Installed: jaxb-api-4.0.0-4.fc39.noarch", "Installed: fontawesome4-fonts-1:4.7.0-19.fc39.noarch", "Installed: python3-cryptography-41.0.7-1.fc39.x86_64", "Installed: lua-posix-36.2.1-3.fc39.x86_64", "Installed: samba-client-libs-2:4.19.5-1.fc39.x86_64", "Installed: samba-common-2:4.19.5-1.fc39.noarch", "Installed: samba-common-libs-2:4.19.5-1.fc39.x86_64", "Installed: tomcat-jsp-2.3-api-1:9.0.83-1.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: cups-libs-1:2.4.7-11.fc39.x86_64", "Installed: python3-pyasn1-0.5.1-1.fc39.noarch", "Installed: python3-pyasn1-modules-0.5.1-1.fc39.noarch", "Installed: policycoreutils-python-utils-3.5-8.fc39.noarch", "Installed: python3-augeas-1.1.0-10.fc39.noarch", "Installed: acl-2.3.1-9.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: apache-commons-io-1:2.11.0-4.fc39.noarch", "Installed: alsa-lib-1.2.11-2.fc39.x86_64", "Installed: jdeparser-2.0.3-14.fc39.noarch", "Installed: apache-commons-lang3-3.12.0-9.fc39.noarch", "Installed: apache-commons-logging-1.2-34.fc39.noarch", "Installed: perl-Term-ReadLine-1.17-502.fc39.noarch", "Installed: apache-commons-net-3.8.0-3.fc39.noarch", "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: perl-Tie-4.6-502.fc39.noarch", "Installed: httpd-tools-2.4.58-1.fc39.x86_64", "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: tzdata-java-2024a-2.fc39.noarch", "Installed: perl-debugger-1.60-502.fc39.noarch", "Installed: words-3.0-44.fc39.noarch", "Installed: libjose-11-8.fc39.x86_64", "Installed: perl-meta-notation-5.38.2-502.fc39.noarch", "Installed: slapi-nis-0.60.0-4.fc39.x86_64", "Installed: perl-sigtrap-1.10-502.fc39.noarch", "Installed: apr-1.7.3-2.fc39.x86_64", "Installed: lksctp-tools-1.0.19-4.fc39.x86_64", "Installed: publicsuffix-list-20240107-1.fc39.noarch", "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: cyrus-sasl-md5-2.1.28-11.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: nss-tools-3.98.0-1.fc39.x86_64", "Installed: libipa_hbac-2.9.4-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-dns-2.4.2-1.fc39.noarch", "Installed: mod_session-2.4.58-1.fc39.x86_64", "Installed: mod_ssl-1:2.4.58-1.fc39.x86_64", "Installed: perl-IO-Zlib-1:1.14-500.fc39.noarch", "Installed: sssd-common-pac-2.9.4-1.fc39.x86_64", "Installed: sssd-dbus-2.9.4-1.fc39.x86_64", "Installed: autofs-1:5.1.8-21.fc39.x86_64", "Installed: libkadm5-1.21.2-3.fc39.x86_64", "Installed: sssd-idp-2.9.4-1.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: sssd-ipa-2.9.4-1.fc39.x86_64", "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: sssd-krb5-2.9.4-1.fc39.x86_64", "Installed: copy-jdk-configs-4.1-3.fc39.noarch", "Installed: sssd-passkey-2.9.4-1.fc39.x86_64", "Installed: python3-dogtag-pki-11.4.3-2.fc39.1.noarch", "Installed: sssd-tools-2.9.4-1.fc39.x86_64", "Installed: jackson-annotations-2.15.2-2.fc39.noarch", "Installed: jackson-core-2.15.2-2.fc39.noarch", "Installed: jackson-databind-2.15.2-2.fc39.noarch", "Installed: python3-ipaclient-4.11.1-2.fc39.noarch", "Installed: python3-pyusb-1.2.1-7.fc39.noarch", "Installed: python3-ipalib-4.11.1-2.fc39.noarch", "Installed: python3-ipaserver-4.11.1-2.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: 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: ecj-1:4.23-6.fc39.noarch", "Installed: libsss_autofs-2.9.4-1.fc39.x86_64", "Installed: httpcomponents-client-4.5.13-7.fc39.noarch", "Installed: python3-qrcode-7.4.2-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-ldap-3.4.4-1.fc39.x86_64", "Installed: python3-lib389-2.4.5-1.fc39.noarch", "Installed: python3-ply-3.11-20.fc39.noarch", "Installed: python3-libipa_hbac-2.9.4-1.fc39.x86_64", "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: python3-wrapt-1.15.0-1.fc39.x86_64", "Installed: julietaula-montserrat-fonts-1:7.222-5.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" ] } TASK [ipaserver : Install - Ensure that IPA server packages for dns are installed] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:12 Saturday 23 March 2024 13:10:25 +0000 (0:00:56.720) 0:01:04.332 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_setup_dns | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Ensure that IPA server packages for adtrust are installed] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:18 Saturday 23 March 2024 13:10:25 +0000 (0:00:00.016) 0:01:04.349 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_setup_adtrust | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Ensure that firewall packages installed] *********** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:24 Saturday 23 March 2024 13:10:25 +0000 (0:00:00.016) 0:01:04.365 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [ipaserver : Firewalld service - Ensure that firewalld is running] ******** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:34 Saturday 23 March 2024 13:10:28 +0000 (0:00:02.216) 0:01:06.582 ******** 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": "dbus.socket system.slice sysinit.target polkit.service dbus-broker.service basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "nftables.service ebtables.service ipset.service shutdown.target ip6tables.service iptables.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": "dbus.socket system.slice sysinit.target", "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 23 March 2024 13:10:30 +0000 (0:00:02.017) 0:01:08.599 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_firewalld_zone is defined", "skip_reason": "Conditional result was False" } TASK [ipaserver : Firewalld - Verify permanent zone "{{ ipaserver_firewalld_zone }}"] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:47 Saturday 23 March 2024 13:10:30 +0000 (0:00:00.019) 0:01:08.619 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_firewalld_zone is defined", "skip_reason": "Conditional result was False" } TASK [ipaserver : Copy external certs] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:55 Saturday 23 March 2024 13:10:30 +0000 (0:00:00.018) 0:01:08.637 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_external_cert_files_from_controller is defined and ipaserver_external_cert_files_from_controller|length > 0 and not ipaserver_external_cert_files is defined", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Server installation test] ************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:62 Saturday 23 March 2024 13:10:30 +0000 (0:00:00.020) 0:01:08.658 ******** 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": 1960399999, "idstart": 1960200000, "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 23 March 2024 13:10:31 +0000 (0:00:01.841) 0:01:10.499 ******** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [ipaserver : Install - Use new master password] *************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:149 Saturday 23 March 2024 13:10:33 +0000 (0:00:01.102) 0:01:11.601 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaserver : Use user defined master password, if provided] *************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:155 Saturday 23 March 2024 13:10:33 +0000 (0:00:00.016) 0:01:11.618 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaserver : Install - Server preparation] ******************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:161 Saturday 23 March 2024 13:10:33 +0000 (0:00:00.012) 0:01:11.630 ******** 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.46.0" ], "no_dnssec_validation": false, "reverse_zones": [], "subject_base": "O=TEST.LOCAL" } TASK [ipaserver : Install - Setup NTP] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:207 Saturday 23 March 2024 13:10:35 +0000 (0:00:02.359) 0:01:13.990 ******** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup DS] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:214 Saturday 23 March 2024 13:10:43 +0000 (0:00:07.836) 0:01:21.827 ******** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup KRB] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:243 Saturday 23 March 2024 13:11:28 +0000 (0:00:44.755) 0:02:06.583 ******** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup CA] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:270 Saturday 23 March 2024 13:11:38 +0000 (0:00:10.487) 0:02:17.070 ******** 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 23 March 2024 13:15:44 +0000 (0:04:05.646) 0:06:22.716 ******** 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 23 March 2024 13:15:44 +0000 (0:00:00.020) 0:06:22.737 ******** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup HTTP] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:329 Saturday 23 March 2024 13:15:47 +0000 (0:00:03.543) 0:06:26.281 ******** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup KRA] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:361 Saturday 23 March 2024 13:16:27 +0000 (0:00:40.153) 0:07:06.434 ******** 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 23 March 2024 13:16:27 +0000 (0:00:00.021) 0:07:06.455 ******** 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 23 March 2024 13:16:27 +0000 (0:00:00.020) 0:07:06.476 ******** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Set DS password] *********************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:405 Saturday 23 March 2024 13:16:38 +0000 (0:00:10.464) 0:07:16.940 ******** changed: [sut] => { "changed": true } TASK [Install - Setup client] ************************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:422 Saturday 23 March 2024 13:16:41 +0000 (0:00:02.749) 0:07:19.690 ******** TASK [ipaclient : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:4 Saturday 23 March 2024 13:16:41 +0000 (0:00:00.032) 0:07:19.723 ******** ok: [sut] => (item=/tmp/freeipa-repo/roles/ipaclient/vars/default.yml) => { "ansible_facts": { "ipaclient_packages": [ "ipa-client", "python3-libselinux" ] }, "ansible_included_var_files": [ "/tmp/freeipa-repo/roles/ipaclient/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/freeipa-repo/roles/ipaclient/vars/default.yml" } TASK [ipaclient : Install IPA client] ****************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:19 Saturday 23 March 2024 13:16:41 +0000 (0:00:00.033) 0:07:19.757 ******** included: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml for sut TASK [ipaclient : Install - Ensure that IPA client packages are installed] ***** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:4 Saturday 23 March 2024 13:16:41 +0000 (0:00:00.048) 0:07:19.805 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_install_packages | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Set ipaclient_servers] ***************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:10 Saturday 23 March 2024 13:16:41 +0000 (0:00:00.021) 0:07:19.826 ******** skipping: [sut] => { "changed": false, "false_condition": "groups.ipaservers is defined and ipaclient_servers is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Set ipaclient_servers from cluster inventory] ****** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:15 Saturday 23 March 2024 13:16:41 +0000 (0:00:00.022) 0:07:19.849 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_no_dns_lookup | bool and groups.ipaserver is defined and ipaclient_servers is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Check that either password or keytab is set] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:21 Saturday 23 March 2024 13:16:41 +0000 (0:00:00.021) 0:07:19.870 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaadmin_keytab is defined and ipaadmin_password is defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Set default principal if no keytab is given] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:26 Saturday 23 March 2024 13:16:41 +0000 (0:00:00.020) 0:07:19.891 ******** ok: [sut] => { "ansible_facts": { "ipaadmin_principal": "admin" }, "changed": false } TASK [ipaclient : Install - Fail on missing ipaclient_domain and ipaserver_domain] *** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:36 Saturday 23 March 2024 13:16:41 +0000 (0:00:00.023) 0:07:19.914 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_configure_dns_resolver | bool and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Fail on missing ipaclient_servers] ***************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:41 Saturday 23 March 2024 13:16:41 +0000 (0:00:00.020) 0:07:19.935 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_configure_dns_resolver | bool and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure DNS resolver] **************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:46 Saturday 23 March 2024 13:16:41 +0000 (0:00:00.020) 0:07:19.955 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_configure_dns_resolver | bool and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - IPA client test] *********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:52 Saturday 23 March 2024 13:16:41 +0000 (0:00:00.020) 0:07:19.976 ******** 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 23 March 2024 13:16:42 +0000 (0:00:01.099) 0:07:21.076 ******** ok: [sut] => { "changed": false, "path": "/etc/ipa/.dns_ccache", "state": "absent" } TASK [ipaclient : Install - Configure NTP] ************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:87 Saturday 23 March 2024 13:16:42 +0000 (0:00:00.251) 0:07:21.327 ******** ok: [sut] => { "changed": false } TASK [ipaclient : Install - Make sure One-Time Password is enabled if it's already defined] *** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:99 Saturday 23 March 2024 13:16:43 +0000 (0:00:00.819) 0:07:22.147 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_otp is defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Disable One-Time Password for on_master] *********** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:104 Saturday 23 March 2024 13:16:43 +0000 (0:00:00.021) 0:07:22.169 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Test if IPA client has working krb5.keytab] ******** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:109 Saturday 23 March 2024 13:16:43 +0000 (0:00:00.021) 0:07:22.191 ******** ok: [sut] => { "ca_crt_exists": true, "changed": false, "krb5_conf_ok": true, "krb5_keytab_ok": true, "ping_test_ok": true } TASK [ipaclient : Install - Disable One-Time Password for client with working krb5.keytab] *** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:119 Saturday 23 March 2024 13:16:45 +0000 (0:00:01.841) 0:07:24.032 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and result_ipaclient_test_keytab.krb5_keytab_ok and not ipaclient_force_join | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Keytab or password is required for getting otp] **** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:137 Saturday 23 March 2024 13:16:45 +0000 (0:00:00.022) 0:07:24.054 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create temporary file for keytab] ****************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:142 Saturday 23 March 2024 13:16:45 +0000 (0:00:00.023) 0:07:24.078 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Copy keytab to server temporary file] ************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:151 Saturday 23 March 2024 13:16:45 +0000 (0:00:00.027) 0:07:24.105 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Get One-Time Password for client enrollment] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:159 Saturday 23 March 2024 13:16:45 +0000 (0:00:00.028) 0:07:24.133 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Install - Store the previously obtained OTP] ***************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:169 Saturday 23 March 2024 13:16:45 +0000 (0:00:00.032) 0:07:24.165 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Install - Remove keytab temporary file] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:183 Saturday 23 March 2024 13:16:45 +0000 (0:00:00.022) 0:07:24.187 ******** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Store predefined OTP in admin_password] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:190 Saturday 23 March 2024 13:16:45 +0000 (0:00:00.024) 0:07:24.212 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Install - Check if principal and keytab are set] ************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:208 Saturday 23 March 2024 13:16:45 +0000 (0:00:00.021) 0:07:24.233 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Check if one of password or keytabs are set] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:213 Saturday 23 March 2024 13:16:45 +0000 (0:00:00.022) 0:07:24.256 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - From host keytab, purge TEST.LOCAL] **************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:221 Saturday 23 March 2024 13:16:45 +0000 (0:00:00.023) 0:07:24.279 ******** skipping: [sut] => { "changed": false, "false_condition": "(ipaclient_use_otp | bool or ipaclient_force_join | bool) and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Backup and set hostname] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:238 Saturday 23 March 2024 13:16:45 +0000 (0:00:00.023) 0:07:24.302 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create temporary krb5 configuration] *************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:243 Saturday 23 March 2024 13:16:45 +0000 (0:00:00.022) 0:07:24.324 ******** ok: [sut] => { "changed": false, "krb_name": "/tmp/tmpxz06l9mf" } TASK [ipaclient : Install - Join IPA] ****************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:252 Saturday 23 March 2024 13:16:46 +0000 (0:00:00.843) 0:07:25.168 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and (not result_ipaclient_test_keytab.krb5_keytab_ok or ipaclient_force_join)", "skip_reason": "Conditional result was False" } TASK [ipaclient : The krb5 configuration is not correct] *********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:280 Saturday 23 March 2024 13:16:46 +0000 (0:00:00.023) 0:07:25.192 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and not result_ipaclient_join.changed and not ipaclient_allow_repair | bool and (result_ipaclient_test_keytab.krb5_keytab_ok or (result_ipaclient_join.already_joined is defined and result_ipaclient_join.already_joined))", "skip_reason": "Conditional result was False" } TASK [ipaclient : IPA test failed] ********************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:286 Saturday 23 March 2024 13:16:46 +0000 (0:00:00.024) 0:07:25.216 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and not result_ipaclient_join.changed and not ipaclient_allow_repair | bool and (result_ipaclient_test_keytab.krb5_keytab_ok or (result_ipaclient_join.already_joined is defined and result_ipaclient_join.already_joined))", "skip_reason": "Conditional result was False" } TASK [ipaclient : Fail due to missing ca.crt file] ***************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:290 Saturday 23 March 2024 13:16:46 +0000 (0:00:00.026) 0:07:25.243 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and not result_ipaclient_join.changed and not ipaclient_allow_repair | bool and (result_ipaclient_test_keytab.krb5_keytab_ok or (result_ipaclient_join.already_joined is defined and result_ipaclient_join.already_joined))", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure IPA default.conf] ************************ task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:304 Saturday 23 March 2024 13:16:46 +0000 (0:00:00.023) 0:07:25.266 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure SSSD] ************************************ task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:313 Saturday 23 March 2024 13:16:46 +0000 (0:00:00.024) 0:07:25.291 ******** changed: [sut] => { "changed": true } TASK [ipaclient : Install - IPA API calls for remaining enrollment parts] ****** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:335 Saturday 23 March 2024 13:16:47 +0000 (0:00:00.862) 0:07:26.154 ******** changed: [sut] => { "ca_enabled": true, "changed": true, "subject_base": "O=TEST.LOCAL" } TASK [ipaclient : Install - Fix IPA ca] **************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:344 Saturday 23 March 2024 13:16:50 +0000 (0:00:02.623) 0:07:28.778 ******** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and result_ipaclient_test_keytab.krb5_keytab_ok and not result_ipaclient_test_keytab.ca_crt_exists", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create IPA NSS database] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:355 Saturday 23 March 2024 13:16:50 +0000 (0:00:00.025) 0:07:28.803 ******** 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 23 March 2024 13:16:57 +0000 (0:00:07.593) 0:07:36.397 ******** changed: [sut] => { "changed": true } TASK [ipaclient : Install - Configure automount] ******************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:398 Saturday 23 March 2024 13:16:58 +0000 (0:00:00.901) 0:07:37.298 ******** ok: [sut] => { "changed": false } TASK [ipaclient : Install - Configure firefox] ********************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:404 Saturday 23 March 2024 13:16:59 +0000 (0:00:00.814) 0:07:38.113 ******** 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 23 March 2024 13:16:59 +0000 (0:00:00.023) 0:07:38.137 ******** changed: [sut] => { "changed": true } TASK [ipaclient : Remove temporary krb5.conf] ********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:416 Saturday 23 March 2024 13:17:00 +0000 (0:00:01.385) 0:07:39.522 ******** changed: [sut] => { "changed": true, "path": "/tmp/tmpxz06l9mf", "state": "absent" } TASK [ipaclient : Install - Configure krb5 for IPA realm] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:422 Saturday 23 March 2024 13:17:01 +0000 (0:00:00.257) 0:07:39.780 ******** 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 23 March 2024 13:17:01 +0000 (0:00:00.024) 0:07:39.804 ******** 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 23 March 2024 13:17:01 +0000 (0:00:00.023) 0:07:39.828 ******** 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 23 March 2024 13:17:01 +0000 (0:00:00.022) 0:07:39.850 ******** 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 23 March 2024 13:17:01 +0000 (0:00:00.256) 0:07:40.107 ******** ok: [sut] => { "changed": false, "path": "/tmp/tmpxz06l9mf", "state": "absent" } TASK [ipaclient : Remove temporary krb5.conf backup] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:463 Saturday 23 March 2024 13:17:01 +0000 (0:00:00.257) 0:07:40.364 ******** changed: [sut] => { "changed": true, "path": "/tmp/tmpxz06l9mf.ipabkp", "state": "absent" } TASK [ipaclient : Uninstall IPA client] **************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:23 Saturday 23 March 2024 13:17:02 +0000 (0:00:00.262) 0:07:40.627 ******** 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 23 March 2024 13:17:02 +0000 (0:00:00.024) 0:07:40.652 ******** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Configure firewalld] ******************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:444 Saturday 23 March 2024 13:17:07 +0000 (0:00:05.825) 0:07:46.477 ******** changed: [sut] => { "changed": true, "cmd": [ "firewall-cmd", "--permanent", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=ntp" ], "delta": "0:00:00.317982", "end": "2024-03-23 13:17:08.591751", "rc": 0, "start": "2024-03-23 13:17:08.273769" } STDOUT: success TASK [ipaserver : Install - Configure firewalld runtime] *********************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:458 Saturday 23 March 2024 13:17:08 +0000 (0:00:00.670) 0:07:47.147 ******** changed: [sut] => { "changed": true, "cmd": [ "firewall-cmd", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=ntp" ], "delta": "0:00:00.287775", "end": "2024-03-23 13:17:09.128082", "rc": 0, "start": "2024-03-23 13:17:08.840307" } STDOUT: success TASK [ipaserver : Install - Cleanup root IPA cache] **************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:472 Saturday 23 March 2024 13:17:09 +0000 (0:00:00.539) 0:07:47.686 ******** 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 23 March 2024 13:17:09 +0000 (0:00:00.251) 0:07:47.938 ******** ok: [sut] => (item=/etc/ipa/.tmp_pkcs12_dirsrv) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/ipa/.tmp_pkcs12_dirsrv", "path": "/etc/ipa/.tmp_pkcs12_dirsrv", "state": "absent" } ok: [sut] => (item=/etc/ipa/.tmp_pkcs12_http) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/ipa/.tmp_pkcs12_http", "path": "/etc/ipa/.tmp_pkcs12_http", "state": "absent" } ok: [sut] => (item=/etc/ipa/.tmp_pkcs12_pkinit) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/ipa/.tmp_pkcs12_pkinit", "path": "/etc/ipa/.tmp_pkcs12_pkinit", "state": "absent" } TASK [ipaserver : Uninstall IPA server] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:23 Saturday 23 March 2024 13:17:10 +0000 (0:00:00.732) 0:07:48.670 ******** 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-ciy4j4rwxc/tests/tests_basic_ipa.yml:25 Saturday 23 March 2024 13:17:10 +0000 (0:00:00.019) 0:07:48.689 ******** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-ciy4j4rwxc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 23 March 2024 13:17:10 +0000 (0:00:00.025) 0:07:48.715 ******** included: /WORKDIR/git-weekly-ciy4j4rwxc/.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-ciy4j4rwxc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 23 March 2024 13:17:10 +0000 (0:00:00.013) 0:07:48.728 ******** 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-ciy4j4rwxc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 23 March 2024 13:17:10 +0000 (0:00:00.018) 0:07:48.747 ******** 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-ciy4j4rwxc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 23 March 2024 13:17:10 +0000 (0:00:00.012) 0:07:48.759 ******** 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-ciy4j4rwxc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 23 March 2024 13:17:10 +0000 (0:00:00.012) 0:07:48.771 ******** 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-ciy4j4rwxc/.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-ciy4j4rwxc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 23 March 2024 13:17:10 +0000 (0:00:00.024) 0:07:48.796 ******** 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-ciy4j4rwxc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 23 March 2024 13:17:12 +0000 (0:00:02.164) 0:07:50.961 ******** 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-ciy4j4rwxc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 23 March 2024 13:17:15 +0000 (0:00:02.796) 0:07:53.757 ******** 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-ciy4j4rwxc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 23 March 2024 13:17:15 +0000 (0:00:00.264) 0:07:54.021 ******** 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-ciy4j4rwxc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 23 March 2024 13:17:15 +0000 (0:00:00.265) 0:07:54.286 ******** 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-03-23 13:14:33 UTC", "ActiveEnterTimestampMonotonic": "1338962803", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.socket sysinit.target systemd-journald.socket basic.target dbus-broker.service system.slice syslog.target network.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-23 13:14:33 UTC", "AssertTimestampMonotonic": "1338934815", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "66513712000", "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-03-23 13:14:33 UTC", "ConditionTimestampMonotonic": "1338934812", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "ControlGroupId": "7215", "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": "10147", "ExecMainStartTimestamp": "Sat 2024-03-23 13:14:33 UTC", "ExecMainStartTimestampMonotonic": "1338942192", "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-03-23 13:14:33 UTC", "InactiveExitTimestampMonotonic": "1338942595", "InvocationID": "41570222d1c846e8b9f3a0f0243f75b9", "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": "10147", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "2498560", "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-03-23 13:17:05 UTC", "StateChangeTimestampMonotonic": "1490110318", "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-ciy4j4rwxc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 23 March 2024 13:17:16 +0000 (0:00:00.444) 0:07:54.731 ******** 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-ciy4j4rwxc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 23 March 2024 13:17:20 +0000 (0:00:03.988) 0:07:58.719 ******** 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-ciy4j4rwxc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 23 March 2024 13:17:20 +0000 (0:00:00.032) 0:07:58.752 ******** 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-ciy4j4rwxc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 23 March 2024 13:17:20 +0000 (0:00:00.018) 0:07:58.771 ******** 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-ciy4j4rwxc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 23 March 2024 13:17:20 +0000 (0:00:00.019) 0:07:58.790 ******** 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-ciy4j4rwxc/tests/tests_basic_ipa.yml:41 Saturday 23 March 2024 13:17:20 +0000 (0:00:00.023) 0:07:58.813 ******** included: /WORKDIR/git-weekly-ciy4j4rwxc/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-ciy4j4rwxc/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-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:2 Saturday 23 March 2024 13:17:20 +0000 (0:00:00.030) 0:07:58.843 ******** ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:9 Saturday 23 March 2024 13:17:20 +0000 (0:00:00.010) 0:07:58.853 ******** 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-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:14 Saturday 23 March 2024 13:17:20 +0000 (0:00:00.011) 0:07:58.865 ******** 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-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:18 Saturday 23 March 2024 13:17:20 +0000 (0:00:00.010) 0:07:58.876 ******** 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-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:28 Saturday 23 March 2024 13:17:20 +0000 (0:00:00.009) 0:07:58.885 ******** 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-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:38 Saturday 23 March 2024 13:17:22 +0000 (0:00:02.186) 0:08:01.071 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711199838.3128648, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "833005807e6ec6b464e37ee5a1ab91ff48fdd0f4", "ctime": 1711199838.3088648, "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": 1711199838.3088648, "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": "938767906", "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-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:43 Saturday 23 March 2024 13:17:22 +0000 (0:00:00.250) 0:08:01.322 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:49 Saturday 23 March 2024 13:17:22 +0000 (0:00:00.012) 0:08:01.334 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:59 Saturday 23 March 2024 13:17:22 +0000 (0:00:00.022) 0:08:01.357 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:65 Saturday 23 March 2024 13:17:22 +0000 (0:00:00.020) 0:08:01.378 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711199836.7848942, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "0e66019268332e06aaba5c2dfcbd5a5cf7d273d3", "ctime": 1711199838.3088648, "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": 1711199838.3088648, "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": "2282449789", "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-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:70 Saturday 23 March 2024 13:17:23 +0000 (0:00:00.250) 0:08:01.629 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:76 Saturday 23 March 2024 13:17:23 +0000 (0:00:00.012) 0:08:01.641 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:86 Saturday 23 March 2024 13:17:23 +0000 (0:00:00.022) 0:08:01.664 ******** ok: [sut] => { "certificate": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "3F:25:16:81:AA:BB:01:38:B9:33:9F:30:0F:AB:76:BC:28:16:76:49" }, "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": "11:EE:DB:7E:48:42:58:95:99:6C:EB:63:51:D8:6B:94:72:2D:BF:AA" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "09:2F:C7:37:3F:E0:88:03:CC:C7:CB:74:9E:2E:24:B8:EB:3A:4B:97:5B:B8:2F:71:51:40:24:00:A2:B0:2D:F5:34:FE:78:63:5D:1A:A8:53:97:AB:89:E0:CE:6D:B0:A0:3C:8C:A7:DC:7A:7C:92:BE:F9:3D:B0:F7:9D:11:53:C9:C2:19:CE:99:90:C4:2F:10:5F:74:43:FB:12:95:A9:8E:12:05:01:53:54:6B:9D:E3:51:C7:97:62:36:DB:30:41:63:AD:5E:B2:8C:4A:35:C6:50:52:DC:81:FA:62:7B:0E:C7:5F:CA:5E:45:03:EF:36:64:58:F8:10:72:30:A3:56:C9:FC:10:FF:CF:F5:5E:55:C1:E2:F3:A2:A5:5C:C3:C2:8A:92:CB:EC:4E:39:C2:A2:EF:68:EC:EE:80:59:E0:94:63:23:99:D4:9E:30:13:14:CB:13:CA:8B:CE:87:04:68:21:B1:9C:F1:CA:82:EA:D9:F6:BA:E8:47:0B:4E:0A:10:5C:DA:04:56:57:4E:55:1B:06:E7:FF:F1:D6:DB:AA:98:B7:65:F9:37:31:D3:92:A6:E0:90:6F:34:B1:33:68:C5:1B:93:FA:C5:87:30:E6:00:9C:2F:3E:A3:2B:D1:0E:24:7A:C6:5B:A9:07:30:74:31:11:4C:34:07:F6:3A:33:D1:4C:AE:F8:60:85:71:3D:86:FF:B5:F0:7C:7C:A7:69:1E:B2:E1:AF:53:C1:C6:7E:B7:22:B0:D0:A4:84:0C:62:C8:D0:37:5E:94:8C:E4:6D:C9:5F:E9:21:F4:3A:81:AD:10:E3:A4:B0:3B:1D:61:3E:73:FB:74:38:4F:A2:3C:7A:D1:68:B7:7B:0B:7B:E2:9E:8A:54:A6:75:2E:D4:C8:03:94:A3:7A:12:3A:06:BC:19:6C:64:62:46:1A:8A:69:14:07:51:EC:DB:36:4D:21:10:D7:7D:C1:4C:4B:B3:7B:AA:93:0C:AF:A5:5E:4D:4B:74:8D:BD:B6:D2:EA:04:B0:90:24" }, "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": "20260324131718Z", "not_valid_before": "20240323131718Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:92 Saturday 23 March 2024 13:17:23 +0000 (0:00:00.409) 0:08:02.073 ******** 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": "3F:25:16:81:AA:BB:01:38:B9:33:9F:30:0F:AB:76:BC:28:16:76:49" }, "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": "11:EE:DB:7E:48:42:58:95:99:6C:EB:63:51:D8:6B:94:72:2D:BF:AA" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "09:2F:C7:37:3F:E0:88:03:CC:C7:CB:74:9E:2E:24:B8:EB:3A:4B:97:5B:B8:2F:71:51:40:24:00:A2:B0:2D:F5:34:FE:78:63:5D:1A:A8:53:97:AB:89:E0:CE:6D:B0:A0:3C:8C:A7:DC:7A:7C:92:BE:F9:3D:B0:F7:9D:11:53:C9:C2:19:CE:99:90:C4:2F:10:5F:74:43:FB:12:95:A9:8E:12:05:01:53:54:6B:9D:E3:51:C7:97:62:36:DB:30:41:63:AD:5E:B2:8C:4A:35:C6:50:52:DC:81:FA:62:7B:0E:C7:5F:CA:5E:45:03:EF:36:64:58:F8:10:72:30:A3:56:C9:FC:10:FF:CF:F5:5E:55:C1:E2:F3:A2:A5:5C:C3:C2:8A:92:CB:EC:4E:39:C2:A2:EF:68:EC:EE:80:59:E0:94:63:23:99:D4:9E:30:13:14:CB:13:CA:8B:CE:87:04:68:21:B1:9C:F1:CA:82:EA:D9:F6:BA:E8:47:0B:4E:0A:10:5C:DA:04:56:57:4E:55:1B:06:E7:FF:F1:D6:DB:AA:98:B7:65:F9:37:31:D3:92:A6:E0:90:6F:34:B1:33:68:C5:1B:93:FA:C5:87:30:E6:00:9C:2F:3E:A3:2B:D1:0E:24:7A:C6:5B:A9:07:30:74:31:11:4C:34:07:F6:3A:33:D1:4C:AE:F8:60:85:71:3D:86:FF:B5:F0:7C:7C:A7:69:1E:B2:E1:AF:53:C1:C6:7E:B7:22:B0:D0:A4:84:0C:62:C8:D0:37:5E:94:8C:E4:6D:C9:5F:E9:21:F4:3A:81:AD:10:E3:A4:B0:3B:1D:61:3E:73:FB:74:38:4F:A2:3C:7A:D1:68:B7:7B:0B:7B:E2:9E:8A:54:A6:75:2E:D4:C8:03:94:A3:7A:12:3A:06:BC:19:6C:64:62:46:1A:8A:69:14:07:51:EC:DB:36:4D:21:10:D7:7D:C1:4C:4B:B3:7B:AA:93:0C:AF:A5:5E:4D:4B:74:8D:BD:B6:D2:EA:04:B0:90:24" }, "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": "20260324131718Z", "not_valid_before": "20240323131718Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:96 Saturday 23 March 2024 13:17:23 +0000 (0:00:00.012) 0:08:02.086 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:104 Saturday 23 March 2024 13:17:23 +0000 (0:00:00.020) 0:08:02.106 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:112 Saturday 23 March 2024 13:17:23 +0000 (0:00:00.012) 0:08:02.118 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:119 Saturday 23 March 2024 13:17:23 +0000 (0:00:00.020) 0:08:02.139 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:130 Saturday 23 March 2024 13:17:23 +0000 (0:00:00.022) 0:08:02.162 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:143 Saturday 23 March 2024 13:17:23 +0000 (0:00:00.022) 0:08:02.185 ******** 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.068940", "end": "2024-03-23 13:17:23.939420", "rc": 0, "start": "2024-03-23 13:17:23.870480" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:152 Saturday 23 March 2024 13:17:23 +0000 (0:00:00.309) 0:08:02.495 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set virtualenv_path] ***************************************************** task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:2 Saturday 23 March 2024 13:17:23 +0000 (0:00:00.022) 0:08:02.517 ******** ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:9 Saturday 23 March 2024 13:17:23 +0000 (0:00:00.010) 0:08:02.528 ******** 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-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:14 Saturday 23 March 2024 13:17:24 +0000 (0:00:00.011) 0:08:02.539 ******** 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-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:18 Saturday 23 March 2024 13:17:24 +0000 (0:00:00.012) 0:08:02.551 ******** 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-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:28 Saturday 23 March 2024 13:17:24 +0000 (0:00:00.008) 0:08:02.560 ******** 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-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:38 Saturday 23 March 2024 13:17:26 +0000 (0:00:02.134) 0:08:04.695 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711199840.0418315, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5236df0684d9b1ba1b6e66002eb3ab89431fb19c", "ctime": 1711199840.1498294, "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": 1711199840.0368316, "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": "1021631063", "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-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:43 Saturday 23 March 2024 13:17:26 +0000 (0:00:00.244) 0:08:04.939 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:49 Saturday 23 March 2024 13:17:26 +0000 (0:00:00.010) 0:08:04.950 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:59 Saturday 23 March 2024 13:17:26 +0000 (0:00:00.022) 0:08:04.972 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:65 Saturday 23 March 2024 13:17:26 +0000 (0:00:00.020) 0:08:04.993 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711199838.9628522, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "134a66bc3a7d0b181ad77d59060800e3eaa71199", "ctime": 1711199840.1498294, "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": 1711199840.0368316, "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": "230795829", "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-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:70 Saturday 23 March 2024 13:17:26 +0000 (0:00:00.247) 0:08:05.240 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:76 Saturday 23 March 2024 13:17:26 +0000 (0:00:00.010) 0:08:05.251 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:86 Saturday 23 March 2024 13:17:26 +0000 (0:00:00.021) 0:08:05.273 ******** ok: [sut] => { "certificate": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "3F:25:16:81:AA:BB:01:38:B9:33:9F:30:0F:AB:76:BC:28:16:76:49" }, "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": "A9:AE:BC:3D:6D:83:83:66:FB:C2:E5:CB:FE:11:83:7D:A1:97:2F:E0" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "6A:03:76:F5:99:5E:96:42:E5:81:03:39:59:BB:FB:83:75:53:A4:BA:18:42:92:45:BC:2C:F8:13:21:1B:E1:A6:71:B4:7A:7F:82:B7:31:6B:F5:AA:1B:19:21:79:2D:D8:18:AF:58:41:31:92:C0:40:9F:1A:86:4E:83:89:3D:C3:D1:66:8A:22:0F:3B:EE:F2:72:B5:3A:D6:2A:AB:AC:31:74:06:55:AB:CC:A0:D7:13:D3:C8:D8:13:80:06:75:05:34:20:C8:B7:FB:EA:3C:4F:8D:9E:03:3C:71:6E:3F:45:88:31:CF:3C:4F:6C:1B:D0:D0:CE:E1:04:8C:FF:2F:B8:FB:89:48:39:EF:86:E1:79:E5:D8:1C:EB:B4:5C:6F:EC:05:25:37:24:89:2E:3F:FB:37:A8:FA:0E:35:01:35:30:0F:40:A7:85:DE:B3:5B:01:C5:D0:EB:9F:07:7B:39:F1:33:57:00:D8:AF:F3:B2:0A:FA:05:6D:F9:8A:21:87:F1:13:9A:B4:D9:CD:58:61:94:0C:3D:C6:3D:1E:A6:57:DC:9D:16:56:81:1D:C4:06:1C:A5:B7:DB:8F:2C:E3:03:02:70:46:F7:E8:69:14:62:AF:F5:65:B0:07:E6:B1:AD:D7:FB:9E:CF:E5:5A:3D:E1:8B:29:42:D6:34:F4:5F:57:5F:CB:9F:7A:10:8C:DB:12:E1:44:0F:6E:2B:F0:3A:34:33:67:34:94:78:B5:F3:D5:85:2B:40:70:85:BB:2A:C3:C2:F4:49:07:18:84:E1:15:07:C5:23:A6:21:D0:8F:31:4B:61:7B:1F:C4:EB:20:58:F5:26:CE:D9:17:48:B9:CC:44:4D:4C:32:BB:3D:27:A6:85:9E:83:3A:D4:7F:F5:8B:D1:7D:26:07:BA:E6:29:03:C9:F9:D8:0C:CC:61:D1:C1:C2:B9:D7:B8:04:34:17:18:26:8A:B0:64:68:7E:1E:58:E8:AE:CF:81:15:4E:02:D0:41:E8:BD:8A:89:AB:B0:A8:FB" }, "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": "20260324131719Z", "not_valid_before": "20240323131719Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:92 Saturday 23 March 2024 13:17:27 +0000 (0:00:00.309) 0:08:05.582 ******** 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": "3F:25:16:81:AA:BB:01:38:B9:33:9F:30:0F:AB:76:BC:28:16:76:49" }, "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": "A9:AE:BC:3D:6D:83:83:66:FB:C2:E5:CB:FE:11:83:7D:A1:97:2F:E0" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "6A:03:76:F5:99:5E:96:42:E5:81:03:39:59:BB:FB:83:75:53:A4:BA:18:42:92:45:BC:2C:F8:13:21:1B:E1:A6:71:B4:7A:7F:82:B7:31:6B:F5:AA:1B:19:21:79:2D:D8:18:AF:58:41:31:92:C0:40:9F:1A:86:4E:83:89:3D:C3:D1:66:8A:22:0F:3B:EE:F2:72:B5:3A:D6:2A:AB:AC:31:74:06:55:AB:CC:A0:D7:13:D3:C8:D8:13:80:06:75:05:34:20:C8:B7:FB:EA:3C:4F:8D:9E:03:3C:71:6E:3F:45:88:31:CF:3C:4F:6C:1B:D0:D0:CE:E1:04:8C:FF:2F:B8:FB:89:48:39:EF:86:E1:79:E5:D8:1C:EB:B4:5C:6F:EC:05:25:37:24:89:2E:3F:FB:37:A8:FA:0E:35:01:35:30:0F:40:A7:85:DE:B3:5B:01:C5:D0:EB:9F:07:7B:39:F1:33:57:00:D8:AF:F3:B2:0A:FA:05:6D:F9:8A:21:87:F1:13:9A:B4:D9:CD:58:61:94:0C:3D:C6:3D:1E:A6:57:DC:9D:16:56:81:1D:C4:06:1C:A5:B7:DB:8F:2C:E3:03:02:70:46:F7:E8:69:14:62:AF:F5:65:B0:07:E6:B1:AD:D7:FB:9E:CF:E5:5A:3D:E1:8B:29:42:D6:34:F4:5F:57:5F:CB:9F:7A:10:8C:DB:12:E1:44:0F:6E:2B:F0:3A:34:33:67:34:94:78:B5:F3:D5:85:2B:40:70:85:BB:2A:C3:C2:F4:49:07:18:84:E1:15:07:C5:23:A6:21:D0:8F:31:4B:61:7B:1F:C4:EB:20:58:F5:26:CE:D9:17:48:B9:CC:44:4D:4C:32:BB:3D:27:A6:85:9E:83:3A:D4:7F:F5:8B:D1:7D:26:07:BA:E6:29:03:C9:F9:D8:0C:CC:61:D1:C1:C2:B9:D7:B8:04:34:17:18:26:8A:B0:64:68:7E:1E:58:E8:AE:CF:81:15:4E:02:D0:41:E8:BD:8A:89:AB:B0:A8:FB" }, "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": "20260324131719Z", "not_valid_before": "20240323131719Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:96 Saturday 23 March 2024 13:17:27 +0000 (0:00:00.012) 0:08:05.595 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:104 Saturday 23 March 2024 13:17:27 +0000 (0:00:00.020) 0:08:05.615 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:112 Saturday 23 March 2024 13:17:27 +0000 (0:00:00.012) 0:08:05.628 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:119 Saturday 23 March 2024 13:17:27 +0000 (0:00:00.019) 0:08:05.647 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:130 Saturday 23 March 2024 13:17:27 +0000 (0:00:00.022) 0:08:05.669 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:143 Saturday 23 March 2024 13:17:27 +0000 (0:00:00.021) 0:08:05.691 ******** 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.069327", "end": "2024-03-23 13:17:27.439575", "rc": 0, "start": "2024-03-23 13:17:27.370248" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:152 Saturday 23 March 2024 13:17:27 +0000 (0:00:00.304) 0:08:05.996 ******** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=97 changed=29 unreachable=0 failed=0 skipped=56 rescued=0 ignored=0 Saturday 23 March 2024 13:17:27 +0000 (0:00:00.024) 0:08:06.021 ******** =============================================================================== ipaserver : Install - Setup CA ---------------------------------------- 245.65s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:270 ----------------------- ipaserver : Install - Ensure that IPA server packages are installed ---- 56.72s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:7 ------------------------- ipaserver : Install - Setup DS ----------------------------------------- 44.76s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:214 ----------------------- ipaserver : Install - Setup HTTP --------------------------------------- 40.15s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:329 ----------------------- ipaserver : Install - Setup KRB ---------------------------------------- 10.49s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:243 ----------------------- ipaserver : Install - Setup ADTRUST ------------------------------------ 10.46s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:389 ----------------------- ipaserver : Install - Setup NTP ----------------------------------------- 7.84s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:207 ----------------------- ipaclient : Install - Create IPA NSS database --------------------------- 7.59s /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:355 ----------------------- ipaserver : Install - Enable IPA ---------------------------------------- 5.83s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:437 ----------------------- fedora.linux_system_roles.certificate : Ensure certificate requests ----- 3.99s /WORKDIR/git-weekly-ciy4j4rwxc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 ipaserver : Install - Setup otpd ---------------------------------------- 3.54s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:323 ----------------------- fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 2.80s /WORKDIR/git-weekly-ciy4j4rwxc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 ipaserver : Install - Set DS password ----------------------------------- 2.75s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:405 ----------------------- ipaclient : Install - IPA API calls for remaining enrollment parts ------ 2.62s /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:335 ----------------------- ipaserver : Install - Server preparation -------------------------------- 2.36s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:161 ----------------------- ipaserver : Install - Ensure that firewall packages installed ----------- 2.22s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:24 ------------------------ Ensure python3 is installed --------------------------------------------- 2.19s /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:28 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 2.16s /WORKDIR/git-weekly-ciy4j4rwxc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Ensure python3 is installed --------------------------------------------- 2.13s /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/assert_certificate_parameters.yml:28 Ensure hostname package is installed ------------------------------------ 2.08s /WORKDIR/git-weekly-ciy4j4rwxc/tests/tasks/setup_ipa.yml:53 ------------------- ---^---^---^---^---^--- # 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. ---^---^---^---^---^---