# 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-ciaf3cpfn8/.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-ciaf3cpfn8/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-ciaf3cpfn8/tests/tests_basic_ipa.yml PLAY [Test using IPA to issue certs] ******************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tests_basic_ipa.yml:2 Saturday 02 March 2024 12:48:03 +0000 (0:00:00.012) 0:00:00.012 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tests_basic_ipa.yml:13 Saturday 02 March 2024 12:48:04 +0000 (0:00:00.968) 0:00:00.980 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Skip if not supported] *************************************************** task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tests_basic_ipa.yml:18 Saturday 02 March 2024 12:48:04 +0000 (0:00:00.277) 0:00:01.258 ******** 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-ciaf3cpfn8/tests/tasks/setup_ipa.yml:2 Saturday 02 March 2024 12:48:04 +0000 (0:00:00.004) 0:00:01.262 ******** ok: [sut] => { "ansible_facts": { "__is_beaker_env": false }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/setup_ipa.yml:9 Saturday 02 March 2024 12:48:04 +0000 (0:00:00.022) 0:00:01.285 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/setup_ipa.yml:14 Saturday 02 March 2024 12:48:04 +0000 (0:00:00.223) 0:00:01.508 ******** ok: [sut] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [Install ansible-freeipa] ************************************************* task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/setup_ipa.yml:18 Saturday 02 March 2024 12:48:04 +0000 (0:00:00.012) 0:00:01.521 ******** 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-ciaf3cpfn8/tests/tasks/setup_ipa.yml:24 Saturday 02 March 2024 12:48:04 +0000 (0:00:00.007) 0:00:01.528 ******** ok: [sut -> 127.0.0.1] => { "changed": false, "path": "/tmp/freeipa-repo/", "state": "absent" } TASK [Clone ansible-freeipa repo] ********************************************** task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/setup_ipa.yml:32 Saturday 02 March 2024 12:48:04 +0000 (0:00:00.175) 0:00:01.704 ******** changed: [sut -> 127.0.0.1] => { "after": "ce05b5e137f7d80c2403bc3a50c2c04c42f050d4", "before": null, "changed": true } TASK [Create role symlinks] **************************************************** task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/setup_ipa.yml:41 Saturday 02 March 2024 12:48:06 +0000 (0:00:01.830) 0:00:03.535 ******** changed: [sut -> 127.0.0.1] => (item=ipaserver) => { "ansible_loop_var": "item", "changed": true, "dest": "/WORKDIR/git-weekly-ciaf3cpfn8/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-ciaf3cpfn8/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-ciaf3cpfn8/tests/tasks/setup_ipa.yml:53 Saturday 02 March 2024 12:48:06 +0000 (0:00:00.230) 0:00:03.766 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: hostname TASK [Set hostname] ************************************************************ task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/setup_ipa.yml:59 Saturday 02 March 2024 12:48:08 +0000 (0:00:02.037) 0:00:05.804 ******** 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-ciaf3cpfn8/tests/tasks/setup_ipa.yml:65 Saturday 02 March 2024 12:48:09 +0000 (0:00:00.665) 0:00:06.469 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: nss TASK [Include ipaserver role] ************************************************** task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/setup_ipa.yml:82 Saturday 02 March 2024 12:48:11 +0000 (0:00:01.926) 0:00:08.395 ******** TASK [ipaserver : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:4 Saturday 02 March 2024 12:48:11 +0000 (0:00:00.014) 0:00:08.410 ******** 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 02 March 2024 12:48:11 +0000 (0:00:00.016) 0:00:08.426 ******** 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 02 March 2024 12:48:11 +0000 (0:00:00.032) 0:00:08.459 ******** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: python3-cffi-1.15.1-6.fc39.x86_64", "Installed: perl-Term-ReadLine-1.17-502.fc39.noarch", "Installed: libwbclient-2:4.19.5-1.fc39.x86_64", "Installed: logrotate-3.21.0-4.fc39.x86_64", "Installed: mailcap-2.1.54-2.fc39.noarch", "Installed: perl-Tie-4.6-502.fc39.noarch", "Installed: python3-psutil-5.9.5-1.fc39.x86_64", "Installed: tomcat-1:9.0.83-1.fc39.noarch", "Installed: tomcat-el-3.0-api-1:9.0.83-1.fc39.noarch", "Installed: libdb-utils-5.3.28-56.fc39.x86_64", "Installed: bind-libs-32:9.18.24-1.fc39.x86_64", "Installed: bind-license-32:9.18.24-1.fc39.noarch", "Installed: bind-utils-32:9.18.24-1.fc39.x86_64", "Installed: freeipa-client-4.11.1-1.fc39.x86_64", "Installed: perl-DB_File-1.859-1.fc39.x86_64", "Installed: freeipa-client-common-4.11.1-1.fc39.noarch", "Installed: freeipa-common-4.11.1-1.fc39.noarch", "Installed: freeipa-healthcheck-core-0.16-3.fc39.noarch", "Installed: freeipa-selinux-4.11.1-1.fc39.noarch", "Installed: freeipa-server-4.11.1-1.fc39.x86_64", "Installed: python3-netaddr-0.8.0-14.fc39.noarch", "Installed: freeipa-server-common-4.11.1-1.fc39.noarch", "Installed: perl-debugger-1.60-502.fc39.noarch", "Installed: openssl-perl-1:3.1.1-4.fc39.x86_64", "Installed: samba-client-libs-2:4.19.5-1.fc39.x86_64", "Installed: dogtag-jss-5.4.2-1.fc39.1.x86_64", "Installed: samba-common-2:4.19.5-1.fc39.noarch", "Installed: dogtag-ldapjdk-5.4.1-2.fc39.noarch", "Installed: samba-common-libs-2:4.19.5-1.fc39.x86_64", "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: publicsuffix-list-20240107-1.fc39.noarch", "Installed: dogtag-pki-java-11.4.3-2.fc39.1.noarch", "Installed: dogtag-pki-kra-11.4.3-2.fc39.1.noarch", "Installed: dogtag-pki-server-11.4.3-2.fc39.1.noarch", "Installed: perl-Text-Diff-1.45-19.fc39.noarch", "Installed: dogtag-pki-tools-11.4.3-2.fc39.1.x86_64", "Installed: dogtag-tomcatjss-8.4.1-2.fc39.noarch", "Installed: perl-meta-notation-5.38.2-502.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: perl-sigtrap-1.10-502.fc39.noarch", "Installed: python3-sss-2.9.4-1.fc39.x86_64", "Installed: python3-sss-murmur-2.9.4-1.fc39.x86_64", "Installed: python3-sssdconfig-2.9.4-1.fc39.noarch", "Installed: 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: tzdata-java-2024a-2.fc39.noarch", "Installed: lua-5.4.6-3.fc39.x86_64", "Installed: python3-jwcrypto-1.4.2-5.fc39.noarch", "Installed: python3-ipaclient-4.11.1-1.fc39.noarch", "Installed: python3-ipalib-4.11.1-1.fc39.noarch", "Installed: python3-ipaserver-4.11.1-1.fc39.noarch", "Installed: open-sans-fonts-1.10-19.fc39.noarch", "Installed: tomcat-jsp-2.3-api-1:9.0.83-1.fc39.noarch", "Installed: python3-kdcproxy-1.0.0-13.fc39.noarch", "Installed: tomcat-lib-1:9.0.83-1.fc39.noarch", "Installed: python3-typing-extensions-4.8.0-1.fc39.noarch", "Installed: cups-libs-1:2.4.7-11.fc39.x86_64", "Installed: tomcat-servlet-4.0-api-1:9.0.83-1.fc39.noarch", "Installed: httpd-2.4.58-1.fc39.x86_64", "Installed: httpd-core-2.4.58-1.fc39.x86_64", "Installed: python3-wrapt-1.15.0-1.fc39.x86_64", "Installed: httpd-filesystem-2.4.58-1.fc39.noarch", "Installed: httpd-tools-2.4.58-1.fc39.x86_64", "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: python3-ldap-3.4.4-1.fc39.x86_64", "Installed: python3-lib389-2.4.5-1.fc39.noarch", "Installed: slf4j-1.7.32-6.fc39.noarch", "Installed: slapi-nis-0.60.0-4.fc39.x86_64", "Installed: nss-tools-3.98.0-1.fc39.x86_64", "Installed: slf4j-jdk14-1.7.32-6.fc39.noarch", "Installed: sscg-3.0.5-3.fc39.x86_64", "Installed: python3-libipa_hbac-2.9.4-1.fc39.x86_64", "Installed: bash-completion-1:2.11-12.fc39.noarch", "Installed: jaxb-api-4.0.0-4.fc39.noarch", "Installed: fontawesome4-fonts-1:4.7.0-19.fc39.noarch", "Installed: lua-posix-36.2.1-3.fc39.x86_64", "Installed: acl-2.3.1-9.fc39.x86_64", "Installed: python3-augeas-1.1.0-10.fc39.noarch", "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: alsa-lib-1.2.11-2.fc39.x86_64", "Installed: mod_http2-2.0.25-1.fc39.x86_64", "Installed: mod_lua-2.4.58-1.fc39.x86_64", "Installed: mod_session-2.4.58-1.fc39.x86_64", "Installed: mod_ssl-1:2.4.58-1.fc39.x86_64", "Installed: apache-commons-io-1:2.11.0-4.fc39.noarch", "Installed: jdeparser-2.0.3-14.fc39.noarch", "Installed: apache-commons-lang3-3.12.0-9.fc39.noarch", "Installed: libipa_hbac-2.9.4-1.fc39.x86_64", "Installed: apache-commons-logging-1.2-34.fc39.noarch", "Installed: apache-commons-net-3.8.0-3.fc39.noarch", "Installed: sssd-common-pac-2.9.4-1.fc39.x86_64", "Installed: sssd-dbus-2.9.4-1.fc39.x86_64", "Installed: sssd-idp-2.9.4-1.fc39.x86_64", "Installed: sssd-ipa-2.9.4-1.fc39.x86_64", "Installed: jemalloc-5.3.0-4.fc39.x86_64", "Installed: python3-decorator-5.1.1-7.fc39.noarch", "Installed: sssd-krb5-2.9.4-1.fc39.x86_64", "Installed: sssd-krb5-common-2.9.4-1.fc39.x86_64", "Installed: sssd-passkey-2.9.4-1.fc39.x86_64", "Installed: sssd-tools-2.9.4-1.fc39.x86_64", "Installed: python3-deprecated-1.2.14-3.fc39.noarch", "Installed: libkadm5-1.21.2-3.fc39.x86_64", "Installed: words-3.0-44.fc39.noarch", "Installed: libjose-11-8.fc39.x86_64", "Installed: libsss_autofs-2.9.4-1.fc39.x86_64", "Installed: apr-1.7.3-2.fc39.x86_64", "Installed: lksctp-tools-1.0.19-4.fc39.x86_64", "Installed: apr-util-1.6.3-4.fc39.x86_64", "Installed: apr-util-bdb-1.6.3-4.fc39.x86_64", "Installed: augeas-libs-1.13.0-5.fc39.x86_64", "Installed: apr-util-openssl-1.6.3-4.fc39.x86_64", "Installed: certmonger-0.79.18-2.fc39.x86_64", "Installed: openldap-clients-2.6.6-1.fc39.x86_64", "Installed: cyrus-sasl-gssapi-2.1.28-11.fc39.x86_64", "Installed: perl-Algorithm-Diff-1.2010-9.fc39.noarch", "Installed: python3-gssapi-1.7.3-6.fc39.x86_64", "Installed: 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: python3-pyasn1-0.5.1-1.fc39.noarch", "Installed: python3-pyasn1-modules-0.5.1-1.fc39.noarch", "Installed: perl-Devel-Peek-1.33-502.fc39.x86_64", "Installed: python3-dns-2.4.2-1.fc39.noarch", "Installed: perl-IO-Zlib-1:1.14-500.fc39.noarch", "Installed: python3-cryptography-41.0.7-1.fc39.x86_64", "Installed: autofs-1:5.1.8-21.fc39.x86_64", "Installed: libuv-1:1.48.0-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: copy-jdk-configs-4.1-3.fc39.noarch", "Installed: python3-dogtag-pki-11.4.3-2.fc39.1.noarch", "Installed: jackson-annotations-2.15.2-2.fc39.noarch", "Installed: jackson-core-2.15.2-2.fc39.noarch", "Installed: jackson-databind-2.15.2-2.fc39.noarch", "Installed: python3-pyusb-1.2.1-7.fc39.noarch", "Installed: fstrm-0.6.1-8.fc39.x86_64", "Installed: jackson-jaxrs-json-provider-2.15.2-2.fc39.noarch", "Installed: jackson-jaxrs-providers-2.15.2-2.fc39.noarch", "Installed: jackson-module-jaxb-annotations-2.15.2-2.fc39.noarch", "Installed: 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: policycoreutils-python-utils-3.5-8.fc39.noarch", "Installed: ecj-1:4.23-6.fc39.noarch", "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-ply-3.11-20.fc39.noarch", "Installed: java-17-openjdk-headless-1:17.0.9.0.9-3.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: julietaula-montserrat-fonts-1:7.222-5.fc39.noarch", "Installed: krb5-pkinit-1.21.2-3.fc39.x86_64", "Installed: 389-ds-base-2.4.5-1.fc39.x86_64", "Installed: krb5-server-1.21.2-3.fc39.x86_64", "Installed: 389-ds-base-libs-2.4.5-1.fc39.x86_64", "Installed: dbus-tools-1:1.14.10-1.fc39.x86_64", "Installed: krb5-workstation-1.21.2-3.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 02 March 2024 12:49:06 +0000 (0:00:54.920) 0:01:03.379 ******** 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 02 March 2024 12:49:06 +0000 (0:00:00.015) 0:01:03.395 ******** 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 02 March 2024 12:49:06 +0000 (0:00:00.014) 0:01:03.409 ******** 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 02 March 2024 12:49:08 +0000 (0:00:02.253) 0:01:05.663 ******** 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": "basic.target dbus.socket polkit.service system.slice dbus-broker.service sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ebtables.service nftables.service shutdown.target ipset.service ip6tables.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14770", "LimitNPROCSoft": "14770", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14770", "LimitSIGPENDINGSoft": "14770", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target 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": "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 02 March 2024 12:49:10 +0000 (0:00:02.185) 0:01:07.848 ******** 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 02 March 2024 12:49:10 +0000 (0:00:00.018) 0:01:07.867 ******** 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 02 March 2024 12:49:10 +0000 (0:00:00.017) 0:01:07.884 ******** 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 02 March 2024 12:49:10 +0000 (0:00:00.018) 0:01:07.902 ******** 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": 1183199999, "idstart": 1183000000, "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 02 March 2024 12:49:12 +0000 (0:00:01.844) 0:01:09.747 ******** 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 02 March 2024 12:49:13 +0000 (0:00:01.061) 0:01:10.809 ******** 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 02 March 2024 12:49:13 +0000 (0:00:00.015) 0:01:10.824 ******** 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 02 March 2024 12:49:13 +0000 (0:00:00.011) 0:01:10.836 ******** 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.11.2" ], "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 02 March 2024 12:49:16 +0000 (0:00:02.274) 0:01:13.110 ******** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup DS] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:214 Saturday 02 March 2024 12:49:23 +0000 (0:00:07.707) 0:01:20.818 ******** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup KRB] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:243 Saturday 02 March 2024 12:50:08 +0000 (0:00:44.724) 0:02:05.543 ******** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup custodia] ************************************ task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:270 Saturday 02 March 2024 12:50:18 +0000 (0:00:09.852) 0:02:15.395 ******** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup CA] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:276 Saturday 02 March 2024 12:50:24 +0000 (0:00:05.785) 0:02:21.181 ******** changed: [sut] => { "changed": true, "csr_generated": false } TASK [ipaserver : Copy /root/ipa.csr to "sut-ipa.csr"] ************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:318 Saturday 02 March 2024 12:54:20 +0000 (0:03:56.237) 0:06:17.418 ******** 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:329 Saturday 02 March 2024 12:54:20 +0000 (0:00:00.019) 0:06:17.437 ******** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup HTTP] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:335 Saturday 02 March 2024 12:54:23 +0000 (0:00:03.323) 0:06:20.761 ******** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup KRA] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:367 Saturday 02 March 2024 12:55:02 +0000 (0:00:38.921) 0:06:59.683 ******** 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:378 Saturday 02 March 2024 12:55:02 +0000 (0:00:00.020) 0:06:59.703 ******** 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:395 Saturday 02 March 2024 12:55:02 +0000 (0:00:00.019) 0:06:59.723 ******** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Set DS password] *********************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:411 Saturday 02 March 2024 12:55:13 +0000 (0:00:10.621) 0:07:10.344 ******** changed: [sut] => { "changed": true } TASK [Install - Setup client] ************************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:428 Saturday 02 March 2024 12:55:16 +0000 (0:00:02.648) 0:07:12.992 ******** TASK [ipaclient : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:4 Saturday 02 March 2024 12:55:16 +0000 (0:00:00.031) 0:07:13.024 ******** 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 02 March 2024 12:55:16 +0000 (0:00:00.032) 0:07:13.057 ******** 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 02 March 2024 12:55:16 +0000 (0:00:00.046) 0:07:13.103 ******** 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 02 March 2024 12:55:16 +0000 (0:00:00.020) 0:07:13.124 ******** 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 02 March 2024 12:55:16 +0000 (0:00:00.020) 0:07:13.144 ******** 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 02 March 2024 12:55:16 +0000 (0:00:00.019) 0:07:13.164 ******** 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 02 March 2024 12:55:16 +0000 (0:00:00.019) 0:07:13.184 ******** 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 02 March 2024 12:55:16 +0000 (0:00:00.022) 0:07:13.207 ******** 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 02 March 2024 12:55:16 +0000 (0:00:00.019) 0:07:13.226 ******** 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 02 March 2024 12:55:16 +0000 (0:00:00.019) 0:07:13.245 ******** 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 02 March 2024 12:55:16 +0000 (0:00:00.019) 0:07:13.264 ******** 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 02 March 2024 12:55:17 +0000 (0:00:01.067) 0:07:14.332 ******** 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 02 March 2024 12:55:17 +0000 (0:00:00.246) 0:07:14.578 ******** 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 02 March 2024 12:55:18 +0000 (0:00:00.791) 0:07:15.370 ******** 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 02 March 2024 12:55:18 +0000 (0:00:00.021) 0:07:15.392 ******** 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 02 March 2024 12:55:18 +0000 (0:00:00.020) 0:07:15.412 ******** 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 02 March 2024 12:55:20 +0000 (0:00:01.791) 0:07:17.204 ******** 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 02 March 2024 12:55:20 +0000 (0:00:00.022) 0:07:17.227 ******** 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 02 March 2024 12:55:20 +0000 (0:00:00.022) 0:07:17.249 ******** 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 02 March 2024 12:55:20 +0000 (0:00:00.026) 0:07:17.276 ******** 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 02 March 2024 12:55:20 +0000 (0:00:00.024) 0:07:17.300 ******** 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 02 March 2024 12:55:20 +0000 (0:00:00.022) 0:07:17.323 ******** 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 02 March 2024 12:55:20 +0000 (0:00:00.021) 0:07:17.344 ******** 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 02 March 2024 12:55:20 +0000 (0:00:00.021) 0:07:17.366 ******** 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 02 March 2024 12:55:20 +0000 (0:00:00.020) 0:07:17.386 ******** 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 02 March 2024 12:55:20 +0000 (0:00:00.020) 0:07:17.406 ******** 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 02 March 2024 12:55:20 +0000 (0:00:00.021) 0:07:17.428 ******** 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 02 March 2024 12:55:20 +0000 (0:00:00.021) 0:07:17.449 ******** 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 02 March 2024 12:55:20 +0000 (0:00:00.021) 0:07:17.471 ******** ok: [sut] => { "changed": false, "krb_name": "/tmp/tmpw0lnarag" } TASK [ipaclient : Install - Join IPA] ****************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:252 Saturday 02 March 2024 12:55:21 +0000 (0:00:00.822) 0:07:18.294 ******** 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 02 March 2024 12:55:21 +0000 (0:00:00.023) 0:07:18.317 ******** 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 02 March 2024 12:55:21 +0000 (0:00:00.023) 0:07:18.341 ******** 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 02 March 2024 12:55:21 +0000 (0:00:00.023) 0:07:18.364 ******** 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 02 March 2024 12:55:21 +0000 (0:00:00.022) 0:07:18.387 ******** 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 02 March 2024 12:55:21 +0000 (0:00:00.022) 0:07:18.409 ******** 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 02 March 2024 12:55:22 +0000 (0:00:00.805) 0:07:19.215 ******** 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 02 March 2024 12:55:24 +0000 (0:00:02.755) 0:07:21.970 ******** 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 02 March 2024 12:55:25 +0000 (0:00:00.023) 0:07:21.994 ******** 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 02 March 2024 12:55:32 +0000 (0:00:07.316) 0:07:29.310 ******** changed: [sut] => { "changed": true } TASK [ipaclient : Install - Configure automount] ******************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:398 Saturday 02 March 2024 12:55:33 +0000 (0:00:00.852) 0:07:30.163 ******** ok: [sut] => { "changed": false } TASK [ipaclient : Install - Configure firefox] ********************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:404 Saturday 02 March 2024 12:55:33 +0000 (0:00:00.781) 0:07:30.945 ******** 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 02 March 2024 12:55:33 +0000 (0:00:00.024) 0:07:30.969 ******** changed: [sut] => { "changed": true } TASK [ipaclient : Remove temporary krb5.conf] ********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:416 Saturday 02 March 2024 12:55:35 +0000 (0:00:01.319) 0:07:32.289 ******** changed: [sut] => { "changed": true, "path": "/tmp/tmpw0lnarag", "state": "absent" } TASK [ipaclient : Install - Configure krb5 for IPA realm] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:422 Saturday 02 March 2024 12:55:35 +0000 (0:00:00.256) 0:07:32.545 ******** 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 02 March 2024 12:55:35 +0000 (0:00:00.041) 0:07:32.586 ******** 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 02 March 2024 12:55:35 +0000 (0:00:00.035) 0:07:32.622 ******** 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 02 March 2024 12:55:35 +0000 (0:00:00.031) 0:07:32.654 ******** 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 02 March 2024 12:55:35 +0000 (0:00:00.267) 0:07:32.921 ******** ok: [sut] => { "changed": false, "path": "/tmp/tmpw0lnarag", "state": "absent" } TASK [ipaclient : Remove temporary krb5.conf backup] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:463 Saturday 02 March 2024 12:55:36 +0000 (0:00:00.261) 0:07:33.183 ******** changed: [sut] => { "changed": true, "path": "/tmp/tmpw0lnarag.ipabkp", "state": "absent" } TASK [ipaclient : Uninstall IPA client] **************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:23 Saturday 02 March 2024 12:55:36 +0000 (0:00:00.254) 0:07:33.438 ******** 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:443 Saturday 02 March 2024 12:55:36 +0000 (0:00:00.022) 0:07:33.460 ******** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Configure firewalld] ******************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:450 Saturday 02 March 2024 12:55:42 +0000 (0:00:06.494) 0:07:39.955 ******** changed: [sut] => { "changed": true, "cmd": [ "firewall-cmd", "--permanent", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=ntp" ], "delta": "0:00:00.375544", "end": "2024-03-02 12:55:43.655429", "rc": 0, "start": "2024-03-02 12:55:43.279885" } STDOUT: success TASK [ipaserver : Install - Configure firewalld runtime] *********************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:464 Saturday 02 March 2024 12:55:43 +0000 (0:00:00.711) 0:07:40.666 ******** changed: [sut] => { "changed": true, "cmd": [ "firewall-cmd", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=ntp" ], "delta": "0:00:00.280013", "end": "2024-03-02 12:55:44.190719", "rc": 0, "start": "2024-03-02 12:55:43.910706" } STDOUT: success TASK [ipaserver : Install - Cleanup root IPA cache] **************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:478 Saturday 02 March 2024 12:55:44 +0000 (0:00:00.525) 0:07:41.191 ******** ok: [sut] => { "changed": false, "path": "/root/.ipa_cache", "state": "absent" } TASK [ipaserver : Cleanup temporary files] ************************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:483 Saturday 02 March 2024 12:55:44 +0000 (0:00:00.240) 0:07:41.432 ******** 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 02 March 2024 12:55:45 +0000 (0:00:00.704) 0:07:42.136 ******** 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-ciaf3cpfn8/tests/tests_basic_ipa.yml:25 Saturday 02 March 2024 12:55:45 +0000 (0:00:00.017) 0:07:42.154 ******** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-ciaf3cpfn8/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 02 March 2024 12:55:45 +0000 (0:00:00.023) 0:07:42.177 ******** included: /WORKDIR/git-weekly-ciaf3cpfn8/.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-ciaf3cpfn8/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 02 March 2024 12:55:45 +0000 (0:00:00.012) 0:07:42.190 ******** 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-ciaf3cpfn8/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 02 March 2024 12:55:45 +0000 (0:00:00.017) 0:07:42.208 ******** 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-ciaf3cpfn8/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 02 March 2024 12:55:45 +0000 (0:00:00.016) 0:07:42.224 ******** 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-ciaf3cpfn8/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 02 March 2024 12:55:45 +0000 (0:00:00.011) 0:07:42.235 ******** 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-ciaf3cpfn8/.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-ciaf3cpfn8/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 02 March 2024 12:55:45 +0000 (0:00:00.023) 0:07:42.258 ******** 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-ciaf3cpfn8/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 02 March 2024 12:55:47 +0000 (0:00:02.049) 0:07:44.308 ******** 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-ciaf3cpfn8/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 02 March 2024 12:55:50 +0000 (0:00:02.683) 0:07:46.991 ******** 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-ciaf3cpfn8/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 02 March 2024 12:55:50 +0000 (0:00:00.261) 0:07:47.253 ******** 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-ciaf3cpfn8/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 02 March 2024 12:55:50 +0000 (0:00:00.270) 0:07:47.524 ******** 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-02 12:53:14 UTC", "ActiveEnterTimestampMonotonic": "974707599", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus-broker.service network.target systemd-journald.socket sysinit.target dbus.socket system.slice syslog.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-02 12:53:14 UTC", "AssertTimestampMonotonic": "974678991", "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": "60513967000", "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-02 12:53:14 UTC", "ConditionTimestampMonotonic": "974678988", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "ControlGroupId": "6457", "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": "10196", "ExecMainStartTimestamp": "Sat 2024-03-02 12:53:14 UTC", "ExecMainStartTimestampMonotonic": "974688336", "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-02 12:53:14 UTC", "InactiveExitTimestampMonotonic": "974688727", "InvocationID": "80040d427852499db7d46807580f83a7", "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": "10196", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "2523136", "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": "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": "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-02 12:55:39 UTC", "StateChangeTimestampMonotonic": "1119353464", "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-ciaf3cpfn8/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 02 March 2024 12:55:50 +0000 (0:00:00.438) 0:07:47.962 ******** 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-ciaf3cpfn8/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 02 March 2024 12:55:54 +0000 (0:00:03.833) 0:07:51.796 ******** 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-ciaf3cpfn8/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 02 March 2024 12:55:54 +0000 (0:00:00.029) 0:07:51.825 ******** 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-ciaf3cpfn8/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 02 March 2024 12:55:54 +0000 (0:00:00.017) 0:07:51.843 ******** 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-ciaf3cpfn8/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 02 March 2024 12:55:54 +0000 (0:00:00.019) 0:07:51.862 ******** 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-ciaf3cpfn8/tests/tests_basic_ipa.yml:41 Saturday 02 March 2024 12:55:54 +0000 (0:00:00.021) 0:07:51.884 ******** included: /WORKDIR/git-weekly-ciaf3cpfn8/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-ciaf3cpfn8/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-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:2 Saturday 02 March 2024 12:55:54 +0000 (0:00:00.027) 0:07:51.911 ******** ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:9 Saturday 02 March 2024 12:55:54 +0000 (0:00:00.008) 0:07:51.920 ******** 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-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:14 Saturday 02 March 2024 12:55:54 +0000 (0:00:00.011) 0:07:51.931 ******** 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-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:18 Saturday 02 March 2024 12:55:54 +0000 (0:00:00.010) 0:07:51.942 ******** 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-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:28 Saturday 02 March 2024 12:55:54 +0000 (0:00:00.008) 0:07:51.951 ******** 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-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:38 Saturday 02 March 2024 12:55:57 +0000 (0:00:02.045) 0:07:53.996 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709384153.1124723, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5e53107bc0edfa2aec205c52322fd38228f7b87f", "ctime": 1709384153.1074722, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 205737, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1709384153.1074722, "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": "2697802394", "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-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:43 Saturday 02 March 2024 12:55:57 +0000 (0:00:00.240) 0:07:54.236 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:49 Saturday 02 March 2024 12:55:57 +0000 (0:00:00.010) 0:07:54.247 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:59 Saturday 02 March 2024 12:55:57 +0000 (0:00:00.021) 0:07:54.269 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:65 Saturday 02 March 2024 12:55:57 +0000 (0:00:00.018) 0:07:54.288 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709384151.6314745, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "74d242803059b32c5eadf42656a262000e54c246", "ctime": 1709384153.1074722, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 205723, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1709384153.1074722, "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": "3095105887", "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-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:70 Saturday 02 March 2024 12:55:57 +0000 (0:00:00.239) 0:07:54.527 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:76 Saturday 02 March 2024 12:55:57 +0000 (0:00:00.010) 0:07:54.538 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:86 Saturday 02 March 2024 12:55:57 +0000 (0:00:00.020) 0:07:54.558 ******** ok: [sut] => { "certificate": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "F5:DD:60:0E:2F:20:5E:92:6A:B3:02:52:FB:E2:F8:9B:39:84:C6:22" }, "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": "D0:84:6F:72:37:F2:27:3D:46:FE:70:A3:D0:8D:B1:ED:4A:25:B8:48" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "2E:35:A7:78:E9:55:BC:B7:B4:84:5E:36:18:84:44:B6:1D:78:85:DE:A9:F8:F9:60:0A:C4:A3:49:AB:96:EB:3F:79:DC:F5:15:8D:20:3C:60:93:A0:BB:33:BE:C4:D5:10:D0:96:D1:0B:07:D4:82:35:C7:31:99:06:68:2D:82:1C:41:BD:9B:AD:69:41:EB:A0:47:11:41:0C:65:49:47:DE:B4:6A:A1:0E:65:62:2A:6A:16:C2:6F:62:DC:5B:6A:17:FF:B2:82:06:2C:2D:61:38:8A:5D:89:20:C0:DF:70:99:0D:48:CD:F9:89:41:40:F5:3F:83:CD:D3:73:6E:B4:29:52:AB:9F:94:55:56:7D:29:8C:E5:FA:38:40:6E:E1:88:67:DE:20:0E:0E:14:DD:11:8A:6F:31:5C:75:98:DA:39:69:AC:D4:70:2F:85:6D:B8:32:2B:50:AB:7D:B6:28:37:A7:A4:F5:D6:83:72:D8:A8:95:2A:27:08:4D:45:B9:F2:CF:5A:32:9C:63:C5:4E:7B:BF:8C:EB:66:C6:93:C2:6B:EB:48:66:2F:BD:61:6F:3F:40:71:23:7E:AB:BC:60:50:7C:6A:FE:2F:15:2D:2E:3A:82:E3:6B:5C:99:A9:D7:6B:0B:92:F9:70:6B:33:0B:F4:86:B5:F6:38:DF:19:E2:21:C8:B9:80:D6:07:7B:69:59:BC:C4:A3:D9:84:E8:4B:EE:2B:97:B7:34:0B:F0:11:D1:52:E1:F1:19:65:27:AD:BB:66:9F:F1:0C:5D:84:B1:F1:D8:E6:97:AB:B2:5B:90:2E:99:F3:77:85:EF:15:DA:FF:4D:9A:13:9D:10:DC:AA:28:EA:8C:87:7C:6C:5F:5E:72:C4:D4:4B:7E:47:A0:39:6F:88:F0:39:EE:4E:70:0E:BD:2A:7A:93:E7:95:09:92:33:66:5F:CB:E1:8B:F6:A9:2A:63:E1:6C:EC:A3:C3:75:E7:20:63:80:F5:59:62:1A:F4:BD:C1:41:E2:63:85:AA:99" }, "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": "20260303125552Z", "not_valid_before": "20240302125552Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:92 Saturday 02 March 2024 12:55:57 +0000 (0:00:00.382) 0:07:54.940 ******** 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": "F5:DD:60:0E:2F:20:5E:92:6A:B3:02:52:FB:E2:F8:9B:39:84:C6:22" }, "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": "D0:84:6F:72:37:F2:27:3D:46:FE:70:A3:D0:8D:B1:ED:4A:25:B8:48" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "2E:35:A7:78:E9:55:BC:B7:B4:84:5E:36:18:84:44:B6:1D:78:85:DE:A9:F8:F9:60:0A:C4:A3:49:AB:96:EB:3F:79:DC:F5:15:8D:20:3C:60:93:A0:BB:33:BE:C4:D5:10:D0:96:D1:0B:07:D4:82:35:C7:31:99:06:68:2D:82:1C:41:BD:9B:AD:69:41:EB:A0:47:11:41:0C:65:49:47:DE:B4:6A:A1:0E:65:62:2A:6A:16:C2:6F:62:DC:5B:6A:17:FF:B2:82:06:2C:2D:61:38:8A:5D:89:20:C0:DF:70:99:0D:48:CD:F9:89:41:40:F5:3F:83:CD:D3:73:6E:B4:29:52:AB:9F:94:55:56:7D:29:8C:E5:FA:38:40:6E:E1:88:67:DE:20:0E:0E:14:DD:11:8A:6F:31:5C:75:98:DA:39:69:AC:D4:70:2F:85:6D:B8:32:2B:50:AB:7D:B6:28:37:A7:A4:F5:D6:83:72:D8:A8:95:2A:27:08:4D:45:B9:F2:CF:5A:32:9C:63:C5:4E:7B:BF:8C:EB:66:C6:93:C2:6B:EB:48:66:2F:BD:61:6F:3F:40:71:23:7E:AB:BC:60:50:7C:6A:FE:2F:15:2D:2E:3A:82:E3:6B:5C:99:A9:D7:6B:0B:92:F9:70:6B:33:0B:F4:86:B5:F6:38:DF:19:E2:21:C8:B9:80:D6:07:7B:69:59:BC:C4:A3:D9:84:E8:4B:EE:2B:97:B7:34:0B:F0:11:D1:52:E1:F1:19:65:27:AD:BB:66:9F:F1:0C:5D:84:B1:F1:D8:E6:97:AB:B2:5B:90:2E:99:F3:77:85:EF:15:DA:FF:4D:9A:13:9D:10:DC:AA:28:EA:8C:87:7C:6C:5F:5E:72:C4:D4:4B:7E:47:A0:39:6F:88:F0:39:EE:4E:70:0E:BD:2A:7A:93:E7:95:09:92:33:66:5F:CB:E1:8B:F6:A9:2A:63:E1:6C:EC:A3:C3:75:E7:20:63:80:F5:59:62:1A:F4:BD:C1:41:E2:63:85:AA:99" }, "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": "20260303125552Z", "not_valid_before": "20240302125552Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:96 Saturday 02 March 2024 12:55:57 +0000 (0:00:00.012) 0:07:54.953 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:104 Saturday 02 March 2024 12:55:57 +0000 (0:00:00.021) 0:07:54.974 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:112 Saturday 02 March 2024 12:55:58 +0000 (0:00:00.015) 0:07:54.990 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:119 Saturday 02 March 2024 12:55:58 +0000 (0:00:00.033) 0:07:55.024 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:130 Saturday 02 March 2024 12:55:58 +0000 (0:00:00.030) 0:07:55.054 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:143 Saturday 02 March 2024 12:55:58 +0000 (0:00:00.022) 0:07:55.077 ******** 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.067009", "end": "2024-03-02 12:55:58.374174", "rc": 0, "start": "2024-03-02 12:55:58.307165" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:152 Saturday 02 March 2024 12:55:58 +0000 (0:00:00.296) 0:07:55.373 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set virtualenv_path] ***************************************************** task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:2 Saturday 02 March 2024 12:55:58 +0000 (0:00:00.019) 0:07:55.393 ******** ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:9 Saturday 02 March 2024 12:55:58 +0000 (0:00:00.009) 0:07:55.403 ******** 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-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:14 Saturday 02 March 2024 12:55:58 +0000 (0:00:00.010) 0:07:55.413 ******** 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-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:18 Saturday 02 March 2024 12:55:58 +0000 (0:00:00.011) 0:07:55.424 ******** 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-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:28 Saturday 02 March 2024 12:55:58 +0000 (0:00:00.008) 0:07:55.433 ******** 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-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:38 Saturday 02 March 2024 12:56:00 +0000 (0:00:02.049) 0:07:57.482 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709384154.74947, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "57041a26e48a8f4f7b81f0e07dd543adf1484399", "ctime": 1709384154.7834702, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 50, "gr_name": "ftp", "inode": 205752, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0640", "mtime": 1709384154.74547, "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": "1135222806", "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-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:43 Saturday 02 March 2024 12:56:00 +0000 (0:00:00.240) 0:07:57.723 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:49 Saturday 02 March 2024 12:56:00 +0000 (0:00:00.012) 0:07:57.735 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:59 Saturday 02 March 2024 12:56:00 +0000 (0:00:00.024) 0:07:57.759 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:65 Saturday 02 March 2024 12:56:00 +0000 (0:00:00.022) 0:07:57.782 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709384153.7254715, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8293f8722fa2213e5ba9bfa9fe9a5e9bd1615fa7", "ctime": 1709384154.7834702, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 50, "gr_name": "ftp", "inode": 205738, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0640", "mtime": 1709384154.74547, "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": "3619128163", "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-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:70 Saturday 02 March 2024 12:56:01 +0000 (0:00:00.244) 0:07:58.027 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:76 Saturday 02 March 2024 12:56:01 +0000 (0:00:00.010) 0:07:58.038 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:86 Saturday 02 March 2024 12:56:01 +0000 (0:00:00.020) 0:07:58.059 ******** ok: [sut] => { "certificate": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "F5:DD:60:0E:2F:20:5E:92:6A:B3:02:52:FB:E2:F8:9B:39:84:C6:22" }, "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": "4F:18:DC:AD:D7:58:E8:88:90:59:EB:14:37:EE:37:B7:11:B8:27:2F" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "33:37:29:50:B6:8C:3D:E8:18:54:7B:84:3C:54:0F:56:E7:F0:F0:0D:82:3F:97:F6:80:08:6D:4A:1A:EE:7E:C6:F6:8E:5F:97:32:A9:39:97:B9:D4:32:13:34:0B:ED:2E:8F:B6:54:A4:04:9C:7A:CA:5B:50:8A:73:2A:7D:84:66:C1:38:0D:8A:F8:45:0B:21:C6:51:B1:16:D1:DA:7D:22:88:36:E0:B0:D9:98:A3:80:EA:F7:1F:96:C5:25:DA:36:7C:38:2B:91:90:F7:A3:7C:20:97:04:DD:7B:78:EB:D5:F0:BA:35:72:1B:8D:10:34:4C:A2:F7:1F:32:35:2B:F5:9A:11:BD:12:D5:82:55:30:25:6F:9E:6B:2B:45:6A:43:45:FB:11:12:F1:B5:CC:8E:71:5F:C7:E8:28:83:91:2B:B4:4E:07:C6:97:11:4E:8C:8E:44:4A:6E:76:9C:F7:3E:5C:D4:C7:2A:BA:41:81:D9:4C:2A:DF:5B:D7:95:54:FA:D4:7E:87:02:D7:8C:2B:99:C8:45:E7:14:BC:95:47:D1:59:C8:D7:4A:E2:09:CF:50:14:C8:F6:26:F1:21:A0:38:32:1B:11:FC:69:DD:10:DB:87:D7:63:FA:59:05:8F:7F:5F:8C:93:8E:A7:A0:59:33:08:16:E7:DD:72:8D:FB:BA:CA:0E:C2:14:3D:F0:13:64:69:EB:94:A6:B3:73:38:70:00:4D:DF:56:00:BC:1D:2A:E2:16:6A:93:A3:8E:EB:35:43:F9:7D:22:8F:54:F5:F0:39:C6:D5:6F:70:36:04:C5:1E:FD:A4:D7:3E:A7:05:82:2F:13:F5:3C:F9:39:99:B9:BA:4C:43:89:D5:17:B4:D3:B1:93:41:CC:BA:26:32:AD:26:C8:1B:F3:CF:ED:96:D8:56:EE:F5:2A:E5:3E:30:AA:85:BA:E7:77:30:D4:A2:52:A5:FF:9B:0D:84:84:1C:78:34:9A:C2:DB:43:E2:9C:49:AE:E3:AD:73:59:64:27:18" }, "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": "20260303125554Z", "not_valid_before": "20240302125554Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:92 Saturday 02 March 2024 12:56:01 +0000 (0:00:00.302) 0:07:58.362 ******** 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": "F5:DD:60:0E:2F:20:5E:92:6A:B3:02:52:FB:E2:F8:9B:39:84:C6:22" }, "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": "4F:18:DC:AD:D7:58:E8:88:90:59:EB:14:37:EE:37:B7:11:B8:27:2F" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "33:37:29:50:B6:8C:3D:E8:18:54:7B:84:3C:54:0F:56:E7:F0:F0:0D:82:3F:97:F6:80:08:6D:4A:1A:EE:7E:C6:F6:8E:5F:97:32:A9:39:97:B9:D4:32:13:34:0B:ED:2E:8F:B6:54:A4:04:9C:7A:CA:5B:50:8A:73:2A:7D:84:66:C1:38:0D:8A:F8:45:0B:21:C6:51:B1:16:D1:DA:7D:22:88:36:E0:B0:D9:98:A3:80:EA:F7:1F:96:C5:25:DA:36:7C:38:2B:91:90:F7:A3:7C:20:97:04:DD:7B:78:EB:D5:F0:BA:35:72:1B:8D:10:34:4C:A2:F7:1F:32:35:2B:F5:9A:11:BD:12:D5:82:55:30:25:6F:9E:6B:2B:45:6A:43:45:FB:11:12:F1:B5:CC:8E:71:5F:C7:E8:28:83:91:2B:B4:4E:07:C6:97:11:4E:8C:8E:44:4A:6E:76:9C:F7:3E:5C:D4:C7:2A:BA:41:81:D9:4C:2A:DF:5B:D7:95:54:FA:D4:7E:87:02:D7:8C:2B:99:C8:45:E7:14:BC:95:47:D1:59:C8:D7:4A:E2:09:CF:50:14:C8:F6:26:F1:21:A0:38:32:1B:11:FC:69:DD:10:DB:87:D7:63:FA:59:05:8F:7F:5F:8C:93:8E:A7:A0:59:33:08:16:E7:DD:72:8D:FB:BA:CA:0E:C2:14:3D:F0:13:64:69:EB:94:A6:B3:73:38:70:00:4D:DF:56:00:BC:1D:2A:E2:16:6A:93:A3:8E:EB:35:43:F9:7D:22:8F:54:F5:F0:39:C6:D5:6F:70:36:04:C5:1E:FD:A4:D7:3E:A7:05:82:2F:13:F5:3C:F9:39:99:B9:BA:4C:43:89:D5:17:B4:D3:B1:93:41:CC:BA:26:32:AD:26:C8:1B:F3:CF:ED:96:D8:56:EE:F5:2A:E5:3E:30:AA:85:BA:E7:77:30:D4:A2:52:A5:FF:9B:0D:84:84:1C:78:34:9A:C2:DB:43:E2:9C:49:AE:E3:AD:73:59:64:27:18" }, "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": "20260303125554Z", "not_valid_before": "20240302125554Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:96 Saturday 02 March 2024 12:56:01 +0000 (0:00:00.012) 0:07:58.374 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:104 Saturday 02 March 2024 12:56:01 +0000 (0:00:00.021) 0:07:58.396 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:112 Saturday 02 March 2024 12:56:01 +0000 (0:00:00.014) 0:07:58.410 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:119 Saturday 02 March 2024 12:56:01 +0000 (0:00:00.019) 0:07:58.430 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:130 Saturday 02 March 2024 12:56:01 +0000 (0:00:00.035) 0:07:58.466 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:143 Saturday 02 March 2024 12:56:01 +0000 (0:00:00.021) 0:07:58.487 ******** 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.067284", "end": "2024-03-02 12:56:01.785555", "rc": 0, "start": "2024-03-02 12:56:01.718271" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:152 Saturday 02 March 2024 12:56:01 +0000 (0:00:00.298) 0:07:58.785 ******** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=98 changed=30 unreachable=0 failed=0 skipped=56 rescued=0 ignored=0 Saturday 02 March 2024 12:56:01 +0000 (0:00:00.024) 0:07:58.810 ******** =============================================================================== ipaserver : Install - Setup CA ---------------------------------------- 236.24s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:276 ----------------------- ipaserver : Install - Ensure that IPA server packages are installed ---- 54.92s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:7 ------------------------- ipaserver : Install - Setup DS ----------------------------------------- 44.72s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:214 ----------------------- ipaserver : Install - Setup HTTP --------------------------------------- 38.92s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:335 ----------------------- ipaserver : Install - Setup ADTRUST ------------------------------------ 10.62s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:395 ----------------------- ipaserver : Install - Setup KRB ----------------------------------------- 9.85s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:243 ----------------------- ipaserver : Install - Setup NTP ----------------------------------------- 7.71s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:207 ----------------------- ipaclient : Install - Create IPA NSS database --------------------------- 7.32s /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:355 ----------------------- ipaserver : Install - Enable IPA ---------------------------------------- 6.49s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:443 ----------------------- ipaserver : Install - Setup custodia ------------------------------------ 5.79s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:270 ----------------------- fedora.linux_system_roles.certificate : Ensure certificate requests ----- 3.83s /WORKDIR/git-weekly-ciaf3cpfn8/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 ipaserver : Install - Setup otpd ---------------------------------------- 3.32s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:329 ----------------------- ipaclient : Install - IPA API calls for remaining enrollment parts ------ 2.76s /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:335 ----------------------- fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 2.68s /WORKDIR/git-weekly-ciaf3cpfn8/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 ipaserver : Install - Set DS password ----------------------------------- 2.65s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:411 ----------------------- ipaserver : Install - Server preparation -------------------------------- 2.27s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:161 ----------------------- ipaserver : Install - Ensure that firewall packages installed ----------- 2.25s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:24 ------------------------ ipaserver : Firewalld service - Ensure that firewalld is running -------- 2.19s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:34 ------------------------ fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 2.05s /WORKDIR/git-weekly-ciaf3cpfn8/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Ensure python3 is installed --------------------------------------------- 2.05s /WORKDIR/git-weekly-ciaf3cpfn8/tests/tasks/assert_certificate_parameters.yml:28 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---