# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-ciyd9m9bhs/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file statically imported: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/setup_ipa.yml Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_basic_ipa.yml ************************************************** 1 plays in /WORKDIR/git-weekly-ciyd9m9bhs/tests/tests_basic_ipa.yml PLAY [Test using IPA to issue certs] ******************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tests_basic_ipa.yml:2 Saturday 09 December 2023 12:58:42 +0000 (0:00:00.013) 0:00:00.013 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tests_basic_ipa.yml:13 Saturday 09 December 2023 12:58:43 +0000 (0:00:00.960) 0:00:00.974 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Skip if not supported] *************************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tests_basic_ipa.yml:18 Saturday 09 December 2023 12:58:43 +0000 (0:00:00.176) 0:00:01.150 ***** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [Set __is_beaker_env] ***************************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/setup_ipa.yml:2 Saturday 09 December 2023 12:58:43 +0000 (0:00:00.004) 0:00:01.154 ***** ok: [sut] => { "ansible_facts": { "__is_beaker_env": false }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/setup_ipa.yml:9 Saturday 09 December 2023 12:58:43 +0000 (0:00:00.019) 0:00:01.174 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/setup_ipa.yml:14 Saturday 09 December 2023 12:58:43 +0000 (0:00:00.127) 0:00:01.301 ***** ok: [sut] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [Install ansible-freeipa] ************************************************* task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/setup_ipa.yml:18 Saturday 09 December 2023 12:58:43 +0000 (0:00:00.013) 0:00:01.315 ***** skipping: [sut] => { "changed": false, "false_condition": "__is_beaker_env", "skip_reason": "Conditional result was False" } TASK [Ensure freeipa-repo is absent] ******************************************* task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/setup_ipa.yml:24 Saturday 09 December 2023 12:58:43 +0000 (0:00:00.007) 0:00:01.322 ***** ok: [sut -> 127.0.0.1] => { "changed": false, "path": "/tmp/freeipa-repo/", "state": "absent" } TASK [Clone ansible-freeipa repo] ********************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/setup_ipa.yml:32 Saturday 09 December 2023 12:58:43 +0000 (0:00:00.179) 0:00:01.502 ***** changed: [sut -> 127.0.0.1] => { "after": "81e6cbe6b709313fc3ce8b9af60896c1a92cbfe7", "before": null, "changed": true } TASK [Create role symlinks] **************************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/setup_ipa.yml:41 Saturday 09 December 2023 12:58:44 +0000 (0:00:00.926) 0:00:02.429 ***** changed: [sut -> 127.0.0.1] => (item=ipaserver) => { "ansible_loop_var": "item", "changed": true, "dest": "/WORKDIR/git-weekly-ciyd9m9bhs/tests/roles/ipaserver", "gid": 1001, "group": "jenkins", "item": "ipaserver", "mode": "0777", "owner": "jenkins", "size": 34, "src": "/tmp/freeipa-repo/roles/ipaserver/", "state": "link", "uid": 1000090000 } changed: [sut -> 127.0.0.1] => (item=ipaclient) => { "ansible_loop_var": "item", "changed": true, "dest": "/WORKDIR/git-weekly-ciyd9m9bhs/tests/roles/ipaclient", "gid": 1001, "group": "jenkins", "item": "ipaclient", "mode": "0777", "owner": "jenkins", "size": 34, "src": "/tmp/freeipa-repo/roles/ipaclient/", "state": "link", "uid": 1000090000 } TASK [Ensure hostname package is installed] ************************************ task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/setup_ipa.yml:53 Saturday 09 December 2023 12:58:45 +0000 (0:00:00.235) 0:00:02.665 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "hostname-3.13-3.el7_7.1.x86_64 providing hostname is already installed" ] } lsrpackages: hostname TASK [Set hostname] ************************************************************ task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/setup_ipa.yml:59 Saturday 09 December 2023 12:58:45 +0000 (0:00:00.573) 0:00:03.238 ***** changed: [sut] => { "ansible_facts": { "ansible_domain": "test.local", "ansible_fqdn": "ipaserver.test.local", "ansible_hostname": "ipaserver", "ansible_nodename": "ipaserver.test.local" }, "changed": true, "name": "ipaserver.test.local" } TASK [Ensure nss package is up-to-date] **************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/setup_ipa.yml:65 Saturday 09 December 2023 12:58:46 +0000 (0:00:00.546) 0:00:03.785 ***** ok: [sut] => { "changed": false, "changes": { "installed": [], "updated": [] }, "rc": 0, "results": [ "All packages providing nss are up to date", "" ] } lsrpackages: nss TASK [Include ipaserver role] ************************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/setup_ipa.yml:82 Saturday 09 December 2023 12:58:47 +0000 (0:00:01.817) 0:00:05.602 ***** TASK [ipaserver : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:4 Saturday 09 December 2023 12:58:48 +0000 (0:00:00.014) 0:00:05.617 ***** ok: [sut] => (item=/tmp/freeipa-repo/roles/ipaserver/vars/RedHat-7.yml) => { "ansible_facts": { "ipaserver_packages": [ "ipa-server", "libselinux-python" ], "ipaserver_packages_adtrust": [ "ipa-server-trust-ad" ], "ipaserver_packages_dns": [ "ipa-server-dns" ], "ipaserver_packages_firewalld": [ "firewalld" ] }, "ansible_included_var_files": [ "/tmp/freeipa-repo/roles/ipaserver/vars/RedHat-7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/freeipa-repo/roles/ipaserver/vars/RedHat-7.yml" } TASK [ipaserver : Install IPA server] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:19 Saturday 09 December 2023 12:58:48 +0000 (0:00:00.017) 0:00:05.634 ***** included: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml for sut TASK [ipaserver : Install - Ensure that IPA server packages are installed] ***** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:7 Saturday 09 December 2023 12:58:48 +0000 (0:00:00.040) 0:00:05.675 ***** changed: [sut] => { "changed": true, "changes": { "installed": [ "ipa-server" ] }, "rc": 0, "results": [ "libselinux-python-2.5-15.el7.x86_64 providing libselinux-python is already installed", "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package ipa-server.x86_64 0:4.6.8-5.el7.centos.15 will be installed\n--> Processing Dependency: python2-ipaserver = 4.6.8-5.el7.centos.15 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: ipa-server-common = 4.6.8-5.el7.centos.15 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: ipa-common = 4.6.8-5.el7.centos.15 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: ipa-client = 4.6.8-5.el7.centos.15 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: krb5-server < 1.15.100 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: openldap-clients > 2.4.35-4 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: sssd-dbus >= 1.15.2 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: softhsm >= 2.0.0rc1-1 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: slapi-nis >= 0.56.0-4 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: python-ldap >= 2.4.15 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: python-gssapi >= 1.2.0-3 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: pki-kra >= 10.5.18-13 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: pki-ca >= 10.5.18-13 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: mod_nss >= 1.0.14-7 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: mod_lookup_identity >= 0.9.9 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: mod_auth_gssapi >= 1.5.0 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: krb5-server >= 1.15.1-36 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: krb5-server >= 1.15 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: krb5-pkinit-openssl >= 1.15.1-36 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: httpd >= 2.4.6-31 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: certmonger >= 0.78.4-10 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: 389-ds-base >= 1.3.10.2-12 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: 389-ds-base >= 1.3.10.2-12 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: systemd-python for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: open-sans-fonts for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: oddjob for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: ntp for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: mod_wsgi for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: mod_session for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libtalloc.so.2(TALLOC_2.0.2)(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libsss_nss_idmap.so.0(SSS_NSS_IDMAP_0.4.0)(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libsss_nss_idmap.so.0(SSS_NSS_IDMAP_0.1.0)(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libsss_certmap.so.0(SSS_CERTMAP_0.0)(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libndr.so.0(NDR_0.0.1)(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libndr-nbt.so.0(NDR_NBT_0.0.1)(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libndr-krb5pac.so.0(NDR_KRB5PAC_0.0.1)(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: fontawesome-fonts for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: cyrus-sasl-gssapi(x86-64) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libtevent.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libtalloc.so.2()(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libsss_nss_idmap.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libsss_certmap.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libsamba-util.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libndr.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libndr-standard.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libndr-nbt.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libndr-krb5pac.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Running transaction check\n---> Package 389-ds-base.x86_64 0:1.3.11.1-3.el7_9 will be installed\n--> Processing Dependency: 389-ds-base-libs = 1.3.11.1-3.el7_9 for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: svrcore >= 4.1.3 for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: perl-NetAddr-IP for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: perl-Mozilla-LDAP for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: perl(NetAddr::IP::Util) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: perl(Mozilla::LDAP::Utils) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: perl(Mozilla::LDAP::LDIF) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: perl(Mozilla::LDAP::Conn) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: perl(Mozilla::LDAP::API) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: perl(DB_File) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: perl(Archive::Tar) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: gperftools-libs for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: cyrus-sasl-plain for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: cyrus-sasl-md5 for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: bind-utils for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: libtcmalloc.so.4()(64bit) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: libsvrcore.so.0()(64bit) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: libslapd.so.0()(64bit) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: libsds.so.0()(64bit) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: libnunc-stans.so.0()(64bit) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: libns-dshttpd-1.3.11.12.so()(64bit) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: libldaputil.so.0()(64bit) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: libicuuc.so.50()(64bit) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: libicui18n.so.50()(64bit) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: libicudata.so.50()(64bit) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n---> Package certmonger.x86_64 0:0.78.4-17.el7_9 will be installed\n--> Processing Dependency: libxmlrpc_util.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libxmlrpc_client.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libxmlrpc.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package fontawesome-fonts.noarch 0:4.1.0-2.el7 will be installed\n--> Processing Dependency: fontpackages-filesystem for package: fontawesome-fonts-4.1.0-2.el7.noarch\n---> Package httpd.x86_64 0:2.4.6-99.el7.centos.1 will be installed\n--> Processing Dependency: httpd-tools = 2.4.6-99.el7.centos.1 for package: httpd-2.4.6-99.el7.centos.1.x86_64\n--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: httpd-2.4.6-99.el7.centos.1.x86_64\n--> Processing Dependency: libapr-1.so.0()(64bit) for package: httpd-2.4.6-99.el7.centos.1.x86_64\n---> Package ipa-client.x86_64 0:4.6.8-5.el7.centos.15 will be installed\n--> Processing Dependency: python2-ipaclient = 4.6.8-5.el7.centos.15 for package: ipa-client-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: ipa-client-common = 4.6.8-5.el7.centos.15 for package: ipa-client-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: sssd >= 1.14.0 for package: ipa-client-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: krb5-workstation >= 1.15.1-36 for package: ipa-client-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: python-sssdconfig for package: ipa-client-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: oddjob-mkhomedir for package: ipa-client-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libsss_autofs for package: ipa-client-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: autofs for package: ipa-client-4.6.8-5.el7.centos.15.x86_64\n---> Package ipa-common.noarch 0:4.6.8-5.el7.centos.15 will be installed\n---> Package ipa-server-common.noarch 0:4.6.8-5.el7.centos.15 will be installed\n--> Processing Dependency: custodia >= 0.3.0-4 for package: ipa-server-common-4.6.8-5.el7.centos.15.noarch\n---> Package krb5-pkinit.x86_64 0:1.15.1-55.el7_9 will be installed\n---> Package krb5-server.x86_64 0:1.15.1-55.el7_9 will be installed\n--> Processing Dependency: libkadm5(x86-64) = 1.15.1-55.el7_9 for package: krb5-server-1.15.1-55.el7_9.x86_64\n--> Processing Dependency: libkadm5srv_mit.so.11(kadm5srv_mit_11_MIT)(64bit) for package: krb5-server-1.15.1-55.el7_9.x86_64\n--> Processing Dependency: libkadm5clnt_mit.so.11(kadm5clnt_mit_11_MIT)(64bit) for package: krb5-server-1.15.1-55.el7_9.x86_64\n--> Processing Dependency: /usr/share/dict/words for package: krb5-server-1.15.1-55.el7_9.x86_64\n--> Processing Dependency: libkadm5srv_mit.so.11()(64bit) for package: krb5-server-1.15.1-55.el7_9.x86_64\n--> Processing Dependency: libkadm5clnt_mit.so.11()(64bit) for package: krb5-server-1.15.1-55.el7_9.x86_64\n---> Package libsss_certmap.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package libtalloc.x86_64 0:2.1.16-1.el7 will be installed\n---> Package libtevent.x86_64 0:0.9.39-1.el7 will be installed\n---> Package mod_auth_gssapi.x86_64 0:1.5.1-7.el7 will be installed\n---> Package mod_lookup_identity.x86_64 0:1.0.0-1.el7 will be installed\n---> Package mod_nss.x86_64 0:1.0.14-12.el7 will be installed\n---> Package mod_session.x86_64 0:2.4.6-99.el7.centos.1 will be installed\n--> Processing Dependency: apr-util-openssl for package: mod_session-2.4.6-99.el7.centos.1.x86_64\n---> Package mod_wsgi.x86_64 0:3.4-18.el7 will be installed\n---> Package ntp.x86_64 0:4.2.6p5-29.el7.centos.2 will be installed\n--> Processing Dependency: libopts.so.25()(64bit) for package: ntp-4.2.6p5-29.el7.centos.2.x86_64\n---> Package oddjob.x86_64 0:0.31.5-4.el7 will be installed\n---> Package open-sans-fonts.noarch 0:1.10-1.el7 will be installed\n---> Package openldap-clients.x86_64 0:2.4.44-25.el7_9 will be installed\n---> Package pki-ca.noarch 0:10.5.18-27.el7_9 will be installed\n--> Processing Dependency: pki-server = 10.5.18-27.el7_9 for package: pki-ca-10.5.18-27.el7_9.noarch\n--> Processing Dependency: java-1.8.0-openjdk-headless for package: pki-ca-10.5.18-27.el7_9.noarch\n---> Package pki-kra.noarch 0:10.5.18-27.el7_9 will be installed\n---> Package python-gssapi.x86_64 0:1.2.0-3.el7 will be installed\n---> Package python-ldap.x86_64 0:2.4.15-2.el7 will be installed\n---> Package python2-ipaserver.noarch 0:4.6.8-5.el7.centos.15 will be installed\n--> Processing Dependency: python-kdcproxy >= 0.3 for package: python2-ipaserver-4.6.8-5.el7.centos.15.noarch\n--> Processing Dependency: python-dns >= 1.12.0-3 for package: python2-ipaserver-4.6.8-5.el7.centos.15.noarch\n--> Processing Dependency: python-custodia >= 0.3.0-4 for package: python2-ipaserver-4.6.8-5.el7.centos.15.noarch\n--> Processing Dependency: python-augeas >= 0.5 for package: python2-ipaserver-4.6.8-5.el7.centos.15.noarch\n--> Processing Dependency: pki-base-python2 >= 10.5.18-13 for package: python2-ipaserver-4.6.8-5.el7.centos.15.noarch\n--> Processing Dependency: python-pyasn1 for package: python2-ipaserver-4.6.8-5.el7.centos.15.noarch\n---> Package samba-client-libs.x86_64 0:4.10.16-25.el7_9 will be installed\n--> Processing Dependency: samba-common-libs = 4.10.16-25.el7_9 for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: samba-common = 4.10.16-25.el7_9 for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: samba-common = 4.10.16-25.el7_9 for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libwbclient = 4.10.16-25.el7_9 for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libwbclient.so.0(WBCLIENT_0.9)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libwbclient.so.0(WBCLIENT_0.13)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libtdb.so.1(TDB_1.3.17)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libtdb.so.1(TDB_1.3.11)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libtdb.so.1(TDB_1.3.0)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libtdb.so.1(TDB_1.2.5)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libtdb.so.1(TDB_1.2.2)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libtdb.so.1(TDB_1.2.1)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1(LDB_1.3.0)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1(LDB_1.1.30)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1(LDB_1.1.19)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1(LDB_1.1.1)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1(LDB_0.9.23)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1(LDB_0.9.15)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1(LDB_0.9.10)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libgnutls.so.28(GNUTLS_3_1_0)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libgnutls.so.28(GNUTLS_1_4)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libaesni-intel-samba4.so(SAMBA_4.10.16)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libwinbind-client-samba4.so()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libwbclient.so.0()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libtdb.so.1()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libgnutls.so.28()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libcups.so.2()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libcluster-samba4.so()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libaesni-intel-samba4.so()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n---> Package slapi-nis.x86_64 0:0.60.0-3.el7_9 will be installed\n---> Package softhsm.x86_64 0:2.1.0-3.el7 will be installed\n---> Package sssd-dbus.x86_64 0:1.16.5-10.el7_9.15 will be installed\n--> Processing Dependency: sssd-common = 1.16.5-10.el7_9.15 for package: sssd-dbus-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libdhash.so.1(DHASH_0.4.3)(64bit) for package: sssd-dbus-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libsss_util.so()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libsss_debug.so()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libsss_crypt.so()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libsss_child.so()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libsss_cert.so()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libdhash.so.1()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.15.x86_64\n---> Package systemd-python.x86_64 0:219-78.el7_9.7 will be installed\n--> Running transaction check\n---> Package 389-ds-base-libs.x86_64 0:1.3.11.1-3.el7_9 will be installed\n---> Package apr.x86_64 0:1.4.8-7.el7 will be installed\n---> Package apr-util.x86_64 0:1.5.2-6.el7_9.1 will be installed\n---> Package apr-util-openssl.x86_64 0:1.5.2-6.el7_9.1 will be installed\n---> Package autofs.x86_64 1:5.0.7-116.el7_9.1 will be installed\n--> Processing Dependency: libhesiod.so.0()(64bit) for package: 1:autofs-5.0.7-116.el7_9.1.x86_64\n---> Package autogen-libopts.x86_64 0:5.18-5.el7 will be installed\n---> Package bind-utils.x86_64 32:9.11.4-26.P2.el7_9.15 will be installed\n--> Processing Dependency: bind-libs-lite(x86-64) = 32:9.11.4-26.P2.el7_9.15 for package: 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64\n--> Processing Dependency: bind-libs(x86-64) = 32:9.11.4-26.P2.el7_9.15 for package: 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64\n--> Processing Dependency: liblwres.so.160()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64\n--> Processing Dependency: libisccfg.so.160()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64\n--> Processing Dependency: libisc.so.169()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64\n--> Processing Dependency: libirs.so.160()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64\n--> Processing Dependency: libdns.so.1102()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64\n--> Processing Dependency: libbind9.so.160()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64\n--> Processing Dependency: libGeoIP.so.1()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64\n---> Package cups-libs.x86_64 1:1.6.3-52.el7_9 will be installed\n---> Package custodia.noarch 0:0.3.1-4.el7 will be installed\n---> Package cyrus-sasl-md5.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package cyrus-sasl-plain.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed\n---> Package gnutls.x86_64 0:3.3.29-9.el7_6 will be installed\n--> Processing Dependency: trousers >= 0.3.11.2 for package: gnutls-3.3.29-9.el7_6.x86_64\n--> Processing Dependency: libnettle.so.4()(64bit) for package: gnutls-3.3.29-9.el7_6.x86_64\n--> Processing Dependency: libhogweed.so.2()(64bit) for package: gnutls-3.3.29-9.el7_6.x86_64\n---> Package gperftools-libs.x86_64 0:2.6.1-1.el7 will be installed\n---> Package httpd-tools.x86_64 0:2.4.6-99.el7.centos.1 will be installed\n---> Package ipa-client-common.noarch 0:4.6.8-5.el7.centos.15 will be installed\n---> Package java-1.8.0-openjdk-headless.x86_64 1:1.8.0.392.b08-2.el7_9 will be installed\n--> Processing Dependency: tzdata-java >= 2022g for package: 1:java-1.8.0-openjdk-headless-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: copy-jdk-configs >= 3.3 for package: 1:java-1.8.0-openjdk-headless-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: pcsc-lite-libs(x86-64) for package: 1:java-1.8.0-openjdk-headless-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: lksctp-tools(x86-64) for package: 1:java-1.8.0-openjdk-headless-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: 1:java-1.8.0-openjdk-headless-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: jpackage-utils for package: 1:java-1.8.0-openjdk-headless-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: libjpeg.so.62()(64bit) for package: 1:java-1.8.0-openjdk-headless-1.8.0.392.b08-2.el7_9.x86_64\n---> Package krb5-workstation.x86_64 0:1.15.1-55.el7_9 will be installed\n---> Package libdhash.x86_64 0:0.5.0-32.el7 will be installed\n---> Package libicu.x86_64 0:50.2-4.el7_7 will be installed\n---> Package libkadm5.x86_64 0:1.15.1-55.el7_9 will be installed\n---> Package libldb.x86_64 0:1.5.4-2.el7 will be installed\n---> Package libsss_autofs.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package libtdb.x86_64 0:1.3.18-1.el7 will be installed\n---> Package libwbclient.x86_64 0:4.10.16-25.el7_9 will be installed\n---> Package oddjob-mkhomedir.x86_64 0:0.31.5-4.el7 will be installed\n---> Package perl-Archive-Tar.noarch 0:1.92-3.el7 will be installed\n--> Processing Dependency: perl(Package::Constants) for package: perl-Archive-Tar-1.92-3.el7.noarch\n---> Package perl-DB_File.x86_64 0:1.830-6.el7 will be installed\n---> Package perl-Mozilla-LDAP.x86_64 0:1.5.3-12.el7 will be installed\n---> Package perl-NetAddr-IP.x86_64 0:4.069-3.el7 will be installed\n---> Package pki-base.noarch 0:10.5.18-27.el7_9 will be installed\n--> Processing Dependency: python2-cryptography for package: pki-base-10.5.18-27.el7_9.noarch\n--> Processing Dependency: python-nss for package: pki-base-10.5.18-27.el7_9.noarch\n---> Package pki-server.noarch 0:10.5.18-27.el7_9 will be installed\n--> Processing Dependency: pki-tools = 10.5.18-27.el7_9 for package: pki-server-10.5.18-27.el7_9.noarch\n--> Processing Dependency: pki-base-java = 10.5.18-27.el7_9 for package: pki-server-10.5.18-27.el7_9.noarch\n--> Processing Dependency: tomcatjss >= 7.2.5-1 for package: pki-server-10.5.18-27.el7_9.noarch\n--> Processing Dependency: tomcat >= 7.0.69 for package: pki-server-10.5.18-27.el7_9.noarch\n--> Processing Dependency: nuxwdog-client-java >= 1.0.5-1 for package: pki-server-10.5.18-27.el7_9.noarch\n--> Processing Dependency: velocity for package: pki-server-10.5.18-27.el7_9.noarch\n---> Package python-augeas.noarch 0:0.5.0-2.el7 will be installed\n--> Processing Dependency: augeas-libs for package: python-augeas-0.5.0-2.el7.noarch\n---> Package python-custodia.noarch 0:0.3.1-4.el7 will be installed\n--> Processing Dependency: python-jwcrypto for package: python-custodia-0.3.1-4.el7.noarch\n---> Package python-dns.noarch 0:1.12.0-4.20150617git465785f.el7 will be installed\n---> Package python-kdcproxy.noarch 0:0.3.2-3.el7 will be installed\n---> Package python-sssdconfig.noarch 0:1.16.5-10.el7_9.15 will be installed\n---> Package python2-ipaclient.noarch 0:4.6.8-5.el7.centos.15 will be installed\n--> Processing Dependency: python2-ipalib = 4.6.8-5.el7.centos.15 for package: python2-ipaclient-4.6.8-5.el7.centos.15.noarch\n---> Package python2-pyasn1.noarch 0:0.1.9-7.el7 will be installed\n---> Package samba-common.noarch 0:4.10.16-25.el7_9 will be installed\n---> Package samba-common-libs.x86_64 0:4.10.16-25.el7_9 will be installed\n---> Package sssd.x86_64 0:1.16.5-10.el7_9.15 will be installed\n--> Processing Dependency: sssd-proxy = 1.16.5-10.el7_9.15 for package: sssd-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: sssd-ldap = 1.16.5-10.el7_9.15 for package: sssd-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: sssd-krb5 = 1.16.5-10.el7_9.15 for package: sssd-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: sssd-ipa = 1.16.5-10.el7_9.15 for package: sssd-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: sssd-ad = 1.16.5-10.el7_9.15 for package: sssd-1.16.5-10.el7_9.15.x86_64\n---> Package sssd-common.x86_64 0:1.16.5-10.el7_9.15 will be installed\n--> Processing Dependency: sssd-client(x86-64) = 1.16.5-10.el7_9.15 for package: sssd-common-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libsss_sudo(x86-64) = 1.16.5-10.el7_9.15 for package: sssd-common-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libsss_idmap(x86-64) = 1.16.5-10.el7_9.15 for package: sssd-common-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libsss_idmap.so.0(SSS_IDMAP_0.5)(64bit) for package: sssd-common-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libsss_idmap.so.0(SSS_IDMAP_0.4)(64bit) for package: sssd-common-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libsss_idmap.so.0()(64bit) for package: sssd-common-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libhttp_parser_strict.so.2()(64bit) for package: sssd-common-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libcares.so.2()(64bit) for package: sssd-common-1.16.5-10.el7_9.15.x86_64\n---> Package svrcore.x86_64 0:4.1.3-2.el7 will be installed\n---> Package words.noarch 0:3.0-22.el7 will be installed\n---> Package xmlrpc-c.x86_64 0:1.32.5-1905.svn2451.el7 will be installed\n---> Package xmlrpc-c-client.x86_64 0:1.32.5-1905.svn2451.el7 will be installed\n--> Running transaction check\n---> Package GeoIP.x86_64 0:1.5.0-14.el7 will be installed\n--> Processing Dependency: geoipupdate for package: GeoIP-1.5.0-14.el7.x86_64\n---> Package augeas-libs.x86_64 0:1.4.0-10.el7 will be installed\n---> Package bind-libs.x86_64 32:9.11.4-26.P2.el7_9.15 will be installed\n--> Processing Dependency: bind-license = 32:9.11.4-26.P2.el7_9.15 for package: 32:bind-libs-9.11.4-26.P2.el7_9.15.x86_64\n---> Package bind-libs-lite.x86_64 32:9.11.4-26.P2.el7_9.15 will be installed\n---> Package c-ares.x86_64 0:1.10.0-3.el7_9.1 will be installed\n---> Package copy-jdk-configs.noarch 0:3.3-11.el7_9 will be installed\n---> Package hesiod.x86_64 0:3.2.1-3.el7 will be installed\n---> Package http-parser.x86_64 0:2.7.1-9.el7 will be installed\n---> Package javapackages-tools.noarch 0:3.4.1-11.el7 will be installed\n--> Processing Dependency: python-javapackages = 3.4.1-11.el7 for package: javapackages-tools-3.4.1-11.el7.noarch\n---> Package libjpeg-turbo.x86_64 0:1.2.90-8.el7 will be installed\n---> Package libsss_idmap.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package libsss_sudo.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package lksctp-tools.x86_64 0:1.0.17-2.el7 will be installed\n---> Package nettle.x86_64 0:2.7.1-9.el7_9 will be installed\n---> Package nuxwdog-client-java.x86_64 0:1.0.5-1.el7 will be installed\n--> Processing Dependency: nuxwdog = 1.0.5-1.el7 for package: nuxwdog-client-java-1.0.5-1.el7.x86_64\n--> Processing Dependency: libnuxwdog.so.0()(64bit) for package: nuxwdog-client-java-1.0.5-1.el7.x86_64\n---> Package pcsc-lite-libs.x86_64 0:1.8.8-8.el7 will be installed\n---> Package perl-Package-Constants.noarch 1:0.02-299.el7_9 will be installed\n---> Package pki-base-java.noarch 0:10.5.18-27.el7_9 will be installed\n--> Processing Dependency: resteasy-base-jaxrs-api >= 3.0.6-1 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: resteasy-base-jaxrs >= 3.0.6-1 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: resteasy-base-jaxb-provider >= 3.0.6-1 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: resteasy-base-jackson-provider >= 3.0.6-1 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: resteasy-base-client >= 3.0.6-1 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: resteasy-base-atom-provider >= 3.0.6-1 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: ldapjdk >= 4.19-5 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: jss >= 4.4.9-3 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: xml-commons-resolver for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: xml-commons-apis for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: xalan-j2 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: slf4j for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: javassist for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: jakarta-commons-httpclient for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: apache-commons-logging for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: apache-commons-lang for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: apache-commons-io for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: apache-commons-codec for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: apache-commons-cli for package: pki-base-java-10.5.18-27.el7_9.noarch\n---> Package pki-tools.x86_64 0:10.5.18-27.el7_9 will be installed\n---> Package python-jwcrypto.noarch 0:0.4.2-1.el7 will be installed\n---> Package python-nss.x86_64 0:0.16.0-3.el7 will be installed\n---> Package python2-cryptography.x86_64 0:1.7.2-2.el7 will be installed\n--> Processing Dependency: python-idna >= 2.0 for package: python2-cryptography-1.7.2-2.el7.x86_64\n--> Processing Dependency: python-cffi >= 1.4.1 for package: python2-cryptography-1.7.2-2.el7.x86_64\n---> Package python2-ipalib.noarch 0:4.6.8-5.el7.centos.15 will be installed\n--> Processing Dependency: python-yubico >= 1.2.3 for package: python2-ipalib-4.6.8-5.el7.centos.15.noarch\n--> Processing Dependency: python-qrcode-core >= 5.0.0 for package: python2-ipalib-4.6.8-5.el7.centos.15.noarch\n--> Processing Dependency: python-netifaces >= 0.10.4 for package: python2-ipalib-4.6.8-5.el7.centos.15.noarch\n--> Processing Dependency: python-netaddr >= 0.7.5-9 for package: python2-ipalib-4.6.8-5.el7.centos.15.noarch\n--> Processing Dependency: pyusb for package: python2-ipalib-4.6.8-5.el7.centos.15.noarch\n--> Processing Dependency: python-sss-murmur for package: python2-ipalib-4.6.8-5.el7.centos.15.noarch\n--> Processing Dependency: python-pyasn1-modules for package: python2-ipalib-4.6.8-5.el7.centos.15.noarch\n--> Processing Dependency: python-libipa_hbac for package: python2-ipalib-4.6.8-5.el7.centos.15.noarch\n--> Processing Dependency: python-dateutil for package: python2-ipalib-4.6.8-5.el7.centos.15.noarch\n---> Package sssd-ad.x86_64 0:1.16.5-10.el7_9.15 will be installed\n--> Processing Dependency: sssd-krb5-common = 1.16.5-10.el7_9.15 for package: sssd-ad-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: sssd-common-pac = 1.16.5-10.el7_9.15 for package: sssd-ad-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libsmbclient.so.0(SMBCLIENT_0.1.0)(64bit) for package: sssd-ad-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libsmbclient.so.0()(64bit) for package: sssd-ad-1.16.5-10.el7_9.15.x86_64\n---> Package sssd-client.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package sssd-ipa.x86_64 0:1.16.5-10.el7_9.15 will be installed\n--> Processing Dependency: libipa_hbac(x86-64) = 1.16.5-10.el7_9.15 for package: sssd-ipa-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libipa_hbac.so.0(IPA_HBAC_0.1.0)(64bit) for package: sssd-ipa-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libipa_hbac.so.0(IPA_HBAC_0.0.1)(64bit) for package: sssd-ipa-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libipa_hbac.so.0()(64bit) for package: sssd-ipa-1.16.5-10.el7_9.15.x86_64\n---> Package sssd-krb5.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package sssd-ldap.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package sssd-proxy.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package tomcat.noarch 0:7.0.76-16.el7_9 will be installed\n--> Processing Dependency: tomcat-lib = 7.0.76-16.el7_9 for package: tomcat-7.0.76-16.el7_9.noarch\n--> Processing Dependency: java >= 1:1.6.0 for package: tomcat-7.0.76-16.el7_9.noarch\n--> Processing Dependency: apache-commons-pool for package: tomcat-7.0.76-16.el7_9.noarch\n--> Processing Dependency: apache-commons-dbcp for package: tomcat-7.0.76-16.el7_9.noarch\n--> Processing Dependency: apache-commons-daemon for package: tomcat-7.0.76-16.el7_9.noarch\n--> Processing Dependency: apache-commons-collections for package: tomcat-7.0.76-16.el7_9.noarch\n---> Package tomcatjss.noarch 0:7.2.5-1.el7 will be installed\n---> Package trousers.x86_64 0:0.3.14-2.el7 will be installed\n---> Package tzdata-java.noarch 0:2023c-1.el7 will be installed\n---> Package velocity.noarch 0:1.7-10.el7 will be installed\n--> Processing Dependency: servlet3 for package: velocity-1.7-10.el7.noarch\n--> Processing Dependency: log4j for package: velocity-1.7-10.el7.noarch\n--> Processing Dependency: junit for package: velocity-1.7-10.el7.noarch\n--> Processing Dependency: jdom for package: velocity-1.7-10.el7.noarch\n--> Processing Dependency: jaxen for package: velocity-1.7-10.el7.noarch\n--> Processing Dependency: jakarta-oro for package: velocity-1.7-10.el7.noarch\n--> Processing Dependency: hsqldb for package: velocity-1.7-10.el7.noarch\n--> Processing Dependency: bcel for package: velocity-1.7-10.el7.noarch\n--> Running transaction check\n---> Package apache-commons-cli.noarch 0:1.2-13.el7 will be installed\n---> Package apache-commons-codec.noarch 0:1.8-7.el7 will be installed\n---> Package apache-commons-collections.noarch 0:3.2.1-22.el7_2 will be installed\n---> Package apache-commons-daemon.x86_64 0:1.0.13-7.el7 will be installed\n---> Package apache-commons-dbcp.noarch 0:1.4-17.el7 will be installed\n--> Processing Dependency: mvn(org.apache.geronimo.specs:geronimo-jta_1.1_spec) for package: apache-commons-dbcp-1.4-17.el7.noarch\n---> Package apache-commons-io.noarch 1:2.4-12.el7 will be installed\n---> Package apache-commons-lang.noarch 0:2.6-15.el7 will be installed\n---> Package apache-commons-logging.noarch 0:1.1.2-7.el7 will be installed\n--> Processing Dependency: mvn(logkit:logkit) for package: apache-commons-logging-1.1.2-7.el7.noarch\n--> Processing Dependency: mvn(avalon-framework:avalon-framework-api) for package: apache-commons-logging-1.1.2-7.el7.noarch\n---> Package apache-commons-pool.noarch 0:1.6-9.el7 will be installed\n---> Package bcel.noarch 0:5.2-19.el7_9 will be installed\n--> Processing Dependency: mvn(regexp:regexp) for package: bcel-5.2-19.el7_9.noarch\n---> Package bind-license.noarch 32:9.11.4-26.P2.el7_9.15 will be installed\n---> Package geoipupdate.x86_64 0:2.5.0-2.el7 will be installed\n---> Package hsqldb.noarch 1:1.8.1.3-15.el7_9 will be installed\n---> Package jakarta-commons-httpclient.noarch 1:3.1-16.el7_0 will be installed\n---> Package jakarta-oro.noarch 0:2.0.8-16.el7 will be installed\n---> Package java-1.8.0-openjdk.x86_64 1:1.8.0.392.b08-2.el7_9 will be installed\n--> Processing Dependency: xorg-x11-fonts-Type1 for package: 1:java-1.8.0-openjdk-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: libXcomposite(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: gtk2(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: fontconfig(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: libgif.so.4()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: libXtst.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: libXrender.so.1()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: libXi.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: libXext.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: libX11.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.392.b08-2.el7_9.x86_64\n---> Package javassist.noarch 0:3.16.1-10.el7 will be installed\n---> Package jaxen.noarch 0:1.1.3-11.el7 will be installed\n--> Processing Dependency: dom4j >= 1.6.1 for package: jaxen-1.1.3-11.el7.noarch\n--> Processing Dependency: xerces-j2 for package: jaxen-1.1.3-11.el7.noarch\n---> Package jdom.noarch 0:1.1.3-6.el7 will be installed\n---> Package jss.x86_64 0:4.4.9-3.el7 will be installed\n---> Package junit.noarch 0:4.11-8.el7 will be installed\n--> Processing Dependency: osgi(org.hamcrest.core) for package: junit-4.11-8.el7.noarch\n--> Processing Dependency: hamcrest for package: junit-4.11-8.el7.noarch\n---> Package ldapjdk.noarch 0:4.19-5.el7 will be installed\n---> Package libipa_hbac.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package libsmbclient.x86_64 0:4.10.16-25.el7_9 will be installed\n---> Package log4j.noarch 0:1.2.17-18.el7_4 will be installed\n--> Processing Dependency: mvn(org.apache.geronimo.specs:geronimo-jms_1.1_spec) for package: log4j-1.2.17-18.el7_4.noarch\n--> Processing Dependency: mvn(javax.mail:mail) for package: log4j-1.2.17-18.el7_4.noarch\n---> Package nuxwdog.x86_64 0:1.0.5-1.el7 will be installed\n---> Package python-cffi.x86_64 0:1.6.0-5.el7 will be installed\n--> Processing Dependency: python-pycparser for package: python-cffi-1.6.0-5.el7.x86_64\n---> Package python-dateutil.noarch 0:1.5-7.el7 will be installed\n---> Package python-idna.noarch 0:2.4-1.el7 will be installed\n---> Package python-javapackages.noarch 0:3.4.1-11.el7 will be installed\n---> Package python-libipa_hbac.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package python-netaddr.noarch 0:0.7.5-9.el7 will be installed\n---> Package python-netifaces.x86_64 0:0.10.4-3.el7 will be installed\n---> Package python-qrcode-core.noarch 0:5.0.1-1.el7 will be installed\n---> Package python-sss-murmur.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package python-yubico.noarch 0:1.2.3-1.el7 will be installed\n---> Package python2-pyasn1-modules.noarch 0:0.1.9-7.el7 will be installed\n---> Package pyusb.noarch 0:1.0.0-0.11.b1.el7 will be installed\n---> Package resteasy-base-atom-provider.noarch 0:3.0.6-4.el7 will be installed\n--> Processing Dependency: mvn(com.sun.xml.bind:jaxb-impl) for package: resteasy-base-atom-provider-3.0.6-4.el7.noarch\n---> Package resteasy-base-client.noarch 0:3.0.6-4.el7 will be installed\n---> Package resteasy-base-jackson-provider.noarch 0:3.0.6-4.el7 will be installed\n--> Processing Dependency: mvn(org.codehaus.jackson:jackson-xc) for package: resteasy-base-jackson-provider-3.0.6-4.el7.noarch\n--> Processing Dependency: mvn(org.codehaus.jackson:jackson-mapper-asl) for package: resteasy-base-jackson-provider-3.0.6-4.el7.noarch\n--> Processing Dependency: mvn(org.codehaus.jackson:jackson-jaxrs) for package: resteasy-base-jackson-provider-3.0.6-4.el7.noarch\n--> Processing Dependency: mvn(org.codehaus.jackson:jackson-core-asl) for package: resteasy-base-jackson-provider-3.0.6-4.el7.noarch\n---> Package resteasy-base-jaxb-provider.noarch 0:3.0.6-4.el7 will be installed\n---> Package resteasy-base-jaxrs.noarch 0:3.0.6-4.el7 will be installed\n--> Processing Dependency: mvn(org.scannotation:scannotation) for package: resteasy-base-jaxrs-3.0.6-4.el7.noarch\n--> Processing Dependency: mvn(org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec) for package: resteasy-base-jaxrs-3.0.6-4.el7.noarch\n--> Processing Dependency: mvn(org.apache.httpcomponents:httpclient) for package: resteasy-base-jaxrs-3.0.6-4.el7.noarch\n---> Package resteasy-base-jaxrs-api.noarch 0:3.0.6-4.el7 will be installed\n---> Package slf4j.noarch 0:1.7.4-4.el7_4 will be installed\n--> Processing Dependency: mvn(ch.qos.cal10n:cal10n-api) for package: slf4j-1.7.4-4.el7_4.noarch\n---> Package sssd-common-pac.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package sssd-krb5-common.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package tomcat-lib.noarch 0:7.0.76-16.el7_9 will be installed\n--> Processing Dependency: tomcat-jsp-2.2-api = 7.0.76-16.el7_9 for package: tomcat-lib-7.0.76-16.el7_9.noarch\n--> Processing Dependency: tomcat-el-2.2-api = 7.0.76-16.el7_9 for package: tomcat-lib-7.0.76-16.el7_9.noarch\n--> Processing Dependency: ecj >= 1:4.2.1 for package: tomcat-lib-7.0.76-16.el7_9.noarch\n---> Package tomcat-servlet-3.0-api.noarch 0:7.0.76-16.el7_9 will be installed\n---> Package xalan-j2.noarch 0:2.7.1-23.el7 will be installed\n---> Package xml-commons-apis.noarch 0:1.4.01-16.el7 will be installed\n---> Package xml-commons-resolver.noarch 0:1.2-15.el7 will be installed\n--> Running transaction check\n---> Package avalon-framework.noarch 0:4.3-10.el7 will be installed\n---> Package avalon-logkit.noarch 0:2.1-14.el7 will be installed\n---> Package cal10n.noarch 0:0.7.7-4.el7 will be installed\n---> Package dom4j.noarch 0:1.6.1-20.el7 will be installed\n--> Processing Dependency: xpp3 for package: dom4j-1.6.1-20.el7.noarch\n--> Processing Dependency: ws-jaxme for package: dom4j-1.6.1-20.el7.noarch\n--> Processing Dependency: relaxngDatatype for package: dom4j-1.6.1-20.el7.noarch\n--> Processing Dependency: msv-xsdlib for package: dom4j-1.6.1-20.el7.noarch\n--> Processing Dependency: msv-msv for package: dom4j-1.6.1-20.el7.noarch\n--> Processing Dependency: isorelax for package: dom4j-1.6.1-20.el7.noarch\n--> Processing Dependency: bea-stax-api for package: dom4j-1.6.1-20.el7.noarch\n--> Processing Dependency: bea-stax for package: dom4j-1.6.1-20.el7.noarch\n---> Package ecj.x86_64 1:4.5.2-3.el7 will be installed\n---> Package fontconfig.x86_64 0:2.13.0-4.3.el7 will be installed\n--> Processing Dependency: dejavu-sans-fonts for package: fontconfig-2.13.0-4.3.el7.x86_64\n---> Package geronimo-jms.noarch 0:1.1.1-19.el7 will be installed\n---> Package geronimo-jta.noarch 0:1.1.1-17.el7 will be installed\n---> Package giflib.x86_64 0:4.1.6-9.el7 will be installed\n--> Processing Dependency: libSM.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64\n--> Processing Dependency: libICE.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64\n---> Package glassfish-jaxb.noarch 0:2.2.5-6.el7 will be installed\n--> Processing Dependency: xsom for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: txw2 for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: stax-ex for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: rngom for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: jing for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: istack-commons for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: glassfish-jaxb-api for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: glassfish-fastinfoset for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: glassfish-dtd-parser for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: codemodel for package: glassfish-jaxb-2.2.5-6.el7.noarch\n---> Package gtk2.x86_64 0:2.24.31-1.el7 will be installed\n--> Processing Dependency: pango >= 1.20.0-1 for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libtiff >= 3.6.1 for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libXrandr >= 1.2.99.4-2 for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: atk >= 1.29.4-2 for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: gtk-update-icon-cache for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libpangoft2-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libpango-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libcairo.so.2()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libatk-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libXrandr.so.2()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libXinerama.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libXfixes.so.3()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libXdamage.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n---> Package hamcrest.noarch 0:1.3-6.el7 will be installed\n--> Processing Dependency: qdox for package: hamcrest-1.3-6.el7.noarch\n--> Processing Dependency: easymock2 for package: hamcrest-1.3-6.el7.noarch\n---> Package httpcomponents-client.noarch 0:4.2.5-5.el7_0 will be installed\n--> Processing Dependency: mvn(org.apache.httpcomponents:httpcore) for package: httpcomponents-client-4.2.5-5.el7_0.noarch\n---> Package jackson.noarch 0:1.9.4-7.el7 will be installed\n--> Processing Dependency: stax2-api >= 3.1.1 for package: jackson-1.9.4-7.el7.noarch\n--> Processing Dependency: objectweb-asm >= 3.3 for package: jackson-1.9.4-7.el7.noarch\n--> Processing Dependency: jsr-311 >= 1.1.1 for package: jackson-1.9.4-7.el7.noarch\n--> Processing Dependency: joda-time >= 1.6.2 for package: jackson-1.9.4-7.el7.noarch\n---> Package javamail.noarch 0:1.4.6-8.el7 will be installed\n---> Package jboss-annotations-1.1-api.noarch 0:1.0.1-0.6.20120212git76e1a2.el7 will be installed\n---> Package libX11.x86_64 0:1.6.7-4.el7_9 will be installed\n--> Processing Dependency: libX11-common >= 1.6.7-4.el7_9 for package: libX11-1.6.7-4.el7_9.x86_64\n--> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.7-4.el7_9.x86_64\n---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed\n---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed\n---> Package libXi.x86_64 0:1.7.9-1.el7 will be installed\n---> Package libXrender.x86_64 0:0.9.10-1.el7 will be installed\n---> Package libXtst.x86_64 0:1.2.3-1.el7 will be installed\n---> Package python-pycparser.noarch 0:2.14-1.el7 will be installed\n--> Processing Dependency: python-ply for package: python-pycparser-2.14-1.el7.noarch\n---> Package regexp.noarch 0:1.5-13.el7 will be installed\n---> Package scannotation.noarch 0:1.0.3-0.7.r12.el7 will be installed\n---> Package tomcat-el-2.2-api.noarch 0:7.0.76-16.el7_9 will be installed\n---> Package tomcat-jsp-2.2-api.noarch 0:7.0.76-16.el7_9 will be installed\n---> Package xerces-j2.noarch 0:2.11.0-17.el7_0 will be installed\n---> Package xorg-x11-fonts-Type1.noarch 0:7.5-9.el7 will be installed\n--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch\n--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch\n--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch\n--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch\n--> Running transaction check\n---> Package atk.x86_64 0:2.28.1-2.el7 will be installed\n---> Package bea-stax.noarch 0:1.2.0-9.el7 will be installed\n---> Package bea-stax-api.noarch 0:1.2.0-9.el7 will be installed\n---> Package cairo.x86_64 0:1.15.12-4.el7 will be installed\n--> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.15.12-4.el7.x86_64\n--> Processing Dependency: libGL.so.1()(64bit) for package: cairo-1.15.12-4.el7.x86_64\n--> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.15.12-4.el7.x86_64\n---> Package codemodel.noarch 0:2.6-9.el7 will be installed\n--> Processing Dependency: jvnet-parent for package: codemodel-2.6-9.el7.noarch\n---> Package dejavu-sans-fonts.noarch 0:2.33-6.el7 will be installed\n--> Processing Dependency: dejavu-fonts-common = 2.33-6.el7 for package: dejavu-sans-fonts-2.33-6.el7.noarch\n---> Package easymock2.noarch 0:2.5.2-12.el7 will be installed\n---> Package gdk-pixbuf2.x86_64 0:2.36.12-3.el7 will be installed\n--> Processing Dependency: libjasper.so.1()(64bit) for package: gdk-pixbuf2-2.36.12-3.el7.x86_64\n---> Package glassfish-dtd-parser.noarch 0:1.2-0.8.20120120svn.el7 will be installed\n---> Package glassfish-fastinfoset.noarch 0:1.2.12-9.el7 will be installed\n---> Package glassfish-jaxb-api.noarch 0:2.2.7-4.el7 will be installed\n---> Package gtk-update-icon-cache.x86_64 0:3.22.30-8.el7_9 will be installed\n---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed\n---> Package httpcomponents-core.noarch 0:4.2.4-6.el7 will be installed\n---> Package isorelax.noarch 1:0-0.15.release20050331.el7 will be installed\n---> Package istack-commons.noarch 0:2.17-4.el7 will be installed\n---> Package jing.noarch 0:20091111-14.el7 will be installed\n---> Package joda-time.noarch 0:2.2-3.tzdata2013c.el7 will be installed\n--> Processing Dependency: mvn(org.joda:joda-convert) for package: joda-time-2.2-3.tzdata2013c.el7.noarch\n---> Package jsr-311.noarch 0:1.1.1-6.el7 will be installed\n---> Package libICE.x86_64 0:1.0.9-9.el7 will be installed\n---> Package libSM.x86_64 0:1.2.2-2.el7 will be installed\n---> Package libX11-common.noarch 0:1.6.7-4.el7_9 will be installed\n---> Package libXcursor.x86_64 0:1.1.15-1.el7 will be installed\n---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed\n---> Package libXfixes.x86_64 0:5.0.3-1.el7 will be installed\n---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed\n---> Package libXrandr.x86_64 0:1.5.1-2.el7 will be installed\n---> Package libtiff.x86_64 0:4.0.3-35.el7 will be installed\n--> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-35.el7.x86_64\n---> Package libxcb.x86_64 0:1.13-1.el7 will be installed\n--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.13-1.el7.x86_64\n---> Package msv-msv.noarch 1:2013.5.1-7.el7 will be installed\n---> Package msv-xsdlib.noarch 1:2013.5.1-7.el7 will be installed\n---> Package objectweb-asm.noarch 0:3.3.1-9.el7 will be installed\n---> Package pango.x86_64 0:1.42.4-4.el7_7 will be installed\n--> Processing Dependency: libthai(x86-64) >= 0.1.9 for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: libXft(x86-64) >= 2.0.0 for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: harfbuzz(x86-64) >= 1.4.2 for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: fribidi(x86-64) >= 1.0 for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: libfribidi.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.42.4-4.el7_7.x86_64\n---> Package python-ply.noarch 0:3.4-11.el7 will be installed\n---> Package qdox.noarch 0:1.12.1-10.el7 will be installed\n---> Package relaxngDatatype.noarch 0:1.0-11.el7 will be installed\n---> Package rngom.noarch 0:201103-0.8.20120119svn.el7 will be installed\n---> Package stax-ex.noarch 0:1.7.1-6.el7 will be installed\n---> Package stax2-api.noarch 0:3.1.1-10.el7 will be installed\n---> Package ttmkfdir.x86_64 0:3.0.9-42.el7 will be installed\n---> Package txw2.noarch 0:20110809-8.el7 will be installed\n--> Processing Dependency: args4j for package: txw2-20110809-8.el7.noarch\n---> Package ws-jaxme.noarch 0:0.5.2-10.el7 will be installed\n--> Processing Dependency: antlr for package: ws-jaxme-0.5.2-10.el7.noarch\n---> Package xorg-x11-font-utils.x86_64 1:7.5-21.el7 will be installed\n--> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-21.el7.x86_64\n---> Package xpp3.noarch 0:1.1.3.8-11.el7 will be installed\n---> Package xsom.noarch 0:0-10.20110809svn.el7 will be installed\n--> Running transaction check\n---> Package antlr-tool.noarch 0:2.7.7-30.el7 will be installed\n---> Package args4j.noarch 0:2.0.16-13.el7 will be installed\n---> Package dejavu-fonts-common.noarch 0:2.33-6.el7 will be installed\n---> Package fribidi.x86_64 0:1.0.2-1.el7_7.1 will be installed\n---> Package harfbuzz.x86_64 0:1.7.5-2.el7 will be installed\n--> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-1.7.5-2.el7.x86_64\n---> Package jasper-libs.x86_64 0:1.900.1-33.el7 will be installed\n---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed\n---> Package joda-convert.noarch 0:1.3-5.el7 will be installed\n---> Package jvnet-parent.noarch 0:4-2.el7 will be installed\n---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed\n---> Package libXft.x86_64 0:2.3.2-2.el7 will be installed\n---> Package libfontenc.x86_64 0:1.1.3-3.el7 will be installed\n---> Package libglvnd-egl.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed\n--> Processing Dependency: libglvnd(x86-64) = 1:1.0.1-0.8.git5baa1e5.el7 for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64\n--> Processing Dependency: mesa-libEGL(x86-64) >= 13.0.4-1 for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64\n--> Processing Dependency: libGLdispatch.so.0()(64bit) for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64\n---> Package libglvnd-glx.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed\n--> Processing Dependency: mesa-libGL(x86-64) >= 13.0.4-1 for package: 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64\n---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed\n---> Package pixman.x86_64 0:0.34.0-1.el7 will be installed\n--> Running transaction check\n---> Package graphite2.x86_64 0:1.3.10-1.el7_3 will be installed\n---> Package libglvnd.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed\n---> Package mesa-libEGL.x86_64 0:18.3.4-12.el7_9 will be installed\n--> Processing Dependency: mesa-libgbm = 18.3.4-12.el7_9 for package: mesa-libEGL-18.3.4-12.el7_9.x86_64\n--> Processing Dependency: libxshmfence.so.1()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64\n--> Processing Dependency: libwayland-server.so.0()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64\n--> Processing Dependency: libwayland-client.so.0()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64\n--> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64\n--> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64\n---> Package mesa-libGL.x86_64 0:18.3.4-12.el7_9 will be installed\n--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-18.3.4-12.el7_9.x86_64\n--> Running transaction check\n---> Package libXxf86vm.x86_64 0:1.1.4-1.el7 will be installed\n---> Package libwayland-client.x86_64 0:1.15.0-1.el7 will be installed\n---> Package libwayland-server.x86_64 0:1.15.0-1.el7 will be installed\n---> Package libxshmfence.x86_64 0:1.2-1.el7 will be installed\n---> Package mesa-libgbm.x86_64 0:18.3.4-12.el7_9 will be installed\n---> Package mesa-libglapi.x86_64 0:18.3.4-12.el7_9 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository\n Size\n================================================================================\nInstalling:\n ipa-server x86_64 4.6.8-5.el7.centos.15 updates 535 k\nInstalling for dependencies:\n 389-ds-base x86_64 1.3.11.1-3.el7_9 updates 2.4 M\n 389-ds-base-libs x86_64 1.3.11.1-3.el7_9 updates 718 k\n GeoIP x86_64 1.5.0-14.el7 base 1.5 M\n antlr-tool noarch 2.7.7-30.el7 base 357 k\n apache-commons-cli noarch 1.2-13.el7 base 50 k\n apache-commons-codec noarch 1.8-7.el7 base 223 k\n apache-commons-collections noarch 3.2.1-22.el7_2 base 509 k\n apache-commons-daemon x86_64 1.0.13-7.el7 base 54 k\n apache-commons-dbcp noarch 1.4-17.el7 base 167 k\n apache-commons-io noarch 1:2.4-12.el7 base 189 k\n apache-commons-lang noarch 2.6-15.el7 base 276 k\n apache-commons-logging noarch 1.1.2-7.el7 base 78 k\n apache-commons-pool noarch 1.6-9.el7 base 113 k\n apr x86_64 1.4.8-7.el7 base 104 k\n apr-util x86_64 1.5.2-6.el7_9.1 updates 92 k\n apr-util-openssl x86_64 1.5.2-6.el7_9.1 updates 20 k\n args4j noarch 2.0.16-13.el7 base 70 k\n atk x86_64 2.28.1-2.el7 base 263 k\n augeas-libs x86_64 1.4.0-10.el7 base 357 k\n autofs x86_64 1:5.0.7-116.el7_9.1 updates 834 k\n autogen-libopts x86_64 5.18-5.el7 base 66 k\n avalon-framework noarch 4.3-10.el7 base 88 k\n avalon-logkit noarch 2.1-14.el7 base 87 k\n bcel noarch 5.2-19.el7_9 updates 470 k\n bea-stax noarch 1.2.0-9.el7 base 176 k\n bea-stax-api noarch 1.2.0-9.el7 base 31 k\n bind-libs x86_64 32:9.11.4-26.P2.el7_9.15 updates 158 k\n bind-libs-lite x86_64 32:9.11.4-26.P2.el7_9.15 updates 1.1 M\n bind-license noarch 32:9.11.4-26.P2.el7_9.15 updates 92 k\n bind-utils x86_64 32:9.11.4-26.P2.el7_9.15 updates 262 k\n c-ares x86_64 1.10.0-3.el7_9.1 updates 78 k\n cairo x86_64 1.15.12-4.el7 base 741 k\n cal10n noarch 0.7.7-4.el7 base 36 k\n certmonger x86_64 0.78.4-17.el7_9 updates 608 k\n codemodel noarch 2.6-9.el7 base 164 k\n copy-jdk-configs noarch 3.3-11.el7_9 updates 22 k\n cups-libs x86_64 1:1.6.3-52.el7_9 updates 359 k\n custodia noarch 0.3.1-4.el7 base 24 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 updates 41 k\n cyrus-sasl-md5 x86_64 2.1.26-24.el7_9 updates 57 k\n cyrus-sasl-plain x86_64 2.1.26-24.el7_9 updates 39 k\n dejavu-fonts-common noarch 2.33-6.el7 base 64 k\n dejavu-sans-fonts noarch 2.33-6.el7 base 1.4 M\n dom4j noarch 1.6.1-20.el7 base 277 k\n easymock2 noarch 2.5.2-12.el7 base 92 k\n ecj x86_64 1:4.5.2-3.el7 base 1.9 M\n fontawesome-fonts noarch 4.1.0-2.el7 base 137 k\n fontconfig x86_64 2.13.0-4.3.el7 base 254 k\n fontpackages-filesystem noarch 1.44-8.el7 base 9.9 k\n fribidi x86_64 1.0.2-1.el7_7.1 base 79 k\n gdk-pixbuf2 x86_64 2.36.12-3.el7 base 570 k\n geoipupdate x86_64 2.5.0-2.el7 updates 35 k\n geronimo-jms noarch 1.1.1-19.el7 base 31 k\n geronimo-jta noarch 1.1.1-17.el7 base 20 k\n giflib x86_64 4.1.6-9.el7 base 40 k\n glassfish-dtd-parser noarch 1.2-0.8.20120120svn.el7 base 70 k\n glassfish-fastinfoset noarch 1.2.12-9.el7 base 272 k\n glassfish-jaxb noarch 2.2.5-6.el7 base 1.8 M\n glassfish-jaxb-api noarch 2.2.7-4.el7 base 92 k\n gnutls x86_64 3.3.29-9.el7_6 base 680 k\n gperftools-libs x86_64 2.6.1-1.el7 base 272 k\n graphite2 x86_64 1.3.10-1.el7_3 base 115 k\n gtk-update-icon-cache x86_64 3.22.30-8.el7_9 updates 27 k\n gtk2 x86_64 2.24.31-1.el7 base 3.4 M\n hamcrest noarch 1.3-6.el7 base 124 k\n harfbuzz x86_64 1.7.5-2.el7 base 267 k\n hesiod x86_64 3.2.1-3.el7 base 30 k\n hicolor-icon-theme noarch 0.12-7.el7 base 42 k\n hsqldb noarch 1:1.8.1.3-15.el7_9 updates 951 k\n http-parser x86_64 2.7.1-9.el7 base 29 k\n httpcomponents-client noarch 4.2.5-5.el7_0 base 425 k\n httpcomponents-core noarch 4.2.4-6.el7 base 466 k\n httpd x86_64 2.4.6-99.el7.centos.1 updates 2.7 M\n httpd-tools x86_64 2.4.6-99.el7.centos.1 updates 94 k\n ipa-client x86_64 4.6.8-5.el7.centos.15 updates 292 k\n ipa-client-common noarch 4.6.8-5.el7.centos.15 updates 197 k\n ipa-common noarch 4.6.8-5.el7.centos.15 updates 624 k\n ipa-server-common noarch 4.6.8-5.el7.centos.15 updates 714 k\n isorelax noarch 1:0-0.15.release20050331.el7 base 75 k\n istack-commons noarch 2.17-4.el7 base 100 k\n jackson noarch 1.9.4-7.el7 base 1.0 M\n jakarta-commons-httpclient noarch 1:3.1-16.el7_0 base 241 k\n jakarta-oro noarch 2.0.8-16.el7 base 78 k\n jasper-libs x86_64 1.900.1-33.el7 base 150 k\n java-1.8.0-openjdk x86_64 1:1.8.0.392.b08-2.el7_9 updates 319 k\n java-1.8.0-openjdk-headless x86_64 1:1.8.0.392.b08-2.el7_9 updates 33 M\n javamail noarch 1.4.6-8.el7 base 758 k\n javapackages-tools noarch 3.4.1-11.el7 base 73 k\n javassist noarch 3.16.1-10.el7 base 627 k\n jaxen noarch 1.1.3-11.el7 base 204 k\n jbigkit-libs x86_64 2.0-11.el7 base 46 k\n jboss-annotations-1.1-api noarch 1.0.1-0.6.20120212git76e1a2.el7\n base 20 k\n jdom noarch 1.1.3-6.el7 base 174 k\n jing noarch 20091111-14.el7 base 611 k\n joda-convert noarch 1.3-5.el7 base 46 k\n joda-time noarch 2.2-3.tzdata2013c.el7 base 484 k\n jsr-311 noarch 1.1.1-6.el7 base 45 k\n jss x86_64 4.4.9-3.el7 base 1.1 M\n junit noarch 4.11-8.el7 base 261 k\n jvnet-parent noarch 4-2.el7 base 10 k\n krb5-pkinit x86_64 1.15.1-55.el7_9 updates 167 k\n krb5-server x86_64 1.15.1-55.el7_9 updates 1.0 M\n krb5-workstation x86_64 1.15.1-55.el7_9 updates 821 k\n ldapjdk noarch 4.19-5.el7 base 317 k\n libICE x86_64 1.0.9-9.el7 base 66 k\n libSM x86_64 1.2.2-2.el7 base 39 k\n libX11 x86_64 1.6.7-4.el7_9 updates 607 k\n libX11-common noarch 1.6.7-4.el7_9 updates 164 k\n libXau x86_64 1.0.8-2.1.el7 base 29 k\n libXcomposite x86_64 0.4.4-4.1.el7 base 22 k\n libXcursor x86_64 1.1.15-1.el7 base 30 k\n libXdamage x86_64 1.1.4-4.1.el7 base 20 k\n libXext x86_64 1.3.3-3.el7 base 39 k\n libXfixes x86_64 5.0.3-1.el7 base 18 k\n libXft x86_64 2.3.2-2.el7 base 58 k\n libXi x86_64 1.7.9-1.el7 base 40 k\n libXinerama x86_64 1.1.3-2.1.el7 base 14 k\n libXrandr x86_64 1.5.1-2.el7 base 27 k\n libXrender x86_64 0.9.10-1.el7 base 26 k\n libXtst x86_64 1.2.3-1.el7 base 20 k\n libXxf86vm x86_64 1.1.4-1.el7 base 18 k\n libdhash x86_64 0.5.0-32.el7 base 29 k\n libfontenc x86_64 1.1.3-3.el7 base 31 k\n libglvnd x86_64 1:1.0.1-0.8.git5baa1e5.el7 base 89 k\n libglvnd-egl x86_64 1:1.0.1-0.8.git5baa1e5.el7 base 44 k\n libglvnd-glx x86_64 1:1.0.1-0.8.git5baa1e5.el7 base 125 k\n libicu x86_64 50.2-4.el7_7 base 6.9 M\n libipa_hbac x86_64 1.16.5-10.el7_9.15 updates 159 k\n libjpeg-turbo x86_64 1.2.90-8.el7 base 135 k\n libkadm5 x86_64 1.15.1-55.el7_9 updates 180 k\n libldb x86_64 1.5.4-2.el7 updates 149 k\n libsmbclient x86_64 4.10.16-25.el7_9 updates 146 k\n libsss_autofs x86_64 1.16.5-10.el7_9.15 updates 160 k\n libsss_certmap x86_64 1.16.5-10.el7_9.15 updates 193 k\n libsss_idmap x86_64 1.16.5-10.el7_9.15 updates 163 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.15 updates 170 k\n libsss_sudo x86_64 1.16.5-10.el7_9.15 updates 159 k\n libtalloc x86_64 2.1.16-1.el7 base 33 k\n libtdb x86_64 1.3.18-1.el7 base 49 k\n libtevent x86_64 0.9.39-1.el7 base 41 k\n libthai x86_64 0.1.14-9.el7 base 187 k\n libtiff x86_64 4.0.3-35.el7 base 172 k\n libwayland-client x86_64 1.15.0-1.el7 base 33 k\n libwayland-server x86_64 1.15.0-1.el7 base 39 k\n libwbclient x86_64 4.10.16-25.el7_9 updates 117 k\n libxcb x86_64 1.13-1.el7 base 214 k\n libxshmfence x86_64 1.2-1.el7 base 7.2 k\n lksctp-tools x86_64 1.0.17-2.el7 base 88 k\n log4j noarch 1.2.17-18.el7_4 updates 445 k\n mesa-libEGL x86_64 18.3.4-12.el7_9 updates 110 k\n mesa-libGL x86_64 18.3.4-12.el7_9 updates 166 k\n mesa-libgbm x86_64 18.3.4-12.el7_9 updates 39 k\n mesa-libglapi x86_64 18.3.4-12.el7_9 updates 46 k\n mod_auth_gssapi x86_64 1.5.1-7.el7 base 67 k\n mod_lookup_identity x86_64 1.0.0-1.el7 base 24 k\n mod_nss x86_64 1.0.14-12.el7 base 113 k\n mod_session x86_64 2.4.6-99.el7.centos.1 updates 64 k\n mod_wsgi x86_64 3.4-18.el7 base 77 k\n msv-msv noarch 1:2013.5.1-7.el7 base 3.7 M\n msv-xsdlib noarch 1:2013.5.1-7.el7 base 1.1 M\n nettle x86_64 2.7.1-9.el7_9 updates 328 k\n ntp x86_64 4.2.6p5-29.el7.centos.2 base 549 k\n nuxwdog x86_64 1.0.5-1.el7 base 46 k\n nuxwdog-client-java x86_64 1.0.5-1.el7 base 12 k\n objectweb-asm noarch 3.3.1-9.el7 base 197 k\n oddjob x86_64 0.31.5-4.el7 base 69 k\n oddjob-mkhomedir x86_64 0.31.5-4.el7 base 38 k\n open-sans-fonts noarch 1.10-1.el7 base 475 k\n openldap-clients x86_64 2.4.44-25.el7_9 updates 191 k\n pango x86_64 1.42.4-4.el7_7 base 280 k\n pcsc-lite-libs x86_64 1.8.8-8.el7 base 34 k\n perl-Archive-Tar noarch 1.92-3.el7 base 73 k\n perl-DB_File x86_64 1.830-6.el7 base 74 k\n perl-Mozilla-LDAP x86_64 1.5.3-12.el7 base 147 k\n perl-NetAddr-IP x86_64 4.069-3.el7 base 125 k\n perl-Package-Constants noarch 1:0.02-299.el7_9 updates 46 k\n pixman x86_64 0.34.0-1.el7 base 248 k\n pki-base noarch 10.5.18-27.el7_9 updates 442 k\n pki-base-java noarch 10.5.18-27.el7_9 updates 1.2 M\n pki-ca noarch 10.5.18-27.el7_9 updates 498 k\n pki-kra noarch 10.5.18-27.el7_9 updates 320 k\n pki-server noarch 10.5.18-27.el7_9 updates 3.0 M\n pki-tools x86_64 10.5.18-27.el7_9 updates 780 k\n python-augeas noarch 0.5.0-2.el7 base 25 k\n python-cffi x86_64 1.6.0-5.el7 base 218 k\n python-custodia noarch 0.3.1-4.el7 base 115 k\n python-dateutil noarch 1.5-7.el7 base 85 k\n python-dns noarch 1.12.0-4.20150617git465785f.el7\n base 233 k\n python-gssapi x86_64 1.2.0-3.el7 base 322 k\n python-idna noarch 2.4-1.el7 base 94 k\n python-javapackages noarch 3.4.1-11.el7 base 31 k\n python-jwcrypto noarch 0.4.2-1.el7 base 57 k\n python-kdcproxy noarch 0.3.2-3.el7 base 28 k\n python-ldap x86_64 2.4.15-2.el7 base 159 k\n python-libipa_hbac x86_64 1.16.5-10.el7_9.15 updates 152 k\n python-netaddr noarch 0.7.5-9.el7 base 983 k\n python-netifaces x86_64 0.10.4-3.el7 base 17 k\n python-nss x86_64 0.16.0-3.el7 base 266 k\n python-ply noarch 3.4-11.el7 base 123 k\n python-pycparser noarch 2.14-1.el7 base 104 k\n python-qrcode-core noarch 5.0.1-1.el7 base 40 k\n python-sss-murmur x86_64 1.16.5-10.el7_9.15 updates 141 k\n python-sssdconfig noarch 1.16.5-10.el7_9.15 updates 182 k\n python-yubico noarch 1.2.3-1.el7 base 47 k\n python2-cryptography x86_64 1.7.2-2.el7 base 502 k\n python2-ipaclient noarch 4.6.8-5.el7.centos.15 updates 707 k\n python2-ipalib noarch 4.6.8-5.el7.centos.15 updates 689 k\n python2-ipaserver noarch 4.6.8-5.el7.centos.15 updates 1.5 M\n python2-pyasn1 noarch 0.1.9-7.el7 base 100 k\n python2-pyasn1-modules noarch 0.1.9-7.el7 base 59 k\n pyusb noarch 1.0.0-0.11.b1.el7 base 66 k\n qdox noarch 1.12.1-10.el7 base 170 k\n regexp noarch 1.5-13.el7 base 47 k\n relaxngDatatype noarch 1.0-11.el7 base 15 k\n resteasy-base-atom-provider noarch 3.0.6-4.el7 base 41 k\n resteasy-base-client noarch 3.0.6-4.el7 base 125 k\n resteasy-base-jackson-provider\n noarch 3.0.6-4.el7 base 13 k\n resteasy-base-jaxb-provider noarch 3.0.6-4.el7 base 65 k\n resteasy-base-jaxrs noarch 3.0.6-4.el7 base 728 k\n resteasy-base-jaxrs-api noarch 3.0.6-4.el7 base 96 k\n rngom noarch 201103-0.8.20120119svn.el7 base 266 k\n samba-client-libs x86_64 4.10.16-25.el7_9 updates 5.0 M\n samba-common noarch 4.10.16-25.el7_9 updates 219 k\n samba-common-libs x86_64 4.10.16-25.el7_9 updates 183 k\n scannotation noarch 1.0.3-0.7.r12.el7 base 23 k\n slapi-nis x86_64 0.60.0-3.el7_9 updates 151 k\n slf4j noarch 1.7.4-4.el7_4 base 170 k\n softhsm x86_64 2.1.0-3.el7 base 291 k\n sssd x86_64 1.16.5-10.el7_9.15 updates 150 k\n sssd-ad x86_64 1.16.5-10.el7_9.15 updates 306 k\n sssd-client x86_64 1.16.5-10.el7_9.15 updates 230 k\n sssd-common x86_64 1.16.5-10.el7_9.15 updates 1.5 M\n sssd-common-pac x86_64 1.16.5-10.el7_9.15 updates 224 k\n sssd-dbus x86_64 1.16.5-10.el7_9.15 updates 262 k\n sssd-ipa x86_64 1.16.5-10.el7_9.15 updates 387 k\n sssd-krb5 x86_64 1.16.5-10.el7_9.15 updates 192 k\n sssd-krb5-common x86_64 1.16.5-10.el7_9.15 updates 226 k\n sssd-ldap x86_64 1.16.5-10.el7_9.15 updates 286 k\n sssd-proxy x86_64 1.16.5-10.el7_9.15 updates 186 k\n stax-ex noarch 1.7.1-6.el7 base 33 k\n stax2-api noarch 3.1.1-10.el7 base 165 k\n svrcore x86_64 4.1.3-2.el7 base 19 k\n systemd-python x86_64 219-78.el7_9.7 updates 146 k\n tomcat noarch 7.0.76-16.el7_9 updates 93 k\n tomcat-el-2.2-api noarch 7.0.76-16.el7_9 updates 83 k\n tomcat-jsp-2.2-api noarch 7.0.76-16.el7_9 updates 96 k\n tomcat-lib noarch 7.0.76-16.el7_9 updates 3.9 M\n tomcat-servlet-3.0-api noarch 7.0.76-16.el7_9 updates 214 k\n tomcatjss noarch 7.2.5-1.el7 base 39 k\n trousers x86_64 0.3.14-2.el7 base 289 k\n ttmkfdir x86_64 3.0.9-42.el7 base 48 k\n txw2 noarch 20110809-8.el7 base 134 k\n tzdata-java noarch 2023c-1.el7 updates 186 k\n velocity noarch 1.7-10.el7 base 414 k\n words noarch 3.0-22.el7 base 1.4 M\n ws-jaxme noarch 0.5.2-10.el7 base 1.1 M\n xalan-j2 noarch 2.7.1-23.el7 base 1.9 M\n xerces-j2 noarch 2.11.0-17.el7_0 base 1.1 M\n xml-commons-apis noarch 1.4.01-16.el7 base 227 k\n xml-commons-resolver noarch 1.2-15.el7 base 108 k\n xmlrpc-c x86_64 1.32.5-1905.svn2451.el7 base 130 k\n xmlrpc-c-client x86_64 1.32.5-1905.svn2451.el7 base 32 k\n xorg-x11-font-utils x86_64 1:7.5-21.el7 base 104 k\n xorg-x11-fonts-Type1 noarch 7.5-9.el7 base 521 k\n xpp3 noarch 1.1.3.8-11.el7 base 336 k\n xsom noarch 0-10.20110809svn.el7 base 380 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+266 Dependent packages)\n\nTotal download size: 131 M\nInstalled size: 355 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 7.2 MB/s | 131 MB 00:18 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libtalloc-2.1.16-1.el7.x86_64 1/267 \n Installing : libtevent-0.9.39-1.el7.x86_64 2/267 \n Installing : libtdb-1.3.18-1.el7.x86_64 3/267 \n Installing : libldb-1.5.4-2.el7.x86_64 4/267 \n Installing : libsss_certmap-1.16.5-10.el7_9.15.x86_64 5/267 \n Installing : libdhash-0.5.0-32.el7.x86_64 6/267 \n Installing : libsss_idmap-1.16.5-10.el7_9.15.x86_64 7/267 \n Installing : python-ldap-2.4.15-2.el7.x86_64 8/267 \n Installing : python2-pyasn1-0.1.9-7.el7.noarch 9/267 \n Installing : libjpeg-turbo-1.2.90-8.el7.x86_64 10/267 \n Installing : 1:cups-libs-1.6.3-52.el7_9.x86_64 11/267 \n Installing : ipa-common-4.6.8-5.el7.centos.15.noarch 12/267 \n Installing : python-dns-1.12.0-4.20150617git465785f.el7.noarch 13/267 \n Installing : python-gssapi-1.2.0-3.el7.x86_64 14/267 \n Installing : fontpackages-filesystem-1.44-8.el7.noarch 15/267 \n Installing : openldap-clients-2.4.44-25.el7_9.x86_64 16/267 \n Installing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 17/267 \n Installing : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 18/267 \n Installing : ipa-client-common-4.6.8-5.el7.centos.15.noarch 19/267 \n Installing : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64 20/267 \n Installing : mesa-libglapi-18.3.4-12.el7_9.x86_64 21/267 \n Installing : samba-common-4.10.16-25.el7_9.noarch 22/267 \n Installing : apr-1.4.8-7.el7.x86_64 23/267 \n Installing : apr-util-1.5.2-6.el7_9.1.x86_64 24/267 \n Installing : python-sssdconfig-1.16.5-10.el7_9.15.noarch 25/267 \n Installing : xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64 26/267 \n Installing : certmonger-0.78.4-17.el7_9.x86_64 27/267 \n Installing : libkadm5-1.15.1-55.el7_9.x86_64 28/267 \n Installing : 1:libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64 29/267 \n Installing : svrcore-4.1.3-2.el7.x86_64 30/267 \n Installing : oddjob-0.31.5-4.el7.x86_64 31/267 \n Installing : libsss_autofs-1.16.5-10.el7_9.15.x86_64 32/267 \n Installing : pyusb-1.0.0-0.11.b1.el7.noarch 33/267 \n Installing : 32:bind-license-9.11.4-26.P2.el7_9.15.noarch 34/267 \n Installing : libICE-1.0.9-9.el7.x86_64 35/267 \n Installing : gperftools-libs-2.6.1-1.el7.x86_64 36/267 \n Installing : libipa_hbac-1.16.5-10.el7_9.15.x86_64 37/267 \n Installing : libwayland-server-1.15.0-1.el7.x86_64 38/267 \n Installing : libxshmfence-1.2-1.el7.x86_64 39/267 \n Installing : systemd-python-219-78.el7_9.7.x86_64 40/267 \n Installing : python-nss-0.16.0-3.el7.x86_64 41/267 \n Installing : mesa-libgbm-18.3.4-12.el7_9.x86_64 42/267 \n Installing : python-libipa_hbac-1.16.5-10.el7_9.15.x86_64 43/267 \n Installing : 389-ds-base-libs-1.3.11.1-3.el7_9.x86_64 44/267 \n Installing : libSM-1.2.2-2.el7.x86_64 45/267 \n Installing : python-yubico-1.2.3-1.el7.noarch 46/267 \n Installing : oddjob-mkhomedir-0.31.5-4.el7.x86_64 47/267 \n Installing : krb5-workstation-1.15.1-55.el7_9.x86_64 48/267 \n Installing : apr-util-openssl-1.5.2-6.el7_9.1.x86_64 49/267 \n Installing : httpd-tools-2.4.6-99.el7.centos.1.x86_64 50/267 \n Installing : httpd-2.4.6-99.el7.centos.1.x86_64 51/267 \n Installing : mod_session-2.4.6-99.el7.centos.1.x86_64 52/267 \n Installing : mod_wsgi-3.4-18.el7.x86_64 53/267 \n Installing : mod_nss-1.0.14-12.el7.x86_64 54/267 \n\nmod_nss certificate database generated.\n\n Installing : mod_lookup_identity-1.0.0-1.el7.x86_64 55/267 \n Installing : mod_auth_gssapi-1.5.1-7.el7.x86_64 56/267 \n Installing : sssd-client-1.16.5-10.el7_9.15.x86_64 57/267 \n Installing : fontawesome-fonts-4.1.0-2.el7.noarch 58/267 \n Installing : open-sans-fonts-1.10-1.el7.noarch 59/267 \n Installing : dejavu-fonts-common-2.33-6.el7.noarch 60/267 \n Installing : dejavu-sans-fonts-2.33-6.el7.noarch 61/267 \n Installing : fontconfig-2.13.0-4.3.el7.x86_64 62/267 \n Installing : python-kdcproxy-0.3.2-3.el7.noarch 63/267 \n Installing : jasper-libs-1.900.1-33.el7.x86_64 64/267 \n Installing : python2-pyasn1-modules-0.1.9-7.el7.noarch 65/267 \n Installing : geoipupdate-2.5.0-2.el7.x86_64 66/267 \n Installing : GeoIP-1.5.0-14.el7.x86_64 67/267 \n Installing : 32:bind-libs-lite-9.11.4-26.P2.el7_9.15.x86_64 68/267 \n Installing : 32:bind-libs-9.11.4-26.P2.el7_9.15.x86_64 69/267 \n Installing : 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64 70/267 \n Installing : libfontenc-1.1.3-3.el7.x86_64 71/267 \n Installing : 1:xorg-x11-font-utils-7.5-21.el7.x86_64 72/267 \n Installing : python-sss-murmur-1.16.5-10.el7_9.15.x86_64 73/267 \n Installing : libX11-common-1.6.7-4.el7_9.noarch 74/267 \n Installing : jbigkit-libs-2.0-11.el7.x86_64 75/267 \n Installing : libtiff-4.0.3-35.el7.x86_64 76/267 \n Installing : tzdata-java-2023c-1.el7.noarch 77/267 \n Installing : softhsm-2.1.0-3.el7.x86_64 78/267 \n Installing : perl-NetAddr-IP-4.069-3.el7.x86_64 79/267 \n Installing : nuxwdog-1.0.5-1.el7.x86_64 80/267 \n Installing : python-netaddr-0.7.5-9.el7.noarch 81/267 \n Installing : c-ares-1.10.0-3.el7_9.1.x86_64 82/267 \n Installing : python-netifaces-0.10.4-3.el7.x86_64 83/267 \n Installing : nettle-2.7.1-9.el7_9.x86_64 84/267 \n Installing : python-ply-3.4-11.el7.noarch 85/267 \n Installing : python-pycparser-2.14-1.el7.noarch 86/267 \n Installing : python-cffi-1.6.0-5.el7.x86_64 87/267 \n Installing : fribidi-1.0.2-1.el7_7.1.x86_64 88/267 \n Installing : 1:perl-Package-Constants-0.02-299.el7_9.noarch 89/267 \n Installing : perl-Archive-Tar-1.92-3.el7.noarch 90/267 \n Installing : hicolor-icon-theme-0.12-7.el7.noarch 91/267 \n Installing : ttmkfdir-3.0.9-42.el7.x86_64 92/267 \n Installing : xorg-x11-fonts-Type1-7.5-9.el7.noarch 93/267 \n Installing : libwayland-client-1.15.0-1.el7.x86_64 94/267 \n Installing : augeas-libs-1.4.0-10.el7.x86_64 95/267 \n Installing : python-augeas-0.5.0-2.el7.noarch 96/267 \n Installing : copy-jdk-configs-3.3-11.el7_9.noarch 97/267 \n Installing : atk-2.28.1-2.el7.x86_64 98/267 \n Installing : python-dateutil-1.5-7.el7.noarch 99/267 \n Installing : graphite2-1.3.10-1.el7_3.x86_64 100/267 \n Installing : harfbuzz-1.7.5-2.el7.x86_64 101/267 \n Installing : http-parser-2.7.1-9.el7.x86_64 102/267 \n Installing : perl-DB_File-1.830-6.el7.x86_64 103/267 \n Installing : cyrus-sasl-plain-2.1.26-24.el7_9.x86_64 104/267 \n Installing : python-idna-2.4-1.el7.noarch 105/267 \n Installing : python2-cryptography-1.7.2-2.el7.x86_64 106/267 \n Installing : pki-base-10.5.18-27.el7_9.noarch 107/267 \n Installing : python-jwcrypto-0.4.2-1.el7.noarch 108/267 \n Installing : python-custodia-0.3.1-4.el7.noarch 109/267 \n Installing : custodia-0.3.1-4.el7.noarch 110/267 \n Installing : ipa-server-common-4.6.8-5.el7.centos.15.noarch 111/267 \n Installing : libicu-50.2-4.el7_7.x86_64 112/267 \n Installing : libthai-0.1.14-9.el7.x86_64 113/267 \n Installing : libsss_sudo-1.16.5-10.el7_9.15.x86_64 114/267 \n Installing : perl-Mozilla-LDAP-1.5.3-12.el7.x86_64 115/267 \n Installing : python-qrcode-core-5.0.1-1.el7.noarch 116/267 \n Installing : python2-ipalib-4.6.8-5.el7.centos.15.noarch 117/267 \n Installing : python2-ipaclient-4.6.8-5.el7.centos.15.noarch 118/267 \n Installing : python2-ipaserver-4.6.8-5.el7.centos.15.noarch 119/267 \n Installing : autogen-libopts-5.18-5.el7.x86_64 120/267 \n Installing : ntp-4.2.6p5-29.el7.centos.2.x86_64 121/267 \n Installing : trousers-0.3.14-2.el7.x86_64 122/267 \n Installing : gnutls-3.3.29-9.el7_6.x86_64 123/267 \n Installing : samba-common-libs-4.10.16-25.el7_9.x86_64 124/267 \n Installing : libwbclient-4.10.16-25.el7_9.x86_64 125/267 \n Installing : samba-client-libs-4.10.16-25.el7_9.x86_64 126/267 \n Installing : sssd-common-1.16.5-10.el7_9.15.x86_64 127/267 \n Installing : sssd-krb5-common-1.16.5-10.el7_9.15.x86_64 128/267 \n Installing : sssd-common-pac-1.16.5-10.el7_9.15.x86_64 129/267 \n Installing : sssd-ipa-1.16.5-10.el7_9.15.x86_64 130/267 \n Installing : sssd-krb5-1.16.5-10.el7_9.15.x86_64 131/267 \n Installing : sssd-ldap-1.16.5-10.el7_9.15.x86_64 132/267 \n Installing : sssd-proxy-1.16.5-10.el7_9.15.x86_64 133/267 \n Installing : sssd-dbus-1.16.5-10.el7_9.15.x86_64 134/267 \n Installing : libsmbclient-4.10.16-25.el7_9.x86_64 135/267 \n Installing : sssd-ad-1.16.5-10.el7_9.15.x86_64 136/267 \n Installing : sssd-1.16.5-10.el7_9.15.x86_64 137/267 \n Installing : cyrus-sasl-md5-2.1.26-24.el7_9.x86_64 138/267 \n Installing : 389-ds-base-1.3.11.1-3.el7_9.x86_64 139/267 \n Installing : slapi-nis-0.60.0-3.el7_9.x86_64 140/267 \n Installing : libXau-1.0.8-2.1.el7.x86_64 141/267 \n Installing : libxcb-1.13-1.el7.x86_64 142/267 \n Installing : libX11-1.6.7-4.el7_9.x86_64 143/267 \n Installing : libXext-1.3.3-3.el7.x86_64 144/267 \n Installing : libXrender-0.9.10-1.el7.x86_64 145/267 \n Installing : libXfixes-5.0.3-1.el7.x86_64 146/267 \n Installing : libXi-1.7.9-1.el7.x86_64 147/267 \n Installing : libXdamage-1.1.4-4.1.el7.x86_64 148/267 \n Installing : gdk-pixbuf2-2.36.12-3.el7.x86_64 149/267 \n Installing : libXcomposite-0.4.4-4.1.el7.x86_64 150/267 \n Installing : gtk-update-icon-cache-3.22.30-8.el7_9.x86_64 151/267 \n Installing : libXtst-1.2.3-1.el7.x86_64 152/267 \n Installing : libXcursor-1.1.15-1.el7.x86_64 153/267 \n Installing : libXrandr-1.5.1-2.el7.x86_64 154/267 \n Installing : libXft-2.3.2-2.el7.x86_64 155/267 \n Installing : libXinerama-1.1.3-2.1.el7.x86_64 156/267 \n Installing : libXxf86vm-1.1.4-1.el7.x86_64 157/267 \n Installing : 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64 158/267 \n Installing : mesa-libGL-18.3.4-12.el7_9.x86_64 159/267 \n Installing : giflib-4.1.6-9.el7.x86_64 160/267 \n Installing : 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 161/267 \n Installing : mesa-libEGL-18.3.4-12.el7_9.x86_64 162/267 \n Installing : pcsc-lite-libs-1.8.8-8.el7.x86_64 163/267 \n Installing : pixman-0.34.0-1.el7.x86_64 164/267 \n Installing : cairo-1.15.12-4.el7.x86_64 165/267 \n Installing : pango-1.42.4-4.el7_7.x86_64 166/267 \n Installing : gtk2-2.24.31-1.el7.x86_64 167/267 \n Installing : lksctp-tools-1.0.17-2.el7.x86_64 168/267 \n Installing : python-javapackages-3.4.1-11.el7.noarch 169/267 \n Installing : javapackages-tools-3.4.1-11.el7.noarch 170/267 \n Installing : 1:java-1.8.0-openjdk-headless-1.8.0.392.b08-2.el7_9.x8 171/267 \n Installing : 1:java-1.8.0-openjdk-1.8.0.392.b08-2.el7_9.x86_64 172/267 \n Installing : relaxngDatatype-1.0-11.el7.noarch 173/267 \n Installing : apache-commons-codec-1.8-7.el7.noarch 174/267 \n Installing : apache-commons-lang-2.6-15.el7.noarch 175/267 \n Installing : xml-commons-apis-1.4.01-16.el7.noarch 176/267 \n Installing : xml-commons-resolver-1.2-15.el7.noarch 177/267 \n Installing : xalan-j2-2.7.1-23.el7.noarch 178/267 \n Installing : xerces-j2-2.11.0-17.el7_0.noarch 179/267 \n Installing : tomcat-servlet-3.0-api-7.0.76-16.el7_9.noarch 180/267 \n Installing : 1:isorelax-0-0.15.release20050331.el7.noarch 181/267 \n Installing : bea-stax-api-1.2.0-9.el7.noarch 182/267 \n Installing : 1:msv-xsdlib-2013.5.1-7.el7.noarch 183/267 \n Installing : jss-4.4.9-3.el7.x86_64 184/267 \n Installing : xsom-0-10.20110809svn.el7.noarch 185/267 \n Installing : apache-commons-pool-1.6-9.el7.noarch 186/267 \n Installing : apache-commons-collections-3.2.1-22.el7_2.noarch 187/267 \n Installing : javassist-3.16.1-10.el7.noarch 188/267 \n Installing : stax2-api-3.1.1-10.el7.noarch 189/267 \n Installing : rngom-201103-0.8.20120119svn.el7.noarch 190/267 \n Installing : 1:hsqldb-1.8.1.3-15.el7_9.noarch 191/267 \n Installing : 1:apache-commons-io-2.4-12.el7.noarch 192/267 \n Installing : geronimo-jms-1.1.1-19.el7.noarch 193/267 \n Installing : resteasy-base-jaxrs-api-3.0.6-4.el7.noarch 194/267 \n Installing : bea-stax-1.2.0-9.el7.noarch 195/267 \n Installing : jvnet-parent-4-2.el7.noarch 196/267 \n Installing : codemodel-2.6-9.el7.noarch 197/267 \n Installing : istack-commons-2.17-4.el7.noarch 198/267 \n Installing : stax-ex-1.7.1-6.el7.noarch 199/267 \n Installing : scannotation-1.0.3-0.7.r12.el7.noarch 200/267 \n Installing : glassfish-fastinfoset-1.2.12-9.el7.noarch 201/267 \n Installing : ldapjdk-4.19-5.el7.noarch 202/267 \n Installing : 1:msv-msv-2013.5.1-7.el7.noarch 203/267 \n Installing : tomcat-jsp-2.2-api-7.0.76-16.el7_9.noarch 204/267 \n Installing : jing-20091111-14.el7.noarch 205/267 \n Installing : objectweb-asm-3.3.1-9.el7.noarch 206/267 \n Installing : regexp-1.5-13.el7.noarch 207/267 \n Installing : bcel-5.2-19.el7_9.noarch 208/267 \n Installing : glassfish-dtd-parser-1.2-0.8.20120120svn.el7.noarch 209/267 \n Installing : joda-convert-1.3-5.el7.noarch 210/267 \n Installing : joda-time-2.2-3.tzdata2013c.el7.noarch 211/267 \n Installing : javamail-1.4.6-8.el7.noarch 212/267 \n Installing : log4j-1.2.17-18.el7_4.noarch 213/267 \n Installing : avalon-logkit-2.1-14.el7.noarch 214/267 \n Installing : apache-commons-logging-1.1.2-7.el7.noarch 215/267 \n Installing : avalon-framework-4.3-10.el7.noarch 216/267 \n Installing : 1:jakarta-commons-httpclient-3.1-16.el7_0.noarch 217/267 \n Installing : 1:ecj-4.5.2-3.el7.x86_64 218/267 \n Installing : cal10n-0.7.7-4.el7.noarch 219/267 \n Installing : slf4j-1.7.4-4.el7_4.noarch 220/267 \n Installing : geronimo-jta-1.1.1-17.el7.noarch 221/267 \n Installing : apache-commons-dbcp-1.4-17.el7.noarch 222/267 \n Installing : antlr-tool-2.7.7-30.el7.noarch 223/267 \n Installing : args4j-2.0.16-13.el7.noarch 224/267 \n Installing : txw2-20110809-8.el7.noarch 225/267 \n Installing : easymock2-2.5.2-12.el7.noarch 226/267 \n Installing : qdox-1.12.1-10.el7.noarch 227/267 \n Installing : hamcrest-1.3-6.el7.noarch 228/267 \n Installing : junit-4.11-8.el7.noarch 229/267 \n Installing : xpp3-1.1.3.8-11.el7.noarch 230/267 \n Installing : ws-jaxme-0.5.2-10.el7.noarch 231/267 \n Installing : jdom-1.1.3-6.el7.noarch 232/267 \n Installing : jaxen-1.1.3-11.el7.noarch 233/267 \n Installing : dom4j-1.6.1-20.el7.noarch 234/267 \n Installing : apache-commons-daemon-1.0.13-7.el7.x86_64 235/267 \n Installing : glassfish-jaxb-api-2.2.7-4.el7.noarch 236/267 \n Installing : glassfish-jaxb-2.2.5-6.el7.noarch 237/267 \n Installing : resteasy-base-jaxb-provider-3.0.6-4.el7.noarch 238/267 \n Installing : httpcomponents-core-4.2.4-6.el7.noarch 239/267 \n Installing : httpcomponents-client-4.2.5-5.el7_0.noarch 240/267 \n Installing : jboss-annotations-1.1-api-1.0.1-0.6.20120212git76e1a2. 241/267 \n Installing : resteasy-base-jaxrs-3.0.6-4.el7.noarch 242/267 \n Installing : resteasy-base-client-3.0.6-4.el7.noarch 243/267 \n Installing : resteasy-base-atom-provider-3.0.6-4.el7.noarch 244/267 \n Installing : apache-commons-cli-1.2-13.el7.noarch 245/267 \n Installing : jsr-311-1.1.1-6.el7.noarch 246/267 \n Installing : jackson-1.9.4-7.el7.noarch 247/267 \n Installing : resteasy-base-jackson-provider-3.0.6-4.el7.noarch 248/267 \n Installing : pki-base-java-10.5.18-27.el7_9.noarch 249/267 \n Installing : pki-tools-10.5.18-27.el7_9.x86_64 250/267 \n Installing : nuxwdog-client-java-1.0.5-1.el7.x86_64 251/267 \n Installing : tomcat-el-2.2-api-7.0.76-16.el7_9.noarch 252/267 \n Installing : tomcat-lib-7.0.76-16.el7_9.noarch 253/267 \n Installing : tomcat-7.0.76-16.el7_9.noarch 254/267 \n Installing : tomcatjss-7.2.5-1.el7.noarch 255/267 \n Installing : jakarta-oro-2.0.8-16.el7.noarch 256/267 \n Installing : velocity-1.7-10.el7.noarch 257/267 \n Installing : pki-server-10.5.18-27.el7_9.noarch 258/267 \n Installing : pki-ca-10.5.18-27.el7_9.noarch 259/267 \n Installing : pki-kra-10.5.18-27.el7_9.noarch 260/267 \n Installing : words-3.0-22.el7.noarch 261/267 \n Installing : krb5-server-1.15.1-55.el7_9.x86_64 262/267 \n Installing : krb5-pkinit-1.15.1-55.el7_9.x86_64 263/267 \n Installing : hesiod-3.2.1-3.el7.x86_64 264/267 \n Installing : 1:autofs-5.0.7-116.el7_9.1.x86_64 265/267 \n Installing : ipa-client-4.6.8-5.el7.centos.15.x86_64 266/267 \n Installing : ipa-server-4.6.8-5.el7.centos.15.x86_64 267/267 \n Verifying : libXext-1.3.3-3.el7.x86_64 1/267 \n Verifying : libXi-1.7.9-1.el7.x86_64 2/267 \n Verifying : jackson-1.9.4-7.el7.noarch 3/267 \n Verifying : avalon-logkit-2.1-14.el7.noarch 4/267 \n Verifying : slapi-nis-0.60.0-3.el7_9.x86_64 5/267 \n Verifying : tomcat-el-2.2-api-7.0.76-16.el7_9.noarch 6/267 \n Verifying : 1:xorg-x11-font-utils-7.5-21.el7.x86_64 7/267 \n Verifying : regexp-1.5-13.el7.noarch 8/267 \n Verifying : hesiod-3.2.1-3.el7.x86_64 9/267 \n Verifying : httpd-2.4.6-99.el7.centos.1.x86_64 10/267 \n Verifying : krb5-pkinit-1.15.1-55.el7_9.x86_64 11/267 \n Verifying : words-3.0-22.el7.noarch 12/267 \n Verifying : junit-4.11-8.el7.noarch 13/267 \n Verifying : ipa-common-4.6.8-5.el7.centos.15.noarch 14/267 \n Verifying : glassfish-dtd-parser-1.2-0.8.20120120svn.el7.noarch 15/267 \n Verifying : mod_session-2.4.6-99.el7.centos.1.x86_64 16/267 \n Verifying : apache-commons-codec-1.8-7.el7.noarch 17/267 \n Verifying : python-sssdconfig-1.16.5-10.el7_9.15.noarch 18/267 \n Verifying : stax2-api-3.1.1-10.el7.noarch 19/267 \n Verifying : python-javapackages-3.4.1-11.el7.noarch 20/267 \n Verifying : python-nss-0.16.0-3.el7.x86_64 21/267 \n Verifying : pki-ca-10.5.18-27.el7_9.noarch 22/267 \n Verifying : sssd-proxy-1.16.5-10.el7_9.15.x86_64 23/267 \n Verifying : libdhash-0.5.0-32.el7.x86_64 24/267 \n Verifying : mod_wsgi-3.4-18.el7.x86_64 25/267 \n Verifying : xerces-j2-2.11.0-17.el7_0.noarch 26/267 \n Verifying : systemd-python-219-78.el7_9.7.x86_64 27/267 \n Verifying : python-yubico-1.2.3-1.el7.noarch 28/267 \n Verifying : lksctp-tools-1.0.17-2.el7.x86_64 29/267 \n Verifying : libXrender-0.9.10-1.el7.x86_64 30/267 \n Verifying : jing-20091111-14.el7.noarch 31/267 \n Verifying : perl-Archive-Tar-1.92-3.el7.noarch 32/267 \n Verifying : pixman-0.34.0-1.el7.x86_64 33/267 \n Verifying : 1:cups-libs-1.6.3-52.el7_9.x86_64 34/267 \n Verifying : krb5-workstation-1.15.1-55.el7_9.x86_64 35/267 \n Verifying : dejavu-sans-fonts-2.33-6.el7.noarch 36/267 \n Verifying : python2-ipaclient-4.6.8-5.el7.centos.15.noarch 37/267 \n Verifying : pcsc-lite-libs-1.8.8-8.el7.x86_64 38/267 \n Verifying : rngom-201103-0.8.20120119svn.el7.noarch 39/267 \n Verifying : libxshmfence-1.2-1.el7.x86_64 40/267 \n Verifying : python-pycparser-2.14-1.el7.noarch 41/267 \n Verifying : libwayland-server-1.15.0-1.el7.x86_64 42/267 \n Verifying : joda-convert-1.3-5.el7.noarch 43/267 \n Verifying : apache-commons-logging-1.1.2-7.el7.noarch 44/267 \n Verifying : libipa_hbac-1.16.5-10.el7_9.15.x86_64 45/267 \n Verifying : tomcat-lib-7.0.76-16.el7_9.noarch 46/267 \n Verifying : libXau-1.0.8-2.1.el7.x86_64 47/267 \n Verifying : sssd-common-pac-1.16.5-10.el7_9.15.x86_64 48/267 \n Verifying : gtk-update-icon-cache-3.22.30-8.el7_9.x86_64 49/267 \n Verifying : apache-commons-pool-1.6-9.el7.noarch 50/267 \n Verifying : tomcat-servlet-3.0-api-7.0.76-16.el7_9.noarch 51/267 \n Verifying : gperftools-libs-2.6.1-1.el7.x86_64 52/267 \n Verifying : cyrus-sasl-md5-2.1.26-24.el7_9.x86_64 53/267 \n Verifying : slf4j-1.7.4-4.el7_4.noarch 54/267 \n Verifying : krb5-server-1.15.1-55.el7_9.x86_64 55/267 \n Verifying : samba-common-libs-4.10.16-25.el7_9.x86_64 56/267 \n Verifying : glassfish-jaxb-2.2.5-6.el7.noarch 57/267 \n Verifying : ntp-4.2.6p5-29.el7.centos.2.x86_64 58/267 \n Verifying : python-augeas-0.5.0-2.el7.noarch 59/267 \n Verifying : trousers-0.3.14-2.el7.x86_64 60/267 \n Verifying : libICE-1.0.9-9.el7.x86_64 61/267 \n Verifying : sssd-dbus-1.16.5-10.el7_9.15.x86_64 62/267 \n Verifying : jakarta-oro-2.0.8-16.el7.noarch 63/267 \n Verifying : velocity-1.7-10.el7.noarch 64/267 \n Verifying : 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64 65/267 \n Verifying : autogen-libopts-5.18-5.el7.x86_64 66/267 \n Verifying : ipa-client-4.6.8-5.el7.centos.15.x86_64 67/267 \n Verifying : javamail-1.4.6-8.el7.noarch 68/267 \n Verifying : python-qrcode-core-5.0.1-1.el7.noarch 69/267 \n Verifying : libtdb-1.3.18-1.el7.x86_64 70/267 \n Verifying : perl-Mozilla-LDAP-1.5.3-12.el7.x86_64 71/267 \n Verifying : jaxen-1.1.3-11.el7.noarch 72/267 \n Verifying : libsss_sudo-1.16.5-10.el7_9.15.x86_64 73/267 \n Verifying : jdom-1.1.3-6.el7.noarch 74/267 \n Verifying : libthai-0.1.14-9.el7.x86_64 75/267 \n Verifying : 1:apache-commons-io-2.4-12.el7.noarch 76/267 \n Verifying : GeoIP-1.5.0-14.el7.x86_64 77/267 \n Verifying : pki-base-java-10.5.18-27.el7_9.noarch 78/267 \n Verifying : bea-stax-1.2.0-9.el7.noarch 79/267 \n Verifying : 32:bind-libs-9.11.4-26.P2.el7_9.15.x86_64 80/267 \n Verifying : libldb-1.5.4-2.el7.x86_64 81/267 \n Verifying : apr-util-1.5.2-6.el7_9.1.x86_64 82/267 \n Verifying : apr-1.4.8-7.el7.x86_64 83/267 \n Verifying : 1:ecj-4.5.2-3.el7.x86_64 84/267 \n Verifying : giflib-4.1.6-9.el7.x86_64 85/267 \n Verifying : python2-ipaserver-4.6.8-5.el7.centos.15.noarch 86/267 \n Verifying : resteasy-base-client-3.0.6-4.el7.noarch 87/267 \n Verifying : libXtst-1.2.3-1.el7.x86_64 88/267 \n Verifying : xsom-0-10.20110809svn.el7.noarch 89/267 \n Verifying : libicu-50.2-4.el7_7.x86_64 90/267 \n Verifying : mesa-libGL-18.3.4-12.el7_9.x86_64 91/267 \n Verifying : gnutls-3.3.29-9.el7_6.x86_64 92/267 \n Verifying : sssd-ad-1.16.5-10.el7_9.15.x86_64 93/267 \n Verifying : python-idna-2.4-1.el7.noarch 94/267 \n Verifying : log4j-1.2.17-18.el7_4.noarch 95/267 \n Verifying : geronimo-jms-1.1.1-19.el7.noarch 96/267 \n Verifying : libXdamage-1.1.4-4.1.el7.x86_64 97/267 \n Verifying : mod_nss-1.0.14-12.el7.x86_64 98/267 \n Verifying : libsss_certmap-1.16.5-10.el7_9.15.x86_64 99/267 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 100/267 \n Verifying : cal10n-0.7.7-4.el7.noarch 101/267 \n Verifying : openldap-clients-2.4.44-25.el7_9.x86_64 102/267 \n Verifying : python-ldap-2.4.15-2.el7.x86_64 103/267 \n Verifying : cyrus-sasl-plain-2.1.26-24.el7_9.x86_64 104/267 \n Verifying : libsss_idmap-1.16.5-10.el7_9.15.x86_64 105/267 \n Verifying : python2-pyasn1-modules-0.1.9-7.el7.noarch 106/267 \n Verifying : perl-DB_File-1.830-6.el7.x86_64 107/267 \n Verifying : http-parser-2.7.1-9.el7.x86_64 108/267 \n Verifying : sssd-client-1.16.5-10.el7_9.15.x86_64 109/267 \n Verifying : 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 110/267 \n Verifying : jasper-libs-1.900.1-33.el7.x86_64 111/267 \n Verifying : graphite2-1.3.10-1.el7_3.x86_64 112/267 \n Verifying : mesa-libEGL-18.3.4-12.el7_9.x86_64 113/267 \n Verifying : fontawesome-fonts-4.1.0-2.el7.noarch 114/267 \n Verifying : python-dateutil-1.5-7.el7.noarch 115/267 \n Verifying : geronimo-jta-1.1.1-17.el7.noarch 116/267 \n Verifying : atk-2.28.1-2.el7.x86_64 117/267 \n Verifying : antlr-tool-2.7.7-30.el7.noarch 118/267 \n Verifying : copy-jdk-configs-3.3-11.el7_9.noarch 119/267 \n Verifying : ldapjdk-4.19-5.el7.noarch 120/267 \n Verifying : relaxngDatatype-1.0-11.el7.noarch 121/267 \n Verifying : samba-common-4.10.16-25.el7_9.noarch 122/267 \n Verifying : augeas-libs-1.4.0-10.el7.x86_64 123/267 \n Verifying : httpcomponents-client-4.2.5-5.el7_0.noarch 124/267 \n Verifying : fontconfig-2.13.0-4.3.el7.x86_64 125/267 \n Verifying : python-jwcrypto-0.4.2-1.el7.noarch 126/267 \n Verifying : gdk-pixbuf2-2.36.12-3.el7.x86_64 127/267 \n Verifying : args4j-2.0.16-13.el7.noarch 128/267 \n Verifying : 32:bind-libs-lite-9.11.4-26.P2.el7_9.15.x86_64 129/267 \n Verifying : javapackages-tools-3.4.1-11.el7.noarch 130/267 \n Verifying : libtevent-0.9.39-1.el7.x86_64 131/267 \n Verifying : 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64 132/267 \n Verifying : easymock2-2.5.2-12.el7.noarch 133/267 \n Verifying : libXcursor-1.1.15-1.el7.x86_64 134/267 \n Verifying : resteasy-base-jaxb-provider-3.0.6-4.el7.noarch 135/267 \n Verifying : 1:jakarta-commons-httpclient-3.1-16.el7_0.noarch 136/267 \n Verifying : libwayland-client-1.15.0-1.el7.x86_64 137/267 \n Verifying : libXrandr-1.5.1-2.el7.x86_64 138/267 \n Verifying : glassfish-fastinfoset-1.2.12-9.el7.noarch 139/267 \n Verifying : fontpackages-filesystem-1.44-8.el7.noarch 140/267 \n Verifying : ttmkfdir-3.0.9-42.el7.x86_64 141/267 \n Verifying : sssd-common-1.16.5-10.el7_9.15.x86_64 142/267 \n Verifying : hicolor-icon-theme-0.12-7.el7.noarch 143/267 \n Verifying : 1:java-1.8.0-openjdk-headless-1.8.0.392.b08-2.el7_9.x8 144/267 \n Verifying : ipa-server-4.6.8-5.el7.centos.15.x86_64 145/267 \n Verifying : apache-commons-lang-2.6-15.el7.noarch 146/267 \n Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 147/267 \n Verifying : python-gssapi-1.2.0-3.el7.x86_64 148/267 \n Verifying : mesa-libglapi-18.3.4-12.el7_9.x86_64 149/267 \n Verifying : apache-commons-daemon-1.0.13-7.el7.x86_64 150/267 \n Verifying : 32:bind-license-9.11.4-26.P2.el7_9.15.noarch 151/267 \n Verifying : python-dns-1.12.0-4.20150617git465785f.el7.noarch 152/267 \n Verifying : 389-ds-base-1.3.11.1-3.el7_9.x86_64 153/267 \n Verifying : 1:perl-Package-Constants-0.02-299.el7_9.noarch 154/267 \n Verifying : fribidi-1.0.2-1.el7_7.1.x86_64 155/267 \n Verifying : custodia-0.3.1-4.el7.noarch 156/267 \n Verifying : pyusb-1.0.0-0.11.b1.el7.noarch 157/267 \n Verifying : apr-util-openssl-1.5.2-6.el7_9.1.x86_64 158/267 \n Verifying : sssd-krb5-1.16.5-10.el7_9.15.x86_64 159/267 \n Verifying : libjpeg-turbo-1.2.90-8.el7.x86_64 160/267 \n Verifying : libsss_autofs-1.16.5-10.el7_9.15.x86_64 161/267 \n Verifying : xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64 162/267 \n Verifying : python-ply-3.4-11.el7.noarch 163/267 \n Verifying : 1:isorelax-0-0.15.release20050331.el7.noarch 164/267 \n Verifying : stax-ex-1.7.1-6.el7.noarch 165/267 \n Verifying : harfbuzz-1.7.5-2.el7.x86_64 166/267 \n Verifying : resteasy-base-jaxrs-api-3.0.6-4.el7.noarch 167/267 \n Verifying : libtalloc-2.1.16-1.el7.x86_64 168/267 \n Verifying : nettle-2.7.1-9.el7_9.x86_64 169/267 \n Verifying : python-netifaces-0.10.4-3.el7.x86_64 170/267 \n Verifying : apache-commons-dbcp-1.4-17.el7.noarch 171/267 \n Verifying : tomcatjss-7.2.5-1.el7.noarch 172/267 \n Verifying : codemodel-2.6-9.el7.noarch 173/267 \n Verifying : xalan-j2-2.7.1-23.el7.noarch 174/267 \n Verifying : apache-commons-collections-3.2.1-22.el7_2.noarch 175/267 \n Verifying : python-libipa_hbac-1.16.5-10.el7_9.15.x86_64 176/267 \n Verifying : joda-time-2.2-3.tzdata2013c.el7.noarch 177/267 \n Verifying : sssd-krb5-common-1.16.5-10.el7_9.15.x86_64 178/267 \n Verifying : nuxwdog-client-java-1.0.5-1.el7.x86_64 179/267 \n Verifying : mesa-libgbm-18.3.4-12.el7_9.x86_64 180/267 \n Verifying : istack-commons-2.17-4.el7.noarch 181/267 \n Verifying : tomcat-7.0.76-16.el7_9.noarch 182/267 \n Verifying : httpd-tools-2.4.6-99.el7.centos.1.x86_64 183/267 \n Verifying : xpp3-1.1.3.8-11.el7.noarch 184/267 \n Verifying : jss-4.4.9-3.el7.x86_64 185/267 \n Verifying : bcel-5.2-19.el7_9.noarch 186/267 \n Verifying : libSM-1.2.2-2.el7.x86_64 187/267 \n Verifying : libX11-1.6.7-4.el7_9.x86_64 188/267 \n Verifying : c-ares-1.10.0-3.el7_9.1.x86_64 189/267 \n Verifying : sssd-ipa-1.16.5-10.el7_9.15.x86_64 190/267 \n Verifying : libtiff-4.0.3-35.el7.x86_64 191/267 \n Verifying : qdox-1.12.1-10.el7.noarch 192/267 \n Verifying : oddjob-mkhomedir-0.31.5-4.el7.x86_64 193/267 \n Verifying : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64 194/267 \n Verifying : python2-cryptography-1.7.2-2.el7.x86_64 195/267 \n Verifying : pki-tools-10.5.18-27.el7_9.x86_64 196/267 \n Verifying : pki-kra-10.5.18-27.el7_9.noarch 197/267 \n Verifying : python-netaddr-0.7.5-9.el7.noarch 198/267 \n Verifying : bea-stax-api-1.2.0-9.el7.noarch 199/267 \n Verifying : nuxwdog-1.0.5-1.el7.x86_64 200/267 \n Verifying : libXinerama-1.1.3-2.1.el7.x86_64 201/267 \n Verifying : libsmbclient-4.10.16-25.el7_9.x86_64 202/267 \n Verifying : glassfish-jaxb-api-2.2.7-4.el7.noarch 203/267 \n Verifying : resteasy-base-jaxrs-3.0.6-4.el7.noarch 204/267 \n Verifying : libXxf86vm-1.1.4-1.el7.x86_64 205/267 \n Verifying : scannotation-1.0.3-0.7.r12.el7.noarch 206/267 \n Verifying : open-sans-fonts-1.10-1.el7.noarch 207/267 \n Verifying : libwbclient-4.10.16-25.el7_9.x86_64 208/267 \n Verifying : 1:msv-xsdlib-2013.5.1-7.el7.noarch 209/267 \n Verifying : perl-NetAddr-IP-4.069-3.el7.x86_64 210/267 \n Verifying : gtk2-2.24.31-1.el7.x86_64 211/267 \n Verifying : 1:autofs-5.0.7-116.el7_9.1.x86_64 212/267 \n Verifying : xml-commons-apis-1.4.01-16.el7.noarch 213/267 \n Verifying : jvnet-parent-4-2.el7.noarch 214/267 \n Verifying : mod_lookup_identity-1.0.0-1.el7.x86_64 215/267 \n Verifying : oddjob-0.31.5-4.el7.x86_64 216/267 \n Verifying : samba-client-libs-4.10.16-25.el7_9.x86_64 217/267 \n Verifying : python-kdcproxy-0.3.2-3.el7.noarch 218/267 \n Verifying : softhsm-2.1.0-3.el7.x86_64 219/267 \n Verifying : svrcore-4.1.3-2.el7.x86_64 220/267 \n Verifying : ws-jaxme-0.5.2-10.el7.noarch 221/267 \n Verifying : dejavu-fonts-common-2.33-6.el7.noarch 222/267 \n Verifying : dom4j-1.6.1-20.el7.noarch 223/267 \n Verifying : 1:libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64 224/267 \n Verifying : libxcb-1.13-1.el7.x86_64 225/267 \n Verifying : mod_auth_gssapi-1.5.1-7.el7.x86_64 226/267 \n Verifying : hamcrest-1.3-6.el7.noarch 227/267 \n Verifying : pango-1.42.4-4.el7_7.x86_64 228/267 \n Verifying : httpcomponents-core-4.2.4-6.el7.noarch 229/267 \n Verifying : jboss-annotations-1.1-api-1.0.1-0.6.20120212git76e1a2. 230/267 \n Verifying : xml-commons-resolver-1.2-15.el7.noarch 231/267 \n Verifying : pki-server-10.5.18-27.el7_9.noarch 232/267 \n Verifying : apache-commons-cli-1.2-13.el7.noarch 233/267 \n Verifying : xorg-x11-fonts-Type1-7.5-9.el7.noarch 234/267 \n Verifying : txw2-20110809-8.el7.noarch 235/267 \n Verifying : 1:hsqldb-1.8.1.3-15.el7_9.noarch 236/267 \n Verifying : libXfixes-5.0.3-1.el7.x86_64 237/267 \n Verifying : tomcat-jsp-2.2-api-7.0.76-16.el7_9.noarch 238/267 \n Verifying : pki-base-10.5.18-27.el7_9.noarch 239/267 \n Verifying : python-cffi-1.6.0-5.el7.x86_64 240/267 \n Verifying : sssd-ldap-1.16.5-10.el7_9.15.x86_64 241/267 \n Verifying : tzdata-java-2023c-1.el7.noarch 242/267 \n Verifying : objectweb-asm-3.3.1-9.el7.noarch 243/267 \n Verifying : python-custodia-0.3.1-4.el7.noarch 244/267 \n Verifying : resteasy-base-jackson-provider-3.0.6-4.el7.noarch 245/267 \n Verifying : jbigkit-libs-2.0-11.el7.x86_64 246/267 \n Verifying : cairo-1.15.12-4.el7.x86_64 247/267 \n Verifying : python2-ipalib-4.6.8-5.el7.centos.15.noarch 248/267 \n Verifying : ipa-server-common-4.6.8-5.el7.centos.15.noarch 249/267 \n Verifying : sssd-1.16.5-10.el7_9.15.x86_64 250/267 \n Verifying : libkadm5-1.15.1-55.el7_9.x86_64 251/267 \n Verifying : ipa-client-common-4.6.8-5.el7.centos.15.noarch 252/267 \n Verifying : jsr-311-1.1.1-6.el7.noarch 253/267 \n Verifying : libXft-2.3.2-2.el7.x86_64 254/267 \n Verifying : libX11-common-1.6.7-4.el7_9.noarch 255/267 \n Verifying : resteasy-base-atom-provider-3.0.6-4.el7.noarch 256/267 \n Verifying : 389-ds-base-libs-1.3.11.1-3.el7_9.x86_64 257/267 \n Verifying : python-sss-murmur-1.16.5-10.el7_9.15.x86_64 258/267 \n Verifying : 1:java-1.8.0-openjdk-1.8.0.392.b08-2.el7_9.x86_64 259/267 \n Verifying : python2-pyasn1-0.1.9-7.el7.noarch 260/267 \n Verifying : javassist-3.16.1-10.el7.noarch 261/267 \n Verifying : libfontenc-1.1.3-3.el7.x86_64 262/267 \n Verifying : certmonger-0.78.4-17.el7_9.x86_64 263/267 \n Verifying : geoipupdate-2.5.0-2.el7.x86_64 264/267 \n Verifying : avalon-framework-4.3-10.el7.noarch 265/267 \n Verifying : 1:msv-msv-2013.5.1-7.el7.noarch 266/267 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 267/267 \n\nInstalled:\n ipa-server.x86_64 0:4.6.8-5.el7.centos.15 \n\nDependency Installed:\n 389-ds-base.x86_64 0:1.3.11.1-3.el7_9 \n 389-ds-base-libs.x86_64 0:1.3.11.1-3.el7_9 \n GeoIP.x86_64 0:1.5.0-14.el7 \n antlr-tool.noarch 0:2.7.7-30.el7 \n apache-commons-cli.noarch 0:1.2-13.el7 \n apache-commons-codec.noarch 0:1.8-7.el7 \n apache-commons-collections.noarch 0:3.2.1-22.el7_2 \n apache-commons-daemon.x86_64 0:1.0.13-7.el7 \n apache-commons-dbcp.noarch 0:1.4-17.el7 \n apache-commons-io.noarch 1:2.4-12.el7 \n apache-commons-lang.noarch 0:2.6-15.el7 \n apache-commons-logging.noarch 0:1.1.2-7.el7 \n apache-commons-pool.noarch 0:1.6-9.el7 \n apr.x86_64 0:1.4.8-7.el7 \n apr-util.x86_64 0:1.5.2-6.el7_9.1 \n apr-util-openssl.x86_64 0:1.5.2-6.el7_9.1 \n args4j.noarch 0:2.0.16-13.el7 \n atk.x86_64 0:2.28.1-2.el7 \n augeas-libs.x86_64 0:1.4.0-10.el7 \n autofs.x86_64 1:5.0.7-116.el7_9.1 \n autogen-libopts.x86_64 0:5.18-5.el7 \n avalon-framework.noarch 0:4.3-10.el7 \n avalon-logkit.noarch 0:2.1-14.el7 \n bcel.noarch 0:5.2-19.el7_9 \n bea-stax.noarch 0:1.2.0-9.el7 \n bea-stax-api.noarch 0:1.2.0-9.el7 \n bind-libs.x86_64 32:9.11.4-26.P2.el7_9.15 \n bind-libs-lite.x86_64 32:9.11.4-26.P2.el7_9.15 \n bind-license.noarch 32:9.11.4-26.P2.el7_9.15 \n bind-utils.x86_64 32:9.11.4-26.P2.el7_9.15 \n c-ares.x86_64 0:1.10.0-3.el7_9.1 \n cairo.x86_64 0:1.15.12-4.el7 \n cal10n.noarch 0:0.7.7-4.el7 \n certmonger.x86_64 0:0.78.4-17.el7_9 \n codemodel.noarch 0:2.6-9.el7 \n copy-jdk-configs.noarch 0:3.3-11.el7_9 \n cups-libs.x86_64 1:1.6.3-52.el7_9 \n custodia.noarch 0:0.3.1-4.el7 \n cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-md5.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-plain.x86_64 0:2.1.26-24.el7_9 \n dejavu-fonts-common.noarch 0:2.33-6.el7 \n dejavu-sans-fonts.noarch 0:2.33-6.el7 \n dom4j.noarch 0:1.6.1-20.el7 \n easymock2.noarch 0:2.5.2-12.el7 \n ecj.x86_64 1:4.5.2-3.el7 \n fontawesome-fonts.noarch 0:4.1.0-2.el7 \n fontconfig.x86_64 0:2.13.0-4.3.el7 \n fontpackages-filesystem.noarch 0:1.44-8.el7 \n fribidi.x86_64 0:1.0.2-1.el7_7.1 \n gdk-pixbuf2.x86_64 0:2.36.12-3.el7 \n geoipupdate.x86_64 0:2.5.0-2.el7 \n geronimo-jms.noarch 0:1.1.1-19.el7 \n geronimo-jta.noarch 0:1.1.1-17.el7 \n giflib.x86_64 0:4.1.6-9.el7 \n glassfish-dtd-parser.noarch 0:1.2-0.8.20120120svn.el7 \n glassfish-fastinfoset.noarch 0:1.2.12-9.el7 \n glassfish-jaxb.noarch 0:2.2.5-6.el7 \n glassfish-jaxb-api.noarch 0:2.2.7-4.el7 \n gnutls.x86_64 0:3.3.29-9.el7_6 \n gperftools-libs.x86_64 0:2.6.1-1.el7 \n graphite2.x86_64 0:1.3.10-1.el7_3 \n gtk-update-icon-cache.x86_64 0:3.22.30-8.el7_9 \n gtk2.x86_64 0:2.24.31-1.el7 \n hamcrest.noarch 0:1.3-6.el7 \n harfbuzz.x86_64 0:1.7.5-2.el7 \n hesiod.x86_64 0:3.2.1-3.el7 \n hicolor-icon-theme.noarch 0:0.12-7.el7 \n hsqldb.noarch 1:1.8.1.3-15.el7_9 \n http-parser.x86_64 0:2.7.1-9.el7 \n httpcomponents-client.noarch 0:4.2.5-5.el7_0 \n httpcomponents-core.noarch 0:4.2.4-6.el7 \n httpd.x86_64 0:2.4.6-99.el7.centos.1 \n httpd-tools.x86_64 0:2.4.6-99.el7.centos.1 \n ipa-client.x86_64 0:4.6.8-5.el7.centos.15 \n ipa-client-common.noarch 0:4.6.8-5.el7.centos.15 \n ipa-common.noarch 0:4.6.8-5.el7.centos.15 \n ipa-server-common.noarch 0:4.6.8-5.el7.centos.15 \n isorelax.noarch 1:0-0.15.release20050331.el7 \n istack-commons.noarch 0:2.17-4.el7 \n jackson.noarch 0:1.9.4-7.el7 \n jakarta-commons-httpclient.noarch 1:3.1-16.el7_0 \n jakarta-oro.noarch 0:2.0.8-16.el7 \n jasper-libs.x86_64 0:1.900.1-33.el7 \n java-1.8.0-openjdk.x86_64 1:1.8.0.392.b08-2.el7_9 \n java-1.8.0-openjdk-headless.x86_64 1:1.8.0.392.b08-2.el7_9 \n javamail.noarch 0:1.4.6-8.el7 \n javapackages-tools.noarch 0:3.4.1-11.el7 \n javassist.noarch 0:3.16.1-10.el7 \n jaxen.noarch 0:1.1.3-11.el7 \n jbigkit-libs.x86_64 0:2.0-11.el7 \n jboss-annotations-1.1-api.noarch 0:1.0.1-0.6.20120212git76e1a2.el7 \n jdom.noarch 0:1.1.3-6.el7 \n jing.noarch 0:20091111-14.el7 \n joda-convert.noarch 0:1.3-5.el7 \n joda-time.noarch 0:2.2-3.tzdata2013c.el7 \n jsr-311.noarch 0:1.1.1-6.el7 \n jss.x86_64 0:4.4.9-3.el7 \n junit.noarch 0:4.11-8.el7 \n jvnet-parent.noarch 0:4-2.el7 \n krb5-pkinit.x86_64 0:1.15.1-55.el7_9 \n krb5-server.x86_64 0:1.15.1-55.el7_9 \n krb5-workstation.x86_64 0:1.15.1-55.el7_9 \n ldapjdk.noarch 0:4.19-5.el7 \n libICE.x86_64 0:1.0.9-9.el7 \n libSM.x86_64 0:1.2.2-2.el7 \n libX11.x86_64 0:1.6.7-4.el7_9 \n libX11-common.noarch 0:1.6.7-4.el7_9 \n libXau.x86_64 0:1.0.8-2.1.el7 \n libXcomposite.x86_64 0:0.4.4-4.1.el7 \n libXcursor.x86_64 0:1.1.15-1.el7 \n libXdamage.x86_64 0:1.1.4-4.1.el7 \n libXext.x86_64 0:1.3.3-3.el7 \n libXfixes.x86_64 0:5.0.3-1.el7 \n libXft.x86_64 0:2.3.2-2.el7 \n libXi.x86_64 0:1.7.9-1.el7 \n libXinerama.x86_64 0:1.1.3-2.1.el7 \n libXrandr.x86_64 0:1.5.1-2.el7 \n libXrender.x86_64 0:0.9.10-1.el7 \n libXtst.x86_64 0:1.2.3-1.el7 \n libXxf86vm.x86_64 0:1.1.4-1.el7 \n libdhash.x86_64 0:0.5.0-32.el7 \n libfontenc.x86_64 0:1.1.3-3.el7 \n libglvnd.x86_64 1:1.0.1-0.8.git5baa1e5.el7 \n libglvnd-egl.x86_64 1:1.0.1-0.8.git5baa1e5.el7 \n libglvnd-glx.x86_64 1:1.0.1-0.8.git5baa1e5.el7 \n libicu.x86_64 0:50.2-4.el7_7 \n libipa_hbac.x86_64 0:1.16.5-10.el7_9.15 \n libjpeg-turbo.x86_64 0:1.2.90-8.el7 \n libkadm5.x86_64 0:1.15.1-55.el7_9 \n libldb.x86_64 0:1.5.4-2.el7 \n libsmbclient.x86_64 0:4.10.16-25.el7_9 \n libsss_autofs.x86_64 0:1.16.5-10.el7_9.15 \n libsss_certmap.x86_64 0:1.16.5-10.el7_9.15 \n libsss_idmap.x86_64 0:1.16.5-10.el7_9.15 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 \n libsss_sudo.x86_64 0:1.16.5-10.el7_9.15 \n libtalloc.x86_64 0:2.1.16-1.el7 \n libtdb.x86_64 0:1.3.18-1.el7 \n libtevent.x86_64 0:0.9.39-1.el7 \n libthai.x86_64 0:0.1.14-9.el7 \n libtiff.x86_64 0:4.0.3-35.el7 \n libwayland-client.x86_64 0:1.15.0-1.el7 \n libwayland-server.x86_64 0:1.15.0-1.el7 \n libwbclient.x86_64 0:4.10.16-25.el7_9 \n libxcb.x86_64 0:1.13-1.el7 \n libxshmfence.x86_64 0:1.2-1.el7 \n lksctp-tools.x86_64 0:1.0.17-2.el7 \n log4j.noarch 0:1.2.17-18.el7_4 \n mesa-libEGL.x86_64 0:18.3.4-12.el7_9 \n mesa-libGL.x86_64 0:18.3.4-12.el7_9 \n mesa-libgbm.x86_64 0:18.3.4-12.el7_9 \n mesa-libglapi.x86_64 0:18.3.4-12.el7_9 \n mod_auth_gssapi.x86_64 0:1.5.1-7.el7 \n mod_lookup_identity.x86_64 0:1.0.0-1.el7 \n mod_nss.x86_64 0:1.0.14-12.el7 \n mod_session.x86_64 0:2.4.6-99.el7.centos.1 \n mod_wsgi.x86_64 0:3.4-18.el7 \n msv-msv.noarch 1:2013.5.1-7.el7 \n msv-xsdlib.noarch 1:2013.5.1-7.el7 \n nettle.x86_64 0:2.7.1-9.el7_9 \n ntp.x86_64 0:4.2.6p5-29.el7.centos.2 \n nuxwdog.x86_64 0:1.0.5-1.el7 \n nuxwdog-client-java.x86_64 0:1.0.5-1.el7 \n objectweb-asm.noarch 0:3.3.1-9.el7 \n oddjob.x86_64 0:0.31.5-4.el7 \n oddjob-mkhomedir.x86_64 0:0.31.5-4.el7 \n open-sans-fonts.noarch 0:1.10-1.el7 \n openldap-clients.x86_64 0:2.4.44-25.el7_9 \n pango.x86_64 0:1.42.4-4.el7_7 \n pcsc-lite-libs.x86_64 0:1.8.8-8.el7 \n perl-Archive-Tar.noarch 0:1.92-3.el7 \n perl-DB_File.x86_64 0:1.830-6.el7 \n perl-Mozilla-LDAP.x86_64 0:1.5.3-12.el7 \n perl-NetAddr-IP.x86_64 0:4.069-3.el7 \n perl-Package-Constants.noarch 1:0.02-299.el7_9 \n pixman.x86_64 0:0.34.0-1.el7 \n pki-base.noarch 0:10.5.18-27.el7_9 \n pki-base-java.noarch 0:10.5.18-27.el7_9 \n pki-ca.noarch 0:10.5.18-27.el7_9 \n pki-kra.noarch 0:10.5.18-27.el7_9 \n pki-server.noarch 0:10.5.18-27.el7_9 \n pki-tools.x86_64 0:10.5.18-27.el7_9 \n python-augeas.noarch 0:0.5.0-2.el7 \n python-cffi.x86_64 0:1.6.0-5.el7 \n python-custodia.noarch 0:0.3.1-4.el7 \n python-dateutil.noarch 0:1.5-7.el7 \n python-dns.noarch 0:1.12.0-4.20150617git465785f.el7 \n python-gssapi.x86_64 0:1.2.0-3.el7 \n python-idna.noarch 0:2.4-1.el7 \n python-javapackages.noarch 0:3.4.1-11.el7 \n python-jwcrypto.noarch 0:0.4.2-1.el7 \n python-kdcproxy.noarch 0:0.3.2-3.el7 \n python-ldap.x86_64 0:2.4.15-2.el7 \n python-libipa_hbac.x86_64 0:1.16.5-10.el7_9.15 \n python-netaddr.noarch 0:0.7.5-9.el7 \n python-netifaces.x86_64 0:0.10.4-3.el7 \n python-nss.x86_64 0:0.16.0-3.el7 \n python-ply.noarch 0:3.4-11.el7 \n python-pycparser.noarch 0:2.14-1.el7 \n python-qrcode-core.noarch 0:5.0.1-1.el7 \n python-sss-murmur.x86_64 0:1.16.5-10.el7_9.15 \n python-sssdconfig.noarch 0:1.16.5-10.el7_9.15 \n python-yubico.noarch 0:1.2.3-1.el7 \n python2-cryptography.x86_64 0:1.7.2-2.el7 \n python2-ipaclient.noarch 0:4.6.8-5.el7.centos.15 \n python2-ipalib.noarch 0:4.6.8-5.el7.centos.15 \n python2-ipaserver.noarch 0:4.6.8-5.el7.centos.15 \n python2-pyasn1.noarch 0:0.1.9-7.el7 \n python2-pyasn1-modules.noarch 0:0.1.9-7.el7 \n pyusb.noarch 0:1.0.0-0.11.b1.el7 \n qdox.noarch 0:1.12.1-10.el7 \n regexp.noarch 0:1.5-13.el7 \n relaxngDatatype.noarch 0:1.0-11.el7 \n resteasy-base-atom-provider.noarch 0:3.0.6-4.el7 \n resteasy-base-client.noarch 0:3.0.6-4.el7 \n resteasy-base-jackson-provider.noarch 0:3.0.6-4.el7 \n resteasy-base-jaxb-provider.noarch 0:3.0.6-4.el7 \n resteasy-base-jaxrs.noarch 0:3.0.6-4.el7 \n resteasy-base-jaxrs-api.noarch 0:3.0.6-4.el7 \n rngom.noarch 0:201103-0.8.20120119svn.el7 \n samba-client-libs.x86_64 0:4.10.16-25.el7_9 \n samba-common.noarch 0:4.10.16-25.el7_9 \n samba-common-libs.x86_64 0:4.10.16-25.el7_9 \n scannotation.noarch 0:1.0.3-0.7.r12.el7 \n slapi-nis.x86_64 0:0.60.0-3.el7_9 \n slf4j.noarch 0:1.7.4-4.el7_4 \n softhsm.x86_64 0:2.1.0-3.el7 \n sssd.x86_64 0:1.16.5-10.el7_9.15 \n sssd-ad.x86_64 0:1.16.5-10.el7_9.15 \n sssd-client.x86_64 0:1.16.5-10.el7_9.15 \n sssd-common.x86_64 0:1.16.5-10.el7_9.15 \n sssd-common-pac.x86_64 0:1.16.5-10.el7_9.15 \n sssd-dbus.x86_64 0:1.16.5-10.el7_9.15 \n sssd-ipa.x86_64 0:1.16.5-10.el7_9.15 \n sssd-krb5.x86_64 0:1.16.5-10.el7_9.15 \n sssd-krb5-common.x86_64 0:1.16.5-10.el7_9.15 \n sssd-ldap.x86_64 0:1.16.5-10.el7_9.15 \n sssd-proxy.x86_64 0:1.16.5-10.el7_9.15 \n stax-ex.noarch 0:1.7.1-6.el7 \n stax2-api.noarch 0:3.1.1-10.el7 \n svrcore.x86_64 0:4.1.3-2.el7 \n systemd-python.x86_64 0:219-78.el7_9.7 \n tomcat.noarch 0:7.0.76-16.el7_9 \n tomcat-el-2.2-api.noarch 0:7.0.76-16.el7_9 \n tomcat-jsp-2.2-api.noarch 0:7.0.76-16.el7_9 \n tomcat-lib.noarch 0:7.0.76-16.el7_9 \n tomcat-servlet-3.0-api.noarch 0:7.0.76-16.el7_9 \n tomcatjss.noarch 0:7.2.5-1.el7 \n trousers.x86_64 0:0.3.14-2.el7 \n ttmkfdir.x86_64 0:3.0.9-42.el7 \n txw2.noarch 0:20110809-8.el7 \n tzdata-java.noarch 0:2023c-1.el7 \n velocity.noarch 0:1.7-10.el7 \n words.noarch 0:3.0-22.el7 \n ws-jaxme.noarch 0:0.5.2-10.el7 \n xalan-j2.noarch 0:2.7.1-23.el7 \n xerces-j2.noarch 0:2.11.0-17.el7_0 \n xml-commons-apis.noarch 0:1.4.01-16.el7 \n xml-commons-resolver.noarch 0:1.2-15.el7 \n xmlrpc-c.x86_64 0:1.32.5-1905.svn2451.el7 \n xmlrpc-c-client.x86_64 0:1.32.5-1905.svn2451.el7 \n xorg-x11-font-utils.x86_64 1:7.5-21.el7 \n xorg-x11-fonts-Type1.noarch 0:7.5-9.el7 \n xpp3.noarch 0:1.1.3.8-11.el7 \n xsom.noarch 0:0-10.20110809svn.el7 \n\nComplete!\n" ] } TASK [ipaserver : Install - Ensure that IPA server packages for dns are installed] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:12 Saturday 09 December 2023 12:59:56 +0000 (0:01:08.376) 0:01:14.051 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_setup_dns | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Ensure that IPA server packages for adtrust are installed] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:18 Saturday 09 December 2023 12:59:56 +0000 (0:00:00.016) 0:01:14.068 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_setup_adtrust | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Ensure that firewall packages installed] *********** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:24 Saturday 09 December 2023 12:59:56 +0000 (0:00:00.015) 0:01:14.083 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed" ] } TASK [ipaserver : Firewalld service - Ensure that firewalld is running] ******** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:34 Saturday 09 December 2023 12:59:56 +0000 (0:00:00.394) 0:01:14.478 ***** changed: [sut] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target system.slice polkit.service dbus.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "Conflicts": "ebtables.service ip6tables.service iptables.service shutdown.target ipset.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "Wants": "network-pre.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [ipaserver : Firewalld - Verify runtime zone "{{ ipaserver_firewalld_zone }}"] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:40 Saturday 09 December 2023 12:59:57 +0000 (0:00:01.032) 0:01:15.510 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_firewalld_zone is defined", "skip_reason": "Conditional result was False" } TASK [ipaserver : Firewalld - Verify permanent zone "{{ ipaserver_firewalld_zone }}"] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:47 Saturday 09 December 2023 12:59:57 +0000 (0:00:00.018) 0:01:15.529 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_firewalld_zone is defined", "skip_reason": "Conditional result was False" } TASK [ipaserver : Copy external certs] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:55 Saturday 09 December 2023 12:59:57 +0000 (0:00:00.018) 0:01:15.548 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_external_cert_files_from_controller is defined and ipaserver_external_cert_files_from_controller|length > 0 and not ipaserver_external_cert_files is defined", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Server installation test] ************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:62 Saturday 09 December 2023 12:59:57 +0000 (0:00:00.018) 0:01:15.566 ***** ok: [sut] => { "_dirsrv_ca_cert": null, "_dirsrv_pkcs12_info": null, "_hostname_overridden": true, "_http_ca_cert": null, "_http_pkcs12_info": null, "_installation_cleanup": true, "_pkinit_ca_cert": null, "_pkinit_pkcs12_info": null, "changed": false, "domain": "test.local", "domainlevel": 1, "external_ca": false, "external_ca_profile": null, "external_ca_type": null, "hostname": "ipaserver.test.local", "idmax": 1367199999, "idstart": 1367000000, "ipa_python_version": 40608, "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": false } TASK [ipaserver : Install - Master password creation] ************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:142 Saturday 09 December 2023 12:59:59 +0000 (0:00:01.189) 0:01:16.755 ***** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [ipaserver : Install - Use new master password] *************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:149 Saturday 09 December 2023 12:59:59 +0000 (0:00:00.725) 0:01:17.480 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaserver : Use user defined master password, if provided] *************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:155 Saturday 09 December 2023 12:59:59 +0000 (0:00:00.015) 0:01:17.496 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaserver : Install - Server preparation] ******************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:161 Saturday 09 December 2023 12:59:59 +0000 (0:00:00.012) 0:01:17.508 ***** changed: [sut] => { "_ca_subject": "CN=Certificate Authority,O=TEST.LOCAL", "_random_serial_numbers": false, "_subject_base": "O=TEST.LOCAL", "adtrust_netbios_name": null, "adtrust_reset_netbios_name": false, "ca_subject": "CN=Certificate Authority,O=TEST.LOCAL", "changed": true, "dns_ip_addresses": [], "dns_reverse_zones": [], "forward_policy": null, "forwarders": [], "ip_addresses": [ "10.31.13.52" ], "no_dnssec_validation": false, "reverse_zones": [], "subject_base": "O=TEST.LOCAL" } TASK [ipaserver : Install - Setup NTP] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:207 Saturday 09 December 2023 13:00:02 +0000 (0:00:02.183) 0:01:19.692 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup DS] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:214 Saturday 09 December 2023 13:00:03 +0000 (0:00:00.991) 0:01:20.683 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup KRB] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:243 Saturday 09 December 2023 13:00:29 +0000 (0:00:26.798) 0:01:47.481 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup custodia] ************************************ task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:270 Saturday 09 December 2023 13:00:36 +0000 (0:00:06.132) 0:01:53.613 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup CA] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:276 Saturday 09 December 2023 13:00:40 +0000 (0:00:04.612) 0:01:58.226 ***** changed: [sut] => { "changed": true, "csr_generated": false } TASK [ipaserver : Copy /root/ipa.csr to "sut-ipa.csr"] ************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:318 Saturday 09 December 2023 13:04:00 +0000 (0:03:19.498) 0:05:17.724 ***** skipping: [sut] => { "changed": false, "false_condition": "result_ipaserver_setup_ca.csr_generated | bool and ipaserver_copy_csr_to_controller | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup otpd] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:329 Saturday 09 December 2023 13:04:00 +0000 (0:00:00.020) 0:05:17.744 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup HTTP] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:335 Saturday 09 December 2023 13:04:02 +0000 (0:00:02.399) 0:05:20.143 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup KRA] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:367 Saturday 09 December 2023 13:05:12 +0000 (0:01:10.137) 0:06:30.281 ***** skipping: [sut] => { "changed": false, "false_condition": "result_ipaserver_test.setup_kra | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup DNS] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:378 Saturday 09 December 2023 13:05:12 +0000 (0:00:00.020) 0:06:30.301 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_setup_dns | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup ADTRUST] ************************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:395 Saturday 09 December 2023 13:05:12 +0000 (0:00:00.019) 0:06:30.321 ***** skipping: [sut] => { "changed": false, "false_condition": "result_ipaserver_test.setup_adtrust or result_ipaserver_test.sid_generation_always", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Set DS password] *********************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:411 Saturday 09 December 2023 13:05:12 +0000 (0:00:00.019) 0:06:30.341 ***** changed: [sut] => { "changed": true } TASK [Install - Setup client] ************************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:428 Saturday 09 December 2023 13:05:15 +0000 (0:00:02.433) 0:06:32.774 ***** TASK [ipaclient : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:4 Saturday 09 December 2023 13:05:15 +0000 (0:00:00.031) 0:06:32.805 ***** ok: [sut] => (item=/tmp/freeipa-repo/roles/ipaclient/vars/RedHat-7.yml) => { "ansible_facts": { "ipaclient_packages": [ "ipa-client", "libselinux-python" ] }, "ansible_included_var_files": [ "/tmp/freeipa-repo/roles/ipaclient/vars/RedHat-7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/freeipa-repo/roles/ipaclient/vars/RedHat-7.yml" } TASK [ipaclient : Install IPA client] ****************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:19 Saturday 09 December 2023 13:05:15 +0000 (0:00:00.032) 0:06:32.838 ***** included: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml for sut TASK [ipaclient : Install - Ensure that IPA client packages are installed] ***** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:4 Saturday 09 December 2023 13:05:15 +0000 (0:00:00.046) 0:06:32.884 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_install_packages | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Set ipaclient_servers] ***************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:10 Saturday 09 December 2023 13:05:15 +0000 (0:00:00.021) 0:06:32.905 ***** skipping: [sut] => { "changed": false, "false_condition": "groups.ipaservers is defined and ipaclient_servers is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Set ipaclient_servers from cluster inventory] ****** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:15 Saturday 09 December 2023 13:05:15 +0000 (0:00:00.022) 0:06:32.927 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_no_dns_lookup | bool and groups.ipaserver is defined and ipaclient_servers is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Check that either password or keytab is set] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:21 Saturday 09 December 2023 13:05:15 +0000 (0:00:00.021) 0:06:32.949 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaadmin_keytab is defined and ipaadmin_password is defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Set default principal if no keytab is given] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:26 Saturday 09 December 2023 13:05:15 +0000 (0:00:00.019) 0:06:32.969 ***** ok: [sut] => { "ansible_facts": { "ipaadmin_principal": "admin" }, "changed": false } TASK [ipaclient : Install - Fail on missing ipaclient_domain and ipaserver_domain] *** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:36 Saturday 09 December 2023 13:05:15 +0000 (0:00:00.023) 0:06:32.993 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_configure_dns_resolver | bool and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Fail on missing ipaclient_servers] ***************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:41 Saturday 09 December 2023 13:05:15 +0000 (0:00:00.019) 0:06:33.012 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_configure_dns_resolver | bool and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure DNS resolver] **************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:46 Saturday 09 December 2023 13:05:15 +0000 (0:00:00.019) 0:06:33.032 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_configure_dns_resolver | bool and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - IPA client test] *********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:52 Saturday 09 December 2023 13:05:15 +0000 (0:00:00.021) 0:06:33.053 ***** ok: [sut] => { "basedn": "dc=test,dc=local", "changed": false, "client_already_configured": false, "client_domain": "test.local", "dnsok": false, "domain": "test.local", "hostname": "ipaserver.test.local", "ipa_python_version": 40608, "kdc": "ipaserver.test.local", "nosssd_files": {}, "ntp_pool": null, "ntp_servers": null, "realm": "TEST.LOCAL", "servers": [ "ipaserver.test.local" ], "sssd": true } TASK [ipaclient : Install - Cleanup leftover ccache] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:82 Saturday 09 December 2023 13:05:15 +0000 (0:00:00.498) 0:06:33.552 ***** ok: [sut] => { "changed": false, "path": "/etc/ipa/.dns_ccache", "state": "absent" } TASK [ipaclient : Install - Configure NTP] ************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:87 Saturday 09 December 2023 13:05:16 +0000 (0:00:00.156) 0:06:33.709 ***** ok: [sut] => { "changed": false } TASK [ipaclient : Install - Make sure One-Time Password is enabled if it's already defined] *** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:99 Saturday 09 December 2023 13:05:16 +0000 (0:00:00.443) 0:06:34.153 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_otp is defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Disable One-Time Password for on_master] *********** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:104 Saturday 09 December 2023 13:05:16 +0000 (0:00:00.020) 0:06:34.173 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Test if IPA client has working krb5.keytab] ******** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:109 Saturday 09 December 2023 13:05:16 +0000 (0:00:00.020) 0:06:34.194 ***** ok: [sut] => { "ca_crt_exists": true, "changed": false, "krb5_conf_ok": true, "krb5_keytab_ok": true, "ping_test_ok": false } TASK [ipaclient : Install - Disable One-Time Password for client with working krb5.keytab] *** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:119 Saturday 09 December 2023 13:05:17 +0000 (0:00:00.657) 0:06:34.852 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and result_ipaclient_test_keytab.krb5_keytab_ok and not ipaclient_force_join | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Keytab or password is required for getting otp] **** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:137 Saturday 09 December 2023 13:05:17 +0000 (0:00:00.021) 0:06:34.874 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create temporary file for keytab] ****************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:142 Saturday 09 December 2023 13:05:17 +0000 (0:00:00.020) 0:06:34.895 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Copy keytab to server temporary file] ************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:151 Saturday 09 December 2023 13:05:17 +0000 (0:00:00.022) 0:06:34.917 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Get One-Time Password for client enrollment] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:159 Saturday 09 December 2023 13:05:17 +0000 (0:00:00.021) 0:06:34.939 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Install - Store the previously obtained OTP] ***************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:169 Saturday 09 December 2023 13:05:17 +0000 (0:00:00.021) 0:06:34.960 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Install - Remove keytab temporary file] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:183 Saturday 09 December 2023 13:05:17 +0000 (0:00:00.020) 0:06:34.981 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Store predefined OTP in admin_password] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:190 Saturday 09 December 2023 13:05:17 +0000 (0:00:00.022) 0:06:35.003 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Install - Check if principal and keytab are set] ************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:208 Saturday 09 December 2023 13:05:17 +0000 (0:00:00.021) 0:06:35.024 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Check if one of password or keytabs are set] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:213 Saturday 09 December 2023 13:05:17 +0000 (0:00:00.022) 0:06:35.046 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - From host keytab, purge TEST.LOCAL] **************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:221 Saturday 09 December 2023 13:05:17 +0000 (0:00:00.023) 0:06:35.070 ***** skipping: [sut] => { "changed": false, "false_condition": "(ipaclient_use_otp | bool or ipaclient_force_join | bool) and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Backup and set hostname] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:238 Saturday 09 December 2023 13:05:17 +0000 (0:00:00.021) 0:06:35.091 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create temporary krb5 configuration] *************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:243 Saturday 09 December 2023 13:05:17 +0000 (0:00:00.021) 0:06:35.113 ***** ok: [sut] => { "changed": false, "krb_name": "/tmp/tmpd0mD2a" } TASK [ipaclient : Install - Join IPA] ****************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:252 Saturday 09 December 2023 13:05:17 +0000 (0:00:00.457) 0:06:35.570 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and (not result_ipaclient_test_keytab.krb5_keytab_ok or ipaclient_force_join)", "skip_reason": "Conditional result was False" } TASK [ipaclient : The krb5 configuration is not correct] *********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:280 Saturday 09 December 2023 13:05:17 +0000 (0:00:00.022) 0:06:35.592 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and not result_ipaclient_join.changed and not ipaclient_allow_repair | bool and (result_ipaclient_test_keytab.krb5_keytab_ok or (result_ipaclient_join.already_joined is defined and result_ipaclient_join.already_joined))", "skip_reason": "Conditional result was False" } TASK [ipaclient : IPA test failed] ********************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:286 Saturday 09 December 2023 13:05:18 +0000 (0:00:00.021) 0:06:35.614 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and not result_ipaclient_join.changed and not ipaclient_allow_repair | bool and (result_ipaclient_test_keytab.krb5_keytab_ok or (result_ipaclient_join.already_joined is defined and result_ipaclient_join.already_joined))", "skip_reason": "Conditional result was False" } TASK [ipaclient : Fail due to missing ca.crt file] ***************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:290 Saturday 09 December 2023 13:05:18 +0000 (0:00:00.021) 0:06:35.635 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and not result_ipaclient_join.changed and not ipaclient_allow_repair | bool and (result_ipaclient_test_keytab.krb5_keytab_ok or (result_ipaclient_join.already_joined is defined and result_ipaclient_join.already_joined))", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure IPA default.conf] ************************ task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:304 Saturday 09 December 2023 13:05:18 +0000 (0:00:00.021) 0:06:35.657 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure SSSD] ************************************ task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:313 Saturday 09 December 2023 13:05:18 +0000 (0:00:00.022) 0:06:35.680 ***** changed: [sut] => { "changed": true } TASK [ipaclient : Install - IPA API calls for remaining enrollment parts] ****** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:335 Saturday 09 December 2023 13:05:18 +0000 (0:00:00.475) 0:06:36.155 ***** changed: [sut] => { "ca_enabled": true, "changed": true, "subject_base": "O=TEST.LOCAL" } TASK [ipaclient : Install - Fix IPA ca] **************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:344 Saturday 09 December 2023 13:05:21 +0000 (0:00:03.002) 0:06:39.158 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and result_ipaclient_test_keytab.krb5_keytab_ok and not result_ipaclient_test_keytab.ca_crt_exists", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create IPA NSS database] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:355 Saturday 09 December 2023 13:05:21 +0000 (0:00:00.023) 0:06:39.182 ***** changed: [sut] => { "ca_enabled_ra": true, "changed": true } TASK [ipaclient : Install - Configure SSH and SSHD] **************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:389 Saturday 09 December 2023 13:05:26 +0000 (0:00:05.231) 0:06:44.413 ***** changed: [sut] => { "changed": true } TASK [ipaclient : Install - Configure automount] ******************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:397 Saturday 09 December 2023 13:05:27 +0000 (0:00:00.508) 0:06:44.922 ***** changed: [sut] => { "changed": true } TASK [ipaclient : Install - Configure firefox] ********************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:403 Saturday 09 December 2023 13:05:27 +0000 (0:00:00.439) 0:06:45.361 ***** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_configure_firefox | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure NIS] ************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:409 Saturday 09 December 2023 13:05:27 +0000 (0:00:00.024) 0:06:45.386 ***** changed: [sut] => { "changed": true } TASK [ipaclient : Remove temporary krb5.conf] ********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:415 Saturday 09 December 2023 13:05:28 +0000 (0:00:00.679) 0:06:46.065 ***** changed: [sut] => { "changed": true, "path": "/tmp/tmpd0mD2a", "state": "absent" } TASK [ipaclient : Install - Configure krb5 for IPA realm] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:421 Saturday 09 December 2023 13:05:28 +0000 (0:00:00.161) 0:06:46.227 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure certmonger] ****************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:435 Saturday 09 December 2023 13:05:28 +0000 (0:00:00.023) 0:06:46.250 ***** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Restore original admin password if overwritten by OTP] *** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:445 Saturday 09 December 2023 13:05:28 +0000 (0:00:00.022) 0:06:46.273 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Cleanup leftover ccache] ************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:451 Saturday 09 December 2023 13:05:28 +0000 (0:00:00.021) 0:06:46.294 ***** ok: [sut] => { "changed": false, "path": "/etc/ipa/.dns_ccache", "state": "absent" } TASK [ipaclient : Remove temporary krb5.conf] ********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:456 Saturday 09 December 2023 13:05:28 +0000 (0:00:00.154) 0:06:46.449 ***** ok: [sut] => { "changed": false, "path": "/tmp/tmpd0mD2a", "state": "absent" } TASK [ipaclient : Remove temporary krb5.conf backup] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:462 Saturday 09 December 2023 13:05:29 +0000 (0:00:00.157) 0:06:46.607 ***** changed: [sut] => { "changed": true, "path": "/tmp/tmpd0mD2a.ipabkp", "state": "absent" } TASK [ipaclient : Uninstall IPA client] **************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:23 Saturday 09 December 2023 13:05:29 +0000 (0:00:00.155) 0:06:46.762 ***** skipping: [sut] => { "changed": false, "false_condition": "state|default('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Enable IPA] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:443 Saturday 09 December 2023 13:05:29 +0000 (0:00:00.022) 0:06:46.785 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Configure firewalld] ******************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:450 Saturday 09 December 2023 13:06:33 +0000 (0:01:04.749) 0:07:51.534 ***** changed: [sut] => { "changed": true, "cmd": [ "firewall-cmd", "--permanent", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=ntp" ], "delta": "0:00:00.366249", "end": "2023-12-09 13:06:34.493503", "rc": 0, "start": "2023-12-09 13:06:34.127254" } STDOUT: success TASK [ipaserver : Install - Configure firewalld runtime] *********************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:464 Saturday 09 December 2023 13:06:34 +0000 (0:00:00.606) 0:07:52.141 ***** changed: [sut] => { "changed": true, "cmd": [ "firewall-cmd", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=ntp" ], "delta": "0:00:00.350794", "end": "2023-12-09 13:06:34.999733", "rc": 0, "start": "2023-12-09 13:06:34.648939" } STDOUT: success TASK [ipaserver : Install - Cleanup root IPA cache] **************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:478 Saturday 09 December 2023 13:06:35 +0000 (0:00:00.503) 0:07:52.645 ***** ok: [sut] => { "changed": false, "path": "/root/.ipa_cache", "state": "absent" } TASK [ipaserver : Cleanup temporary files] ************************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:483 Saturday 09 December 2023 13:06:35 +0000 (0:00:00.149) 0:07:52.794 ***** ok: [sut] => (item=/etc/ipa/.tmp_pkcs12_dirsrv) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/ipa/.tmp_pkcs12_dirsrv", "path": "/etc/ipa/.tmp_pkcs12_dirsrv", "state": "absent" } ok: [sut] => (item=/etc/ipa/.tmp_pkcs12_http) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/ipa/.tmp_pkcs12_http", "path": "/etc/ipa/.tmp_pkcs12_http", "state": "absent" } ok: [sut] => (item=/etc/ipa/.tmp_pkcs12_pkinit) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/ipa/.tmp_pkcs12_pkinit", "path": "/etc/ipa/.tmp_pkcs12_pkinit", "state": "absent" } TASK [ipaserver : Uninstall IPA server] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:23 Saturday 09 December 2023 13:06:35 +0000 (0:00:00.440) 0:07:53.234 ***** skipping: [sut] => { "changed": false, "false_condition": "state|default('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [Issue IPA signed certificates] ******************************************* task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tests_basic_ipa.yml:25 Saturday 09 December 2023 13:06:35 +0000 (0:00:00.019) 0:07:53.254 ***** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-ciyd9m9bhs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 09 December 2023 13:06:35 +0000 (0:00:00.025) 0:07:53.279 ***** included: /WORKDIR/git-weekly-ciyd9m9bhs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciyd9m9bhs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 09 December 2023 13:06:35 +0000 (0:00:00.013) 0:07:53.292 ***** skipping: [sut] => { "changed": false, "false_condition": "__certificate_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /WORKDIR/git-weekly-ciyd9m9bhs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 09 December 2023 13:06:35 +0000 (0:00:00.019) 0:07:53.312 ***** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciyd9m9bhs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 09 December 2023 13:06:35 +0000 (0:00:00.011) 0:07:53.323 ***** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciyd9m9bhs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 09 December 2023 13:06:35 +0000 (0:00:00.011) 0:07:53.335 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__certificate_default_directory": "/etc/pki/tls", "__certificate_packages": [ "python-pyasn1", "python-cryptography", "python-dbus" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyd9m9bhs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-weekly-ciyd9m9bhs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 09 December 2023 13:06:35 +0000 (0:00:00.023) 0:07:53.358 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "python2-pyasn1-0.1.9-7.el7.noarch providing python-pyasn1 is already installed", "python2-cryptography-1.7.2-2.el7.x86_64 providing python-cryptography is already installed", "dbus-python-1.1.1-9.el7.x86_64 providing python-dbus is already installed" ] } lsrpackages: python-cryptography python-dbus python-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-ciyd9m9bhs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 09 December 2023 13:06:36 +0000 (0:00:01.024) 0:07:54.382 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "rc": 0, "results": [ "certmonger-0.78.4-17.el7_9.x86_64 providing certmonger is already installed" ] } lsrpackages: certmonger TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-ciyd9m9bhs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 09 December 2023 13:06:37 +0000 (0:00:00.401) 0:07:54.784 ***** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-ciyd9m9bhs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 09 December 2023 13:06:37 +0000 (0:00:00.165) 0:07:54.950 ***** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /WORKDIR/git-weekly-ciyd9m9bhs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 09 December 2023 13:06:37 +0000 (0:00:00.168) 0:07:55.118 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-09 13:01:56 UTC", "ActiveEnterTimestampMonotonic": "1349321259", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket syslog.target dbus.service basic.target system.slice network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 13:01:56 UTC", "AssertTimestampMonotonic": "1349295220", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 13:01:56 UTC", "ConditionTimestampMonotonic": "1349295218", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "EnvironmentFile": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "14329", "ExecMainStartTimestamp": "Sat 2023-12-09 13:01:56 UTC", "ExecMainStartTimestampMonotonic": "1349295908", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /var/run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2023-12-09 13:01:56 UTC", "InactiveExitTimestampMonotonic": "1349296592", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "14329", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/var/run/certmonger.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2023-12-09 13:01:56 UTC", "WatchdogTimestampMonotonic": "1349321221", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /WORKDIR/git-weekly-ciyd9m9bhs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 09 December 2023 13:06:37 +0000 (0:00:00.240) 0:07:55.358 ***** changed: [sut] => (item={'name': 'mycert_basic_ipa', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "ipa", "dns": "ipaserver.test.local", "name": "mycert_basic_ipa", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } } MSG: Certificate requested (new). changed: [sut] => (item={'name': 'groupcert', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa', 'group': 'ftp'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "ipa", "dns": "ipaserver.test.local", "group": "ftp", "name": "groupcert", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } } MSG: Certificate requested (new). File attributes updated. TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /WORKDIR/git-weekly-ciyd9m9bhs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 09 December 2023 13:06:41 +0000 (0:00:04.123) 0:07:59.482 ***** skipping: [sut] => (item=['cert', {'name': 'mycert_basic_ipa', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "cert", { "ca": "ipa", "dns": "ipaserver.test.local", "name": "mycert_basic_ipa", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['cert', {'name': 'groupcert', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa', 'group': 'ftp'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "cert", { "ca": "ipa", "dns": "ipaserver.test.local", "group": "ftp", "name": "groupcert", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['key', {'name': 'mycert_basic_ipa', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "key", { "ca": "ipa", "dns": "ipaserver.test.local", "name": "mycert_basic_ipa", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['key', {'name': 'groupcert', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa', 'group': 'ftp'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "key", { "ca": "ipa", "dns": "ipaserver.test.local", "group": "ftp", "name": "groupcert", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['ca', {'name': 'mycert_basic_ipa', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "ca", { "ca": "ipa", "dns": "ipaserver.test.local", "name": "mycert_basic_ipa", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['ca', {'name': 'groupcert', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa', 'group': 'ftp'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "ca", { "ca": "ipa", "dns": "ipaserver.test.local", "group": "ftp", "name": "groupcert", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 09 December 2023 13:06:41 +0000 (0:00:00.030) 0:07:59.513 ***** skipping: [sut] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-weekly-ciyd9m9bhs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 09 December 2023 13:06:41 +0000 (0:00:00.023) 0:07:59.536 ***** skipping: [sut] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 09 December 2023 13:06:41 +0000 (0:00:00.019) 0:07:59.556 ***** skipping: [sut] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify certificates] ***************************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tests_basic_ipa.yml:41 Saturday 09 December 2023 13:06:41 +0000 (0:00:00.020) 0:07:59.577 ***** included: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml for sut => (item={'path': '/etc/pki/tls/certs/mycert_basic_ipa.crt', 'key_path': '/etc/pki/tls/private/mycert_basic_ipa.key', 'subject': [{'name': 'commonName', 'oid': '2.5.4.3', 'value': 'ipaserver.test.local'}, {'name': 'organizationName', 'oid': '2.5.4.10', 'value': 'TEST.LOCAL'}], 'subject_alt_name': [{'name': 'DNS', 'value': 'ipaserver.test.local'}, {'name': 'Universal Principal Name (UPN)', 'oid': '1.3.6.1.4.1.311.20.2.3', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}, {'name': 'Kerberos principalname', 'oid': '1.3.6.1.5.2.2', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}], 'key_usage': ['digital_signature', 'content_commitment', 'key_encipherment', 'data_encipherment']}) included: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml for sut => (item={'path': '/etc/pki/tls/certs/groupcert.crt', 'key_path': '/etc/pki/tls/private/groupcert.key', 'owner': 'root', 'group': 'ftp', 'mode': '0640', 'subject': [{'name': 'commonName', 'oid': '2.5.4.3', 'value': 'ipaserver.test.local'}, {'name': 'organizationName', 'oid': '2.5.4.10', 'value': 'TEST.LOCAL'}], 'subject_alt_name': [{'name': 'DNS', 'value': 'ipaserver.test.local'}, {'name': 'Universal Principal Name (UPN)', 'oid': '1.3.6.1.4.1.311.20.2.3', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}, {'name': 'Kerberos principalname', 'oid': '1.3.6.1.5.2.2', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}], 'key_usage': ['digital_signature', 'content_commitment', 'key_encipherment', 'data_encipherment']}) TASK [Set virtualenv_path] ***************************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:2 Saturday 09 December 2023 13:06:41 +0000 (0:00:00.027) 0:07:59.604 ***** ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:9 Saturday 09 December 2023 13:06:42 +0000 (0:00:00.008) 0:07:59.613 ***** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:14 Saturday 09 December 2023 13:06:42 +0000 (0:00:00.010) 0:07:59.624 ***** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:18 Saturday 09 December 2023 13:06:42 +0000 (0:00:00.010) 0:07:59.634 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "python2-cryptography-1.7.2-2.el7.x86_64 providing python2-cryptography is already installed", "python2-cryptography-1.7.2-2.el7.x86_64 providing python2-cryptography is already installed" ] } lsrpackages: python2-cryptography TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:28 Saturday 09 December 2023 13:06:42 +0000 (0:00:00.393) 0:08:00.028 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version != \"7\"", "skip_reason": "Conditional result was False" } TASK [Retrieve certificate file stats] ***************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:38 Saturday 09 December 2023 13:06:42 +0000 (0:00:00.008) 0:08:00.037 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702127200.1883345, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "32ece71814d7bc8d63501022df47a1e294758859", "ctime": 1702127200.184335, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 166050, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1702127200.184335, "nlink": 1, "path": "/etc/pki/tls/certs/mycert_basic_ipa.crt", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1684, "uid": 0, "version": "18446744072717002163", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if certificate file exists] *************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:43 Saturday 09 December 2023 13:06:42 +0000 (0:00:00.157) 0:08:00.194 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:49 Saturday 09 December 2023 13:06:42 +0000 (0:00:00.011) 0:08:00.206 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:59 Saturday 09 December 2023 13:06:42 +0000 (0:00:00.021) 0:08:00.227 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:65 Saturday 09 December 2023 13:06:42 +0000 (0:00:00.019) 0:08:00.247 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702127198.23553, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "625f1cc5f78c49b96afadea5331612f65d639de4", "ctime": 1702127200.184335, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 166049, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1702127200.184335, "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": "18446744072717002147", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if key file exists] *********************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:70 Saturday 09 December 2023 13:06:42 +0000 (0:00:00.148) 0:08:00.395 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:76 Saturday 09 December 2023 13:06:42 +0000 (0:00:00.011) 0:08:00.406 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:86 Saturday 09 December 2023 13:06:42 +0000 (0:00:00.021) 0:08:00.427 ***** ok: [sut] => { "certificate": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "8A:52:62:5D:85:8B:AA:F0:3E:F8:41:79:D9:85:0D:C1:D4:1D:FA:2C" }, "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": [ "key_encipherment", "digital_signature", "content_commitment", "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": "5A:F7:D2:E7:87:4C:E8:DE:04:A4:F5:C1:93:13:45:C1:6E:03:CD:F5" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "0D:00:3E:50:38:80:B4:FF:C5:11:2C:B5:AB:57:FA:33:51:85:0C:E2:63:30:63:FF:11:84:5A:7B:4B:78:17:78:69:33:00:D0:C4:A5:05:FA:39:F5:5F:1A:42:02:FE:E9:E8:5A:00:6C:82:2B:25:E5:18:77:48:75:86:91:50:70:64:D5:54:39:F3:7D:D0:87:AC:29:3D:97:C5:83:BD:D0:DB:75:5C:79:AF:92:C3:4E:31:3A:D5:31:8E:D3:CA:0E:5C:D0:9E:7D:C4:6A:82:D4:D2:A5:43:2D:8F:1D:0A:26:1A:60:94:21:CC:7A:A3:48:8A:2B:39:31:9E:87:72:FD:C4:E9:EB:52:DC:D4:7D:FF:3B:19:09:EB:A0:81:5A:B9:66:B9:8F:A2:7F:50:40:4A:FE:4B:6D:DC:D8:D9:98:CA:BB:FC:DB:4D:26:AE:62:60:98:81:53:37:E9:51:43:8B:AE:FA:14:E7:A6:84:01:D7:F3:82:F6:4A:0E:D5:1F:F0:D0:F0:CA:6B:CF:21:EC:F2:F9:FF:EB:10:E9:33:B1:0D:57:D7:9E:21:62:4C:80:63:A8:43:A9:A7:AB:69:A4:A8:DF:8A:58:1E:87:D6:E9:E6:53:70:EC:E1:AA:E3:DA:B6:01:1B:91:F5:6D:33:56:88:68:62:DA:DF:8D:61:B3:B7" }, "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": "20251209130639Z", "not_valid_before": "20231209130639Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:92 Saturday 09 December 2023 13:06:43 +0000 (0:00:00.308) 0:08:00.736 ***** ok: [sut] => { "ansible_facts": { "cert_issued": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "8A:52:62:5D:85:8B:AA:F0:3E:F8:41:79:D9:85:0D:C1:D4:1D:FA:2C" }, "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": [ "key_encipherment", "digital_signature", "content_commitment", "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": "5A:F7:D2:E7:87:4C:E8:DE:04:A4:F5:C1:93:13:45:C1:6E:03:CD:F5" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "0D:00:3E:50:38:80:B4:FF:C5:11:2C:B5:AB:57:FA:33:51:85:0C:E2:63:30:63:FF:11:84:5A:7B:4B:78:17:78:69:33:00:D0:C4:A5:05:FA:39:F5:5F:1A:42:02:FE:E9:E8:5A:00:6C:82:2B:25:E5:18:77:48:75:86:91:50:70:64:D5:54:39:F3:7D:D0:87:AC:29:3D:97:C5:83:BD:D0:DB:75:5C:79:AF:92:C3:4E:31:3A:D5:31:8E:D3:CA:0E:5C:D0:9E:7D:C4:6A:82:D4:D2:A5:43:2D:8F:1D:0A:26:1A:60:94:21:CC:7A:A3:48:8A:2B:39:31:9E:87:72:FD:C4:E9:EB:52:DC:D4:7D:FF:3B:19:09:EB:A0:81:5A:B9:66:B9:8F:A2:7F:50:40:4A:FE:4B:6D:DC:D8:D9:98:CA:BB:FC:DB:4D:26:AE:62:60:98:81:53:37:E9:51:43:8B:AE:FA:14:E7:A6:84:01:D7:F3:82:F6:4A:0E:D5:1F:F0:D0:F0:CA:6B:CF:21:EC:F2:F9:FF:EB:10:E9:33:B1:0D:57:D7:9E:21:62:4C:80:63:A8:43:A9:A7:AB:69:A4:A8:DF:8A:58:1E:87:D6:E9:E6:53:70:EC:E1:AA:E3:DA:B6:01:1B:91:F5:6D:33:56:88:68:62:DA:DF:8D:61:B3:B7" }, "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": "20251209130639Z", "not_valid_before": "20231209130639Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:96 Saturday 09 December 2023 13:06:43 +0000 (0:00:00.012) 0:08:00.749 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:104 Saturday 09 December 2023 13:06:43 +0000 (0:00:00.020) 0:08:00.769 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:112 Saturday 09 December 2023 13:06:43 +0000 (0:00:00.017) 0:08:00.787 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:119 Saturday 09 December 2023 13:06:43 +0000 (0:00:00.022) 0:08:00.809 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:130 Saturday 09 December 2023 13:06:43 +0000 (0:00:00.023) 0:08:00.832 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:143 Saturday 09 December 2023 13:06:43 +0000 (0:00:00.023) 0:08:00.855 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail; getcert list -f /etc/pki/tls/certs/mycert_basic_ipa.crt | grep 'auto-renew' | sed 's/^\\s\\+auto-renew: //g'", "delta": "0:00:00.074474", "end": "2023-12-09 13:06:43.422735", "rc": 0, "start": "2023-12-09 13:06:43.348261" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:152 Saturday 09 December 2023 13:06:43 +0000 (0:00:00.211) 0:08:01.067 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set virtualenv_path] ***************************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:2 Saturday 09 December 2023 13:06:43 +0000 (0:00:00.020) 0:08:01.088 ***** ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:9 Saturday 09 December 2023 13:06:43 +0000 (0:00:00.010) 0:08:01.098 ***** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:14 Saturday 09 December 2023 13:06:43 +0000 (0:00:00.011) 0:08:01.109 ***** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:18 Saturday 09 December 2023 13:06:43 +0000 (0:00:00.011) 0:08:01.121 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "python2-cryptography-1.7.2-2.el7.x86_64 providing python2-cryptography is already installed", "python2-cryptography-1.7.2-2.el7.x86_64 providing python2-cryptography is already installed" ] } lsrpackages: python2-cryptography TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:28 Saturday 09 December 2023 13:06:43 +0000 (0:00:00.389) 0:08:01.511 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version != \"7\"", "skip_reason": "Conditional result was False" } TASK [Retrieve certificate file stats] ***************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:38 Saturday 09 December 2023 13:06:43 +0000 (0:00:00.008) 0:08:01.519 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702127201.714182, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e547d06932d1ee68feb09fc52189398be1b79fb6", "ctime": 1702127201.8301704, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 50, "gr_name": "ftp", "inode": 166052, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0640", "mtime": 1702127201.7101822, "nlink": 1, "path": "/etc/pki/tls/certs/groupcert.crt", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 1684, "uid": 0, "version": "18446744072717002201", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if certificate file exists] *************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:43 Saturday 09 December 2023 13:06:44 +0000 (0:00:00.149) 0:08:01.668 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:49 Saturday 09 December 2023 13:06:44 +0000 (0:00:00.011) 0:08:01.679 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:59 Saturday 09 December 2023 13:06:44 +0000 (0:00:00.021) 0:08:01.701 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:65 Saturday 09 December 2023 13:06:44 +0000 (0:00:00.020) 0:08:01.721 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702127200.7282805, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "f570536979654acfb83c0583c705bbc3d59dca07", "ctime": 1702127201.8301704, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 50, "gr_name": "ftp", "inode": 166051, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0640", "mtime": 1702127201.7101822, "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": "18446744072717002186", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if key file exists] *********************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:70 Saturday 09 December 2023 13:06:44 +0000 (0:00:00.148) 0:08:01.870 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:76 Saturday 09 December 2023 13:06:44 +0000 (0:00:00.011) 0:08:01.881 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:86 Saturday 09 December 2023 13:06:44 +0000 (0:00:00.020) 0:08:01.901 ***** ok: [sut] => { "certificate": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "8A:52:62:5D:85:8B:AA:F0:3E:F8:41:79:D9:85:0D:C1:D4:1D:FA:2C" }, "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": [ "key_encipherment", "digital_signature", "content_commitment", "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": "80:44:BA:47:CB:C5:F1:13:7C:7A:1F:F6:98:EF:D3:41:DA:33:1E:B4" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "30:5F:80:7C:6E:7F:DB:8F:D3:61:86:BB:16:46:BF:84:96:C4:AD:39:F6:9B:CC:9D:02:65:B7:9B:4F:B4:4E:2D:E3:55:66:AC:EC:2B:90:11:95:11:24:23:41:30:B1:15:FB:F2:88:19:A5:B5:9B:07:A4:CF:FA:F7:EC:34:61:83:60:BC:EC:2F:C1:A4:EA:F0:B4:F1:E3:10:10:03:91:98:0D:B7:5A:5A:E1:12:B1:50:CA:5E:64:66:BD:1E:61:84:D3:6A:65:73:37:B6:7D:5F:40:ED:9C:6A:D8:07:4E:71:FE:19:A3:14:B6:88:A8:D0:CD:31:11:A7:C6:30:F6:7F:BA:B6:85:E0:D3:91:C3:6B:00:FF:29:D7:22:46:8D:FF:6D:10:EC:58:D3:C3:DB:0C:86:68:76:7F:CE:19:07:7A:9C:37:1C:0C:07:F5:EF:DA:48:00:CD:D2:63:CA:04:98:13:0B:2B:9B:01:F9:B5:B5:6E:BA:4B:CA:9E:90:D4:FB:EE:7B:6E:5C:E1:2A:CC:2F:7A:9B:F2:9D:31:8B:45:1D:F6:15:52:9E:A2:4F:B7:D7:D4:3D:02:6C:B6:C4:90:DB:05:D7:1D:47:39:34:33:D5:61:A3:13:A5:75:6A:EF:7B:15:39:37:FB:5F:F8:A2:31:38:9C:0C:0E:1A:5F:96:AC" }, "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": "20251209130641Z", "not_valid_before": "20231209130641Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:92 Saturday 09 December 2023 13:06:44 +0000 (0:00:00.222) 0:08:02.124 ***** ok: [sut] => { "ansible_facts": { "cert_issued": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "8A:52:62:5D:85:8B:AA:F0:3E:F8:41:79:D9:85:0D:C1:D4:1D:FA:2C" }, "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": [ "key_encipherment", "digital_signature", "content_commitment", "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": "80:44:BA:47:CB:C5:F1:13:7C:7A:1F:F6:98:EF:D3:41:DA:33:1E:B4" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "30:5F:80:7C:6E:7F:DB:8F:D3:61:86:BB:16:46:BF:84:96:C4:AD:39:F6:9B:CC:9D:02:65:B7:9B:4F:B4:4E:2D:E3:55:66:AC:EC:2B:90:11:95:11:24:23:41:30:B1:15:FB:F2:88:19:A5:B5:9B:07:A4:CF:FA:F7:EC:34:61:83:60:BC:EC:2F:C1:A4:EA:F0:B4:F1:E3:10:10:03:91:98:0D:B7:5A:5A:E1:12:B1:50:CA:5E:64:66:BD:1E:61:84:D3:6A:65:73:37:B6:7D:5F:40:ED:9C:6A:D8:07:4E:71:FE:19:A3:14:B6:88:A8:D0:CD:31:11:A7:C6:30:F6:7F:BA:B6:85:E0:D3:91:C3:6B:00:FF:29:D7:22:46:8D:FF:6D:10:EC:58:D3:C3:DB:0C:86:68:76:7F:CE:19:07:7A:9C:37:1C:0C:07:F5:EF:DA:48:00:CD:D2:63:CA:04:98:13:0B:2B:9B:01:F9:B5:B5:6E:BA:4B:CA:9E:90:D4:FB:EE:7B:6E:5C:E1:2A:CC:2F:7A:9B:F2:9D:31:8B:45:1D:F6:15:52:9E:A2:4F:B7:D7:D4:3D:02:6C:B6:C4:90:DB:05:D7:1D:47:39:34:33:D5:61:A3:13:A5:75:6A:EF:7B:15:39:37:FB:5F:F8:A2:31:38:9C:0C:0E:1A:5F:96:AC" }, "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": "20251209130641Z", "not_valid_before": "20231209130641Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:96 Saturday 09 December 2023 13:06:44 +0000 (0:00:00.011) 0:08:02.135 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:104 Saturday 09 December 2023 13:06:44 +0000 (0:00:00.019) 0:08:02.154 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:112 Saturday 09 December 2023 13:06:44 +0000 (0:00:00.012) 0:08:02.166 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:119 Saturday 09 December 2023 13:06:44 +0000 (0:00:00.018) 0:08:02.185 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:130 Saturday 09 December 2023 13:06:44 +0000 (0:00:00.022) 0:08:02.208 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:143 Saturday 09 December 2023 13:06:44 +0000 (0:00:00.022) 0:08:02.230 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail; getcert list -f /etc/pki/tls/certs/groupcert.crt | grep 'auto-renew' | sed 's/^\\s\\+auto-renew: //g'", "delta": "0:00:00.075151", "end": "2023-12-09 13:06:44.797925", "rc": 0, "start": "2023-12-09 13:06:44.722774" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/assert_certificate_parameters.yml:152 Saturday 09 December 2023 13:06:44 +0000 (0:00:00.212) 0:08:02.442 ***** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=97 changed=29 unreachable=0 failed=0 skipped=57 rescued=0 ignored=0 Saturday 09 December 2023 13:06:44 +0000 (0:00:00.024) 0:08:02.467 ***** =============================================================================== ipaserver : Install - Setup CA ---------------------------------------- 199.50s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:276 ----------------------- ipaserver : Install - Setup HTTP --------------------------------------- 70.14s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:335 ----------------------- ipaserver : Install - Ensure that IPA server packages are installed ---- 68.38s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:7 ------------------------- ipaserver : Install - Enable IPA --------------------------------------- 64.75s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:443 ----------------------- ipaserver : Install - Setup DS ----------------------------------------- 26.80s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:214 ----------------------- ipaserver : Install - Setup KRB ----------------------------------------- 6.13s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:243 ----------------------- ipaclient : Install - Create IPA NSS database --------------------------- 5.23s /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:355 ----------------------- ipaserver : Install - Setup custodia ------------------------------------ 4.61s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:270 ----------------------- fedora.linux_system_roles.certificate : Ensure certificate requests ----- 4.12s /WORKDIR/git-weekly-ciyd9m9bhs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 ipaclient : Install - IPA API calls for remaining enrollment parts ------ 3.00s /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:335 ----------------------- ipaserver : Install - Set DS password ----------------------------------- 2.43s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:411 ----------------------- ipaserver : Install - Setup otpd ---------------------------------------- 2.40s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:329 ----------------------- ipaserver : Install - Server preparation -------------------------------- 2.18s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:161 ----------------------- Ensure nss package is up-to-date ---------------------------------------- 1.82s /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/setup_ipa.yml:65 ------------------- ipaserver : Install - Server installation test -------------------------- 1.19s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:62 ------------------------ ipaserver : Firewalld service - Ensure that firewalld is running -------- 1.03s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:34 ------------------------ fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 1.02s /WORKDIR/git-weekly-ciyd9m9bhs/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 ipaserver : Install - Setup NTP ----------------------------------------- 0.99s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:207 ----------------------- Gathering Facts --------------------------------------------------------- 0.96s /WORKDIR/git-weekly-ciyd9m9bhs/tests/tests_basic_ipa.yml:2 -------------------- Clone ansible-freeipa repo ---------------------------------------------- 0.93s /WORKDIR/git-weekly-ciyd9m9bhs/tests/tasks/setup_ipa.yml:32 ------------------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---