[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-0M2 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-0M2/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-0M2/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-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:2 Saturday 21 September 2024 08:25:04 -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-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:13 Saturday 21 September 2024 08:25:08 -0400 (0:00:04.034) 0:00:04.057 **** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Skip if not supported] *************************************************** task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:18 Saturday 21 September 2024 08:25:09 -0400 (0:00:00.501) 0:00:04.559 **** 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-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:2 Saturday 21 September 2024 08:25:09 -0400 (0:00:00.009) 0:00:04.568 **** ok: [managed_node1] => { "ansible_facts": { "__is_beaker_env": true }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:9 Saturday 21 September 2024 08:25:09 -0400 (0:00:00.041) 0:00:04.609 **** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:14 Saturday 21 September 2024 08:25:09 -0400 (0:00:00.377) 0:00:04.987 **** ok: [managed_node1] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [Install ansible-freeipa] ************************************************* task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:18 Saturday 21 September 2024 08:25:09 -0400 (0:00:00.024) 0:00:05.012 **** changed: [managed_node1 -> 127.0.0.1] => { "changed": true, "rc": 0, "results": [ "Installed: ansible-core-2.16.11-1.fc39.noarch", "Installed: python3-cryptography-41.0.7-1.fc39.x86_64", "Installed: ansible-freeipa-1.13.2-1.fc39.noarch", "Installed: python3-argcomplete-2.0.0-13.fc39.noarch", "Installed: libdnf5-5.1.17-2.fc39.x86_64", "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: 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: python3-libdnf5-5.1.17-2.fc39.x86_64" ] } lsrpackages: ansible-freeipa TASK [Ensure freeipa-repo is absent] ******************************************* task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:24 Saturday 21 September 2024 08:25:19 -0400 (0:00:09.560) 0:00:14.572 **** 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-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:32 Saturday 21 September 2024 08:25:19 -0400 (0:00:00.018) 0:00:14.590 **** 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-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:41 Saturday 21 September 2024 08:25:19 -0400 (0:00:00.018) 0:00:14.609 **** 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-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:53 Saturday 21 September 2024 08:25:19 -0400 (0:00:00.022) 0:00:14.632 **** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: hostname TASK [Set hostname] ************************************************************ task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:59 Saturday 21 September 2024 08:25:58 -0400 (0:00:39.738) 0:00:54.371 **** 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-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:65 Saturday 21 September 2024 08:25:59 -0400 (0:00:00.944) 0:00:55.315 **** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: nss TASK [Include ipaserver role] ************************************************** task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:82 Saturday 21 September 2024 08:26:01 -0400 (0:00:01.742) 0:00:57.058 **** included: ipaserver for managed_node1 TASK [ipaserver : Import variables specific to distribution] ******************* task path: /usr/share/ansible/roles/ipaserver/tasks/main.yml:4 Saturday 21 September 2024 08:26:01 -0400 (0:00:00.029) 0:00:57.087 **** 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 21 September 2024 08:26:01 -0400 (0:00:00.030) 0:00:57.118 **** 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 21 September 2024 08:26:01 -0400 (0:00:00.082) 0:00:57.201 **** changed: [managed_node1] => { "changed": true, "rc": 0, "results": [ "Installed: python3-argcomplete-2.0.0-13.fc39.noarch", "Installed: python3-augeas-1.1.0-10.fc39.noarch", "Installed: jboss-jaxrs-2.0-api-1.0.0-24.fc39.noarch", "Installed: apache-commons-cli-1.5.0-6.fc39.noarch", "Installed: jboss-logging-3.5.3-2.fc39.noarch", "Installed: apache-commons-codec-1.15-9.fc39.noarch", "Installed: jboss-logging-tools-2.2.1-12.fc39.noarch", "Installed: 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: python3-ldap-3.4.4-1.fc39.x86_64", "Installed: python3-lib389-2.4.6-1.fc39.noarch", "Installed: libuv-1:1.48.0-1.fc39.x86_64", "Installed: apache-commons-io-1:2.11.0-4.fc39.noarch", "Installed: python3-libipa_hbac-2.9.5-1.fc39.x86_64", "Installed: jdeparser-2.0.3-14.fc39.noarch", "Installed: apache-commons-lang3-3.12.0-9.fc39.noarch", "Installed: apache-commons-logging-1.2-34.fc39.noarch", "Installed: apache-commons-net-3.8.0-3.fc39.noarch", "Installed: acl-2.3.1-9.fc39.x86_64", "Installed: nss-tools-3.103.0-1.fc39.x86_64", "Installed: jemalloc-5.3.0-4.fc39.x86_64", "Installed: python3-decorator-5.1.1-7.fc39.noarch", "Installed: python3-deprecated-1.2.14-3.fc39.noarch", "Installed: 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: freeipa-healthcheck-core-0.16-3.fc39.noarch", "Installed: freeipa-selinux-4.12.1-1.fc39.noarch", "Installed: alsa-lib-1.2.12-1.fc39.x86_64", "Installed: freeipa-server-4.12.1-1.fc39.x86_64", "Installed: freeipa-server-common-4.12.1-1.fc39.noarch", "Installed: perl-Term-ReadLine-1.17-502.fc39.noarch", "Installed: sssd-common-pac-2.9.5-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: words-3.0-44.fc39.noarch", "Installed: sssd-dbus-2.9.5-1.fc39.x86_64", "Installed: policycoreutils-python-utils-3.5-8.fc39.noarch", "Installed: sssd-idp-2.9.5-1.fc39.x86_64", "Installed: sssd-ipa-2.9.5-1.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: perl-Tie-4.6-502.fc39.noarch", "Installed: lksctp-tools-1.0.19-4.fc39.x86_64", "Installed: apr-util-1.6.3-4.fc39.x86_64", "Installed: apr-util-bdb-1.6.3-4.fc39.x86_64", "Installed: perl-debugger-1.60-502.fc39.noarch", "Installed: augeas-libs-1.13.0-5.fc39.x86_64", "Installed: apr-util-openssl-1.6.3-4.fc39.x86_64", "Installed: certmonger-0.79.18-2.fc39.x86_64", "Installed: 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: python3-typing-extensions-4.12.2-2.fc39.noarch", "Installed: tomcat-1:9.0.93-2.fc39.noarch", "Installed: cyrus-sasl-md5-2.1.28-11.fc39.x86_64", "Installed: libwbclient-2:4.19.8-1.fc39.x86_64", "Installed: perl-meta-notation-5.38.2-502.fc39.noarch", "Installed: tomcat-el-3.0-api-1:9.0.93-2.fc39.noarch", "Installed: cyrus-sasl-plain-2.1.28-11.fc39.x86_64", "Installed: tomcat-jsp-2.3-api-1:9.0.93-2.fc39.noarch", "Installed: tomcat-lib-1:9.0.93-2.fc39.noarch", "Installed: tomcat-native-1:1.3.0-3.fc39.x86_64", "Installed: perl-Compress-Raw-Bzip2-2.206-1.fc39.x86_64", "Installed: perl-sigtrap-1.10-502.fc39.noarch", "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: python3-wrapt-1.15.0-1.fc39.x86_64", "Installed: apr-1.7.5-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: copy-jdk-configs-4.1-3.fc39.noarch", "Installed: python3-dogtag-pki-11.4.3-2.fc39.1.noarch", "Installed: jackson-annotations-2.15.2-2.fc39.noarch", "Installed: jackson-core-2.15.2-2.fc39.noarch", "Installed: jackson-databind-2.15.2-2.fc39.noarch", "Installed: python3-pyusb-1.2.1-7.fc39.noarch", "Installed: libipa_hbac-2.9.5-1.fc39.x86_64", "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: publicsuffix-list-20240107-1.fc39.noarch", "Installed: jakarta-activation-2.1.1-4.fc39.noarch", "Installed: python3-mod_wsgi-4.9.4-6.fc39.x86_64", "Installed: mod_auth_gssapi-1.6.5-3.fc39.x86_64", "Installed: jakarta-annotations-1.3.5-16.fc39.noarch", "Installed: python3-dns-2.6.1-1.fc39.noarch", "Installed: tzdata-java-2024a-2.fc39.noarch", "Installed: python3-ifaddr-0.1.7-11.fc39.noarch", "Installed: ecj-1:4.23-6.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: tomcat-servlet-4.0-api-1:9.0.93-2.fc39.noarch", "Installed: httpcomponents-client-4.5.13-7.fc39.noarch", "Installed: samba-common-libs-2:4.19.8-1.fc39.x86_64", "Installed: httpcomponents-core-4.4.13-9.fc39.noarch", "Installed: mod_lookup_identity-1.0.0-18.fc39.x86_64", "Installed: libjose-14-1.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: libkadm5-1.21.3-1.fc39.x86_64", "Installed: oddjob-mkhomedir-0.34.7-9.fc39.x86_64", "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: python3-pyasn1-0.5.1-1.fc39.noarch", "Installed: python3-pyasn1-modules-0.5.1-1.fc39.noarch", "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: java-17-openjdk-headless-1:17.0.12.0.7-2.fc39.x86_64", "Installed: perl-DB_File-1.859-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: openldap-clients-2.6.7-1.fc39.x86_64", "Installed: dogtag-pki-server-11.4.3-2.fc39.1.noarch", "Installed: perl-Text-Diff-1.45-19.fc39.noarch", "Installed: dogtag-pki-tools-11.4.3-2.fc39.1.x86_64", "Installed: dogtag-tomcatjss-8.4.1-2.fc39.noarch", "Installed: libicu-73.2-2.fc39.x86_64", "Installed: perl-threads-1:2.36-500.fc39.x86_64", "Installed: perl-threads-shared-1.68-500.fc39.x86_64", "Installed: fedora-logos-httpd-38.1.0-2.fc39.noarch", "Installed: krb5-pkinit-1.21.3-1.fc39.x86_64", "Installed: krb5-server-1.21.3-1.fc39.x86_64", "Installed: krb5-workstation-1.21.3-1.fc39.x86_64", "Installed: python3-pycparser-2.20-11.fc39.noarch", "Installed: perl-Devel-Peek-1.33-502.fc39.x86_64", "Installed: lua-5.4.6-3.fc39.x86_64", "Installed: python3-jwcrypto-1.4.2-5.fc39.noarch", "Installed: libsss_autofs-2.9.5-1.fc39.x86_64", "Installed: open-sans-fonts-1.10-19.fc39.noarch", "Installed: python3-kdcproxy-1.0.0-13.fc39.noarch", "Installed: cups-libs-1:2.4.10-6.fc39.x86_64", "Installed: python3-qrcode-7.4.2-12.fc39.noarch", "Installed: javapackages-filesystem-6.1.0-10.fc39.noarch", "Installed: slapi-nis-0.60.0-4.fc39.x86_64", "Installed: javapackages-tools-6.1.0-10.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: slf4j-1.7.32-6.fc39.noarch", "Installed: julietaula-montserrat-fonts-1:7.222-8.fc39.noarch", "Installed: slf4j-jdk14-1.7.32-6.fc39.noarch", "Installed: sscg-3.0.5-3.fc39.x86_64", "Installed: httpd-2.4.62-2.fc39.x86_64", "Installed: httpd-core-2.4.62-2.fc39.x86_64", "Installed: bash-completion-1:2.11-12.fc39.noarch", "Installed: httpd-filesystem-2.4.62-2.fc39.noarch", "Installed: httpd-tools-2.4.62-2.fc39.x86_64", "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: mod_http2-2.0.29-1.fc39.x86_64", "Installed: mod_lua-2.4.62-2.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: mod_ssl-1:2.4.62-2.fc39.x86_64" ] } TASK [ipaserver : Install - Ensure that IPA server packages for dns are installed] *** task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:12 Saturday 21 September 2024 08:27:09 -0400 (0:01:08.136) 0:02:05.337 **** 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 21 September 2024 08:27:09 -0400 (0:00:00.042) 0:02:05.380 **** 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 21 September 2024 08:27:09 -0400 (0:00:00.035) 0:02:05.416 **** 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 21 September 2024 08:27:12 -0400 (0:00:02.144) 0:02:07.560 **** 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": "dbus-broker.service basic.target dbus.socket system.slice polkit.service sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "nftables.service ipset.service ebtables.service shutdown.target iptables.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": "system.slice dbus.socket 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 21 September 2024 08:27:14 -0400 (0:00:02.491) 0:02:10.051 **** 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 21 September 2024 08:27:14 -0400 (0:00:00.039) 0:02:10.090 **** 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 21 September 2024 08:27:14 -0400 (0:00:00.039) 0:02:10.130 **** 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 21 September 2024 08:27:14 -0400 (0:00:00.041) 0:02:10.172 **** 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": 1846999999, "idstart": 1846800000, "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 21 September 2024 08:27:16 -0400 (0:00:01.743) 0:02:11.915 **** 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 21 September 2024 08:27:17 -0400 (0:00:01.391) 0:02:13.306 **** 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 21 September 2024 08:27:17 -0400 (0:00:00.048) 0:02:13.355 **** 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 21 September 2024 08:27:17 -0400 (0:00:00.038) 0:02:13.394 **** 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.8.58" ], "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 21 September 2024 08:27:20 -0400 (0:00:02.521) 0:02:15.915 **** changed: [managed_node1] => { "changed": true } TASK [ipaserver : Install - Setup DS] ****************************************** task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:214 Saturday 21 September 2024 08:27:28 -0400 (0:00:07.904) 0:02:23.819 **** changed: [managed_node1] => { "changed": true } TASK [ipaserver : Install - Setup KRB] ***************************************** task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:243 Saturday 21 September 2024 08:28:11 -0400 (0:00:43.535) 0:03:07.355 **** changed: [managed_node1] => { "changed": true } TASK [ipaserver : Install - Setup CA] ****************************************** task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:270 Saturday 21 September 2024 08:28:20 -0400 (0:00:08.756) 0:03:16.112 **** 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 21 September 2024 08:32:11 -0400 (0:03:50.725) 0:07:06.837 **** 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 21 September 2024 08:32:11 -0400 (0:00:00.046) 0:07:06.884 **** changed: [managed_node1] => { "changed": true } TASK [ipaserver : Install - Setup HTTP] **************************************** task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:329 Saturday 21 September 2024 08:32:14 -0400 (0:00:03.199) 0:07:10.084 **** changed: [managed_node1] => { "changed": true } TASK [ipaserver : Install - Setup KRA] ***************************************** task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:361 Saturday 21 September 2024 08:32:51 -0400 (0:00:36.449) 0:07:46.533 **** 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 21 September 2024 08:32:51 -0400 (0:00:00.041) 0:07:46.575 **** 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 21 September 2024 08:32:51 -0400 (0:00:00.043) 0:07:46.618 **** changed: [managed_node1] => { "changed": true } TASK [ipaserver : Install - Set DS password] *********************************** task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:405 Saturday 21 September 2024 08:33:01 -0400 (0:00:10.234) 0:07:56.853 **** changed: [managed_node1] => { "changed": true } TASK [Install - Setup client] ************************************************** task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:422 Saturday 21 September 2024 08:33:03 -0400 (0:00:02.558) 0:07:59.412 **** included: ipaclient for managed_node1 TASK [ipaclient : Import variables specific to distribution] ******************* task path: /usr/share/ansible/roles/ipaclient/tasks/main.yml:4 Saturday 21 September 2024 08:33:03 -0400 (0:00:00.066) 0:07:59.478 **** 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 21 September 2024 08:33:04 -0400 (0:00:00.065) 0:07:59.544 **** 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 21 September 2024 08:33:04 -0400 (0:00:00.112) 0:07:59.657 **** 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 21 September 2024 08:33:04 -0400 (0:00:00.043) 0:07:59.700 **** 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 21 September 2024 08:33:04 -0400 (0:00:00.042) 0:07:59.743 **** 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 21 September 2024 08:33:04 -0400 (0:00:00.043) 0:07:59.786 **** 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 21 September 2024 08:33:04 -0400 (0:00:00.043) 0:07:59.829 **** 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 21 September 2024 08:33:04 -0400 (0:00:00.047) 0:07:59.877 **** 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 21 September 2024 08:33:04 -0400 (0:00:00.044) 0:07:59.922 **** 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 21 September 2024 08:33:04 -0400 (0:00:00.043) 0:07:59.966 **** 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 21 September 2024 08:33:04 -0400 (0:00:00.044) 0:08:00.010 **** 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 21 September 2024 08:33:05 -0400 (0:00:01.261) 0:08:01.272 **** 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 21 September 2024 08:33:06 -0400 (0:00:00.528) 0:08:01.801 **** 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 21 September 2024 08:33:07 -0400 (0:00:00.945) 0:08:02.746 **** 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 21 September 2024 08:33:07 -0400 (0:00:00.044) 0:08:02.791 **** 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 21 September 2024 08:33:07 -0400 (0:00:00.044) 0:08:02.835 **** 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 21 September 2024 08:33:09 -0400 (0:00:01.865) 0:08:04.701 **** 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 21 September 2024 08:33:09 -0400 (0:00:00.044) 0:08:04.746 **** 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 21 September 2024 08:33:09 -0400 (0:00:00.047) 0:08:04.794 **** 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 21 September 2024 08:33:09 -0400 (0:00:00.048) 0:08:04.842 **** 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 21 September 2024 08:33:09 -0400 (0:00:00.049) 0:08:04.892 **** 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 21 September 2024 08:33:09 -0400 (0:00:00.049) 0:08:04.941 **** 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 21 September 2024 08:33:09 -0400 (0:00:00.047) 0:08:04.989 **** 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 21 September 2024 08:33:09 -0400 (0:00:00.047) 0:08:05.037 **** 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 21 September 2024 08:33:09 -0400 (0:00:00.048) 0:08:05.085 **** 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 21 September 2024 08:33:09 -0400 (0:00:00.047) 0:08:05.133 **** 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 21 September 2024 08:33:09 -0400 (0:00:00.049) 0:08:05.182 **** 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 21 September 2024 08:33:09 -0400 (0:00:00.047) 0:08:05.229 **** 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 21 September 2024 08:33:09 -0400 (0:00:00.044) 0:08:05.274 **** ok: [managed_node1] => { "changed": false, "krb_name": "/tmp/tmpwiud5f39" } TASK [ipaclient : Install - Join IPA] ****************************************** task path: /usr/share/ansible/roles/ipaclient/tasks/install.yml:252 Saturday 21 September 2024 08:33:10 -0400 (0:00:00.978) 0:08:06.252 **** 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 21 September 2024 08:33:10 -0400 (0:00:00.046) 0:08:06.299 **** 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 21 September 2024 08:33:10 -0400 (0:00:00.045) 0:08:06.345 **** 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 21 September 2024 08:33:10 -0400 (0:00:00.047) 0:08:06.393 **** 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 21 September 2024 08:33:10 -0400 (0:00:00.046) 0:08:06.439 **** 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 21 September 2024 08:33:10 -0400 (0:00:00.052) 0:08:06.492 **** 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 21 September 2024 08:33:11 -0400 (0:00:00.973) 0:08:07.465 **** 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 21 September 2024 08:33:14 -0400 (0:00:02.535) 0:08:10.001 **** 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 21 September 2024 08:33:14 -0400 (0:00:00.049) 0:08:10.050 **** 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 21 September 2024 08:33:21 -0400 (0:00:06.495) 0:08:16.545 **** changed: [managed_node1] => { "changed": true } TASK [ipaclient : Install - Configure automount] ******************************* task path: /usr/share/ansible/roles/ipaclient/tasks/install.yml:398 Saturday 21 September 2024 08:33:22 -0400 (0:00:01.035) 0:08:17.581 **** ok: [managed_node1] => { "changed": false } TASK [ipaclient : Install - Configure firefox] ********************************* task path: /usr/share/ansible/roles/ipaclient/tasks/install.yml:404 Saturday 21 September 2024 08:33:23 -0400 (0:00:00.961) 0:08:18.543 **** 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 21 September 2024 08:33:23 -0400 (0:00:00.049) 0:08:18.592 **** changed: [managed_node1] => { "changed": true } TASK [ipaclient : Remove temporary krb5.conf] ********************************** task path: /usr/share/ansible/roles/ipaclient/tasks/install.yml:416 Saturday 21 September 2024 08:33:24 -0400 (0:00:01.403) 0:08:19.996 **** changed: [managed_node1] => { "changed": true, "path": "/tmp/tmpwiud5f39", "state": "absent" } TASK [ipaclient : Install - Configure krb5 for IPA realm] ********************** task path: /usr/share/ansible/roles/ipaclient/tasks/install.yml:422 Saturday 21 September 2024 08:33:24 -0400 (0:00:00.414) 0:08:20.411 **** 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 21 September 2024 08:33:24 -0400 (0:00:00.050) 0:08:20.462 **** 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 21 September 2024 08:33:25 -0400 (0:00:00.049) 0:08:20.512 **** 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 21 September 2024 08:33:25 -0400 (0:00:00.045) 0:08:20.557 **** 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 21 September 2024 08:33:25 -0400 (0:00:00.417) 0:08:20.975 **** ok: [managed_node1] => { "changed": false, "path": "/tmp/tmpwiud5f39", "state": "absent" } TASK [ipaclient : Remove temporary krb5.conf backup] *************************** task path: /usr/share/ansible/roles/ipaclient/tasks/install.yml:463 Saturday 21 September 2024 08:33:25 -0400 (0:00:00.412) 0:08:21.387 **** changed: [managed_node1] => { "changed": true, "path": "/tmp/tmpwiud5f39.ipabkp", "state": "absent" } TASK [ipaclient : Uninstall IPA client] **************************************** task path: /usr/share/ansible/roles/ipaclient/tasks/main.yml:23 Saturday 21 September 2024 08:33:26 -0400 (0:00:00.411) 0:08:21.798 **** 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 21 September 2024 08:33:26 -0400 (0:00:00.050) 0:08:21.848 **** changed: [managed_node1] => { "changed": true } TASK [ipaserver : Install - Configure firewalld] ******************************* task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:444 Saturday 21 September 2024 08:33:31 -0400 (0:00:05.317) 0:08:27.166 **** 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.280233", "end": "2024-09-21 08:33:32.402627", "rc": 0, "start": "2024-09-21 08:33:32.122394" } STDOUT: success TASK [ipaserver : Install - Configure firewalld runtime] *********************** task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:458 Saturday 21 September 2024 08:33:32 -0400 (0:00:00.792) 0:08:27.958 **** changed: [managed_node1] => { "changed": true, "cmd": [ "firewall-cmd", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=ntp" ], "delta": "0:00:00.248748", "end": "2024-09-21 08:33:33.054528", "rc": 0, "start": "2024-09-21 08:33:32.805780" } STDOUT: success TASK [ipaserver : Install - Cleanup root IPA cache] **************************** task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:472 Saturday 21 September 2024 08:33:33 -0400 (0:00:00.652) 0:08:28.610 **** 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 21 September 2024 08:33:33 -0400 (0:00:00.387) 0:08:28.998 **** 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 21 September 2024 08:33:34 -0400 (0:00:01.106) 0:08:30.104 **** 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-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:25 Saturday 21 September 2024 08:33:34 -0400 (0:00:00.040) 0:08:30.145 **** included: fedora.linux_system_roles.certificate for managed_node1 TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 21 September 2024 08:33:34 -0400 (0:00:00.048) 0:08:30.193 **** included: /tmp/collections-0M2/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-0M2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 21 September 2024 08:33:34 -0400 (0:00:00.023) 0:08:30.217 **** 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-0M2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 21 September 2024 08:33:34 -0400 (0:00:00.038) 0:08:30.255 **** 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-0M2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 21 September 2024 08:33:34 -0400 (0:00:00.019) 0:08:30.275 **** 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-0M2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 21 September 2024 08:33:34 -0400 (0:00:00.020) 0:08:30.296 **** 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-0M2/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-0M2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 21 September 2024 08:33:34 -0400 (0:00:00.042) 0:08:30.338 **** 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-0M2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 21 September 2024 08:33:36 -0400 (0:00:01.796) 0:08:32.135 **** 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-0M2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 21 September 2024 08:33:38 -0400 (0:00:02.354) 0:08:34.490 **** 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-0M2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 21 September 2024 08:33:39 -0400 (0:00:00.422) 0:08:34.913 **** 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-0M2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 21 September 2024 08:33:39 -0400 (0:00:00.418) 0:08:35.332 **** 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-21 08:31:03 EDT", "ActiveEnterTimestampMonotonic": "552582118", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "syslog.target network.target dbus-broker.service basic.target system.slice sysinit.target dbus.socket systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-09-21 08:31:03 EDT", "AssertTimestampMonotonic": "552550919", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "54092876000", "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-21 08:31:03 EDT", "ConditionTimestampMonotonic": "552550915", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "ControlGroupId": "6012", "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": "9154", "ExecMainStartTimestamp": "Sat 2024-09-21 08:31:03 EDT", "ExecMainStartTimestampMonotonic": "552555134", "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-21 08:31:03 EDT", "InactiveExitTimestampMonotonic": "552555456", "InvocationID": "357c9a15554c4513b8e182095851d018", "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": "9154", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "2523136", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestamp": "Sat 2024-09-21 08:33:29 EDT", "StateChangeTimestampMonotonic": "698531995", "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-0M2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 21 September 2024 08:33:40 -0400 (0:00:00.589) 0:08:35.921 **** 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-0M2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 21 September 2024 08:33:43 -0400 (0:00:03.529) 0:08:39.450 **** 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-0M2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 21 September 2024 08:33:44 -0400 (0:00:00.062) 0:08:39.512 **** 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-0M2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 21 September 2024 08:33:44 -0400 (0:00:00.036) 0:08:39.549 **** 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-0M2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 21 September 2024 08:33:44 -0400 (0:00:00.039) 0:08:39.589 **** 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-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:41 Saturday 21 September 2024 08:33:44 -0400 (0:00:00.049) 0:08:39.639 **** included: /tmp/collections-0M2/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-0M2/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-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:2 Saturday 21 September 2024 08:33:44 -0400 (0:00:00.075) 0:08:39.714 **** ok: [managed_node1] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:9 Saturday 21 September 2024 08:33:44 -0400 (0:00:00.018) 0:08:39.732 **** 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-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:14 Saturday 21 September 2024 08:33:44 -0400 (0:00:00.019) 0:08:39.752 **** 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-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:18 Saturday 21 September 2024 08:33:44 -0400 (0:00:00.020) 0:08:39.772 **** 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-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:28 Saturday 21 September 2024 08:33:44 -0400 (0:00:00.015) 0:08:39.788 **** 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-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:38 Saturday 21 September 2024 08:33:46 -0400 (0:00:01.804) 0:08:41.593 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726922022.2938166, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d963d299058c3101e21cd6aafdf59273362f3cff", "ctime": 1726922022.2888165, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 205871, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1726922022.2888165, "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": "3898675447", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if certificate file exists] *************************************** task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:43 Saturday 21 September 2024 08:33:46 -0400 (0:00:00.865) 0:08:42.458 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:49 Saturday 21 September 2024 08:33:46 -0400 (0:00:00.020) 0:08:42.479 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:59 Saturday 21 September 2024 08:33:47 -0400 (0:00:00.045) 0:08:42.524 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:65 Saturday 21 September 2024 08:33:47 -0400 (0:00:00.042) 0:08:42.567 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726922021.1258097, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "50ce0768042da192daba175de9a49e5f762482f0", "ctime": 1726922022.2888165, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 205858, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1726922022.2888165, "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": "30139697", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if key file exists] *********************************************** task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:70 Saturday 21 September 2024 08:33:47 -0400 (0:00:00.385) 0:08:42.952 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:76 Saturday 21 September 2024 08:33:47 -0400 (0:00:00.020) 0:08:42.973 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:86 Saturday 21 September 2024 08:33:47 -0400 (0:00:00.043) 0:08:43.016 **** ok: [managed_node1] => { "certificate": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "1D:23:FE:DC:13:01:7C:01:9D:A3:A5:93:43:11:94:14:9D:5C:5F:18" }, "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": "81:5A:05:5E:FB:55:18:89:7A:CC:0C:9B:B1:8A:E5:F4:7D:39:24:1F" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "57:03:EF:BF:2A:B3:08:C1:48:BB:8C:E5:6A:F6:6D:C7:FE:F9:38:A8:C7:D1:9F:6C:CE:3E:2D:45:62:AC:81:86:4C:8F:26:30:CC:5D:6D:0B:38:79:5B:B5:40:65:BF:D4:51:86:E5:81:A1:E9:BB:DF:94:08:DE:FA:58:00:47:5B:BB:14:17:81:64:4C:90:6D:6F:32:5B:89:29:07:01:37:E7:F8:99:2A:5B:55:5F:74:0D:10:AE:C0:34:64:00:C7:C2:76:82:B3:F2:74:FC:95:5A:59:12:A8:A2:45:02:F1:F2:1F:E3:D7:2E:17:B6:2C:20:1E:BC:C3:3B:E7:85:F5:5B:D3:28:7A:2D:D9:87:D0:AC:B3:46:28:54:38:BD:F0:19:B9:CD:2C:25:CA:54:9F:EA:1C:E1:8D:66:D1:6E:C6:C8:4D:1A:F2:C7:1C:08:5F:50:73:0A:59:5E:08:EA:F3:87:0C:93:24:48:CD:3A:04:D0:CB:CC:34:29:5F:7D:37:E8:E6:BB:7D:9B:BA:21:3E:94:22:6B:9F:35:55:67:97:08:3D:3F:D0:E4:3E:5D:43:69:24:B3:05:A3:98:2D:57:D7:68:6E:EF:62:7B:8C:25:87:24:E8:F6:58:E3:A8:D6:4A:39:89:C3:0E:17:F2:3F:83:D8:F7:E9:7F:98:3C:1E:63:F7:64:D2:0D:72:AC:45:44:EA:D2:FE:6A:81:55:A4:70:93:84:17:4E:2B:64:CD:27:23:4A:20:40:46:45:3E:DA:AD:BE:38:2B:3A:92:1D:17:54:5C:3B:0A:42:06:60:96:38:99:4B:9B:C4:54:A7:1B:DF:92:12:9A:3C:4F:E1:85:49:41:42:97:24:9A:A3:99:23:48:17:C4:90:9D:1C:E7:9D:2C:8B:C6:53:B9:31:30:44:8D:9B:12:80:D3:5F:EE:78:F6:CC:6D:25:2A:C1:4F:0E:EC:A3:48:47:AD:FC:83:F5:1B:D7:9F:07:60:6F:A9:CC:E4:44:65:C7:94:C0" }, "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": "20260922123342Z", "not_valid_before": "20240921123342Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:92 Saturday 21 September 2024 08:33:48 -0400 (0:00:00.586) 0:08:43.602 **** 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": "1D:23:FE:DC:13:01:7C:01:9D:A3:A5:93:43:11:94:14:9D:5C:5F:18" }, "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": "81:5A:05:5E:FB:55:18:89:7A:CC:0C:9B:B1:8A:E5:F4:7D:39:24:1F" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "57:03:EF:BF:2A:B3:08:C1:48:BB:8C:E5:6A:F6:6D:C7:FE:F9:38:A8:C7:D1:9F:6C:CE:3E:2D:45:62:AC:81:86:4C:8F:26:30:CC:5D:6D:0B:38:79:5B:B5:40:65:BF:D4:51:86:E5:81:A1:E9:BB:DF:94:08:DE:FA:58:00:47:5B:BB:14:17:81:64:4C:90:6D:6F:32:5B:89:29:07:01:37:E7:F8:99:2A:5B:55:5F:74:0D:10:AE:C0:34:64:00:C7:C2:76:82:B3:F2:74:FC:95:5A:59:12:A8:A2:45:02:F1:F2:1F:E3:D7:2E:17:B6:2C:20:1E:BC:C3:3B:E7:85:F5:5B:D3:28:7A:2D:D9:87:D0:AC:B3:46:28:54:38:BD:F0:19:B9:CD:2C:25:CA:54:9F:EA:1C:E1:8D:66:D1:6E:C6:C8:4D:1A:F2:C7:1C:08:5F:50:73:0A:59:5E:08:EA:F3:87:0C:93:24:48:CD:3A:04:D0:CB:CC:34:29:5F:7D:37:E8:E6:BB:7D:9B:BA:21:3E:94:22:6B:9F:35:55:67:97:08:3D:3F:D0:E4:3E:5D:43:69:24:B3:05:A3:98:2D:57:D7:68:6E:EF:62:7B:8C:25:87:24:E8:F6:58:E3:A8:D6:4A:39:89:C3:0E:17:F2:3F:83:D8:F7:E9:7F:98:3C:1E:63:F7:64:D2:0D:72:AC:45:44:EA:D2:FE:6A:81:55:A4:70:93:84:17:4E:2B:64:CD:27:23:4A:20:40:46:45:3E:DA:AD:BE:38:2B:3A:92:1D:17:54:5C:3B:0A:42:06:60:96:38:99:4B:9B:C4:54:A7:1B:DF:92:12:9A:3C:4F:E1:85:49:41:42:97:24:9A:A3:99:23:48:17:C4:90:9D:1C:E7:9D:2C:8B:C6:53:B9:31:30:44:8D:9B:12:80:D3:5F:EE:78:F6:CC:6D:25:2A:C1:4F:0E:EC:A3:48:47:AD:FC:83:F5:1B:D7:9F:07:60:6F:A9:CC:E4:44:65:C7:94:C0" }, "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": "20260922123342Z", "not_valid_before": "20240921123342Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:96 Saturday 21 September 2024 08:33:48 -0400 (0:00:00.023) 0:08:43.626 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:104 Saturday 21 September 2024 08:33:48 -0400 (0:00:00.042) 0:08:43.668 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:112 Saturday 21 September 2024 08:33:48 -0400 (0:00:00.022) 0:08:43.691 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:119 Saturday 21 September 2024 08:33:48 -0400 (0:00:00.040) 0:08:43.732 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:130 Saturday 21 September 2024 08:33:48 -0400 (0:00:00.046) 0:08:43.778 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:143 Saturday 21 September 2024 08:33:48 -0400 (0:00:00.046) 0:08:43.824 **** 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.050619", "end": "2024-09-21 08:33:48.703021", "rc": 0, "start": "2024-09-21 08:33:48.652402" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:152 Saturday 21 September 2024 08:33:48 -0400 (0:00:00.434) 0:08:44.259 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set virtualenv_path] ***************************************************** task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:2 Saturday 21 September 2024 08:33:48 -0400 (0:00:00.041) 0:08:44.301 **** ok: [managed_node1] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:9 Saturday 21 September 2024 08:33:48 -0400 (0:00:00.018) 0:08:44.320 **** 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-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:14 Saturday 21 September 2024 08:33:48 -0400 (0:00:00.019) 0:08:44.340 **** 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-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:18 Saturday 21 September 2024 08:33:48 -0400 (0:00:00.020) 0:08:44.360 **** 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-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:28 Saturday 21 September 2024 08:33:48 -0400 (0:00:00.016) 0:08:44.376 **** 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-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:38 Saturday 21 September 2024 08:33:50 -0400 (0:00:01.887) 0:08:46.264 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726922023.8228254, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e18079caca881e1d15bf8d80e9e405a0f2e532e0", "ctime": 1726922023.878826, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 50, "gr_name": "ftp", "inode": 205886, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0640", "mtime": 1726922023.8188255, "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": "3913578387", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if certificate file exists] *************************************** task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:43 Saturday 21 September 2024 08:33:51 -0400 (0:00:00.382) 0:08:46.646 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:49 Saturday 21 September 2024 08:33:51 -0400 (0:00:00.021) 0:08:46.668 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:59 Saturday 21 September 2024 08:33:51 -0400 (0:00:00.075) 0:08:46.744 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:65 Saturday 21 September 2024 08:33:51 -0400 (0:00:00.067) 0:08:46.811 **** ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726922023.0908213, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5aada88b724e42b9e20ceeedc2e5ab9be9e00ed2", "ctime": 1726922023.878826, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 50, "gr_name": "ftp", "inode": 205872, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0640", "mtime": 1726922023.8188255, "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": "24483761", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if key file exists] *********************************************** task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:70 Saturday 21 September 2024 08:33:51 -0400 (0:00:00.416) 0:08:47.227 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:76 Saturday 21 September 2024 08:33:51 -0400 (0:00:00.021) 0:08:47.249 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:86 Saturday 21 September 2024 08:33:51 -0400 (0:00:00.046) 0:08:47.295 **** ok: [managed_node1] => { "certificate": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "1D:23:FE:DC:13:01:7C:01:9D:A3:A5:93:43:11:94:14:9D:5C:5F:18" }, "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": "AF:F7:0D:C8:D0:94:3D:E0:C7:54:51:2C:83:CA:82:C5:1F:F8:C9:EC" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "07:7F:75:51:13:C7:19:D6:20:52:5E:7B:4A:FB:57:66:A6:7D:D3:BF:86:2B:32:7B:F2:03:33:1B:BB:FC:B2:DE:D7:E3:46:A4:5E:28:9D:EB:4F:48:21:DC:9A:BC:39:EB:74:12:34:FC:A6:C0:D4:A4:2B:F8:AF:7B:88:F4:1E:7E:3B:28:41:8E:EA:72:CC:3B:9E:D1:52:B8:03:91:04:1B:0D:C6:70:5E:50:03:DD:31:2E:7D:A7:36:D8:9B:C5:2E:10:7E:68:B2:B7:FE:E7:3E:FD:62:14:6F:C1:74:9B:2D:E0:85:6F:09:D3:99:98:D4:79:A2:21:39:23:EF:13:4D:BB:E3:16:A3:70:1E:00:F7:77:43:7F:C7:99:9D:52:43:6A:BE:60:4E:F9:FA:E3:81:32:3E:9E:AD:84:3E:87:96:BA:E5:E6:50:F8:D8:EF:EF:D9:07:E6:B7:6A:86:8D:15:9B:4D:ED:16:CB:7F:BA:41:AF:81:A3:F3:01:BB:9F:3B:0E:E1:12:E1:9E:E4:A6:4C:48:6E:77:6D:34:95:EB:FB:DC:BF:E4:EB:F0:11:FD:2C:3F:FE:6B:2A:AF:AD:FF:FD:FF:B9:A6:39:01:84:3B:76:8E:E5:52:CF:B6:71:41:DA:1B:36:6B:7D:16:F2:4B:E8:BA:8B:A3:5C:93:F5:45:0F:DC:FF:2D:7F:CE:22:F6:61:9B:DE:71:CC:09:72:60:BE:4C:65:FE:B1:BF:A9:0B:54:41:64:33:45:5F:24:66:15:23:BE:52:C9:FC:EE:CD:D1:52:81:1C:A2:AD:A5:A8:F1:97:C8:07:A9:6F:78:D4:A3:82:BB:CF:BA:83:64:56:9A:65:4E:0A:6F:09:13:66:0D:73:C8:5D:F3:40:0E:30:9B:D9:AF:65:6D:25:DB:A5:E5:73:73:9A:1D:C0:5E:FA:80:49:A0:CD:1A:1E:C4:21:0C:10:BC:E6:00:84:D6:8F:B6:69:5F:52:C5:42:F0:80:62:2A:92:78:CD:A1:73:0F:81" }, "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": "20260922123343Z", "not_valid_before": "20240921123343Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:92 Saturday 21 September 2024 08:33:52 -0400 (0:00:00.435) 0:08:47.731 **** 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": "1D:23:FE:DC:13:01:7C:01:9D:A3:A5:93:43:11:94:14:9D:5C:5F:18" }, "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": "AF:F7:0D:C8:D0:94:3D:E0:C7:54:51:2C:83:CA:82:C5:1F:F8:C9:EC" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "07:7F:75:51:13:C7:19:D6:20:52:5E:7B:4A:FB:57:66:A6:7D:D3:BF:86:2B:32:7B:F2:03:33:1B:BB:FC:B2:DE:D7:E3:46:A4:5E:28:9D:EB:4F:48:21:DC:9A:BC:39:EB:74:12:34:FC:A6:C0:D4:A4:2B:F8:AF:7B:88:F4:1E:7E:3B:28:41:8E:EA:72:CC:3B:9E:D1:52:B8:03:91:04:1B:0D:C6:70:5E:50:03:DD:31:2E:7D:A7:36:D8:9B:C5:2E:10:7E:68:B2:B7:FE:E7:3E:FD:62:14:6F:C1:74:9B:2D:E0:85:6F:09:D3:99:98:D4:79:A2:21:39:23:EF:13:4D:BB:E3:16:A3:70:1E:00:F7:77:43:7F:C7:99:9D:52:43:6A:BE:60:4E:F9:FA:E3:81:32:3E:9E:AD:84:3E:87:96:BA:E5:E6:50:F8:D8:EF:EF:D9:07:E6:B7:6A:86:8D:15:9B:4D:ED:16:CB:7F:BA:41:AF:81:A3:F3:01:BB:9F:3B:0E:E1:12:E1:9E:E4:A6:4C:48:6E:77:6D:34:95:EB:FB:DC:BF:E4:EB:F0:11:FD:2C:3F:FE:6B:2A:AF:AD:FF:FD:FF:B9:A6:39:01:84:3B:76:8E:E5:52:CF:B6:71:41:DA:1B:36:6B:7D:16:F2:4B:E8:BA:8B:A3:5C:93:F5:45:0F:DC:FF:2D:7F:CE:22:F6:61:9B:DE:71:CC:09:72:60:BE:4C:65:FE:B1:BF:A9:0B:54:41:64:33:45:5F:24:66:15:23:BE:52:C9:FC:EE:CD:D1:52:81:1C:A2:AD:A5:A8:F1:97:C8:07:A9:6F:78:D4:A3:82:BB:CF:BA:83:64:56:9A:65:4E:0A:6F:09:13:66:0D:73:C8:5D:F3:40:0E:30:9B:D9:AF:65:6D:25:DB:A5:E5:73:73:9A:1D:C0:5E:FA:80:49:A0:CD:1A:1E:C4:21:0C:10:BC:E6:00:84:D6:8F:B6:69:5F:52:C5:42:F0:80:62:2A:92:78:CD:A1:73:0F:81" }, "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": "20260922123343Z", "not_valid_before": "20240921123343Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:96 Saturday 21 September 2024 08:33:52 -0400 (0:00:00.022) 0:08:47.753 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:104 Saturday 21 September 2024 08:33:52 -0400 (0:00:00.043) 0:08:47.797 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:112 Saturday 21 September 2024 08:33:52 -0400 (0:00:00.023) 0:08:47.820 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:119 Saturday 21 September 2024 08:33:52 -0400 (0:00:00.043) 0:08:47.864 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:130 Saturday 21 September 2024 08:33:52 -0400 (0:00:00.047) 0:08:47.911 **** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:143 Saturday 21 September 2024 08:33:52 -0400 (0:00:00.053) 0:08:47.965 **** 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.049953", "end": "2024-09-21 08:33:52.833329", "rc": 0, "start": "2024-09-21 08:33:52.783376" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:152 Saturday 21 September 2024 08:33:52 -0400 (0:00:00.422) 0:08:48.387 **** 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 21 September 2024 08:33:52 -0400 (0:00:00.051) 0:08:48.439 **** =============================================================================== ipaserver : Install - Setup CA ---------------------------------------- 230.73s /usr/share/ansible/roles/ipaserver/tasks/install.yml:270 ---------------------- ipaserver : Install - Ensure that IPA server packages are installed ---- 68.14s /usr/share/ansible/roles/ipaserver/tasks/install.yml:7 ------------------------ ipaserver : Install - Setup DS ----------------------------------------- 43.54s /usr/share/ansible/roles/ipaserver/tasks/install.yml:214 ---------------------- Ensure hostname package is installed ----------------------------------- 39.74s /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:53 ipaserver : Install - Setup HTTP --------------------------------------- 36.45s /usr/share/ansible/roles/ipaserver/tasks/install.yml:329 ---------------------- ipaserver : Install - Setup ADTRUST ------------------------------------ 10.23s /usr/share/ansible/roles/ipaserver/tasks/install.yml:389 ---------------------- Install ansible-freeipa ------------------------------------------------- 9.56s /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:18 ipaserver : Install - Setup KRB ----------------------------------------- 8.76s /usr/share/ansible/roles/ipaserver/tasks/install.yml:243 ---------------------- ipaserver : Install - Setup NTP ----------------------------------------- 7.90s /usr/share/ansible/roles/ipaserver/tasks/install.yml:207 ---------------------- ipaclient : Install - Create IPA NSS database --------------------------- 6.50s /usr/share/ansible/roles/ipaclient/tasks/install.yml:355 ---------------------- ipaserver : Install - Enable IPA ---------------------------------------- 5.32s /usr/share/ansible/roles/ipaserver/tasks/install.yml:437 ---------------------- Gathering Facts --------------------------------------------------------- 4.03s /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:2 fedora.linux_system_roles.certificate : Ensure certificate requests ----- 3.53s /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 ipaserver : Install - Setup otpd ---------------------------------------- 3.20s /usr/share/ansible/roles/ipaserver/tasks/install.yml:323 ---------------------- ipaserver : Install - Set DS password ----------------------------------- 2.56s /usr/share/ansible/roles/ipaserver/tasks/install.yml:405 ---------------------- ipaclient : Install - IPA API calls for remaining enrollment parts ------ 2.54s /usr/share/ansible/roles/ipaclient/tasks/install.yml:335 ---------------------- ipaserver : Install - Server preparation -------------------------------- 2.52s /usr/share/ansible/roles/ipaserver/tasks/install.yml:161 ---------------------- ipaserver : Firewalld service - Ensure that firewalld is running -------- 2.49s /usr/share/ansible/roles/ipaserver/tasks/install.yml:34 ----------------------- fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 2.35s /tmp/collections-0M2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 ipaserver : Install - Ensure that firewall packages installed ----------- 2.14s /usr/share/ansible/roles/ipaserver/tasks/install.yml:24 -----------------------