ansible-playbook [core 2.16.14] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-yxU executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles statically imported: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', 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 /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml PLAY [Test using IPA to issue certs] ******************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:2 Wednesday 18 June 2025 03:55:44 -0400 (0:00:00.023) 0:00:00.023 ******** ok: [managed-node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:16 Wednesday 18 June 2025 03:55:46 -0400 (0:00:01.630) 0:00:01.653 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Skip if not supported] *************************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:21 Wednesday 18 June 2025 03:55:46 -0400 (0:00:00.544) 0:00:02.198 ******** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [Set __is_beaker_env] ***************************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:2 Wednesday 18 June 2025 03:55:46 -0400 (0:00:00.007) 0:00:02.206 ******** ok: [managed-node1] => { "ansible_facts": { "__is_beaker_env": false }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:9 Wednesday 18 June 2025 03:55:46 -0400 (0:00:00.046) 0:00:02.252 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:14 Wednesday 18 June 2025 03:55:47 -0400 (0:00:00.378) 0:00:02.630 ******** ok: [managed-node1] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [Install ansible-freeipa] ************************************************* task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:18 Wednesday 18 June 2025 03:55:47 -0400 (0:00:00.026) 0:00:02.656 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__is_beaker_env", "skip_reason": "Conditional result was False" } TASK [Ensure freeipa-repo is absent] ******************************************* task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:24 Wednesday 18 June 2025 03:55:47 -0400 (0:00:00.016) 0:00:02.673 ******** ok: [managed-node1 -> 127.0.0.1] => { "changed": false, "path": "/tmp/freeipa-repo/", "state": "absent" } TASK [Clone ansible-freeipa repo] ********************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:32 Wednesday 18 June 2025 03:55:47 -0400 (0:00:00.385) 0:00:03.058 ******** changed: [managed-node1 -> 127.0.0.1] => { "after": "30c405cb3630d75919122f46a0cc8a2319b1e9fb", "before": null, "changed": true } TASK [Create role symlinks] **************************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:41 Wednesday 18 June 2025 03:55:48 -0400 (0:00:01.378) 0:00:04.436 ******** changed: [managed-node1 -> 127.0.0.1] => (item=ipaserver) => { "ansible_loop_var": "item", "changed": true, "dest": "/tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/roles/ipaserver", "gid": 0, "group": "root", "item": "ipaserver", "mode": "0777", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 34, "src": "/tmp/freeipa-repo/roles/ipaserver/", "state": "link", "uid": 0 } changed: [managed-node1 -> 127.0.0.1] => (item=ipaclient) => { "ansible_loop_var": "item", "changed": true, "dest": "/tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/roles/ipaclient", "gid": 0, "group": "root", "item": "ipaclient", "mode": "0777", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 34, "src": "/tmp/freeipa-repo/roles/ipaclient/", "state": "link", "uid": 0 } TASK [Ensure hostname package is installed] ************************************ task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:53 Wednesday 18 June 2025 03:55:49 -0400 (0:00:00.824) 0:00:05.261 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Set hostname] ************************************************************ task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:59 Wednesday 18 June 2025 03:56:04 -0400 (0:00:14.766) 0:00:20.027 ******** changed: [managed-node1] => { "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: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:65 Wednesday 18 June 2025 03:56:05 -0400 (0:00:00.884) 0:00:20.912 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Sanitize /etc/hosts] ***************************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:72 Wednesday 18 June 2025 03:56:08 -0400 (0:00:02.860) 0:00:23.772 ******** changed: [managed-node1] => { "backup": "", "changed": true, "found": 1 } MSG: 1 line(s) removed TASK [Add host to /etc/hosts] ************************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:83 Wednesday 18 June 2025 03:56:08 -0400 (0:00:00.460) 0:00:24.233 ******** changed: [managed-node1] => { "backup": "", "changed": true } MSG: line added TASK [See if collection exists] ************************************************ task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:111 Wednesday 18 June 2025 03:56:09 -0400 (0:00:00.349) 0:00:24.582 ******** ok: [managed-node1 -> localhost] => { "changed": false, "stat": { "exists": false } } TASK [Set name of ipa server role] ********************************************* task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:117 Wednesday 18 June 2025 03:56:09 -0400 (0:00:00.233) 0:00:24.816 ******** ok: [managed-node1] => { "ansible_facts": { "__ipa_server_role": "ipaserver" }, "changed": false } TASK [Include ipaserver role] ************************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:121 Wednesday 18 June 2025 03:56:09 -0400 (0:00:00.018) 0:00:24.835 ******** TASK [ipaserver : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:4 Wednesday 18 June 2025 03:56:09 -0400 (0:00:00.032) 0:00:24.867 ******** ok: [managed-node1] => (item=/tmp/freeipa-repo/roles/ipaserver/vars/RedHat-8.yml) => { "ansible_facts": { "ipaserver_packages": [ "@idm:DL1/server" ], "ipaserver_packages_adtrust": [ "@idm:DL1/adtrust" ], "ipaserver_packages_dns": [ "@idm:DL1/dns" ], "ipaserver_packages_firewalld": [ "firewalld" ] }, "ansible_included_var_files": [ "/tmp/freeipa-repo/roles/ipaserver/vars/RedHat-8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/freeipa-repo/roles/ipaserver/vars/RedHat-8.yml" } TASK [ipaserver : Install IPA server] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:19 Wednesday 18 June 2025 03:56:09 -0400 (0:00:00.031) 0:00:24.898 ******** included: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml for managed-node1 TASK [ipaserver : Install - Ensure that IPA server packages are installed] ***** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:7 Wednesday 18 June 2025 03:56:09 -0400 (0:00:00.077) 0:00:24.975 ******** changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Module idm:DL1/server installed.", "Installed: policycoreutils-python-utils-2.9-26.el8.noarch", "Installed: python3-mod_wsgi-4.6.4-5.el8.x86_64", "Installed: python3-netaddr-0.7.19-8.el8.noarch", "Installed: lua-5.3.4-12.el8.x86_64", "Installed: python3-nss-1.0.1-10.module_el8.4.0+595+e59c9af2.x86_64", "Installed: java-1.8.0-openjdk-headless-1:1.8.0.362.b08-3.el8.x86_64", "Installed: augeas-libs-1.12.0-8.el8.x86_64", "Installed: 389-ds-base-1.4.3.39-2.module_el8+909+03085a27.x86_64", "Installed: autofs-1:5.1.4-113.el8.x86_64", "Installed: python3-pki-10.12.0-3.module_el8.7.0+1172+b9bb9c8d.noarch", "Installed: samba-client-libs-4.19.4-4.el8.x86_64", "Installed: tomcat-1:9.0.62-30.el8.noarch", "Installed: samba-common-4.19.4-4.el8.noarch", "Installed: slapi-nis-0.60.0-4.module_el8+751+11acb09f.x86_64", "Installed: slf4j-1.7.25-4.module_el8+988+30834131.noarch", "Installed: publicsuffix-list-20180723-1.el8.noarch", "Installed: tomcat-el-3.0-api-1:9.0.62-30.el8.noarch", "Installed: libicu-60.3-2.el8_1.x86_64", "Installed: samba-common-libs-4.19.4-4.el8.x86_64", "Installed: slf4j-jdk14-1.7.25-4.module_el8+988+30834131.noarch", "Installed: tomcat-jsp-2.3-api-1:9.0.62-30.el8.noarch", "Installed: python3-asn1crypto-0.24.0-3.el8.noarch", "Installed: 389-ds-base-libs-1.4.3.39-2.module_el8+909+03085a27.x86_64", "Installed: python3-psutil-5.4.3-11.el8.x86_64", "Installed: tomcat-lib-1:9.0.62-30.el8.noarch", "Installed: tomcat-servlet-4.0-api-1:9.0.62-30.el8.noarch", "Installed: python3-pyasn1-0.3.7-6.el8.noarch", "Installed: python3-pyasn1-modules-0.3.7-6.el8.noarch", "Installed: libipa_hbac-2.9.4-3.el8.x86_64", "Installed: tomcatjss-7.7.1-1.module_el8.6.0+1038+e795ee4b.noarch", "Installed: bash-completion-1:2.7-5.el8.noarch", "Installed: softhsm-2.6.0-5.module_el8+417+e8dc3e3c.x86_64", "Installed: python3-pyusb-1.0.0-9.1.module_el8+417+e8dc3e3c.noarch", "Installed: krb5-pkinit-1.18.2-27.el8.x86_64", "Installed: nss-tools-3.90.0-7.el8.x86_64", "Installed: python3-argcomplete-1.9.3-6.el8.noarch", "Installed: python3-augeas-0.5.0-12.el8.noarch", "Installed: python3-dns-1.15.0-12.el8.noarch", "Installed: krb5-server-1.18.2-27.el8.x86_64", "Installed: python3-qrcode-core-5.1-12.module_el8+417+e8dc3e3c.noarch", "Installed: python3-bind-32:9.11.36-13.el8.noarch", "Installed: xalan-j2-2.7.1-38.module_el8+988+30834131.noarch", "Installed: krb5-workstation-1.18.2-27.el8.x86_64", "Installed: ipa-client-4.9.13-8.module_el8+981+726db82c.x86_64", "Installed: javapackages-filesystem-5.3.0-1.module_el8.0.0+11+5b8c10bd.noarch", "Installed: javapackages-tools-5.3.0-1.module_el8.0.0+11+5b8c10bd.noarch", "Installed: openldap-clients-2.4.46-18.el8.x86_64", "Installed: libjose-10-2.el8.x86_64", "Installed: xerces-j2-2.11.0-34.module_el8+988+30834131.noarch", "Installed: jboss-annotations-1.2-api-1.0.0-4.el8.noarch", "Installed: jboss-jaxrs-2.0-api-1.0.0-6.el8.noarch", "Installed: jboss-logging-3.3.0-5.el8.noarch", "Installed: jboss-logging-tools-2.0.1-6.el8.noarch", "Installed: ipa-client-common-4.9.13-8.module_el8+981+726db82c.noarch", "Installed: xml-commons-apis-1.4.01-31.module+el8.2.1+7436+4afdca1f.noarch", "Installed: xml-commons-resolver-1.2-26.module_el8+988+30834131.noarch", "Installed: python3-libipa_hbac-2.9.4-3.el8.x86_64", "Installed: words-3.0-28.el8.noarch", "Installed: jdeparser-2.0.0-5.el8.noarch", "Installed: tomcat-native-1.2.35-1.el8.x86_64", "Installed: open-sans-fonts-1.10-6.el8.noarch", "Installed: sscg-3.0.0-7.el8.x86_64", "Installed: xmlstreambuffer-1.5.4-8.module_el8+988+30834131.noarch", "Installed: sssd-idp-2.9.4-3.el8.x86_64", "Installed: tzdata-java-2024a-1.el8.noarch", "Installed: centos-logos-httpd-85.8-2.el8.noarch", "Installed: stax-ex-1.7.7-8.module_el8+988+30834131.noarch", "Installed: centos-logos-ipa-85.8-2.el8.noarch", "Installed: certmonger-0.79.17-2.el8.x86_64", "Installed: copy-jdk-configs-4.0-2.el8.noarch", "Installed: perl-DB_File-1.842-1.el8.x86_64", "Installed: xmlrpc-c-1.51.0-9.el8.x86_64", "Installed: python3-custodia-0.6.0-3.module_el8+417+e8dc3e3c.noarch", "Installed: protobuf-c-1.3.0-8.el8.x86_64", "Installed: xmlrpc-c-client-1.51.0-9.el8.x86_64", "Installed: python3-distro-1.4.0-2.module_el8+762+77bd8591.noarch", "Installed: openssl-perl-1:1.1.1k-12.el8.x86_64", "Installed: relaxngDatatype-2011.1-7.module_el8+988+30834131.noarch", "Installed: jss-4.9.4-1.module_el8.7.0+1172+b9bb9c8d.x86_64", "Installed: resteasy-3.0.26-7.module_el8+1002+021a2ab4.noarch", "Installed: bea-stax-api-1.2.0-16.module_el8+988+30834131.noarch", "Installed: python3-yubico-1.3.2-9.1.module_el8+417+e8dc3e3c.noarch", "Installed: python3-gssapi-1.5.1-5.el8.x86_64", "Installed: libwbclient-4.19.4-4.el8.x86_64", "Installed: ipa-common-4.9.13-8.module_el8+981+726db82c.noarch", "Installed: httpcomponents-client-4.5.5-5.module_el8.6.0+1030+8d97e896.noarch", "Installed: httpcomponents-core-4.4.10-3.module_el8.0.0+39+6a9b6e22.noarch", "Installed: fontpackages-filesystem-1.44-22.el8.noarch", "Installed: bind-libs-32:9.11.36-13.el8.x86_64", "Installed: ecj-1:4.20-11.el8.noarch", "Installed: xsom-0-19.20110809svn.module_el8+988+30834131.noarch", "Installed: httpd-2.4.37-64.module_el8+965+1ad5c49d.x86_64", "Installed: bind-libs-lite-32:9.11.36-13.el8.x86_64", "Installed: ipa-healthcheck-0.12-3.module_el8+635+30a5dc75.noarch", "Installed: bind-license-32:9.11.36-13.el8.noarch", "Installed: python3-ipaclient-4.9.13-8.module_el8+981+726db82c.noarch", "Installed: ipa-healthcheck-core-0.12-3.module_el8+635+30a5dc75.noarch", "Installed: lksctp-tools-1.0.18-3.el8.x86_64", "Installed: httpd-filesystem-2.4.37-64.module_el8+965+1ad5c49d.noarch", "Installed: mod_auth_gssapi-1.6.1-9.el8.x86_64", "Installed: pki-acme-10.12.0-3.module_el8.7.0+1172+b9bb9c8d.noarch", "Installed: httpd-tools-2.4.37-64.module_el8+965+1ad5c49d.x86_64", "Installed: pki-base-10.12.0-3.module_el8.7.0+1172+b9bb9c8d.noarch", "Installed: mod_http2-1.15.7-10.module_el8+1009+c203647a.x86_64", "Installed: python3-ipalib-4.9.13-8.module_el8+981+726db82c.noarch", "Installed: fontawesome-fonts-4.7.0-5.el8.noarch", "Installed: pki-base-java-10.12.0-3.module_el8.7.0+1172+b9bb9c8d.noarch", "Installed: python3-sss-2.9.4-3.el8.x86_64", "Installed: python3-sss-murmur-2.9.4-3.el8.x86_64", "Installed: pki-ca-10.12.0-3.module_el8.7.0+1172+b9bb9c8d.noarch", "Installed: mod_lookup_identity-1.0.0-4.el8.x86_64", "Installed: python3-sssdconfig-2.9.4-3.el8.noarch", "Installed: glassfish-fastinfoset-1.2.13-9.module_el8+988+30834131.noarch", "Installed: glassfish-jaxb-api-2.2.12-8.module_el8+1002+021a2ab4.noarch", "Installed: cups-libs-1:2.2.6-57.el8.x86_64", "Installed: pki-kra-10.12.0-3.module_el8.7.0+1172+b9bb9c8d.noarch", "Installed: bind-utils-32:9.11.36-13.el8.x86_64", "Installed: glassfish-jaxb-core-2.2.11-12.module_el8+1002+021a2ab4.noarch", "Installed: glassfish-jaxb-runtime-2.2.11-12.module_el8+1002+021a2ab4.noarch", "Installed: python3-ipaserver-4.9.13-8.module_el8+981+726db82c.noarch", "Installed: glassfish-jaxb-txw2-2.2.11-12.module_el8+1002+021a2ab4.noarch", "Installed: sssd-common-pac-2.9.4-3.el8.x86_64", "Installed: pki-server-10.12.0-3.module_el8.7.0+1172+b9bb9c8d.noarch", "Installed: ipa-selinux-4.9.13-8.module_el8+981+726db82c.noarch", "Installed: sssd-dbus-2.9.4-3.el8.x86_64", "Installed: pki-servlet-engine-1:9.0.62-1.module_el8+1002+021a2ab4.noarch", "Installed: sssd-ipa-2.9.4-3.el8.x86_64", "Installed: cyrus-sasl-gssapi-2.1.27-6.el8_5.x86_64", "Installed: pki-symkey-10.12.0-3.module_el8.7.0+1172+b9bb9c8d.x86_64", "Installed: mod_session-2.4.37-64.module_el8+965+1ad5c49d.x86_64", "Installed: perl-Algorithm-Diff-1.1903-9.el8.noarch", "Installed: perl-Archive-Tar-2.30-1.el8.noarch", "Installed: perl-Compress-Raw-Bzip2-2.081-1.el8.x86_64", "Installed: perl-Compress-Raw-Zlib-2.081-1.el8.x86_64", "Installed: sssd-krb5-2.9.4-3.el8.x86_64", "Installed: mod_ssl-1:2.4.37-64.module_el8+965+1ad5c49d.x86_64", "Installed: pki-tools-10.12.0-3.module_el8.7.0+1172+b9bb9c8d.x86_64", "Installed: cyrus-sasl-md5-2.1.27-6.el8_5.x86_64", "Installed: ipa-server-4.9.13-8.module_el8+981+726db82c.x86_64", "Installed: sssd-krb5-common-2.9.4-3.el8.x86_64", "Installed: python3-jwcrypto-0.5.0-1.1.module_el8+417+e8dc3e3c.noarch", "Installed: cyrus-sasl-plain-2.1.27-6.el8_5.x86_64", "Installed: apache-commons-cli-1.4-4.module_el8.0.0+39+6a9b6e22.noarch", "Installed: mailcap-2.1.48-3.el8.noarch", "Installed: apache-commons-codec-1.11-3.module_el8.0.0+39+6a9b6e22.noarch", "Installed: python3-kdcproxy-0.4-5.module_el8+417+e8dc3e3c.noarch", "Installed: ldapjdk-4.23.0-1.module_el8.6.0+1038+e795ee4b.noarch", "Installed: ipa-server-common-4.9.13-8.module_el8+981+726db82c.noarch", "Installed: perl-IO-Compress-2.081-1.el8.noarch", "Installed: apache-commons-io-1:2.6-3.module_el8.6.0+1030+8d97e896.noarch", "Installed: perl-IO-Zlib-1:1.10-422.el8.noarch", "Installed: sssd-tools-2.9.4-3.el8.x86_64", "Installed: python3-ldap-3.3.1-2.el8.x86_64", "Installed: apache-commons-lang3-3.7-3.module_el8.0.0+39+6a9b6e22.noarch", "Installed: apache-commons-logging-1.2-13.module_el8.6.0+1030+8d97e896.noarch", "Installed: apache-commons-net-3.6-3.module_el8+988+30834131.noarch", "Installed: python3-lib389-1.4.3.39-2.module_el8+909+03085a27.noarch", "Installed: perl-Text-Diff-1.45-2.el8.noarch", "Installed: apr-1.6.3-12.el8.x86_64", "Installed: apr-util-1.6.1-9.el8.x86_64", "Installed: apr-util-bdb-1.6.1-9.el8.x86_64", "Installed: fstrm-0.6.1-3.el8.x86_64", "Installed: custodia-0.6.0-3.module_el8+417+e8dc3e3c.noarch", "Installed: apr-util-openssl-1.6.1-9.el8.x86_64", "Installed: istack-commons-runtime-2.21-9.el8.noarch", "Installed: jackson-annotations-2.10.0-1.module_el8+1002+021a2ab4.noarch", "Installed: jackson-core-2.10.0-1.module_el8+1002+021a2ab4.noarch", "Installed: jackson-databind-2.10.0-1.module_el8+1002+021a2ab4.noarch", "Installed: jackson-jaxrs-json-provider-2.9.9-1.module_el8+1002+021a2ab4.noarch", "Installed: jackson-jaxrs-providers-2.9.9-1.module_el8+1002+021a2ab4.noarch", "Installed: jackson-module-jaxb-annotations-2.7.6-4.module_el8+1002+021a2ab4.noarch" ] } TASK [ipaserver : Install - Ensure that IPA server packages for dns are installed] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:12 Wednesday 18 June 2025 03:56:57 -0400 (0:00:47.950) 0:01:12.925 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 03:56:57 -0400 (0:00:00.049) 0:01:12.975 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 03:56:57 -0400 (0:00:00.052) 0:01:13.027 ******** ok: [managed-node1] => { "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 Wednesday 18 June 2025 03:57:00 -0400 (0:00:03.005) 0:01:16.033 ******** changed: [managed-node1] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus.service dbus.socket sysinit.target basic.target system.slice polkit.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service ipset.service nftables.service shutdown.target ebtables.service iptables.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "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 }", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "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": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28608", "LimitNPROCSoft": "28608", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice dbus.socket", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "45773", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [ipaserver : Firewalld - Verify runtime zone "{{ ipaserver_firewalld_zone }}"] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:40 Wednesday 18 June 2025 03:57:01 -0400 (0:00:01.395) 0:01:17.428 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 03:57:02 -0400 (0:00:00.040) 0:01:17.468 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 03:57:02 -0400 (0:00:00.039) 0:01:17.508 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 03:57:02 -0400 (0:00:00.041) 0:01:17.549 ******** ok: [managed-node1] => { "_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": 190999999, "idstart": 190800000, "ipa_python_version": 40913, "no_host_dns": true, "no_pkinit": false, "ntp_pool": null, "ntp_servers": null, "random_serial_numbers": false, "realm": "TEST.LOCAL", "rid_base": 1000, "secondary_rid_base": 100000000, "setup_adtrust": false, "setup_ca": true, "setup_kra": false, "sid_generation_always": true } TASK [ipaserver : Install - Master password creation] ************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:142 Wednesday 18 June 2025 03:57:03 -0400 (0:00:01.307) 0:01:18.857 ******** changed: [managed-node1] => { "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 Wednesday 18 June 2025 03:57:04 -0400 (0:00:01.149) 0:01:20.006 ******** ok: [managed-node1] => { "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 Wednesday 18 June 2025 03:57:04 -0400 (0:00:00.036) 0:01:20.042 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 03:57:04 -0400 (0:00:00.032) 0:01:20.075 ******** changed: [managed-node1] => { "_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.40.174" ], "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 Wednesday 18 June 2025 03:57:06 -0400 (0:00:02.321) 0:01:22.397 ******** changed: [managed-node1] => { "changed": true } TASK [ipaserver : Install - Setup DS] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:214 Wednesday 18 June 2025 03:57:14 -0400 (0:00:07.560) 0:01:29.957 ******** changed: [managed-node1] => { "changed": true } TASK [ipaserver : Install - Setup KRB] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:243 Wednesday 18 June 2025 03:57:55 -0400 (0:00:40.696) 0:02:10.654 ******** changed: [managed-node1] => { "changed": true } TASK [ipaserver : Install - Setup CA] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:270 Wednesday 18 June 2025 03:58:02 -0400 (0:00:07.168) 0:02:17.822 ******** changed: [managed-node1] => { "changed": true, "csr_generated": false } TASK [ipaserver : Copy /root/ipa.csr to "managed-node1-ipa.csr"] *************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:312 Wednesday 18 June 2025 04:00:36 -0400 (0:02:33.662) 0:04:51.484 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "result_ipaserver_setup_ca.csr_generated | bool and ipaserver_copy_csr_to_controller | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup otpd] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:323 Wednesday 18 June 2025 04:00:36 -0400 (0:00:00.043) 0:04:51.527 ******** changed: [managed-node1] => { "changed": true } TASK [ipaserver : Install - Setup HTTP] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:329 Wednesday 18 June 2025 04:00:38 -0400 (0:00:02.593) 0:04:54.121 ******** changed: [managed-node1] => { "changed": true } TASK [ipaserver : Install - Setup KRA] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:361 Wednesday 18 June 2025 04:01:07 -0400 (0:00:29.310) 0:05:23.432 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "result_ipaserver_test.setup_kra | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup DNS] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:372 Wednesday 18 June 2025 04:01:08 -0400 (0:00:00.042) 0:05:23.474 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ipaserver_setup_dns | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup ADTRUST] ************************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:389 Wednesday 18 June 2025 04:01:08 -0400 (0:00:00.042) 0:05:23.517 ******** changed: [managed-node1] => { "changed": true } TASK [ipaserver : Install - Set DS password] *********************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:405 Wednesday 18 June 2025 04:01:17 -0400 (0:00:09.817) 0:05:33.335 ******** changed: [managed-node1] => { "changed": true } TASK [Install - Setup client] ************************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:422 Wednesday 18 June 2025 04:01:20 -0400 (0:00:02.570) 0:05:35.905 ******** TASK [ipaclient : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:4 Wednesday 18 June 2025 04:01:20 -0400 (0:00:00.062) 0:05:35.967 ******** ok: [managed-node1] => (item=/tmp/freeipa-repo/roles/ipaclient/vars/RedHat-8.yml) => { "ansible_facts": { "ipaclient_packages": [ "@idm:DL1/client" ] }, "ansible_included_var_files": [ "/tmp/freeipa-repo/roles/ipaclient/vars/RedHat-8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/freeipa-repo/roles/ipaclient/vars/RedHat-8.yml" } TASK [ipaclient : Install IPA client] ****************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:19 Wednesday 18 June 2025 04:01:20 -0400 (0:00:00.058) 0:05:36.026 ******** included: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml for managed-node1 TASK [ipaclient : Install - Ensure that IPA client packages are installed] ***** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:4 Wednesday 18 June 2025 04:01:20 -0400 (0:00:00.100) 0:05:36.127 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:20 -0400 (0:00:00.042) 0:05:36.169 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:20 -0400 (0:00:00.042) 0:05:36.211 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:20 -0400 (0:00:00.042) 0:05:36.254 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:20 -0400 (0:00:00.043) 0:05:36.297 ******** ok: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:20 -0400 (0:00:00.047) 0:05:36.345 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:20 -0400 (0:00:00.043) 0:05:36.389 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:20 -0400 (0:00:00.044) 0:05:36.433 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:21 -0400 (0:00:00.044) 0:05:36.478 ******** ok: [managed-node1] => { "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": 40913, "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 Wednesday 18 June 2025 04:01:21 -0400 (0:00:00.847) 0:05:37.325 ******** ok: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:22 -0400 (0:00:00.376) 0:05:37.702 ******** ok: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:23 -0400 (0:00:00.801) 0:05:38.503 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:23 -0400 (0:00:00.043) 0:05:38.547 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:23 -0400 (0:00:00.044) 0:05:38.592 ******** ok: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:24 -0400 (0:00:01.566) 0:05:40.158 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:24 -0400 (0:00:00.045) 0:05:40.203 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:24 -0400 (0:00:00.044) 0:05:40.247 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:24 -0400 (0:00:00.046) 0:05:40.294 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:24 -0400 (0:00:00.045) 0:05:40.340 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:24 -0400 (0:00:00.045) 0:05:40.385 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:24 -0400 (0:00:00.043) 0:05:40.428 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:25 -0400 (0:00:00.046) 0:05:40.475 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:25 -0400 (0:00:00.042) 0:05:40.518 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:25 -0400 (0:00:00.044) 0:05:40.562 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:25 -0400 (0:00:00.045) 0:05:40.608 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:25 -0400 (0:00:00.045) 0:05:40.653 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:25 -0400 (0:00:00.043) 0:05:40.697 ******** ok: [managed-node1] => { "changed": false, "krb_name": "/tmp/tmpr2gg9qdq" } TASK [ipaclient : Install - Join IPA] ****************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:252 Wednesday 18 June 2025 04:01:26 -0400 (0:00:00.834) 0:05:41.531 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:26 -0400 (0:00:00.045) 0:05:41.577 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:26 -0400 (0:00:00.046) 0:05:41.624 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:26 -0400 (0:00:00.046) 0:05:41.671 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:26 -0400 (0:00:00.047) 0:05:41.718 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:26 -0400 (0:00:00.047) 0:05:41.766 ******** changed: [managed-node1] => { "changed": true } TASK [ipaclient : Install - IPA API calls for remaining enrollment parts] ****** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:335 Wednesday 18 June 2025 04:01:27 -0400 (0:00:00.827) 0:05:42.594 ******** changed: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:29 -0400 (0:00:02.196) 0:05:44.790 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:29 -0400 (0:00:00.056) 0:05:44.846 ******** changed: [managed-node1] => { "ca_enabled_ra": true, "changed": true } TASK [ipaclient : Install - Configure SSH and SSHD] **************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:390 Wednesday 18 June 2025 04:01:57 -0400 (0:00:28.205) 0:06:13.052 ******** changed: [managed-node1] => { "changed": true } TASK [ipaclient : Install - Configure automount] ******************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:398 Wednesday 18 June 2025 04:01:58 -0400 (0:00:00.850) 0:06:13.903 ******** ok: [managed-node1] => { "changed": false } TASK [ipaclient : Install - Configure firefox] ********************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:404 Wednesday 18 June 2025 04:01:59 -0400 (0:00:00.801) 0:06:14.704 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:01:59 -0400 (0:00:00.047) 0:06:14.752 ******** changed: [managed-node1] => { "changed": true } TASK [ipaclient : Remove temporary krb5.conf] ********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:416 Wednesday 18 June 2025 04:02:00 -0400 (0:00:00.947) 0:06:15.700 ******** changed: [managed-node1] => { "changed": true, "path": "/tmp/tmpr2gg9qdq", "state": "absent" } TASK [ipaclient : Install - Configure krb5 for IPA realm] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:422 Wednesday 18 June 2025 04:02:00 -0400 (0:00:00.380) 0:06:16.080 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:02:00 -0400 (0:00:00.048) 0:06:16.129 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:02:00 -0400 (0:00:00.046) 0:06:16.175 ******** skipping: [managed-node1] => { "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 Wednesday 18 June 2025 04:02:00 -0400 (0:00:00.044) 0:06:16.220 ******** ok: [managed-node1] => { "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 Wednesday 18 June 2025 04:02:01 -0400 (0:00:00.372) 0:06:16.593 ******** ok: [managed-node1] => { "changed": false, "path": "/tmp/tmpr2gg9qdq", "state": "absent" } TASK [ipaclient : Remove temporary krb5.conf backup] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:463 Wednesday 18 June 2025 04:02:01 -0400 (0:00:00.377) 0:06:16.971 ******** changed: [managed-node1] => { "changed": true, "path": "/tmp/tmpr2gg9qdq.ipabkp", "state": "absent" } TASK [ipaclient : Uninstall IPA client] **************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:23 Wednesday 18 June 2025 04:02:01 -0400 (0:00:00.385) 0:06:17.356 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "state|default('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Enable IPA] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:437 Wednesday 18 June 2025 04:02:01 -0400 (0:00:00.048) 0:06:17.404 ******** changed: [managed-node1] => { "changed": true } TASK [ipaserver : Install - Configure firewalld] ******************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:444 Wednesday 18 June 2025 04:02:06 -0400 (0:00:04.958) 0:06:22.363 ******** changed: [managed-node1] => { "changed": true, "cmd": [ "firewall-cmd", "--permanent", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=ntp" ], "delta": "0:00:00.282236", "end": "2025-06-18 04:02:07.646357", "rc": 0, "start": "2025-06-18 04:02:07.364121" } STDOUT: success TASK [ipaserver : Install - Configure firewalld runtime] *********************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:458 Wednesday 18 June 2025 04:02:07 -0400 (0:00:00.779) 0:06:23.142 ******** changed: [managed-node1] => { "changed": true, "cmd": [ "firewall-cmd", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=ntp" ], "delta": "0:00:00.259318", "end": "2025-06-18 04:02:08.284616", "rc": 0, "start": "2025-06-18 04:02:08.025298" } STDOUT: success TASK [ipaserver : Install - Cleanup root IPA cache] **************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:472 Wednesday 18 June 2025 04:02:08 -0400 (0:00:00.637) 0:06:23.780 ******** ok: [managed-node1] => { "changed": false, "path": "/root/.ipa_cache", "state": "absent" } TASK [ipaserver : Cleanup temporary files] ************************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:477 Wednesday 18 June 2025 04:02:08 -0400 (0:00:00.357) 0:06:24.138 ******** ok: [managed-node1] => (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: [managed-node1] => (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: [managed-node1] => (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 Wednesday 18 June 2025 04:02:09 -0400 (0:00:01.022) 0:06:25.160 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "state|default('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [Issue IPA signed certificates] ******************************************* task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:28 Wednesday 18 June 2025 04:02:09 -0400 (0:00:00.042) 0:06:25.203 ******** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Wednesday 18 June 2025 04:02:09 -0400 (0:00:00.046) 0:06:25.249 ******** included: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Wednesday 18 June 2025 04:02:09 -0400 (0:00:00.024) 0:06:25.274 ******** skipping: [managed-node1] => { "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: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Wednesday 18 June 2025 04:02:09 -0400 (0:00:00.038) 0:06:25.312 ******** skipping: [managed-node1] => { "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: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Wednesday 18 June 2025 04:02:09 -0400 (0:00:00.021) 0:06:25.333 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Run systemctl] ******************* task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:22 Wednesday 18 June 2025 04:02:09 -0400 (0:00:00.020) 0:06:25.354 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.006829", "end": "2025-06-18 04:02:10.213781", "failed_when_result": false, "rc": 0, "start": "2025-06-18 04:02:10.206952" } STDOUT: running TASK [fedora.linux_system_roles.certificate : Require installed systemd] ******* task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:30 Wednesday 18 June 2025 04:02:10 -0400 (0:00:00.353) 0:06:25.708 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "\"No such file or directory\" in __is_system_running.msg | d(\"\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:35 Wednesday 18 June 2025 04:02:10 -0400 (0:00:00.043) 0:06:25.751 ******** ok: [managed-node1] => { "ansible_facts": { "__certificate_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:40 Wednesday 18 June 2025 04:02:10 -0400 (0:00:00.025) 0:06:25.777 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Wednesday 18 June 2025 04:02:10 -0400 (0:00:00.038) 0:06:25.816 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:15 Wednesday 18 June 2025 04:02:13 -0400 (0:00:02.873) 0:06:28.689 ******** ok: [managed-node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:25 Wednesday 18 June 2025 04:02:16 -0400 (0:00:02.889) 0:06:31.578 ******** changed: [managed-node1] => (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": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:49 Wednesday 18 June 2025 04:02:16 -0400 (0:00:00.393) 0:06:31.972 ******** changed: [managed-node1] => (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": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:76 Wednesday 18 June 2025 04:02:16 -0400 (0:00:00.399) 0:06:32.371 ******** ok: [managed-node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2025-06-18 03:59:50 EDT", "ActiveEnterTimestampMonotonic": "428021078", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice systemd-journald.socket syslog.target sysinit.target dbus.service network.target dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Wed 2025-06-18 03:59:49 EDT", "AssertTimestampMonotonic": "428011731", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "no", "CPUAffinity": "", "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": "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", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2025-06-18 03:59:49 EDT", "ConditionTimestampMonotonic": "428011729", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "16743", "ExecMainStartTimestamp": "Wed 2025-06-18 03:59:49 EDT", "ExecMainStartTimestampMonotonic": "428012460", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Wed 2025-06-18 03:59:49 EDT", "InactiveExitTimestampMonotonic": "428012506", "InvocationID": "4000bdc57dcc4090886bcdb9908f3c96", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28608", "LimitNPROCSoft": "28608", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "16743", "MemoryAccounting": "yes", "MemoryCurrent": "2592768", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus.service", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Wed 2025-06-18 03:59:50 EDT", "StateChangeTimestampMonotonic": "428021078", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "45773", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Wed 2025-06-18 03:59:50 EDT", "WatchdogTimestampMonotonic": "428021076", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:86 Wednesday 18 June 2025 04:02:17 -0400 (0:00:00.529) 0:06:32.901 ******** changed: [managed-node1] => (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: [managed-node1] => (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 : Check if test mode is supported] *** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:138 Wednesday 18 June 2025 04:02:20 -0400 (0:00:03.338) 0:06:36.239 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:143 Wednesday 18 June 2025 04:02:20 -0400 (0:00:00.037) 0:06:36.277 ******** skipping: [managed-node1] => (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: [managed-node1] => (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: [managed-node1] => (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: [managed-node1] => (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: [managed-node1] => (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: [managed-node1] => (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: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Reset certificate_test_certs] **** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:151 Wednesday 18 June 2025 04:02:20 -0400 (0:00:00.063) 0:06:36.340 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:155 Wednesday 18 June 2025 04:02:20 -0400 (0:00:00.037) 0:06:36.377 ******** skipping: [managed-node1] => (item=mycert_basic_ipa) => { "ansible_loop_var": "cert_name", "cert_name": "mycert_basic_ipa", "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=groupcert) => { "ansible_loop_var": "cert_name", "cert_name": "groupcert", "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:169 Wednesday 18 June 2025 04:02:20 -0400 (0:00:00.045) 0:06:36.422 ******** skipping: [managed-node1] => { "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: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:174 Wednesday 18 June 2025 04:02:21 -0400 (0:00:00.038) 0:06:36.461 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify certificates] ***************************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:44 Wednesday 18 June 2025 04:02:21 -0400 (0:00:00.046) 0:06:36.508 ******** included: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml for managed-node1 => (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: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml for managed-node1 => (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: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:5 Wednesday 18 June 2025 04:02:21 -0400 (0:00:00.076) 0:06:36.584 ******** ok: [managed-node1] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:12 Wednesday 18 June 2025 04:02:21 -0400 (0:00:00.019) 0:06:36.604 ******** skipping: [managed-node1] => { "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: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:17 Wednesday 18 June 2025 04:02:21 -0400 (0:00:00.022) 0:06:36.626 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Ensure python2 is installed] ********************************************* task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:21 Wednesday 18 June 2025 04:02:21 -0400 (0:00:00.022) 0:06:36.649 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == \"7\"", "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:31 Wednesday 18 June 2025 04:02:21 -0400 (0:00:00.017) 0:06:36.666 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Retrieve certificate file stats] ***************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:41 Wednesday 18 June 2025 04:02:24 -0400 (0:00:02.900) 0:06:39.566 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1750233739.1971462, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "864a700df8b2d8009254d6460d1af147b5c3c033", "ctime": 1750233739.1951463, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986920, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1750233739.1951463, "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": "3451908408", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if certificate file exists] *************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:46 Wednesday 18 June 2025 04:02:24 -0400 (0:00:00.356) 0:06:39.923 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:52 Wednesday 18 June 2025 04:02:24 -0400 (0:00:00.022) 0:06:39.945 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:62 Wednesday 18 June 2025 04:02:24 -0400 (0:00:00.046) 0:06:39.992 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:68 Wednesday 18 June 2025 04:02:24 -0400 (0:00:00.042) 0:06:40.035 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1750233738.2191427, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3050639386242aea5990e899fe5fd3744c8a11ca", "ctime": 1750233739.1951463, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6883988, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1750233739.1951463, "nlink": 1, "path": "/etc/pki/tls/private/mycert_basic_ipa.key", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1708, "uid": 0, "version": "3489107054", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if key file exists] *********************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:73 Wednesday 18 June 2025 04:02:24 -0400 (0:00:00.355) 0:06:40.391 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:79 Wednesday 18 June 2025 04:02:24 -0400 (0:00:00.022) 0:06:40.413 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:89 Wednesday 18 June 2025 04:02:25 -0400 (0:00:00.047) 0:06:40.461 ******** ok: [managed-node1] => { "certificate": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "C4:95:67:16:BA:92:57:5B:6B:DD:C0:E0:F5:43:C4:D8:C1:B8:50:D7" }, "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": "C1:C4:4B:F4:69:DE:47:C5:85:4A:B6:48:E6:89:D0:3E:F1:50:8B:92" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "0F:55:75:1D:00:1E:77:79:40:37:BA:18:B4:13:38:95:20:C3:DC:06:1D:A5:D6:47:ED:2A:8B:32:32:AD:41:6F:2F:11:A6:D9:F5:30:EB:DF:DC:D4:1E:A9:F1:2A:30:D8:B6:9E:77:CC:8C:FB:A9:9D:39:FC:3E:14:D3:76:72:F1:DC:74:86:6E:C1:B4:72:A0:74:75:F4:D7:46:83:18:1C:5E:4D:08:62:E2:09:00:79:9F:FC:F9:C0:F2:6D:0B:7B:80:23:36:5A:D4:99:7E:4D:BE:20:D1:6F:AE:86:98:22:85:2D:FC:1C:33:47:28:1C:25:33:9A:1D:65:EA:C7:B0:A2:84:B9:BE:B6:7B:05:8C:1C:B1:4E:5A:3A:77:DE:F9:5C:C2:78:18:3F:00:E4:78:1F:1B:8A:07:A5:03:B9:7A:C7:18:F7:FE:37:54:29:F8:C4:AB:94:DC:8B:2C:85:F2:4D:ED:9F:0F:8C:BC:C7:43:E6:0E:EE:4A:CB:21:EA:79:D0:38:37:6F:1D:A0:F5:5C:A0:57:94:73:35:2E:E5:B0:CD:33:C7:37:5E:DF:D9:03:C1:C0:9F:6E:7D:97:49:E5:0F:16:AB:74:2A:E5:69:CD:F2:E6:A2:3E:C7:0E:ED:DC:18:1E:72:25:97:97:F8:45:21:69:55:19:CA:C8:F4:1D:AE:01:A5:E1:B6:DF:45:4D:A7:CF:91:20:22:5A:B4:8E:DC:8E:67:43:AB:72:4C:3F:32:30:0F:49:7E:B6:16:90:4F:66:F5:8D:CB:77:8E:FF:46:D3:94:A8:E9:E7:D6:54:D5:9F:D8:5B:28:E7:5F:A8:EF:31:CB:27:E9:40:B2:B6:BF:33:C0:70:07:6D:DF:17:C3:CA:42:9F:2B:A7:83:DE:B9:EA:F4:94:8B:6F:39:3F:3F:B5:71:36:DC:66:AF:0F:91:45:BD:CA:00:E4:27:D6:06:A7:A0:B2:3F:7D:07:E7:6A:E6:AF:51:86:72:9D:D1:FF:C3:6D:96:DB:FA:15:BA" }, "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": "20270619080218Z", "not_valid_before": "20250618080218Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:95 Wednesday 18 June 2025 04:02:25 -0400 (0:00:00.570) 0:06:41.031 ******** ok: [managed-node1] => { "ansible_facts": { "cert_issued": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "C4:95:67:16:BA:92:57:5B:6B:DD:C0:E0:F5:43:C4:D8:C1:B8:50:D7" }, "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": "C1:C4:4B:F4:69:DE:47:C5:85:4A:B6:48:E6:89:D0:3E:F1:50:8B:92" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "0F:55:75:1D:00:1E:77:79:40:37:BA:18:B4:13:38:95:20:C3:DC:06:1D:A5:D6:47:ED:2A:8B:32:32:AD:41:6F:2F:11:A6:D9:F5:30:EB:DF:DC:D4:1E:A9:F1:2A:30:D8:B6:9E:77:CC:8C:FB:A9:9D:39:FC:3E:14:D3:76:72:F1:DC:74:86:6E:C1:B4:72:A0:74:75:F4:D7:46:83:18:1C:5E:4D:08:62:E2:09:00:79:9F:FC:F9:C0:F2:6D:0B:7B:80:23:36:5A:D4:99:7E:4D:BE:20:D1:6F:AE:86:98:22:85:2D:FC:1C:33:47:28:1C:25:33:9A:1D:65:EA:C7:B0:A2:84:B9:BE:B6:7B:05:8C:1C:B1:4E:5A:3A:77:DE:F9:5C:C2:78:18:3F:00:E4:78:1F:1B:8A:07:A5:03:B9:7A:C7:18:F7:FE:37:54:29:F8:C4:AB:94:DC:8B:2C:85:F2:4D:ED:9F:0F:8C:BC:C7:43:E6:0E:EE:4A:CB:21:EA:79:D0:38:37:6F:1D:A0:F5:5C:A0:57:94:73:35:2E:E5:B0:CD:33:C7:37:5E:DF:D9:03:C1:C0:9F:6E:7D:97:49:E5:0F:16:AB:74:2A:E5:69:CD:F2:E6:A2:3E:C7:0E:ED:DC:18:1E:72:25:97:97:F8:45:21:69:55:19:CA:C8:F4:1D:AE:01:A5:E1:B6:DF:45:4D:A7:CF:91:20:22:5A:B4:8E:DC:8E:67:43:AB:72:4C:3F:32:30:0F:49:7E:B6:16:90:4F:66:F5:8D:CB:77:8E:FF:46:D3:94:A8:E9:E7:D6:54:D5:9F:D8:5B:28:E7:5F:A8:EF:31:CB:27:E9:40:B2:B6:BF:33:C0:70:07:6D:DF:17:C3:CA:42:9F:2B:A7:83:DE:B9:EA:F4:94:8B:6F:39:3F:3F:B5:71:36:DC:66:AF:0F:91:45:BD:CA:00:E4:27:D6:06:A7:A0:B2:3F:7D:07:E7:6A:E6:AF:51:86:72:9D:D1:FF:C3:6D:96:DB:FA:15:BA" }, "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": "20270619080218Z", "not_valid_before": "20250618080218Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:99 Wednesday 18 June 2025 04:02:25 -0400 (0:00:00.023) 0:06:41.055 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:107 Wednesday 18 June 2025 04:02:25 -0400 (0:00:00.048) 0:06:41.103 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:115 Wednesday 18 June 2025 04:02:25 -0400 (0:00:00.023) 0:06:41.127 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:122 Wednesday 18 June 2025 04:02:25 -0400 (0:00:00.043) 0:06:41.170 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:133 Wednesday 18 June 2025 04:02:25 -0400 (0:00:00.047) 0:06:41.218 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:146 Wednesday 18 June 2025 04:02:25 -0400 (0:00:00.051) 0:06:41.270 ******** ok: [managed-node1] => { "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.057998", "end": "2025-06-18 04:02:26.179802", "rc": 0, "start": "2025-06-18 04:02:26.121804" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:155 Wednesday 18 June 2025 04:02:26 -0400 (0:00:00.404) 0:06:41.674 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Stat commands file] ****************************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:163 Wednesday 18 June 2025 04:02:26 -0400 (0:00:00.044) 0:06:41.719 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that commands file got removed] *********************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:168 Wednesday 18 June 2025 04:02:26 -0400 (0:00:00.343) 0:06:42.062 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Stat first-boot unit file] *********************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:176 Wednesday 18 June 2025 04:02:26 -0400 (0:00:00.020) 0:06:42.083 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_connection == \"buildah\"", "skip_reason": "Conditional result was False" } TASK [Assert presence of first-boot unit] ************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:181 Wednesday 18 June 2025 04:02:26 -0400 (0:00:00.015) 0:06:42.098 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_connection == \"buildah\"", "skip_reason": "Conditional result was False" } TASK [Assert that first-boot unit is enabled] ********************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:186 Wednesday 18 June 2025 04:02:26 -0400 (0:00:00.015) 0:06:42.114 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_connection == \"buildah\"", "skip_reason": "Conditional result was False" } TASK [Stat commands file] ****************************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:193 Wednesday 18 June 2025 04:02:26 -0400 (0:00:00.015) 0:06:42.130 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_connection == \"buildah\"", "skip_reason": "Conditional result was False" } TASK [Assert that commands file exists] **************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:198 Wednesday 18 June 2025 04:02:26 -0400 (0:00:00.016) 0:06:42.146 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_connection == \"buildah\"", "skip_reason": "Conditional result was False" } TASK [Set virtualenv_path] ***************************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:5 Wednesday 18 June 2025 04:02:26 -0400 (0:00:00.015) 0:06:42.161 ******** ok: [managed-node1] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:12 Wednesday 18 June 2025 04:02:26 -0400 (0:00:00.019) 0:06:42.180 ******** skipping: [managed-node1] => { "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: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:17 Wednesday 18 June 2025 04:02:26 -0400 (0:00:00.021) 0:06:42.202 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Ensure python2 is installed] ********************************************* task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:21 Wednesday 18 June 2025 04:02:26 -0400 (0:00:00.021) 0:06:42.223 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == \"7\"", "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:31 Wednesday 18 June 2025 04:02:26 -0400 (0:00:00.016) 0:06:42.239 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Retrieve certificate file stats] ***************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:41 Wednesday 18 June 2025 04:02:29 -0400 (0:00:02.872) 0:06:45.112 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1750233740.5821514, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "f9e13d28420854de15c9355beb32e15433d84e06", "ctime": 1750233740.732152, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 50, "gr_name": "ftp", "inode": 6986922, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0640", "mtime": 1750233740.5791514, "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": "2513910379", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if certificate file exists] *************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:46 Wednesday 18 June 2025 04:02:30 -0400 (0:00:00.361) 0:06:45.473 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:52 Wednesday 18 June 2025 04:02:30 -0400 (0:00:00.023) 0:06:45.497 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:62 Wednesday 18 June 2025 04:02:30 -0400 (0:00:00.085) 0:06:45.583 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:68 Wednesday 18 June 2025 04:02:30 -0400 (0:00:00.084) 0:06:45.667 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1750233740.0051491, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "116bdb3723a191a66564aadb9cd8caa782ba515d", "ctime": 1750233740.732152, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 50, "gr_name": "ftp", "inode": 6986921, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0640", "mtime": 1750233740.5791514, "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": "283096526", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if key file exists] *********************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:73 Wednesday 18 June 2025 04:02:30 -0400 (0:00:00.358) 0:06:46.026 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:79 Wednesday 18 June 2025 04:02:30 -0400 (0:00:00.026) 0:06:46.053 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:89 Wednesday 18 June 2025 04:02:30 -0400 (0:00:00.082) 0:06:46.135 ******** ok: [managed-node1] => { "certificate": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "C4:95:67:16:BA:92:57:5B:6B:DD:C0:E0:F5:43:C4:D8:C1:B8:50:D7" }, "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": "D7:81:3E:07:4F:F1:5E:54:B7:58:EB:F9:D5:69:13:D7:6B:D4:E0:06" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "84:95:77:3B:F4:FF:87:10:B8:5A:00:44:0A:18:A9:8C:2C:4C:69:08:62:07:ED:36:C9:9D:C9:DB:12:82:0B:C6:64:C4:F9:04:B0:FC:3F:15:85:FF:89:6B:BD:0D:8F:A9:85:DA:3B:0C:16:C1:B6:5D:8D:B2:AB:35:FA:FE:78:7B:4F:73:A0:EF:73:7A:34:2B:91:90:8F:5B:60:19:0E:DC:9D:E4:03:26:B8:B1:AC:5A:67:57:4C:65:79:10:EE:8F:24:03:5D:CD:6E:63:26:8D:A7:85:0F:58:52:2C:10:02:1C:D8:5E:DF:52:4A:2F:B8:82:22:D0:A7:EC:8F:BE:01:AD:B0:89:C4:17:D2:F3:19:22:B4:63:1E:75:2B:D2:7B:92:A2:2A:0D:52:81:C9:11:11:39:E1:27:22:25:94:1D:DE:5F:19:7D:0F:9F:0E:13:AA:5E:A7:C2:E0:1D:D8:99:38:7A:D9:EC:9A:02:92:71:EA:01:55:CF:B4:40:3B:6E:DD:03:3C:27:EF:05:FF:59:8A:82:EE:33:DC:79:16:C3:35:C0:F7:25:3D:88:1E:79:6F:71:52:A3:F8:C0:09:81:10:E3:BA:77:29:BD:50:C2:50:3F:62:6C:F3:F2:A1:30:20:E0:F5:F3:64:0E:A9:6B:28:68:79:F7:32:26:F2:43:BD:28:3F:37:65:B9:7E:E0:42:27:33:55:CE:CE:71:C0:B5:F9:CC:1D:C8:23:A5:28:23:8A:48:C6:15:DA:B8:59:34:B9:32:96:5C:6A:7E:A1:CE:B7:D4:80:6D:5B:80:1A:3F:87:10:2D:A9:1C:D7:F1:04:A4:53:B1:33:FA:4F:BD:B0:CC:59:D5:80:88:66:58:CA:06:EE:6B:45:0B:30:E3:22:8E:02:CB:CD:D3:A6:13:D7:7B:78:B7:56:EB:F8:D5:6D:1A:3B:35:2B:A2:56:66:66:D9:81:6C:CC:E8:3F:B2:68:8B:E3:0B:48:55:02:F7:E2:F8:89:64:92:D9:7E:6D" }, "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": "20270619080220Z", "not_valid_before": "20250618080220Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:95 Wednesday 18 June 2025 04:02:31 -0400 (0:00:00.459) 0:06:46.594 ******** ok: [managed-node1] => { "ansible_facts": { "cert_issued": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "C4:95:67:16:BA:92:57:5B:6B:DD:C0:E0:F5:43:C4:D8:C1:B8:50:D7" }, "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": "D7:81:3E:07:4F:F1:5E:54:B7:58:EB:F9:D5:69:13:D7:6B:D4:E0:06" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "84:95:77:3B:F4:FF:87:10:B8:5A:00:44:0A:18:A9:8C:2C:4C:69:08:62:07:ED:36:C9:9D:C9:DB:12:82:0B:C6:64:C4:F9:04:B0:FC:3F:15:85:FF:89:6B:BD:0D:8F:A9:85:DA:3B:0C:16:C1:B6:5D:8D:B2:AB:35:FA:FE:78:7B:4F:73:A0:EF:73:7A:34:2B:91:90:8F:5B:60:19:0E:DC:9D:E4:03:26:B8:B1:AC:5A:67:57:4C:65:79:10:EE:8F:24:03:5D:CD:6E:63:26:8D:A7:85:0F:58:52:2C:10:02:1C:D8:5E:DF:52:4A:2F:B8:82:22:D0:A7:EC:8F:BE:01:AD:B0:89:C4:17:D2:F3:19:22:B4:63:1E:75:2B:D2:7B:92:A2:2A:0D:52:81:C9:11:11:39:E1:27:22:25:94:1D:DE:5F:19:7D:0F:9F:0E:13:AA:5E:A7:C2:E0:1D:D8:99:38:7A:D9:EC:9A:02:92:71:EA:01:55:CF:B4:40:3B:6E:DD:03:3C:27:EF:05:FF:59:8A:82:EE:33:DC:79:16:C3:35:C0:F7:25:3D:88:1E:79:6F:71:52:A3:F8:C0:09:81:10:E3:BA:77:29:BD:50:C2:50:3F:62:6C:F3:F2:A1:30:20:E0:F5:F3:64:0E:A9:6B:28:68:79:F7:32:26:F2:43:BD:28:3F:37:65:B9:7E:E0:42:27:33:55:CE:CE:71:C0:B5:F9:CC:1D:C8:23:A5:28:23:8A:48:C6:15:DA:B8:59:34:B9:32:96:5C:6A:7E:A1:CE:B7:D4:80:6D:5B:80:1A:3F:87:10:2D:A9:1C:D7:F1:04:A4:53:B1:33:FA:4F:BD:B0:CC:59:D5:80:88:66:58:CA:06:EE:6B:45:0B:30:E3:22:8E:02:CB:CD:D3:A6:13:D7:7B:78:B7:56:EB:F8:D5:6D:1A:3B:35:2B:A2:56:66:66:D9:81:6C:CC:E8:3F:B2:68:8B:E3:0B:48:55:02:F7:E2:F8:89:64:92:D9:7E:6D" }, "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": "20270619080220Z", "not_valid_before": "20250618080220Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:99 Wednesday 18 June 2025 04:02:31 -0400 (0:00:00.024) 0:06:46.619 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:107 Wednesday 18 June 2025 04:02:31 -0400 (0:00:00.045) 0:06:46.664 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:115 Wednesday 18 June 2025 04:02:31 -0400 (0:00:00.023) 0:06:46.687 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:122 Wednesday 18 June 2025 04:02:31 -0400 (0:00:00.043) 0:06:46.731 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:133 Wednesday 18 June 2025 04:02:31 -0400 (0:00:00.048) 0:06:46.780 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:146 Wednesday 18 June 2025 04:02:31 -0400 (0:00:00.048) 0:06:46.828 ******** ok: [managed-node1] => { "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.061033", "end": "2025-06-18 04:02:31.746128", "rc": 0, "start": "2025-06-18 04:02:31.685095" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:155 Wednesday 18 June 2025 04:02:31 -0400 (0:00:00.414) 0:06:47.242 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Stat commands file] ****************************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:163 Wednesday 18 June 2025 04:02:31 -0400 (0:00:00.046) 0:06:47.289 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that commands file got removed] *********************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:168 Wednesday 18 June 2025 04:02:32 -0400 (0:00:00.347) 0:06:47.637 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Stat first-boot unit file] *********************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:176 Wednesday 18 June 2025 04:02:32 -0400 (0:00:00.023) 0:06:47.660 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_connection == \"buildah\"", "skip_reason": "Conditional result was False" } TASK [Assert presence of first-boot unit] ************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:181 Wednesday 18 June 2025 04:02:32 -0400 (0:00:00.015) 0:06:47.676 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_connection == \"buildah\"", "skip_reason": "Conditional result was False" } TASK [Assert that first-boot unit is enabled] ********************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:186 Wednesday 18 June 2025 04:02:32 -0400 (0:00:00.015) 0:06:47.692 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_connection == \"buildah\"", "skip_reason": "Conditional result was False" } TASK [Stat commands file] ****************************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:193 Wednesday 18 June 2025 04:02:32 -0400 (0:00:00.017) 0:06:47.709 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_connection == \"buildah\"", "skip_reason": "Conditional result was False" } TASK [Assert that commands file exists] **************************************** task path: /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:198 Wednesday 18 June 2025 04:02:32 -0400 (0:00:00.016) 0:06:47.726 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_connection == \"buildah\"", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* managed-node1 : ok=106 changed=30 unreachable=0 failed=0 skipped=70 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Wednesday 18 June 2025 04:02:32 -0400 (0:00:00.013) 0:06:47.739 ******** =============================================================================== ipaserver : Install - Setup CA ---------------------------------------- 153.66s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:270 ----------------------- ipaserver : Install - Ensure that IPA server packages are installed ---- 47.95s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:7 ------------------------- ipaserver : Install - Setup DS ----------------------------------------- 40.70s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:214 ----------------------- ipaserver : Install - Setup HTTP --------------------------------------- 29.31s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:329 ----------------------- ipaclient : Install - Create IPA NSS database -------------------------- 28.21s /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:355 ----------------------- Ensure hostname package is installed ----------------------------------- 14.77s /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:53 ipaserver : Install - Setup ADTRUST ------------------------------------- 9.82s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:389 ----------------------- ipaserver : Install - Setup NTP ----------------------------------------- 7.56s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:207 ----------------------- ipaserver : Install - Setup KRB ----------------------------------------- 7.17s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:243 ----------------------- ipaserver : Install - Enable IPA ---------------------------------------- 4.96s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:437 ----------------------- fedora.linux_system_roles.certificate : Ensure certificate requests ----- 3.34s /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:86 ipaserver : Install - Ensure that firewall packages installed ----------- 3.01s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:24 ------------------------ Ensure python3 is installed --------------------------------------------- 2.90s /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:31 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 2.89s /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:15 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 2.87s /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Ensure python3 is installed --------------------------------------------- 2.87s /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:31 Ensure nss package is up-to-date ---------------------------------------- 2.86s /tmp/collections-yxU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:65 ipaserver : Install - Setup otpd ---------------------------------------- 2.59s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:323 ----------------------- ipaserver : Install - Set DS password ----------------------------------- 2.57s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:405 ----------------------- ipaserver : Install - Server preparation -------------------------------- 2.32s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:161 -----------------------