[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ansible-playbook [core 2.17.4] 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-2zb executable location = /usr/local/bin/ansible-playbook python version = 3.12.5 (main, Aug 7 2024, 00:00:00) [GCC 13.3.1 20240522 (Red Hat 13.3.1-1)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles statically imported: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 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-2zb/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-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:2 Saturday 14 September 2024 08:26:21 -0400 (0:00:00.022) 0:00:00.022 **** [WARNING]: Platform linux on host managed_node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed_node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:13 Saturday 14 September 2024 08:26:24 -0400 (0:00:03.095) 0:00:03.117 **** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Skip if not supported] *************************************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:18 Saturday 14 September 2024 08:26:24 -0400 (0:00:00.666) 0:00:03.784 **** 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-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:2 Saturday 14 September 2024 08:26:24 -0400 (0:00:00.016) 0:00:03.800 **** ok: [managed_node1] => { "ansible_facts": { "__is_beaker_env": true }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:9 Saturday 14 September 2024 08:26:25 -0400 (0:00:00.070) 0:00:03.871 **** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:14 Saturday 14 September 2024 08:26:25 -0400 (0:00:00.418) 0:00:04.289 **** ok: [managed_node1] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [Install ansible-freeipa] ************************************************* task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:18 Saturday 14 September 2024 08:26:25 -0400 (0:00:00.025) 0:00:04.315 **** changed: [managed_node1 -> 127.0.0.1] => { "changed": true, "rc": 0, "results": [ "Installed: ansible-freeipa-1.13.2-1.fc39.noarch", "Installed: python3-libdnf5-5.1.17-2.fc39.x86_64", "Installed: python3-cryptography-41.0.7-1.fc39.x86_64", "Installed: python3-argcomplete-2.0.0-13.fc39.noarch", "Installed: fmt-10.0.0-3.fc39.x86_64", "Installed: python3-resolvelib-0.5.5-9.fc39.noarch", "Installed: python3-packaging-23.1-4.fc39.noarch", "Installed: libdnf5-5.1.17-2.fc39.x86_64", "Installed: python3-ply-3.11-20.fc39.noarch", "Installed: python3-pycparser-2.20-11.fc39.noarch", "Installed: python3-cffi-1.15.1-6.fc39.x86_64", "Installed: ansible-core-2.16.10-1.fc39.noarch" ] } lsrpackages: ansible-freeipa TASK [Ensure freeipa-repo is absent] ******************************************* task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:24 Saturday 14 September 2024 08:26:37 -0400 (0:00:11.645) 0:00:15.961 **** skipping: [managed_node1] => { "changed": false, "false_condition": "not __is_beaker_env", "skip_reason": "Conditional result was False" } TASK [Clone ansible-freeipa repo] ********************************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:32 Saturday 14 September 2024 08:26:37 -0400 (0:00:00.027) 0:00:15.989 **** skipping: [managed_node1] => { "changed": false, "false_condition": "not __is_beaker_env", "skip_reason": "Conditional result was False" } TASK [Create role symlinks] **************************************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:41 Saturday 14 September 2024 08:26:37 -0400 (0:00:00.022) 0:00:16.011 **** skipping: [managed_node1] => (item=ipaserver) => { "ansible_loop_var": "item", "changed": false, "false_condition": "not __is_beaker_env", "item": "ipaserver", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=ipaclient) => { "ansible_loop_var": "item", "changed": false, "false_condition": "not __is_beaker_env", "item": "ipaclient", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [Ensure hostname package is installed] ************************************ task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:53 Saturday 14 September 2024 08:26:37 -0400 (0:00:00.020) 0:00:16.032 **** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: hostname TASK [Set hostname] ************************************************************ task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:59 Saturday 14 September 2024 08:27:23 -0400 (0:00:46.483) 0:01:02.515 **** 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-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:65 Saturday 14 September 2024 08:27:24 -0400 (0:00:01.005) 0:01:03.521 **** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: nss TASK [Include ipaserver role] ************************************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:82 Saturday 14 September 2024 08:27:26 -0400 (0:00:01.805) 0:01:05.326 **** included: ipaserver for managed_node1 TASK [ipaserver : Import variables specific to distribution] ******************* task path: /usr/share/ansible/roles/ipaserver/tasks/main.yml:4 Saturday 14 September 2024 08:27:26 -0400 (0:00:00.028) 0:01:05.355 **** ok: [managed_node1] => (item=/usr/share/ansible/roles/ipaserver/vars/Fedora.yml) => { "ansible_facts": { "ipaserver_packages": [ "freeipa-server", "python3-libselinux" ], "ipaserver_packages_adtrust": [ "freeipa-server-trust-ad" ], "ipaserver_packages_dns": [ "freeipa-server-dns" ], "ipaserver_packages_firewalld": [ "firewalld" ] }, "ansible_included_var_files": [ "/usr/share/ansible/roles/ipaserver/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/usr/share/ansible/roles/ipaserver/vars/Fedora.yml" } TASK [ipaserver : Install IPA server] ****************************************** task path: /usr/share/ansible/roles/ipaserver/tasks/main.yml:19 Saturday 14 September 2024 08:27:26 -0400 (0:00:00.031) 0:01:05.386 **** included: /usr/share/ansible/roles/ipaserver/tasks/install.yml for managed_node1 TASK [ipaserver : Install - Ensure that IPA server packages are installed] ***** task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:7 Saturday 14 September 2024 08:27:26 -0400 (0:00:00.082) 0:01:05.469 **** changed: [managed_node1] => { "changed": true, "rc": 0, "results": [ "Installed: python3-augeas-1.1.0-10.fc39.noarch", "Installed: python3-libipa_hbac-2.9.5-1.fc39.x86_64", "Installed: libuv-1:1.48.0-1.fc39.x86_64", "Installed: bind-libs-32:9.18.28-2.fc39.x86_64", "Installed: bind-license-32:9.18.28-2.fc39.noarch", "Installed: bind-utils-32:9.18.28-2.fc39.x86_64", "Installed: jboss-jaxrs-2.0-api-1.0.0-24.fc39.noarch", "Installed: apache-commons-cli-1.5.0-6.fc39.noarch", "Installed: jboss-logging-3.5.3-2.fc39.noarch", "Installed: apache-commons-codec-1.15-9.fc39.noarch", "Installed: jboss-logging-tools-2.2.1-12.fc39.noarch", "Installed: nss-tools-3.103.0-1.fc39.x86_64", "Installed: apache-commons-io-1:2.11.0-4.fc39.noarch", "Installed: jdeparser-2.0.3-14.fc39.noarch", "Installed: tzdata-java-2024a-2.fc39.noarch", "Installed: apache-commons-lang3-3.12.0-9.fc39.noarch", "Installed: apache-commons-logging-1.2-34.fc39.noarch", "Installed: samba-client-libs-2:4.19.8-1.fc39.x86_64", "Installed: samba-common-2:4.19.8-1.fc39.noarch", "Installed: acl-2.3.1-9.fc39.x86_64", "Installed: apache-commons-net-3.8.0-3.fc39.noarch", "Installed: samba-common-libs-2:4.19.8-1.fc39.x86_64", "Installed: python3-sss-2.9.5-1.fc39.x86_64", "Installed: python3-sss-murmur-2.9.5-1.fc39.x86_64", "Installed: python3-sssdconfig-2.9.5-1.fc39.noarch", "Installed: perl-Term-ReadLine-1.17-502.fc39.noarch", "Installed: jemalloc-5.3.0-4.fc39.x86_64", "Installed: python3-decorator-5.1.1-7.fc39.noarch", "Installed: freeipa-client-4.12.1-1.fc39.x86_64", "Installed: freeipa-client-common-4.12.1-1.fc39.noarch", "Installed: freeipa-common-4.12.1-1.fc39.noarch", "Installed: policycoreutils-python-utils-3.5-8.fc39.noarch", "Installed: freeipa-healthcheck-core-0.16-3.fc39.noarch", "Installed: python3-deprecated-1.2.14-3.fc39.noarch", "Installed: freeipa-selinux-4.12.1-1.fc39.noarch", "Installed: freeipa-server-4.12.1-1.fc39.x86_64", "Installed: freeipa-server-common-4.12.1-1.fc39.noarch", "Installed: perl-Tie-4.6-502.fc39.noarch", "Installed: alsa-lib-1.2.12-1.fc39.x86_64", "Installed: words-3.0-44.fc39.noarch", "Installed: perl-debugger-1.60-502.fc39.noarch", "Installed: python3-typing-extensions-4.12.2-2.fc39.noarch", "Installed: lksctp-tools-1.0.19-4.fc39.x86_64", "Installed: apr-1.7.3-2.fc39.x86_64", "Installed: perl-meta-notation-5.38.2-502.fc39.noarch", "Installed: apr-util-1.6.3-4.fc39.x86_64", "Installed: apr-util-bdb-1.6.3-4.fc39.x86_64", "Installed: libwbclient-2:4.19.8-1.fc39.x86_64", "Installed: augeas-libs-1.13.0-5.fc39.x86_64", "Installed: apr-util-openssl-1.6.3-4.fc39.x86_64", "Installed: perl-sigtrap-1.10-502.fc39.noarch", "Installed: certmonger-0.79.18-2.fc39.x86_64", "Installed: cyrus-sasl-gssapi-2.1.28-11.fc39.x86_64", "Installed: perl-Algorithm-Diff-1.2010-9.fc39.noarch", "Installed: python3-gssapi-1.7.3-6.fc39.x86_64", "Installed: cyrus-sasl-md5-2.1.28-11.fc39.x86_64", "Installed: cyrus-sasl-plain-2.1.28-11.fc39.x86_64", "Installed: perl-Compress-Raw-Bzip2-2.206-1.fc39.x86_64", "Installed: python3-wrapt-1.15.0-1.fc39.x86_64", "Installed: perl-Compress-Raw-Lzma-2.206-2.fc39.x86_64", "Installed: perl-Compress-Raw-Zlib-2.206-1.fc39.x86_64", "Installed: perl-IO-Compress-2.206-1.fc39.noarch", "Installed: perl-IO-Compress-Lzma-2.206-1.fc39.noarch", "Installed: python3-yubico-1.3.3-13.fc39.noarch", "Installed: softhsm-2.6.1-5.fc39.7.x86_64", "Installed: python3-cryptography-41.0.7-1.fc39.x86_64", "Installed: perl-IO-Zlib-1:1.14-500.fc39.noarch", "Installed: autofs-1:5.1.8-21.fc39.x86_64", "Installed: pki-resteasy-3.0.26-27.fc39.noarch", "Installed: pki-resteasy-client-3.0.26-27.fc39.noarch", "Installed: pki-resteasy-core-3.0.26-27.fc39.noarch", "Installed: pki-resteasy-jackson2-provider-3.0.26-27.fc39.noarch", "Installed: pki-resteasy-servlet-initializer-3.0.26-27.fc39.noarch", "Installed: libipa_hbac-2.9.5-1.fc39.x86_64", "Installed: publicsuffix-list-20240107-1.fc39.noarch", "Installed: copy-jdk-configs-4.1-3.fc39.noarch", "Installed: python3-dogtag-pki-11.4.3-2.fc39.1.noarch", "Installed: jackson-annotations-2.15.2-2.fc39.noarch", "Installed: python3-dns-2.6.1-1.fc39.noarch", "Installed: jackson-core-2.15.2-2.fc39.noarch", "Installed: jackson-databind-2.15.2-2.fc39.noarch", "Installed: python3-pyusb-1.2.1-7.fc39.noarch", "Installed: fstrm-0.6.1-8.fc39.x86_64", "Installed: jackson-jaxrs-json-provider-2.15.2-2.fc39.noarch", "Installed: jackson-jaxrs-providers-2.15.2-2.fc39.noarch", "Installed: jackson-module-jaxb-annotations-2.15.2-2.fc39.noarch", "Installed: libjose-14-1.fc39.x86_64", "Installed: jakarta-activation-2.1.1-4.fc39.noarch", "Installed: python3-mod_wsgi-4.9.4-6.fc39.x86_64", "Installed: mod_auth_gssapi-1.6.5-3.fc39.x86_64", "Installed: jakarta-annotations-1.3.5-16.fc39.noarch", "Installed: slapi-nis-0.60.0-4.fc39.x86_64", "Installed: libkadm5-1.21.3-1.fc39.x86_64", "Installed: python3-ifaddr-0.1.7-11.fc39.noarch", "Installed: ecj-1:4.23-6.fc39.noarch", "Installed: httpcomponents-client-4.5.13-7.fc39.noarch", "Installed: httpcomponents-core-4.4.13-9.fc39.noarch", "Installed: mod_lookup_identity-1.0.0-18.fc39.x86_64", "Installed: python3-ply-3.11-20.fc39.noarch", "Installed: perl-Archive-Tar-3.02-4.fc39.noarch", "Installed: oddjob-0.34.7-9.fc39.x86_64", "Installed: python3-pyasn1-0.5.1-1.fc39.noarch", "Installed: oddjob-mkhomedir-0.34.7-9.fc39.x86_64", "Installed: python3-pyasn1-modules-0.5.1-1.fc39.noarch", "Installed: 389-ds-base-2.4.6-1.fc39.x86_64", "Installed: 389-ds-base-libs-2.4.6-1.fc39.x86_64", "Installed: dbus-tools-1:1.14.10-1.fc39.x86_64", "Installed: python3-cffi-1.15.1-6.fc39.x86_64", "Installed: java-17-openjdk-headless-1:17.0.12.0.7-2.fc39.x86_64", "Installed: logrotate-3.21.0-4.fc39.x86_64", "Installed: mailcap-2.1.54-2.fc39.noarch", "Installed: python3-psutil-5.9.5-1.fc39.x86_64", "Installed: perl-DB_File-1.859-1.fc39.x86_64", "Installed: openldap-clients-2.6.7-1.fc39.x86_64", "Installed: python3-netaddr-0.8.0-14.fc39.noarch", "Installed: dogtag-jss-5.4.2-1.fc39.1.x86_64", "Installed: dogtag-ldapjdk-5.4.1-2.fc39.noarch", "Installed: dogtag-pki-acme-11.4.3-2.fc39.1.noarch", "Installed: dogtag-pki-base-11.4.3-2.fc39.1.noarch", "Installed: dogtag-pki-ca-11.4.3-2.fc39.1.noarch", "Installed: dogtag-pki-java-11.4.3-2.fc39.1.noarch", "Installed: dogtag-pki-kra-11.4.3-2.fc39.1.noarch", "Installed: dogtag-pki-server-11.4.3-2.fc39.1.noarch", "Installed: perl-Text-Diff-1.45-19.fc39.noarch", "Installed: sssd-common-pac-2.9.5-1.fc39.x86_64", "Installed: dogtag-pki-tools-11.4.3-2.fc39.1.x86_64", "Installed: sssd-dbus-2.9.5-1.fc39.x86_64", "Installed: dogtag-tomcatjss-8.4.1-2.fc39.noarch", "Installed: krb5-pkinit-1.21.3-1.fc39.x86_64", "Installed: krb5-server-1.21.3-1.fc39.x86_64", "Installed: sssd-idp-2.9.5-1.fc39.x86_64", "Installed: krb5-workstation-1.21.3-1.fc39.x86_64", "Installed: sssd-ipa-2.9.5-1.fc39.x86_64", "Installed: libicu-73.2-2.fc39.x86_64", "Installed: perl-threads-1:2.36-500.fc39.x86_64", "Installed: perl-threads-shared-1.68-500.fc39.x86_64", "Installed: sssd-krb5-2.9.5-1.fc39.x86_64", "Installed: sssd-krb5-common-2.9.5-1.fc39.x86_64", "Installed: sssd-passkey-2.9.5-1.fc39.x86_64", "Installed: sssd-tools-2.9.5-1.fc39.x86_64", "Installed: fedora-logos-httpd-38.1.0-2.fc39.noarch", "Installed: perl-Devel-Peek-1.33-502.fc39.x86_64", "Installed: python3-pycparser-2.20-11.fc39.noarch", "Installed: libsss_autofs-2.9.5-1.fc39.x86_64", "Installed: python3-qrcode-7.4.2-12.fc39.noarch", "Installed: lua-5.4.6-3.fc39.x86_64", "Installed: python3-jwcrypto-1.4.2-5.fc39.noarch", "Installed: open-sans-fonts-1.10-19.fc39.noarch", "Installed: cups-libs-1:2.4.10-6.fc39.x86_64", "Installed: tomcat-1:9.0.93-2.fc39.noarch", "Installed: tomcat-el-3.0-api-1:9.0.93-2.fc39.noarch", "Installed: tomcat-jsp-2.3-api-1:9.0.93-2.fc39.noarch", "Installed: python3-kdcproxy-1.0.0-13.fc39.noarch", "Installed: tomcat-lib-1:9.0.93-2.fc39.noarch", "Installed: python3-ipaclient-4.12.1-1.fc39.noarch", "Installed: python3-ipalib-4.12.1-1.fc39.noarch", "Installed: python3-ipaserver-4.12.1-1.fc39.noarch", "Installed: tomcat-native-1:1.3.0-3.fc39.x86_64", "Installed: tomcat-servlet-4.0-api-1:9.0.93-2.fc39.noarch", "Installed: julietaula-montserrat-fonts-1:7.222-8.fc39.noarch", "Installed: javapackages-filesystem-6.1.0-10.fc39.noarch", "Installed: httpd-2.4.62-2.fc39.x86_64", "Installed: javapackages-tools-6.1.0-10.fc39.noarch", "Installed: httpd-core-2.4.62-2.fc39.x86_64", "Installed: httpd-filesystem-2.4.62-2.fc39.noarch", "Installed: httpd-tools-2.4.62-2.fc39.x86_64", "Installed: slf4j-1.7.32-6.fc39.noarch", "Installed: mod_http2-2.0.29-1.fc39.x86_64", "Installed: mod_lua-2.4.62-2.fc39.x86_64", "Installed: slf4j-jdk14-1.7.32-6.fc39.noarch", "Installed: sscg-3.0.5-3.fc39.x86_64", "Installed: openssl-perl-1:3.1.4-3.fc39.x86_64", "Installed: mod_session-2.4.62-2.fc39.x86_64", "Installed: bash-completion-1:2.11-12.fc39.noarch", "Installed: mod_ssl-1:2.4.62-2.fc39.x86_64", "Installed: python3-argcomplete-2.0.0-13.fc39.noarch", "Installed: jaxb-api-4.0.0-4.fc39.noarch", "Installed: fontawesome4-fonts-1:4.7.0-19.fc39.noarch", "Installed: lua-posix-36.2.1-3.fc39.x86_64", "Installed: python3-ldap-3.4.4-1.fc39.x86_64", "Installed: python3-lib389-2.4.6-1.fc39.noarch" ] } TASK [ipaserver : Install - Ensure that IPA server packages for dns are installed] *** task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:12 Saturday 14 September 2024 08:28:04 -0400 (0:00:37.777) 0:01:43.246 **** 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: /usr/share/ansible/roles/ipaserver/tasks/install.yml:18 Saturday 14 September 2024 08:28:04 -0400 (0:00:00.035) 0:01:43.282 **** 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: /usr/share/ansible/roles/ipaserver/tasks/install.yml:24 Saturday 14 September 2024 08:28:04 -0400 (0:00:00.035) 0:01:43.318 **** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [ipaserver : Firewalld service - Ensure that firewalld is running] ******** task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:34 Saturday 14 September 2024 08:28:06 -0400 (0:00:02.486) 0:01:45.804 **** changed: [managed_node1] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target system.slice polkit.service dbus.socket dbus-broker.service sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target iptables.service ipset.service nftables.service ebtables.service ip6tables.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14752", "LimitNPROCSoft": "14752", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14752", "LimitSIGPENDINGSoft": "14752", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4425", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [ipaserver : Firewalld - Verify runtime zone "{{ ipaserver_firewalld_zone }}"] *** task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:40 Saturday 14 September 2024 08:28:09 -0400 (0:00:02.041) 0:01:47.845 **** 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: /usr/share/ansible/roles/ipaserver/tasks/install.yml:47 Saturday 14 September 2024 08:28:09 -0400 (0:00:00.040) 0:01:47.886 **** 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: /usr/share/ansible/roles/ipaserver/tasks/install.yml:55 Saturday 14 September 2024 08:28:09 -0400 (0:00:00.054) 0:01:47.941 **** 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: /usr/share/ansible/roles/ipaserver/tasks/install.yml:62 Saturday 14 September 2024 08:28:09 -0400 (0:00:00.071) 0:01:48.013 **** 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": 1451799999, "idstart": 1451600000, "ipa_python_version": 41201, "no_host_dns": false, "no_pkinit": false, "ntp_pool": null, "ntp_servers": null, "random_serial_numbers": false, "realm": "TEST.LOCAL", "rid_base": 1000, "secondary_rid_base": 100000000, "setup_adtrust": false, "setup_ca": true, "setup_kra": false, "sid_generation_always": true } TASK [ipaserver : Install - Master password creation] ************************** task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:142 Saturday 14 September 2024 08:28:10 -0400 (0:00:01.649) 0:01:49.662 **** 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: /usr/share/ansible/roles/ipaserver/tasks/install.yml:149 Saturday 14 September 2024 08:28:12 -0400 (0:00:01.352) 0:01:51.015 **** 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: /usr/share/ansible/roles/ipaserver/tasks/install.yml:155 Saturday 14 September 2024 08:28:12 -0400 (0:00:00.028) 0:01:51.044 **** 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: /usr/share/ansible/roles/ipaserver/tasks/install.yml:161 Saturday 14 September 2024 08:28:12 -0400 (0:00:00.024) 0:01:51.068 **** 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.43.229" ], "no_dnssec_validation": false, "reverse_zones": [], "subject_base": "O=TEST.LOCAL" } TASK [ipaserver : Install - Setup NTP] ***************************************** task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:207 Saturday 14 September 2024 08:28:14 -0400 (0:00:02.430) 0:01:53.499 **** changed: [managed_node1] => { "changed": true } TASK [ipaserver : Install - Setup DS] ****************************************** task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:214 Saturday 14 September 2024 08:28:22 -0400 (0:00:08.021) 0:02:01.520 **** changed: [managed_node1] => { "changed": true } TASK [ipaserver : Install - Setup KRB] ***************************************** task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:243 Saturday 14 September 2024 08:29:03 -0400 (0:00:41.176) 0:02:42.696 **** changed: [managed_node1] => { "changed": true } TASK [ipaserver : Install - Setup CA] ****************************************** task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:270 Saturday 14 September 2024 08:29:12 -0400 (0:00:09.072) 0:02:51.769 **** changed: [managed_node1] => { "changed": true, "csr_generated": false } TASK [ipaserver : Copy /root/ipa.csr to "managed_node1-ipa.csr"] *************** task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:312 Saturday 14 September 2024 08:32:55 -0400 (0:03:42.458) 0:06:34.228 **** 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: /usr/share/ansible/roles/ipaserver/tasks/install.yml:323 Saturday 14 September 2024 08:32:55 -0400 (0:00:00.044) 0:06:34.272 **** changed: [managed_node1] => { "changed": true } TASK [ipaserver : Install - Setup HTTP] **************************************** task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:329 Saturday 14 September 2024 08:32:58 -0400 (0:00:03.258) 0:06:37.530 **** changed: [managed_node1] => { "changed": true } TASK [ipaserver : Install - Setup KRA] ***************************************** task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:361 Saturday 14 September 2024 08:33:35 -0400 (0:00:36.400) 0:07:13.931 **** 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: /usr/share/ansible/roles/ipaserver/tasks/install.yml:372 Saturday 14 September 2024 08:33:35 -0400 (0:00:00.044) 0:07:13.976 **** skipping: [managed_node1] => { "changed": false, "false_condition": "ipaserver_setup_dns | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup ADTRUST] ************************************* task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:389 Saturday 14 September 2024 08:33:35 -0400 (0:00:00.045) 0:07:14.021 **** changed: [managed_node1] => { "changed": true } TASK [ipaserver : Install - Set DS password] *********************************** task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:405 Saturday 14 September 2024 08:33:45 -0400 (0:00:10.193) 0:07:24.214 **** changed: [managed_node1] => { "changed": true } TASK [Install - Setup client] ************************************************** task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:422 Saturday 14 September 2024 08:33:48 -0400 (0:00:02.745) 0:07:26.960 **** included: ipaclient for managed_node1 TASK [ipaclient : Import variables specific to distribution] ******************* task path: /usr/share/ansible/roles/ipaclient/tasks/main.yml:4 Saturday 14 September 2024 08:33:48 -0400 (0:00:00.067) 0:07:27.027 **** ok: [managed_node1] => (item=/usr/share/ansible/roles/ipaclient/vars/default.yml) => { "ansible_facts": { "ipaclient_packages": [ "ipa-client", "python3-libselinux" ] }, "ansible_included_var_files": [ "/usr/share/ansible/roles/ipaclient/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/usr/share/ansible/roles/ipaclient/vars/default.yml" } TASK [ipaclient : Install IPA client] ****************************************** task path: /usr/share/ansible/roles/ipaclient/tasks/main.yml:19 Saturday 14 September 2024 08:33:48 -0400 (0:00:00.067) 0:07:27.095 **** included: /usr/share/ansible/roles/ipaclient/tasks/install.yml for managed_node1 TASK [ipaclient : Install - Ensure that IPA client packages are installed] ***** task path: /usr/share/ansible/roles/ipaclient/tasks/install.yml:4 Saturday 14 September 2024 08:33:48 -0400 (0:00:00.115) 0:07:27.211 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:10 Saturday 14 September 2024 08:33:48 -0400 (0:00:00.046) 0:07:27.258 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:15 Saturday 14 September 2024 08:33:48 -0400 (0:00:00.046) 0:07:27.304 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:21 Saturday 14 September 2024 08:33:48 -0400 (0:00:00.045) 0:07:27.350 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:26 Saturday 14 September 2024 08:33:48 -0400 (0:00:00.046) 0:07:27.396 **** ok: [managed_node1] => { "ansible_facts": { "ipaadmin_principal": "admin" }, "changed": false } TASK [ipaclient : Install - Fail on missing ipaclient_domain and ipaserver_domain] *** task path: /usr/share/ansible/roles/ipaclient/tasks/install.yml:36 Saturday 14 September 2024 08:33:48 -0400 (0:00:00.049) 0:07:27.446 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:41 Saturday 14 September 2024 08:33:48 -0400 (0:00:00.047) 0:07:27.493 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:46 Saturday 14 September 2024 08:33:48 -0400 (0:00:00.049) 0:07:27.543 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:52 Saturday 14 September 2024 08:33:48 -0400 (0:00:00.046) 0:07:27.590 **** 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": 41201, "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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:82 Saturday 14 September 2024 08:33:50 -0400 (0:00:01.272) 0:07:28.863 **** ok: [managed_node1] => { "changed": false, "path": "/etc/ipa/.dns_ccache", "state": "absent" } TASK [ipaclient : Install - Configure NTP] ************************************* task path: /usr/share/ansible/roles/ipaclient/tasks/install.yml:87 Saturday 14 September 2024 08:33:50 -0400 (0:00:00.547) 0:07:29.410 **** ok: [managed_node1] => { "changed": false } TASK [ipaclient : Install - Make sure One-Time Password is enabled if it's already defined] *** task path: /usr/share/ansible/roles/ipaclient/tasks/install.yml:99 Saturday 14 September 2024 08:33:51 -0400 (0:00:00.971) 0:07:30.382 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:104 Saturday 14 September 2024 08:33:51 -0400 (0:00:00.049) 0:07:30.431 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:109 Saturday 14 September 2024 08:33:51 -0400 (0:00:00.047) 0:07:30.479 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:119 Saturday 14 September 2024 08:33:53 -0400 (0:00:01.885) 0:07:32.364 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:137 Saturday 14 September 2024 08:33:53 -0400 (0:00:00.048) 0:07:32.412 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:142 Saturday 14 September 2024 08:33:53 -0400 (0:00:00.050) 0:07:32.463 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:151 Saturday 14 September 2024 08:33:53 -0400 (0:00:00.053) 0:07:32.516 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:159 Saturday 14 September 2024 08:33:53 -0400 (0:00:00.060) 0:07:32.576 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:169 Saturday 14 September 2024 08:33:53 -0400 (0:00:00.053) 0:07:32.630 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:183 Saturday 14 September 2024 08:33:53 -0400 (0:00:00.052) 0:07:32.682 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:190 Saturday 14 September 2024 08:33:53 -0400 (0:00:00.053) 0:07:32.735 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:208 Saturday 14 September 2024 08:33:53 -0400 (0:00:00.049) 0:07:32.785 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:213 Saturday 14 September 2024 08:33:54 -0400 (0:00:00.051) 0:07:32.836 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:221 Saturday 14 September 2024 08:33:54 -0400 (0:00:00.050) 0:07:32.887 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:238 Saturday 14 September 2024 08:33:54 -0400 (0:00:00.052) 0:07:32.939 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:243 Saturday 14 September 2024 08:33:54 -0400 (0:00:00.049) 0:07:32.988 **** ok: [managed_node1] => { "changed": false, "krb_name": "/tmp/tmpjsmxneky" } TASK [ipaclient : Install - Join IPA] ****************************************** task path: /usr/share/ansible/roles/ipaclient/tasks/install.yml:252 Saturday 14 September 2024 08:33:55 -0400 (0:00:00.989) 0:07:33.978 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:280 Saturday 14 September 2024 08:33:55 -0400 (0:00:00.048) 0:07:34.026 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:286 Saturday 14 September 2024 08:33:55 -0400 (0:00:00.049) 0:07:34.076 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:290 Saturday 14 September 2024 08:33:55 -0400 (0:00:00.049) 0:07:34.126 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:304 Saturday 14 September 2024 08:33:55 -0400 (0:00:00.050) 0:07:34.176 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:313 Saturday 14 September 2024 08:33:55 -0400 (0:00:00.050) 0:07:34.227 **** changed: [managed_node1] => { "changed": true } TASK [ipaclient : Install - IPA API calls for remaining enrollment parts] ****** task path: /usr/share/ansible/roles/ipaclient/tasks/install.yml:335 Saturday 14 September 2024 08:33:56 -0400 (0:00:00.998) 0:07:35.225 **** changed: [managed_node1] => { "ca_enabled": true, "changed": true, "subject_base": "O=TEST.LOCAL" } TASK [ipaclient : Install - Fix IPA ca] **************************************** task path: /usr/share/ansible/roles/ipaclient/tasks/install.yml:344 Saturday 14 September 2024 08:33:58 -0400 (0:00:02.594) 0:07:37.820 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:355 Saturday 14 September 2024 08:33:59 -0400 (0:00:00.052) 0:07:37.873 **** changed: [managed_node1] => { "ca_enabled_ra": true, "changed": true } TASK [ipaclient : Install - Configure SSH and SSHD] **************************** task path: /usr/share/ansible/roles/ipaclient/tasks/install.yml:390 Saturday 14 September 2024 08:34:05 -0400 (0:00:05.964) 0:07:43.837 **** changed: [managed_node1] => { "changed": true } TASK [ipaclient : Install - Configure automount] ******************************* task path: /usr/share/ansible/roles/ipaclient/tasks/install.yml:398 Saturday 14 September 2024 08:34:06 -0400 (0:00:01.058) 0:07:44.895 **** ok: [managed_node1] => { "changed": false } TASK [ipaclient : Install - Configure firefox] ********************************* task path: /usr/share/ansible/roles/ipaclient/tasks/install.yml:404 Saturday 14 September 2024 08:34:07 -0400 (0:00:00.960) 0:07:45.856 **** skipping: [managed_node1] => { "changed": false, "false_condition": "ipaclient_configure_firefox | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure NIS] ************************************* task path: /usr/share/ansible/roles/ipaclient/tasks/install.yml:410 Saturday 14 September 2024 08:34:07 -0400 (0:00:00.054) 0:07:45.911 **** changed: [managed_node1] => { "changed": true } TASK [ipaclient : Remove temporary krb5.conf] ********************************** task path: /usr/share/ansible/roles/ipaclient/tasks/install.yml:416 Saturday 14 September 2024 08:34:08 -0400 (0:00:01.390) 0:07:47.301 **** changed: [managed_node1] => { "changed": true, "path": "/tmp/tmpjsmxneky", "state": "absent" } TASK [ipaclient : Install - Configure krb5 for IPA realm] ********************** task path: /usr/share/ansible/roles/ipaclient/tasks/install.yml:422 Saturday 14 September 2024 08:34:08 -0400 (0:00:00.443) 0:07:47.745 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:436 Saturday 14 September 2024 08:34:08 -0400 (0:00:00.052) 0:07:47.797 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:446 Saturday 14 September 2024 08:34:09 -0400 (0:00:00.053) 0:07:47.850 **** 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: /usr/share/ansible/roles/ipaclient/tasks/install.yml:452 Saturday 14 September 2024 08:34:09 -0400 (0:00:00.053) 0:07:47.904 **** ok: [managed_node1] => { "changed": false, "path": "/etc/ipa/.dns_ccache", "state": "absent" } TASK [ipaclient : Remove temporary krb5.conf] ********************************** task path: /usr/share/ansible/roles/ipaclient/tasks/install.yml:457 Saturday 14 September 2024 08:34:09 -0400 (0:00:00.442) 0:07:48.346 **** ok: [managed_node1] => { "changed": false, "path": "/tmp/tmpjsmxneky", "state": "absent" } TASK [ipaclient : Remove temporary krb5.conf backup] *************************** task path: /usr/share/ansible/roles/ipaclient/tasks/install.yml:463 Saturday 14 September 2024 08:34:09 -0400 (0:00:00.435) 0:07:48.782 **** changed: [managed_node1] => { "changed": true, "path": "/tmp/tmpjsmxneky.ipabkp", "state": "absent" } TASK [ipaclient : Uninstall IPA client] **************************************** task path: /usr/share/ansible/roles/ipaclient/tasks/main.yml:23 Saturday 14 September 2024 08:34:10 -0400 (0:00:00.431) 0:07:49.213 **** skipping: [managed_node1] => { "changed": false, "false_condition": "state|default('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Enable IPA] **************************************** task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:437 Saturday 14 September 2024 08:34:10 -0400 (0:00:00.051) 0:07:49.265 **** changed: [managed_node1] => { "changed": true } TASK [ipaserver : Install - Configure firewalld] ******************************* task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:444 Saturday 14 September 2024 08:34:15 -0400 (0:00:05.170) 0:07:54.435 **** 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.276218", "end": "2024-09-14 08:34:16.373644", "rc": 0, "start": "2024-09-14 08:34:16.097426" } STDOUT: success TASK [ipaserver : Install - Configure firewalld runtime] *********************** task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:458 Saturday 14 September 2024 08:34:16 -0400 (0:00:00.818) 0:07:55.253 **** changed: [managed_node1] => { "changed": true, "cmd": [ "firewall-cmd", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=ntp" ], "delta": "0:00:00.250336", "end": "2024-09-14 08:34:17.042674", "rc": 0, "start": "2024-09-14 08:34:16.792338" } STDOUT: success TASK [ipaserver : Install - Cleanup root IPA cache] **************************** task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:472 Saturday 14 September 2024 08:34:17 -0400 (0:00:00.669) 0:07:55.922 **** ok: [managed_node1] => { "changed": false, "path": "/root/.ipa_cache", "state": "absent" } TASK [ipaserver : Cleanup temporary files] ************************************* task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:477 Saturday 14 September 2024 08:34:17 -0400 (0:00:00.399) 0:07:56.322 **** 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: /usr/share/ansible/roles/ipaserver/tasks/main.yml:23 Saturday 14 September 2024 08:34:18 -0400 (0:00:01.170) 0:07:57.492 **** 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-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:25 Saturday 14 September 2024 08:34:18 -0400 (0:00:00.041) 0:07:57.533 **** included: fedora.linux_system_roles.certificate for managed_node1 TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 14 September 2024 08:34:18 -0400 (0:00:00.048) 0:07:57.582 **** included: /tmp/collections-2zb/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-2zb/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 14 September 2024 08:34:18 -0400 (0:00:00.024) 0:07:57.606 **** 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-2zb/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 14 September 2024 08:34:18 -0400 (0:00:00.040) 0:07:57.646 **** 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-2zb/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 14 September 2024 08:34:18 -0400 (0:00:00.021) 0:07:57.668 **** 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 platform/version specific variables] *** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 14 September 2024 08:34:18 -0400 (0:00:00.021) 0:07:57.690 **** 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" } ok: [managed_node1] => (item=Fedora.yml) => { "ansible_facts": { "__certificate_certmonger_packages": [ "certmonger", "python3-packaging" ] }, "ansible_included_var_files": [ "/tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [managed_node1] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 14 September 2024 08:34:18 -0400 (0:00:00.044) 0:07:57.734 **** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-cryptography python3-dbus python3-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 14 September 2024 08:34:20 -0400 (0:00:01.820) 0:07:59.555 **** changed: [managed_node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: python3-packaging-23.1-4.fc39.noarch" ] } lsrpackages: certmonger python3-packaging TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 14 September 2024 08:34:23 -0400 (0:00:02.555) 0:08:02.111 **** 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": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 14 September 2024 08:34:23 -0400 (0:00:00.433) 0:08:02.544 **** 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": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 14 September 2024 08:34:24 -0400 (0:00:00.434) 0:08:02.979 **** ok: [managed_node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "enabled": true, "name": "certmonger", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:certmonger_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-09-14 08:31:55 EDT", "ActiveEnterTimestampMonotonic": "572034482", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target dbus-broker.service syslog.target system.slice basic.target dbus.socket sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-09-14 08:31:55 EDT", "AssertTimestampMonotonic": "572000925", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "53972066000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-09-14 08:31:55 EDT", "ConditionTimestampMonotonic": "572000921", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "ControlGroupId": "5957", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9190", "ExecMainStartTimestamp": "Sat 2024-09-14 08:31:55 EDT", "ExecMainStartTimestampMonotonic": "572013121", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-09-14 08:31:55 EDT", "InactiveExitTimestampMonotonic": "572013500", "InvocationID": "3a48a3a908904c76839bbed2bc1abded", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14752", "LimitNPROCSoft": "14752", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14752", "LimitSIGPENDINGSoft": "14752", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9190", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "2523136", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestamp": "Sat 2024-09-14 08:34:13 EDT", "StateChangeTimestampMonotonic": "709679655", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "4425", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 14 September 2024 08:34:24 -0400 (0:00:00.605) 0:08:03.584 **** 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 : Slurp the contents of the files] *** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 14 September 2024 08:34:28 -0400 (0:00:03.570) 0:08:07.155 **** 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 : Create return data] ************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 14 September 2024 08:34:28 -0400 (0:00:00.065) 0:08:07.220 **** skipping: [managed_node1] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 14 September 2024 08:34:28 -0400 (0:00:00.038) 0:08:07.259 **** 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-2zb/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 14 September 2024 08:34:28 -0400 (0:00:00.042) 0:08:07.301 **** 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-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:41 Saturday 14 September 2024 08:34:28 -0400 (0:00:00.052) 0:08:07.354 **** included: /tmp/collections-2zb/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-2zb/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-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:2 Saturday 14 September 2024 08:34:28 -0400 (0:00:00.073) 0:08:07.428 **** ok: [managed_node1] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:9 Saturday 14 September 2024 08:34:28 -0400 (0:00:00.020) 0:08:07.448 **** 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-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:14 Saturday 14 September 2024 08:34:28 -0400 (0:00:00.021) 0:08:07.470 **** skipping: [managed_node1] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:18 Saturday 14 September 2024 08:34:28 -0400 (0:00:00.022) 0:08:07.493 **** 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-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:28 Saturday 14 September 2024 08:34:28 -0400 (0:00:00.016) 0:08:07.509 **** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-cryptography python3-pyasn1 TASK [Retrieve certificate file stats] ***************************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:38 Saturday 14 September 2024 08:34:30 -0400 (0:00:01.833) 0:08:09.343 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726317266.7166977, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fd8d8145464d8608eb56910be870c20f1c67fadd", "ctime": 1726317266.7136977, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 205821, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1726317266.7136977, "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": "1717916964", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if certificate file exists] *************************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:43 Saturday 14 September 2024 08:34:30 -0400 (0:00:00.431) 0:08:09.774 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:49 Saturday 14 September 2024 08:34:30 -0400 (0:00:00.021) 0:08:09.796 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:59 Saturday 14 September 2024 08:34:31 -0400 (0:00:00.048) 0:08:09.845 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:65 Saturday 14 September 2024 08:34:31 -0400 (0:00:00.043) 0:08:09.889 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726317265.5316918, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "718e579f912f4b660d8d4ed00831d19e659d9fac", "ctime": 1726317266.7136977, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 205808, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1726317266.7136977, "nlink": 1, "path": "/etc/pki/tls/private/mycert_basic_ipa.key", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1704, "uid": 0, "version": "2573973015", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if key file exists] *********************************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:70 Saturday 14 September 2024 08:34:31 -0400 (0:00:00.408) 0:08:10.298 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:76 Saturday 14 September 2024 08:34:31 -0400 (0:00:00.021) 0:08:10.319 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:86 Saturday 14 September 2024 08:34:31 -0400 (0:00:00.046) 0:08:10.365 **** ok: [managed_node1] => { "certificate": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "29:A3:F1:ED:D5:CD:E0:16:5D:42:3C:AC:55:2E:90:93:0B:77:60:F3" }, "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": "6A:48:E7:C2:FD:05:78:1B:B2:F5:8D:72:50:21:A7:05:0A:5B:30:9A" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "38:3C:D1:51:80:BF:DC:D4:D9:CC:24:E1:76:63:C5:50:4D:3F:C3:A2:12:68:1D:F6:9B:44:D5:1C:9D:5A:2E:4F:B2:CD:E2:2D:C4:30:73:43:43:A1:40:A0:E4:CB:59:96:56:A8:F1:C7:7F:D6:D4:6D:FE:B0:7F:1A:AF:16:EA:5D:86:F5:82:35:5D:72:77:C4:E2:61:20:8B:56:BE:6B:07:53:5A:1D:A0:8F:A8:18:13:5B:1C:BE:5E:BB:A4:CA:04:15:9B:4D:A8:2C:EA:1A:1F:D7:9D:94:A0:61:86:67:AB:30:29:EB:DD:C2:D3:F9:7B:97:BF:48:02:FE:43:68:C3:CB:70:7D:FA:B6:90:84:81:67:66:F9:19:EF:D4:7A:E0:80:22:D3:A4:6F:EE:EA:58:9A:D6:A8:12:78:E6:D2:6E:52:3D:3A:ED:68:14:4B:55:06:4E:B2:AB:5B:DE:5F:52:25:63:5D:48:1C:AB:35:87:9C:B8:B4:5E:88:F5:17:A2:B4:95:39:8B:90:8C:BC:E9:D9:3B:DC:35:2B:DD:4D:2B:43:8C:00:8D:63:A3:00:04:10:CB:0D:AB:24:DD:D7:5F:FE:B6:91:1E:09:85:09:FC:1B:89:84:89:44:AD:AD:7D:5E:6B:C2:7C:37:C6:F7:E0:21:B5:32:D1:D5:EC:96:80:69:9F:30:E9:3D:C6:54:83:63:5B:D8:11:E5:F9:C1:0D:01:23:C0:A9:68:3D:F6:5D:58:4E:65:E9:A3:38:B3:45:45:85:10:E3:E4:F0:82:F0:92:01:DB:F9:E4:52:31:2D:9A:B4:C7:C5:8E:E7:C4:AF:B4:0E:EC:B4:D1:16:45:1E:63:BF:DF:5B:36:37:87:D6:23:59:5E:2D:97:6D:6D:B6:C5:03:CB:D0:75:6F:86:14:6E:F2:1D:98:3C:30:78:7B:76:45:4B:E6:96:B8:06:F9:40:35:6F:8E:B5:FC:01:4A:35:31:EB:75:BA:89:35:83:5E:BA:51:0F:63:7C:36:72" }, "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": "20260915123426Z", "not_valid_before": "20240914123426Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:92 Saturday 14 September 2024 08:34:32 -0400 (0:00:00.607) 0:08:10.972 **** 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": "29:A3:F1:ED:D5:CD:E0:16:5D:42:3C:AC:55:2E:90:93:0B:77:60:F3" }, "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": "6A:48:E7:C2:FD:05:78:1B:B2:F5:8D:72:50:21:A7:05:0A:5B:30:9A" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "38:3C:D1:51:80:BF:DC:D4:D9:CC:24:E1:76:63:C5:50:4D:3F:C3:A2:12:68:1D:F6:9B:44:D5:1C:9D:5A:2E:4F:B2:CD:E2:2D:C4:30:73:43:43:A1:40:A0:E4:CB:59:96:56:A8:F1:C7:7F:D6:D4:6D:FE:B0:7F:1A:AF:16:EA:5D:86:F5:82:35:5D:72:77:C4:E2:61:20:8B:56:BE:6B:07:53:5A:1D:A0:8F:A8:18:13:5B:1C:BE:5E:BB:A4:CA:04:15:9B:4D:A8:2C:EA:1A:1F:D7:9D:94:A0:61:86:67:AB:30:29:EB:DD:C2:D3:F9:7B:97:BF:48:02:FE:43:68:C3:CB:70:7D:FA:B6:90:84:81:67:66:F9:19:EF:D4:7A:E0:80:22:D3:A4:6F:EE:EA:58:9A:D6:A8:12:78:E6:D2:6E:52:3D:3A:ED:68:14:4B:55:06:4E:B2:AB:5B:DE:5F:52:25:63:5D:48:1C:AB:35:87:9C:B8:B4:5E:88:F5:17:A2:B4:95:39:8B:90:8C:BC:E9:D9:3B:DC:35:2B:DD:4D:2B:43:8C:00:8D:63:A3:00:04:10:CB:0D:AB:24:DD:D7:5F:FE:B6:91:1E:09:85:09:FC:1B:89:84:89:44:AD:AD:7D:5E:6B:C2:7C:37:C6:F7:E0:21:B5:32:D1:D5:EC:96:80:69:9F:30:E9:3D:C6:54:83:63:5B:D8:11:E5:F9:C1:0D:01:23:C0:A9:68:3D:F6:5D:58:4E:65:E9:A3:38:B3:45:45:85:10:E3:E4:F0:82:F0:92:01:DB:F9:E4:52:31:2D:9A:B4:C7:C5:8E:E7:C4:AF:B4:0E:EC:B4:D1:16:45:1E:63:BF:DF:5B:36:37:87:D6:23:59:5E:2D:97:6D:6D:B6:C5:03:CB:D0:75:6F:86:14:6E:F2:1D:98:3C:30:78:7B:76:45:4B:E6:96:B8:06:F9:40:35:6F:8E:B5:FC:01:4A:35:31:EB:75:BA:89:35:83:5E:BA:51:0F:63:7C:36:72" }, "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": "20260915123426Z", "not_valid_before": "20240914123426Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:96 Saturday 14 September 2024 08:34:32 -0400 (0:00:00.029) 0:08:11.002 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:104 Saturday 14 September 2024 08:34:32 -0400 (0:00:00.045) 0:08:11.047 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:112 Saturday 14 September 2024 08:34:32 -0400 (0:00:00.023) 0:08:11.070 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:119 Saturday 14 September 2024 08:34:32 -0400 (0:00:00.043) 0:08:11.114 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:130 Saturday 14 September 2024 08:34:32 -0400 (0:00:00.047) 0:08:11.161 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:143 Saturday 14 September 2024 08:34:32 -0400 (0:00:00.048) 0:08:11.209 **** 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.051774", "end": "2024-09-14 08:34:32.775288", "rc": 0, "start": "2024-09-14 08:34:32.723514" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:152 Saturday 14 September 2024 08:34:32 -0400 (0:00:00.443) 0:08:11.653 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set virtualenv_path] ***************************************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:2 Saturday 14 September 2024 08:34:32 -0400 (0:00:00.043) 0:08:11.697 **** ok: [managed_node1] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:9 Saturday 14 September 2024 08:34:32 -0400 (0:00:00.018) 0:08:11.715 **** 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-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:14 Saturday 14 September 2024 08:34:32 -0400 (0:00:00.021) 0:08:11.737 **** skipping: [managed_node1] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:18 Saturday 14 September 2024 08:34:32 -0400 (0:00:00.022) 0:08:11.759 **** 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-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:28 Saturday 14 September 2024 08:34:32 -0400 (0:00:00.015) 0:08:11.775 **** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-cryptography python3-pyasn1 TASK [Retrieve certificate file stats] ***************************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:38 Saturday 14 September 2024 08:34:34 -0400 (0:00:01.871) 0:08:13.647 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726317268.2127051, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "273e38ee908222b62a4108514590244192ce5cbf", "ctime": 1726317268.2587054, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 50, "gr_name": "ftp", "inode": 205836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0640", "mtime": 1726317268.209705, "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": "3027245463", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if certificate file exists] *************************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:43 Saturday 14 September 2024 08:34:35 -0400 (0:00:00.392) 0:08:14.039 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:49 Saturday 14 September 2024 08:34:35 -0400 (0:00:00.021) 0:08:14.060 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:59 Saturday 14 September 2024 08:34:35 -0400 (0:00:00.081) 0:08:14.141 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:65 Saturday 14 September 2024 08:34:35 -0400 (0:00:00.072) 0:08:14.214 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726317267.4937015, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ababd1ce78a8245ba7d26f48d55eacf2c8052eb6", "ctime": 1726317268.2587054, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 50, "gr_name": "ftp", "inode": 205822, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0640", "mtime": 1726317268.209705, "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": "2288907205", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if key file exists] *********************************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:70 Saturday 14 September 2024 08:34:35 -0400 (0:00:00.464) 0:08:14.679 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:76 Saturday 14 September 2024 08:34:35 -0400 (0:00:00.022) 0:08:14.702 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:86 Saturday 14 September 2024 08:34:35 -0400 (0:00:00.046) 0:08:14.748 **** ok: [managed_node1] => { "certificate": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "29:A3:F1:ED:D5:CD:E0:16:5D:42:3C:AC:55:2E:90:93:0B:77:60:F3" }, "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": "8C:0E:E0:FA:DB:B0:4B:59:13:A6:4A:F2:08:AA:CA:68:6B:EF:3A:AE" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "13:AD:38:CD:9A:15:EA:30:C1:13:F8:63:23:EB:A9:25:DB:DD:EA:5D:1D:13:4A:83:BE:E7:E8:3B:C7:8D:78:D2:D2:0A:62:06:F2:94:92:F0:0B:CB:73:F0:46:D7:C7:0B:9F:6E:B9:D0:56:EE:5A:6C:D2:BD:A1:32:CC:EF:42:B5:23:2D:B7:22:17:B0:5D:6F:36:75:AC:83:75:66:20:2F:27:46:03:36:84:51:06:CB:DA:D1:34:7E:1E:17:80:CA:CC:C9:60:15:9C:76:7E:34:D6:1E:C3:68:10:86:D3:BA:A7:CD:AA:B2:99:AA:97:FC:CE:1D:D6:82:BA:96:39:E2:4B:EE:B5:7A:61:25:BB:95:16:73:00:A3:57:58:C2:04:76:06:8C:99:95:60:D3:95:8B:0F:9C:C4:CF:62:44:25:FD:3C:BE:51:9F:B4:8F:0E:D1:CF:C7:F6:02:35:FD:E4:F6:34:A8:D1:C1:5A:CE:7C:32:46:EC:AB:7B:B6:65:6E:F9:BC:52:A1:B0:8F:EE:90:14:BC:1F:CB:B0:C2:2B:CD:F5:A8:45:D1:56:25:2A:6C:03:0B:35:46:F3:0F:05:30:F9:94:C8:B1:A7:99:68:F9:AA:12:4A:7D:8C:80:0E:CA:83:3D:F5:3F:ED:08:FD:8D:EE:C2:9C:98:5F:2E:B8:F5:06:A3:94:42:15:84:F8:11:16:EF:34:EA:4C:F0:B5:AA:78:08:5A:85:56:69:15:EC:C2:6D:1B:F1:6B:F6:76:B0:04:9E:72:86:BB:37:EA:BB:E7:DE:57:96:B1:88:DD:C5:2C:E5:15:B0:6E:A3:B3:84:29:E6:98:C9:BB:89:7B:3A:D4:B8:55:FF:C2:4D:9E:3C:3E:F2:FC:DE:7F:76:81:D6:22:AC:6C:A4:10:1C:5A:94:42:BA:28:3F:59:0B:D1:85:A8:6A:28:50:A5:80:94:B6:C3:10:E5:75:C5:EA:D3:7D:87:08:91:07:A0:C7:E4:81:0B:11:15:14:24:1F:93:83" }, "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": "20260915123428Z", "not_valid_before": "20240914123428Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:92 Saturday 14 September 2024 08:34:36 -0400 (0:00:00.464) 0:08:15.213 **** 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": "29:A3:F1:ED:D5:CD:E0:16:5D:42:3C:AC:55:2E:90:93:0B:77:60:F3" }, "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": "8C:0E:E0:FA:DB:B0:4B:59:13:A6:4A:F2:08:AA:CA:68:6B:EF:3A:AE" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "13:AD:38:CD:9A:15:EA:30:C1:13:F8:63:23:EB:A9:25:DB:DD:EA:5D:1D:13:4A:83:BE:E7:E8:3B:C7:8D:78:D2:D2:0A:62:06:F2:94:92:F0:0B:CB:73:F0:46:D7:C7:0B:9F:6E:B9:D0:56:EE:5A:6C:D2:BD:A1:32:CC:EF:42:B5:23:2D:B7:22:17:B0:5D:6F:36:75:AC:83:75:66:20:2F:27:46:03:36:84:51:06:CB:DA:D1:34:7E:1E:17:80:CA:CC:C9:60:15:9C:76:7E:34:D6:1E:C3:68:10:86:D3:BA:A7:CD:AA:B2:99:AA:97:FC:CE:1D:D6:82:BA:96:39:E2:4B:EE:B5:7A:61:25:BB:95:16:73:00:A3:57:58:C2:04:76:06:8C:99:95:60:D3:95:8B:0F:9C:C4:CF:62:44:25:FD:3C:BE:51:9F:B4:8F:0E:D1:CF:C7:F6:02:35:FD:E4:F6:34:A8:D1:C1:5A:CE:7C:32:46:EC:AB:7B:B6:65:6E:F9:BC:52:A1:B0:8F:EE:90:14:BC:1F:CB:B0:C2:2B:CD:F5:A8:45:D1:56:25:2A:6C:03:0B:35:46:F3:0F:05:30:F9:94:C8:B1:A7:99:68:F9:AA:12:4A:7D:8C:80:0E:CA:83:3D:F5:3F:ED:08:FD:8D:EE:C2:9C:98:5F:2E:B8:F5:06:A3:94:42:15:84:F8:11:16:EF:34:EA:4C:F0:B5:AA:78:08:5A:85:56:69:15:EC:C2:6D:1B:F1:6B:F6:76:B0:04:9E:72:86:BB:37:EA:BB:E7:DE:57:96:B1:88:DD:C5:2C:E5:15:B0:6E:A3:B3:84:29:E6:98:C9:BB:89:7B:3A:D4:B8:55:FF:C2:4D:9E:3C:3E:F2:FC:DE:7F:76:81:D6:22:AC:6C:A4:10:1C:5A:94:42:BA:28:3F:59:0B:D1:85:A8:6A:28:50:A5:80:94:B6:C3:10:E5:75:C5:EA:D3:7D:87:08:91:07:A0:C7:E4:81:0B:11:15:14:24:1F:93:83" }, "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": "20260915123428Z", "not_valid_before": "20240914123428Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:96 Saturday 14 September 2024 08:34:36 -0400 (0:00:00.024) 0:08:15.237 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:104 Saturday 14 September 2024 08:34:36 -0400 (0:00:00.044) 0:08:15.281 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:112 Saturday 14 September 2024 08:34:36 -0400 (0:00:00.023) 0:08:15.305 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:119 Saturday 14 September 2024 08:34:36 -0400 (0:00:00.042) 0:08:15.347 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:130 Saturday 14 September 2024 08:34:36 -0400 (0:00:00.050) 0:08:15.398 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:143 Saturday 14 September 2024 08:34:36 -0400 (0:00:00.047) 0:08:15.445 **** 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.049971", "end": "2024-09-14 08:34:37.006330", "rc": 0, "start": "2024-09-14 08:34:36.956359" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:152 Saturday 14 September 2024 08:34:37 -0400 (0:00:00.438) 0:08:15.884 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* managed_node1 : ok=98 changed=28 unreachable=0 failed=0 skipped=58 rescued=0 ignored=0 Saturday 14 September 2024 08:34:37 -0400 (0:00:00.054) 0:08:15.938 **** =============================================================================== ipaserver : Install - Setup CA ---------------------------------------- 222.46s /usr/share/ansible/roles/ipaserver/tasks/install.yml:270 ---------------------- Ensure hostname package is installed ----------------------------------- 46.48s /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:53 ipaserver : Install - Setup DS ----------------------------------------- 41.18s /usr/share/ansible/roles/ipaserver/tasks/install.yml:214 ---------------------- ipaserver : Install - Ensure that IPA server packages are installed ---- 37.78s /usr/share/ansible/roles/ipaserver/tasks/install.yml:7 ------------------------ ipaserver : Install - Setup HTTP --------------------------------------- 36.40s /usr/share/ansible/roles/ipaserver/tasks/install.yml:329 ---------------------- Install ansible-freeipa ------------------------------------------------ 11.65s /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:18 ipaserver : Install - Setup ADTRUST ------------------------------------ 10.19s /usr/share/ansible/roles/ipaserver/tasks/install.yml:389 ---------------------- ipaserver : Install - Setup KRB ----------------------------------------- 9.07s /usr/share/ansible/roles/ipaserver/tasks/install.yml:243 ---------------------- ipaserver : Install - Setup NTP ----------------------------------------- 8.02s /usr/share/ansible/roles/ipaserver/tasks/install.yml:207 ---------------------- ipaclient : Install - Create IPA NSS database --------------------------- 5.96s /usr/share/ansible/roles/ipaclient/tasks/install.yml:355 ---------------------- ipaserver : Install - Enable IPA ---------------------------------------- 5.17s /usr/share/ansible/roles/ipaserver/tasks/install.yml:437 ---------------------- fedora.linux_system_roles.certificate : Ensure certificate requests ----- 3.57s /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 ipaserver : Install - Setup otpd ---------------------------------------- 3.26s /usr/share/ansible/roles/ipaserver/tasks/install.yml:323 ---------------------- Gathering Facts --------------------------------------------------------- 3.10s /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:2 ipaserver : Install - Set DS password ----------------------------------- 2.75s /usr/share/ansible/roles/ipaserver/tasks/install.yml:405 ---------------------- ipaclient : Install - IPA API calls for remaining enrollment parts ------ 2.59s /usr/share/ansible/roles/ipaclient/tasks/install.yml:335 ---------------------- fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 2.56s /tmp/collections-2zb/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 ipaserver : Install - Ensure that firewall packages installed ----------- 2.49s /usr/share/ansible/roles/ipaserver/tasks/install.yml:24 ----------------------- ipaserver : Install - Server preparation -------------------------------- 2.43s /usr/share/ansible/roles/ipaserver/tasks/install.yml:161 ---------------------- ipaserver : Firewalld service - Ensure that firewalld is running -------- 2.04s /usr/share/ansible/roles/ipaserver/tasks/install.yml:34 -----------------------