# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 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.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file statically imported: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/setup_ipa.yml Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_basic_ipa.yml ************************************************** 1 plays in /WORKDIR/git-weekly-cixmvu19o6/tests/tests_basic_ipa.yml PLAY [Test using IPA to issue certs] ******************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tests_basic_ipa.yml:2 Saturday 10 February 2024 12:52:35 +0000 (0:00:00.013) 0:00:00.013 ***** ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tests_basic_ipa.yml:13 Saturday 10 February 2024 12:52:35 +0000 (0:00:00.685) 0:00:00.699 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } META: end_host conditional evaluated to false, continuing execution for sut TASK [Set __is_beaker_env] ***************************************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/setup_ipa.yml:2 Saturday 10 February 2024 12:52:35 +0000 (0:00:00.204) 0:00:00.904 ***** ok: [sut] => { "ansible_facts": { "__is_beaker_env": false }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/setup_ipa.yml:9 Saturday 10 February 2024 12:52:35 +0000 (0:00:00.013) 0:00:00.917 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/setup_ipa.yml:14 Saturday 10 February 2024 12:52:36 +0000 (0:00:00.114) 0:00:01.032 ***** ok: [sut] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [Install ansible-freeipa] ************************************************* task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/setup_ipa.yml:18 Saturday 10 February 2024 12:52:36 +0000 (0:00:00.013) 0:00:01.045 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure freeipa-repo is absent] ******************************************* task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/setup_ipa.yml:24 Saturday 10 February 2024 12:52:36 +0000 (0:00:00.007) 0:00:01.052 ***** ok: [sut -> 127.0.0.1] => { "changed": false, "path": "/tmp/freeipa-repo/", "state": "absent" } TASK [Clone ansible-freeipa repo] ********************************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/setup_ipa.yml:32 Saturday 10 February 2024 12:52:36 +0000 (0:00:00.178) 0:00:01.231 ***** changed: [sut -> 127.0.0.1] => { "after": "9b5a54c4fa310b04a672e55589bb4d9b8af8eb84", "before": null, "changed": true } TASK [Create role symlinks] **************************************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/setup_ipa.yml:41 Saturday 10 February 2024 12:52:36 +0000 (0:00:00.618) 0:00:01.849 ***** changed: [sut -> 127.0.0.1] => (item=ipaserver) => { "ansible_loop_var": "item", "changed": true, "dest": "/WORKDIR/git-weekly-cixmvu19o6/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-cixmvu19o6/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-cixmvu19o6/tests/tasks/setup_ipa.yml:53 Saturday 10 February 2024 12:52:37 +0000 (0:00:00.223) 0:00:02.072 ***** 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-cixmvu19o6/tests/tasks/setup_ipa.yml:60 Saturday 10 February 2024 12:52:37 +0000 (0:00:00.840) 0:00:02.913 ***** 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-cixmvu19o6/tests/tasks/setup_ipa.yml:66 Saturday 10 February 2024 12:52:38 +0000 (0:00:00.511) 0:00:03.425 ***** 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-cixmvu19o6/tests/tasks/setup_ipa.yml:84 Saturday 10 February 2024 12:52:40 +0000 (0:00:01.868) 0:00:05.293 ***** TASK [ipaserver : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:4 Saturday 10 February 2024 12:52:40 +0000 (0:00:00.016) 0:00:05.310 ***** 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 10 February 2024 12:52:40 +0000 (0:00:00.019) 0:00:05.330 ***** 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 10 February 2024 12:52:40 +0000 (0:00:00.052) 0:00:05.382 ***** 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.16 will be installed\n--> Processing Dependency: python2-ipaserver = 4.6.8-5.el7.centos.16 for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: ipa-server-common = 4.6.8-5.el7.centos.16 for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: ipa-common = 4.6.8-5.el7.centos.16 for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: ipa-client = 4.6.8-5.el7.centos.16 for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: krb5-server < 1.15.100 for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: openldap-clients > 2.4.35-4 for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: sssd-dbus >= 1.15.2 for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: softhsm >= 2.0.0rc1-1 for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: slapi-nis >= 0.56.0-4 for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: python-ldap >= 2.4.15 for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: python-gssapi >= 1.2.0-3 for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: pki-kra >= 10.5.18-13 for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: pki-ca >= 10.5.18-13 for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: mod_nss >= 1.0.14-7 for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: mod_lookup_identity >= 0.9.9 for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: mod_auth_gssapi >= 1.5.0 for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: krb5-server >= 1.15.1-36 for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: krb5-server >= 1.15 for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: krb5-pkinit-openssl >= 1.15.1-36 for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: httpd >= 2.4.6-31 for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: certmonger >= 0.78.4-10 for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: 389-ds-base >= 1.3.10.2-12 for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: 389-ds-base >= 1.3.10.2-12 for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: systemd-python for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: open-sans-fonts for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: oddjob for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: ntp for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: mod_wsgi for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: mod_session for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: libtalloc.so.2(TALLOC_2.0.2)(64bit) for package: ipa-server-4.6.8-5.el7.centos.16.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.16.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.16.x86_64\n--> Processing Dependency: libsss_certmap.so.0(SSS_CERTMAP_0.0)(64bit) for package: ipa-server-4.6.8-5.el7.centos.16.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.16.x86_64\n--> Processing Dependency: libndr.so.0(NDR_0.0.1)(64bit) for package: ipa-server-4.6.8-5.el7.centos.16.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.16.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.16.x86_64\n--> Processing Dependency: fontawesome-fonts for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: cyrus-sasl-gssapi(x86-64) for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: libtevent.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: libtalloc.so.2()(64bit) for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: libsss_nss_idmap.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: libsss_certmap.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: libsamba-util.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: libndr.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: libndr-standard.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: libndr-nbt.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: libndr-krb5pac.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.16.x86_64\n--> Running transaction check\n---> Package 389-ds-base.x86_64 0:1.3.11.1-4.el7_9 will be installed\n--> Processing Dependency: 389-ds-base-libs = 1.3.11.1-4.el7_9 for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: svrcore >= 4.1.3 for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: perl-NetAddr-IP for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: perl-Mozilla-LDAP for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: perl(NetAddr::IP::Util) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: perl(Mozilla::LDAP::Utils) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: perl(Mozilla::LDAP::LDIF) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: perl(Mozilla::LDAP::Conn) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: perl(Mozilla::LDAP::API) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: perl(DB_File) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: perl(Archive::Tar) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: gperftools-libs for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: cyrus-sasl-plain for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: cyrus-sasl-md5 for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: bind-utils for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: libtcmalloc.so.4()(64bit) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: libsvrcore.so.0()(64bit) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: libslapd.so.0()(64bit) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: libsds.so.0()(64bit) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: libnunc-stans.so.0()(64bit) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: libns-dshttpd-1.3.11.12.so()(64bit) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: libldaputil.so.0()(64bit) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: libicuuc.so.50()(64bit) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: libicui18n.so.50()(64bit) for package: 389-ds-base-1.3.11.1-4.el7_9.x86_64\n--> Processing Dependency: libicudata.so.50()(64bit) for package: 389-ds-base-1.3.11.1-4.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.16 will be installed\n--> Processing Dependency: python2-ipaclient = 4.6.8-5.el7.centos.16 for package: ipa-client-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: ipa-client-common = 4.6.8-5.el7.centos.16 for package: ipa-client-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: sssd >= 1.14.0 for package: ipa-client-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: krb5-workstation >= 1.15.1-36 for package: ipa-client-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: python-sssdconfig for package: ipa-client-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: oddjob-mkhomedir for package: ipa-client-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: libsss_autofs for package: ipa-client-4.6.8-5.el7.centos.16.x86_64\n--> Processing Dependency: autofs for package: ipa-client-4.6.8-5.el7.centos.16.x86_64\n---> Package ipa-common.noarch 0:4.6.8-5.el7.centos.16 will be installed\n---> Package ipa-server-common.noarch 0:4.6.8-5.el7.centos.16 will be installed\n--> Processing Dependency: custodia >= 0.3.0-4 for package: ipa-server-common-4.6.8-5.el7.centos.16.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.16 will be installed\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.16 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.16 will be installed\n--> Processing Dependency: python-kdcproxy >= 0.3 for package: python2-ipaserver-4.6.8-5.el7.centos.16.noarch\n--> Processing Dependency: python-dns >= 1.12.0-3 for package: python2-ipaserver-4.6.8-5.el7.centos.16.noarch\n--> Processing Dependency: python-custodia >= 0.3.0-4 for package: python2-ipaserver-4.6.8-5.el7.centos.16.noarch\n--> Processing Dependency: python-augeas >= 0.5 for package: python2-ipaserver-4.6.8-5.el7.centos.16.noarch\n--> Processing Dependency: pki-base-python2 >= 10.5.18-13 for package: python2-ipaserver-4.6.8-5.el7.centos.16.noarch\n--> Processing Dependency: python-pyasn1 for package: python2-ipaserver-4.6.8-5.el7.centos.16.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-4.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.16 will be installed\n--> Processing Dependency: sssd-common = 1.16.5-10.el7_9.16 for package: sssd-dbus-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libdhash.so.1(DHASH_0.4.3)(64bit) for package: sssd-dbus-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_util.so()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_debug.so()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_crypt.so()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_child.so()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_cert.so()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libdhash.so.1()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.16.x86_64\n---> Package systemd-python.x86_64 0:219-78.el7_9.9 will be installed\n--> Running transaction check\n---> Package 389-ds-base-libs.x86_64 0:1.3.11.1-4.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.16 will be installed\n---> Package java-1.8.0-openjdk-headless.x86_64 1:1.8.0.402.b06-1.el7_9 will be installed\n--> Processing Dependency: tzdata-java >= 2022g for package: 1:java-1.8.0-openjdk-headless-1.8.0.402.b06-1.el7_9.x86_64\n--> Processing Dependency: copy-jdk-configs >= 3.3 for package: 1:java-1.8.0-openjdk-headless-1.8.0.402.b06-1.el7_9.x86_64\n--> Processing Dependency: pcsc-lite-libs(x86-64) for package: 1:java-1.8.0-openjdk-headless-1.8.0.402.b06-1.el7_9.x86_64\n--> Processing Dependency: lksctp-tools(x86-64) for package: 1:java-1.8.0-openjdk-headless-1.8.0.402.b06-1.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.402.b06-1.el7_9.x86_64\n--> Processing Dependency: jpackage-utils for package: 1:java-1.8.0-openjdk-headless-1.8.0.402.b06-1.el7_9.x86_64\n--> Processing Dependency: libjpeg.so.62()(64bit) for package: 1:java-1.8.0-openjdk-headless-1.8.0.402.b06-1.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.16 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.16 will be installed\n---> Package python2-ipaclient.noarch 0:4.6.8-5.el7.centos.16 will be installed\n--> Processing Dependency: python2-ipalib = 4.6.8-5.el7.centos.16 for package: python2-ipaclient-4.6.8-5.el7.centos.16.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.16 will be installed\n--> Processing Dependency: sssd-proxy = 1.16.5-10.el7_9.16 for package: sssd-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: sssd-ldap = 1.16.5-10.el7_9.16 for package: sssd-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: sssd-krb5 = 1.16.5-10.el7_9.16 for package: sssd-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: sssd-ipa = 1.16.5-10.el7_9.16 for package: sssd-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: sssd-ad = 1.16.5-10.el7_9.16 for package: sssd-1.16.5-10.el7_9.16.x86_64\n---> Package sssd-common.x86_64 0:1.16.5-10.el7_9.16 will be installed\n--> Processing Dependency: sssd-client(x86-64) = 1.16.5-10.el7_9.16 for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_sudo(x86-64) = 1.16.5-10.el7_9.16 for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_idmap(x86-64) = 1.16.5-10.el7_9.16 for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_idmap.so.0(SSS_IDMAP_0.5)(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_idmap.so.0(SSS_IDMAP_0.4)(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_idmap.so.0()(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libhttp_parser_strict.so.2()(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libcares.so.2()(64bit) for package: sssd-common-1.16.5-10.el7_9.16.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.16 will be installed\n---> Package libsss_sudo.x86_64 0:1.16.5-10.el7_9.16 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.16 will be installed\n--> Processing Dependency: python-yubico >= 1.2.3 for package: python2-ipalib-4.6.8-5.el7.centos.16.noarch\n--> Processing Dependency: python-qrcode-core >= 5.0.0 for package: python2-ipalib-4.6.8-5.el7.centos.16.noarch\n--> Processing Dependency: python-netifaces >= 0.10.4 for package: python2-ipalib-4.6.8-5.el7.centos.16.noarch\n--> Processing Dependency: python-netaddr >= 0.7.5-9 for package: python2-ipalib-4.6.8-5.el7.centos.16.noarch\n--> Processing Dependency: pyusb for package: python2-ipalib-4.6.8-5.el7.centos.16.noarch\n--> Processing Dependency: python-sss-murmur for package: python2-ipalib-4.6.8-5.el7.centos.16.noarch\n--> Processing Dependency: python-pyasn1-modules for package: python2-ipalib-4.6.8-5.el7.centos.16.noarch\n--> Processing Dependency: python-libipa_hbac for package: python2-ipalib-4.6.8-5.el7.centos.16.noarch\n--> Processing Dependency: python-dateutil for package: python2-ipalib-4.6.8-5.el7.centos.16.noarch\n---> Package sssd-ad.x86_64 0:1.16.5-10.el7_9.16 will be installed\n--> Processing Dependency: sssd-krb5-common = 1.16.5-10.el7_9.16 for package: sssd-ad-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: sssd-common-pac = 1.16.5-10.el7_9.16 for package: sssd-ad-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsmbclient.so.0(SMBCLIENT_0.1.0)(64bit) for package: sssd-ad-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsmbclient.so.0()(64bit) for package: sssd-ad-1.16.5-10.el7_9.16.x86_64\n---> Package sssd-client.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package sssd-ipa.x86_64 0:1.16.5-10.el7_9.16 will be installed\n--> Processing Dependency: libipa_hbac(x86-64) = 1.16.5-10.el7_9.16 for package: sssd-ipa-1.16.5-10.el7_9.16.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.16.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.16.x86_64\n--> Processing Dependency: libipa_hbac.so.0()(64bit) for package: sssd-ipa-1.16.5-10.el7_9.16.x86_64\n---> Package sssd-krb5.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package sssd-ldap.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package sssd-proxy.x86_64 0:1.16.5-10.el7_9.16 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.402.b06-1.el7_9 will be installed\n--> Processing Dependency: xorg-x11-fonts-Type1 for package: 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64\n--> Processing Dependency: libXcomposite(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64\n--> Processing Dependency: gtk2(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64\n--> Processing Dependency: fontconfig(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64\n--> Processing Dependency: libgif.so.4()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64\n--> Processing Dependency: libXtst.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64\n--> Processing Dependency: libXrender.so.1()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64\n--> Processing Dependency: libXi.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64\n--> Processing Dependency: libXext.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64\n--> Processing Dependency: libX11.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.402.b06-1.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.16 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.16 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.16 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.16 will be installed\n---> Package sssd-krb5-common.x86_64 0:1.16.5-10.el7_9.16 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.16 updates 535 k\nInstalling for dependencies:\n 389-ds-base x86_64 1.3.11.1-4.el7_9 updates 2.4 M\n 389-ds-base-libs x86_64 1.3.11.1-4.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.16 updates 292 k\n ipa-client-common noarch 4.6.8-5.el7.centos.16 updates 198 k\n ipa-common noarch 4.6.8-5.el7.centos.16 updates 624 k\n ipa-server-common noarch 4.6.8-5.el7.centos.16 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.402.b06-1.el7_9 updates 320 k\n java-1.8.0-openjdk-headless x86_64 1:1.8.0.402.b06-1.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.16 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.16 updates 161 k\n libsss_certmap x86_64 1.16.5-10.el7_9.16 updates 193 k\n libsss_idmap x86_64 1.16.5-10.el7_9.16 updates 163 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.16 updates 170 k\n libsss_sudo x86_64 1.16.5-10.el7_9.16 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.16 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.16 updates 142 k\n python-sssdconfig noarch 1.16.5-10.el7_9.16 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.16 updates 707 k\n python2-ipalib noarch 4.6.8-5.el7.centos.16 updates 689 k\n python2-ipaserver noarch 4.6.8-5.el7.centos.16 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-4.el7_9 updates 152 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.16 updates 151 k\n sssd-ad x86_64 1.16.5-10.el7_9.16 updates 306 k\n sssd-client x86_64 1.16.5-10.el7_9.16 updates 230 k\n sssd-common x86_64 1.16.5-10.el7_9.16 updates 1.5 M\n sssd-common-pac x86_64 1.16.5-10.el7_9.16 updates 224 k\n sssd-dbus x86_64 1.16.5-10.el7_9.16 updates 262 k\n sssd-ipa x86_64 1.16.5-10.el7_9.16 updates 387 k\n sssd-krb5 x86_64 1.16.5-10.el7_9.16 updates 193 k\n sssd-krb5-common x86_64 1.16.5-10.el7_9.16 updates 226 k\n sssd-ldap x86_64 1.16.5-10.el7_9.16 updates 286 k\n sssd-proxy x86_64 1.16.5-10.el7_9.16 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.9 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 10 MB/s | 131 MB 00:12 \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.16.x86_64 5/267 \n Installing : libdhash-0.5.0-32.el7.x86_64 6/267 \n Installing : python-ldap-2.4.15-2.el7.x86_64 7/267 \n Installing : libsss_idmap-1.16.5-10.el7_9.16.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 : ipa-common-4.6.8-5.el7.centos.16.noarch 11/267 \n Installing : 1:cups-libs-1.6.3-52.el7_9.x86_64 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 : python-sssdconfig-1.16.5-10.el7_9.16.noarch 18/267 \n Installing : mesa-libglapi-18.3.4-12.el7_9.x86_64 19/267 \n Installing : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 20/267 \n Installing : ipa-client-common-4.6.8-5.el7.centos.16.noarch 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 : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64 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 : pyusb-1.0.0-0.11.b1.el7.noarch 32/267 \n Installing : 32:bind-license-9.11.4-26.P2.el7_9.15.noarch 33/267 \n Installing : libsss_autofs-1.16.5-10.el7_9.16.x86_64 34/267 \n Installing : systemd-python-219-78.el7_9.9.x86_64 35/267 \n Installing : libxshmfence-1.2-1.el7.x86_64 36/267 \n Installing : libICE-1.0.9-9.el7.x86_64 37/267 \n Installing : gperftools-libs-2.6.1-1.el7.x86_64 38/267 \n Installing : libwayland-server-1.15.0-1.el7.x86_64 39/267 \n Installing : libipa_hbac-1.16.5-10.el7_9.16.x86_64 40/267 \n Installing : python-nss-0.16.0-3.el7.x86_64 41/267 \n Installing : python-libipa_hbac-1.16.5-10.el7_9.16.x86_64 42/267 \n Installing : mesa-libgbm-18.3.4-12.el7_9.x86_64 43/267 \n Installing : 389-ds-base-libs-1.3.11.1-4.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.16.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 : libfontenc-1.1.3-3.el7.x86_64 66/267 \n Installing : 1:xorg-x11-font-utils-7.5-21.el7.x86_64 67/267 \n Installing : python-sss-murmur-1.16.5-10.el7_9.16.x86_64 68/267 \n Installing : geoipupdate-2.5.0-2.el7.x86_64 69/267 \n Installing : GeoIP-1.5.0-14.el7.x86_64 70/267 \n Installing : 32:bind-libs-lite-9.11.4-26.P2.el7_9.15.x86_64 71/267 \n Installing : 32:bind-libs-9.11.4-26.P2.el7_9.15.x86_64 72/267 \n Installing : 32:bind-utils-9.11.4-26.P2.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 : libsss_sudo-1.16.5-10.el7_9.16.x86_64 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 : python-netaddr-0.7.5-9.el7.noarch 80/267 \n Installing : c-ares-1.10.0-3.el7_9.1.x86_64 81/267 \n Installing : lksctp-tools-1.0.17-2.el7.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.16.noarch 111/267 \n Installing : libicu-50.2-4.el7_7.x86_64 112/267 \n Installing : nuxwdog-1.0.5-1.el7.x86_64 113/267 \n Installing : libthai-0.1.14-9.el7.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.16.noarch 117/267 \n Installing : python2-ipaclient-4.6.8-5.el7.centos.16.noarch 118/267 \n Installing : python2-ipaserver-4.6.8-5.el7.centos.16.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.16.x86_64 127/267 \n Installing : sssd-krb5-common-1.16.5-10.el7_9.16.x86_64 128/267 \n Installing : sssd-common-pac-1.16.5-10.el7_9.16.x86_64 129/267 \n Installing : sssd-ipa-1.16.5-10.el7_9.16.x86_64 130/267 \n Installing : sssd-ldap-1.16.5-10.el7_9.16.x86_64 131/267 \n Installing : sssd-krb5-1.16.5-10.el7_9.16.x86_64 132/267 \n Installing : sssd-proxy-1.16.5-10.el7_9.16.x86_64 133/267 \n Installing : sssd-dbus-1.16.5-10.el7_9.16.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.16.x86_64 136/267 \n Installing : sssd-1.16.5-10.el7_9.16.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-4.el7_9.x86_64 139/267 \n Installing : slapi-nis-0.60.0-4.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 : 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 160/267 \n Installing : mesa-libEGL-18.3.4-12.el7_9.x86_64 161/267 \n Installing : giflib-4.1.6-9.el7.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 : tzdata-java-2023c-1.el7.noarch 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.402.b06-1.el7_9.x8 171/267 \n Installing : 1:java-1.8.0-openjdk-1.8.0.402.b06-1.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 : jvnet-parent-4-2.el7.noarch 195/267 \n Installing : codemodel-2.6-9.el7.noarch 196/267 \n Installing : bea-stax-1.2.0-9.el7.noarch 197/267 \n Installing : stax-ex-1.7.1-6.el7.noarch 198/267 \n Installing : istack-commons-2.17-4.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 : httpcomponents-core-4.2.4-6.el7.noarch 209/267 \n Installing : glassfish-dtd-parser-1.2-0.8.20120120svn.el7.noarch 210/267 \n Installing : antlr-tool-2.7.7-30.el7.noarch 211/267 \n Installing : cal10n-0.7.7-4.el7.noarch 212/267 \n Installing : joda-convert-1.3-5.el7.noarch 213/267 \n Installing : joda-time-2.2-3.tzdata2013c.el7.noarch 214/267 \n Installing : 1:ecj-4.5.2-3.el7.x86_64 215/267 \n Installing : geronimo-jta-1.1.1-17.el7.noarch 216/267 \n Installing : apache-commons-dbcp-1.4-17.el7.noarch 217/267 \n Installing : args4j-2.0.16-13.el7.noarch 218/267 \n Installing : txw2-20110809-8.el7.noarch 219/267 \n Installing : easymock2-2.5.2-12.el7.noarch 220/267 \n Installing : qdox-1.12.1-10.el7.noarch 221/267 \n Installing : hamcrest-1.3-6.el7.noarch 222/267 \n Installing : junit-4.11-8.el7.noarch 223/267 \n Installing : xpp3-1.1.3.8-11.el7.noarch 224/267 \n Installing : javamail-1.4.6-8.el7.noarch 225/267 \n Installing : log4j-1.2.17-18.el7_4.noarch 226/267 \n Installing : avalon-logkit-2.1-14.el7.noarch 227/267 \n Installing : apache-commons-logging-1.1.2-7.el7.noarch 228/267 \n Installing : avalon-framework-4.3-10.el7.noarch 229/267 \n Installing : slf4j-1.7.4-4.el7_4.noarch 230/267 \n Installing : httpcomponents-client-4.2.5-5.el7_0.noarch 231/267 \n Installing : 1:jakarta-commons-httpclient-3.1-16.el7_0.noarch 232/267 \n Installing : ws-jaxme-0.5.2-10.el7.noarch 233/267 \n Installing : jdom-1.1.3-6.el7.noarch 234/267 \n Installing : jaxen-1.1.3-11.el7.noarch 235/267 \n Installing : dom4j-1.6.1-20.el7.noarch 236/267 \n Installing : glassfish-jaxb-api-2.2.7-4.el7.noarch 237/267 \n Installing : glassfish-jaxb-2.2.5-6.el7.noarch 238/267 \n Installing : resteasy-base-jaxb-provider-3.0.6-4.el7.noarch 239/267 \n Installing : jboss-annotations-1.1-api-1.0.1-0.6.20120212git76e1a2. 240/267 \n Installing : resteasy-base-jaxrs-3.0.6-4.el7.noarch 241/267 \n Installing : resteasy-base-client-3.0.6-4.el7.noarch 242/267 \n Installing : resteasy-base-atom-provider-3.0.6-4.el7.noarch 243/267 \n Installing : apache-commons-cli-1.2-13.el7.noarch 244/267 \n Installing : jsr-311-1.1.1-6.el7.noarch 245/267 \n Installing : jackson-1.9.4-7.el7.noarch 246/267 \n Installing : resteasy-base-jackson-provider-3.0.6-4.el7.noarch 247/267 \n Installing : pki-base-java-10.5.18-27.el7_9.noarch 248/267 \n Installing : pki-tools-10.5.18-27.el7_9.x86_64 249/267 \n Installing : apache-commons-daemon-1.0.13-7.el7.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.16.x86_64 266/267 \n Installing : ipa-server-4.6.8-5.el7.centos.16.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 : sssd-ldap-1.16.5-10.el7_9.16.x86_64 3/267 \n Verifying : jackson-1.9.4-7.el7.noarch 4/267 \n Verifying : avalon-logkit-2.1-14.el7.noarch 5/267 \n Verifying : libXrender-0.9.10-1.el7.x86_64 6/267 \n Verifying : tomcat-el-2.2-api-7.0.76-16.el7_9.noarch 7/267 \n Verifying : 1:xorg-x11-font-utils-7.5-21.el7.x86_64 8/267 \n Verifying : regexp-1.5-13.el7.noarch 9/267 \n Verifying : hesiod-3.2.1-3.el7.x86_64 10/267 \n Verifying : httpd-2.4.6-99.el7.centos.1.x86_64 11/267 \n Verifying : krb5-pkinit-1.15.1-55.el7_9.x86_64 12/267 \n Verifying : httpcomponents-core-4.2.4-6.el7.noarch 13/267 \n Verifying : words-3.0-22.el7.noarch 14/267 \n Verifying : junit-4.11-8.el7.noarch 15/267 \n Verifying : fontconfig-2.13.0-4.3.el7.x86_64 16/267 \n Verifying : glassfish-dtd-parser-1.2-0.8.20120120svn.el7.noarch 17/267 \n Verifying : mod_session-2.4.6-99.el7.centos.1.x86_64 18/267 \n Verifying : apache-commons-codec-1.8-7.el7.noarch 19/267 \n Verifying : antlr-tool-2.7.7-30.el7.noarch 20/267 \n Verifying : stax2-api-3.1.1-10.el7.noarch 21/267 \n Verifying : 1:msv-msv-2013.5.1-7.el7.noarch 22/267 \n Verifying : sssd-1.16.5-10.el7_9.16.x86_64 23/267 \n Verifying : python-javapackages-3.4.1-11.el7.noarch 24/267 \n Verifying : python-nss-0.16.0-3.el7.x86_64 25/267 \n Verifying : pki-ca-10.5.18-27.el7_9.noarch 26/267 \n Verifying : libdhash-0.5.0-32.el7.x86_64 27/267 \n Verifying : 1:java-1.8.0-openjdk-headless-1.8.0.402.b06-1.el7_9.x8 28/267 \n Verifying : 389-ds-base-libs-1.3.11.1-4.el7_9.x86_64 29/267 \n Verifying : sssd-krb5-common-1.16.5-10.el7_9.16.x86_64 30/267 \n Verifying : xerces-j2-2.11.0-17.el7_0.noarch 31/267 \n Verifying : python-yubico-1.2.3-1.el7.noarch 32/267 \n Verifying : tzdata-java-2023c-1.el7.noarch 33/267 \n Verifying : jing-20091111-14.el7.noarch 34/267 \n Verifying : mod_wsgi-3.4-18.el7.x86_64 35/267 \n Verifying : pixman-0.34.0-1.el7.x86_64 36/267 \n Verifying : sssd-proxy-1.16.5-10.el7_9.16.x86_64 37/267 \n Verifying : 1:cups-libs-1.6.3-52.el7_9.x86_64 38/267 \n Verifying : krb5-workstation-1.15.1-55.el7_9.x86_64 39/267 \n Verifying : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64 40/267 \n Verifying : pcsc-lite-libs-1.8.8-8.el7.x86_64 41/267 \n Verifying : cal10n-0.7.7-4.el7.noarch 42/267 \n Verifying : rngom-201103-0.8.20120119svn.el7.noarch 43/267 \n Verifying : libipa_hbac-1.16.5-10.el7_9.16.x86_64 44/267 \n Verifying : sssd-krb5-1.16.5-10.el7_9.16.x86_64 45/267 \n Verifying : libwayland-server-1.15.0-1.el7.x86_64 46/267 \n Verifying : joda-convert-1.3-5.el7.noarch 47/267 \n Verifying : apache-commons-logging-1.1.2-7.el7.noarch 48/267 \n Verifying : ws-jaxme-0.5.2-10.el7.noarch 49/267 \n Verifying : tomcat-lib-7.0.76-16.el7_9.noarch 50/267 \n Verifying : python-pycparser-2.14-1.el7.noarch 51/267 \n Verifying : libXau-1.0.8-2.1.el7.x86_64 52/267 \n Verifying : gtk-update-icon-cache-3.22.30-8.el7_9.x86_64 53/267 \n Verifying : apache-commons-pool-1.6-9.el7.noarch 54/267 \n Verifying : tomcat-servlet-3.0-api-7.0.76-16.el7_9.noarch 55/267 \n Verifying : gperftools-libs-2.6.1-1.el7.x86_64 56/267 \n Verifying : cyrus-sasl-md5-2.1.26-24.el7_9.x86_64 57/267 \n Verifying : slf4j-1.7.4-4.el7_4.noarch 58/267 \n Verifying : sssd-ad-1.16.5-10.el7_9.16.x86_64 59/267 \n Verifying : krb5-server-1.15.1-55.el7_9.x86_64 60/267 \n Verifying : bcel-5.2-19.el7_9.noarch 61/267 \n Verifying : samba-common-libs-4.10.16-25.el7_9.x86_64 62/267 \n Verifying : glassfish-jaxb-2.2.5-6.el7.noarch 63/267 \n Verifying : ntp-4.2.6p5-29.el7.centos.2.x86_64 64/267 \n Verifying : python-augeas-0.5.0-2.el7.noarch 65/267 \n Verifying : trousers-0.3.14-2.el7.x86_64 66/267 \n Verifying : libICE-1.0.9-9.el7.x86_64 67/267 \n Verifying : jakarta-oro-2.0.8-16.el7.noarch 68/267 \n Verifying : libxshmfence-1.2-1.el7.x86_64 69/267 \n Verifying : velocity-1.7-10.el7.noarch 70/267 \n Verifying : 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64 71/267 \n Verifying : autogen-libopts-5.18-5.el7.x86_64 72/267 \n Verifying : libsss_idmap-1.16.5-10.el7_9.16.x86_64 73/267 \n Verifying : python-qrcode-core-5.0.1-1.el7.noarch 74/267 \n Verifying : libtdb-1.3.18-1.el7.x86_64 75/267 \n Verifying : perl-Mozilla-LDAP-1.5.3-12.el7.x86_64 76/267 \n Verifying : 389-ds-base-1.3.11.1-4.el7_9.x86_64 77/267 \n Verifying : jaxen-1.1.3-11.el7.noarch 78/267 \n Verifying : jvnet-parent-4-2.el7.noarch 79/267 \n Verifying : jdom-1.1.3-6.el7.noarch 80/267 \n Verifying : libthai-0.1.14-9.el7.x86_64 81/267 \n Verifying : 1:apache-commons-io-2.4-12.el7.noarch 82/267 \n Verifying : GeoIP-1.5.0-14.el7.x86_64 83/267 \n Verifying : pki-base-java-10.5.18-27.el7_9.noarch 84/267 \n Verifying : bea-stax-1.2.0-9.el7.noarch 85/267 \n Verifying : 32:bind-libs-9.11.4-26.P2.el7_9.15.x86_64 86/267 \n Verifying : libldb-1.5.4-2.el7.x86_64 87/267 \n Verifying : apr-util-1.5.2-6.el7_9.1.x86_64 88/267 \n Verifying : apr-1.4.8-7.el7.x86_64 89/267 \n Verifying : 1:ecj-4.5.2-3.el7.x86_64 90/267 \n Verifying : nuxwdog-1.0.5-1.el7.x86_64 91/267 \n Verifying : resteasy-base-client-3.0.6-4.el7.noarch 92/267 \n Verifying : sssd-common-pac-1.16.5-10.el7_9.16.x86_64 93/267 \n Verifying : libXtst-1.2.3-1.el7.x86_64 94/267 \n Verifying : xsom-0-10.20110809svn.el7.noarch 95/267 \n Verifying : libicu-50.2-4.el7_7.x86_64 96/267 \n Verifying : mesa-libGL-18.3.4-12.el7_9.x86_64 97/267 \n Verifying : gnutls-3.3.29-9.el7_6.x86_64 98/267 \n Verifying : python-idna-2.4-1.el7.noarch 99/267 \n Verifying : log4j-1.2.17-18.el7_4.noarch 100/267 \n Verifying : geronimo-jms-1.1.1-19.el7.noarch 101/267 \n Verifying : libXdamage-1.1.4-4.1.el7.x86_64 102/267 \n Verifying : mod_nss-1.0.14-12.el7.x86_64 103/267 \n Verifying : systemd-python-219-78.el7_9.9.x86_64 104/267 \n Verifying : sssd-dbus-1.16.5-10.el7_9.16.x86_64 105/267 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 106/267 \n Verifying : sssd-common-1.16.5-10.el7_9.16.x86_64 107/267 \n Verifying : openldap-clients-2.4.44-25.el7_9.x86_64 108/267 \n Verifying : python-ldap-2.4.15-2.el7.x86_64 109/267 \n Verifying : cyrus-sasl-plain-2.1.26-24.el7_9.x86_64 110/267 \n Verifying : apache-commons-lang-2.6-15.el7.noarch 111/267 \n Verifying : python2-pyasn1-modules-0.1.9-7.el7.noarch 112/267 \n Verifying : perl-DB_File-1.830-6.el7.x86_64 113/267 \n Verifying : http-parser-2.7.1-9.el7.x86_64 114/267 \n Verifying : 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 115/267 \n Verifying : jasper-libs-1.900.1-33.el7.x86_64 116/267 \n Verifying : graphite2-1.3.10-1.el7_3.x86_64 117/267 \n Verifying : mesa-libEGL-18.3.4-12.el7_9.x86_64 118/267 \n Verifying : fontawesome-fonts-4.1.0-2.el7.noarch 119/267 \n Verifying : python-dateutil-1.5-7.el7.noarch 120/267 \n Verifying : ipa-common-4.6.8-5.el7.centos.16.noarch 121/267 \n Verifying : geronimo-jta-1.1.1-17.el7.noarch 122/267 \n Verifying : atk-2.28.1-2.el7.x86_64 123/267 \n Verifying : libsss_autofs-1.16.5-10.el7_9.16.x86_64 124/267 \n Verifying : copy-jdk-configs-3.3-11.el7_9.noarch 125/267 \n Verifying : ldapjdk-4.19-5.el7.noarch 126/267 \n Verifying : relaxngDatatype-1.0-11.el7.noarch 127/267 \n Verifying : samba-common-4.10.16-25.el7_9.noarch 128/267 \n Verifying : augeas-libs-1.4.0-10.el7.x86_64 129/267 \n Verifying : httpcomponents-client-4.2.5-5.el7_0.noarch 130/267 \n Verifying : ipa-server-common-4.6.8-5.el7.centos.16.noarch 131/267 \n Verifying : python-jwcrypto-0.4.2-1.el7.noarch 132/267 \n Verifying : gdk-pixbuf2-2.36.12-3.el7.x86_64 133/267 \n Verifying : args4j-2.0.16-13.el7.noarch 134/267 \n Verifying : 32:bind-libs-lite-9.11.4-26.P2.el7_9.15.x86_64 135/267 \n Verifying : javapackages-tools-3.4.1-11.el7.noarch 136/267 \n Verifying : libtevent-0.9.39-1.el7.x86_64 137/267 \n Verifying : 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64 138/267 \n Verifying : easymock2-2.5.2-12.el7.noarch 139/267 \n Verifying : ipa-client-common-4.6.8-5.el7.centos.16.noarch 140/267 \n Verifying : libXcursor-1.1.15-1.el7.x86_64 141/267 \n Verifying : resteasy-base-jaxb-provider-3.0.6-4.el7.noarch 142/267 \n Verifying : 1:jakarta-commons-httpclient-3.1-16.el7_0.noarch 143/267 \n Verifying : libwayland-client-1.15.0-1.el7.x86_64 144/267 \n Verifying : libXrandr-1.5.1-2.el7.x86_64 145/267 \n Verifying : glassfish-fastinfoset-1.2.12-9.el7.noarch 146/267 \n Verifying : fontpackages-filesystem-1.44-8.el7.noarch 147/267 \n Verifying : ttmkfdir-3.0.9-42.el7.x86_64 148/267 \n Verifying : hicolor-icon-theme-0.12-7.el7.noarch 149/267 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 150/267 \n Verifying : sssd-ipa-1.16.5-10.el7_9.16.x86_64 151/267 \n Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 152/267 \n Verifying : python-gssapi-1.2.0-3.el7.x86_64 153/267 \n Verifying : mesa-libglapi-18.3.4-12.el7_9.x86_64 154/267 \n Verifying : 32:bind-license-9.11.4-26.P2.el7_9.15.noarch 155/267 \n Verifying : python-dns-1.12.0-4.20150617git465785f.el7.noarch 156/267 \n Verifying : 1:perl-Package-Constants-0.02-299.el7_9.noarch 157/267 \n Verifying : fribidi-1.0.2-1.el7_7.1.x86_64 158/267 \n Verifying : custodia-0.3.1-4.el7.noarch 159/267 \n Verifying : pyusb-1.0.0-0.11.b1.el7.noarch 160/267 \n Verifying : apr-util-openssl-1.5.2-6.el7_9.1.x86_64 161/267 \n Verifying : libjpeg-turbo-1.2.90-8.el7.x86_64 162/267 \n Verifying : xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64 163/267 \n Verifying : python-ply-3.4-11.el7.noarch 164/267 \n Verifying : python-sssdconfig-1.16.5-10.el7_9.16.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 : libXft-2.3.2-2.el7.x86_64 176/267 \n Verifying : joda-time-2.2-3.tzdata2013c.el7.noarch 177/267 \n Verifying : nuxwdog-client-java-1.0.5-1.el7.x86_64 178/267 \n Verifying : mesa-libgbm-18.3.4-12.el7_9.x86_64 179/267 \n Verifying : istack-commons-2.17-4.el7.noarch 180/267 \n Verifying : tomcat-7.0.76-16.el7_9.noarch 181/267 \n Verifying : httpd-tools-2.4.6-99.el7.centos.1.x86_64 182/267 \n Verifying : xpp3-1.1.3.8-11.el7.noarch 183/267 \n Verifying : javamail-1.4.6-8.el7.noarch 184/267 \n Verifying : jss-4.4.9-3.el7.x86_64 185/267 \n Verifying : lksctp-tools-1.0.17-2.el7.x86_64 186/267 \n Verifying : libSM-1.2.2-2.el7.x86_64 187/267 \n Verifying : ipa-client-4.6.8-5.el7.centos.16.x86_64 188/267 \n Verifying : libX11-1.6.7-4.el7_9.x86_64 189/267 \n Verifying : c-ares-1.10.0-3.el7_9.1.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 : python2-ipaclient-4.6.8-5.el7.centos.16.noarch 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 : python2-ipalib-4.6.8-5.el7.centos.16.noarch 197/267 \n Verifying : pki-kra-10.5.18-27.el7_9.noarch 198/267 \n Verifying : python-netaddr-0.7.5-9.el7.noarch 199/267 \n Verifying : bea-stax-api-1.2.0-9.el7.noarch 200/267 \n Verifying : perl-Archive-Tar-1.92-3.el7.noarch 201/267 \n Verifying : libXinerama-1.1.3-2.1.el7.x86_64 202/267 \n Verifying : libsmbclient-4.10.16-25.el7_9.x86_64 203/267 \n Verifying : glassfish-jaxb-api-2.2.7-4.el7.noarch 204/267 \n Verifying : resteasy-base-jaxrs-3.0.6-4.el7.noarch 205/267 \n Verifying : libXxf86vm-1.1.4-1.el7.x86_64 206/267 \n Verifying : pango-1.42.4-4.el7_7.x86_64 207/267 \n Verifying : scannotation-1.0.3-0.7.r12.el7.noarch 208/267 \n Verifying : open-sans-fonts-1.10-1.el7.noarch 209/267 \n Verifying : libwbclient-4.10.16-25.el7_9.x86_64 210/267 \n Verifying : 1:msv-xsdlib-2013.5.1-7.el7.noarch 211/267 \n Verifying : perl-NetAddr-IP-4.069-3.el7.x86_64 212/267 \n Verifying : gtk2-2.24.31-1.el7.x86_64 213/267 \n Verifying : 1:autofs-5.0.7-116.el7_9.1.x86_64 214/267 \n Verifying : xml-commons-apis-1.4.01-16.el7.noarch 215/267 \n Verifying : python-libipa_hbac-1.16.5-10.el7_9.16.x86_64 216/267 \n Verifying : mod_lookup_identity-1.0.0-1.el7.x86_64 217/267 \n Verifying : oddjob-0.31.5-4.el7.x86_64 218/267 \n Verifying : samba-client-libs-4.10.16-25.el7_9.x86_64 219/267 \n Verifying : python-kdcproxy-0.3.2-3.el7.noarch 220/267 \n Verifying : softhsm-2.1.0-3.el7.x86_64 221/267 \n Verifying : svrcore-4.1.3-2.el7.x86_64 222/267 \n Verifying : dejavu-fonts-common-2.33-6.el7.noarch 223/267 \n Verifying : dom4j-1.6.1-20.el7.noarch 224/267 \n Verifying : 1:libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64 225/267 \n Verifying : libxcb-1.13-1.el7.x86_64 226/267 \n Verifying : mod_auth_gssapi-1.5.1-7.el7.x86_64 227/267 \n Verifying : hamcrest-1.3-6.el7.noarch 228/267 \n Verifying : slapi-nis-0.60.0-4.el7_9.x86_64 229/267 \n Verifying : sssd-client-1.16.5-10.el7_9.16.x86_64 230/267 \n Verifying : libsss_sudo-1.16.5-10.el7_9.16.x86_64 231/267 \n Verifying : jboss-annotations-1.1-api-1.0.1-0.6.20120212git76e1a2. 232/267 \n Verifying : xml-commons-resolver-1.2-15.el7.noarch 233/267 \n Verifying : pki-server-10.5.18-27.el7_9.noarch 234/267 \n Verifying : apache-commons-cli-1.2-13.el7.noarch 235/267 \n Verifying : xorg-x11-fonts-Type1-7.5-9.el7.noarch 236/267 \n Verifying : txw2-20110809-8.el7.noarch 237/267 \n Verifying : 1:hsqldb-1.8.1.3-15.el7_9.noarch 238/267 \n Verifying : libXfixes-5.0.3-1.el7.x86_64 239/267 \n Verifying : tomcat-jsp-2.2-api-7.0.76-16.el7_9.noarch 240/267 \n Verifying : pki-base-10.5.18-27.el7_9.noarch 241/267 \n Verifying : python-cffi-1.6.0-5.el7.x86_64 242/267 \n Verifying : 1:java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64 243/267 \n Verifying : python2-ipaserver-4.6.8-5.el7.centos.16.noarch 244/267 \n Verifying : objectweb-asm-3.3.1-9.el7.noarch 245/267 \n Verifying : python-custodia-0.3.1-4.el7.noarch 246/267 \n Verifying : resteasy-base-jackson-provider-3.0.6-4.el7.noarch 247/267 \n Verifying : jbigkit-libs-2.0-11.el7.x86_64 248/267 \n Verifying : cairo-1.15.12-4.el7.x86_64 249/267 \n Verifying : stax-ex-1.7.1-6.el7.noarch 250/267 \n Verifying : 1:isorelax-0-0.15.release20050331.el7.noarch 251/267 \n Verifying : dejavu-sans-fonts-2.33-6.el7.noarch 252/267 \n Verifying : libkadm5-1.15.1-55.el7_9.x86_64 253/267 \n Verifying : resteasy-base-atom-provider-3.0.6-4.el7.noarch 254/267 \n Verifying : jsr-311-1.1.1-6.el7.noarch 255/267 \n Verifying : libX11-common-1.6.7-4.el7_9.noarch 256/267 \n Verifying : geoipupdate-2.5.0-2.el7.x86_64 257/267 \n Verifying : apache-commons-daemon-1.0.13-7.el7.x86_64 258/267 \n Verifying : libsss_certmap-1.16.5-10.el7_9.16.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 : python-sss-murmur-1.16.5-10.el7_9.16.x86_64 262/267 \n Verifying : libfontenc-1.1.3-3.el7.x86_64 263/267 \n Verifying : certmonger-0.78.4-17.el7_9.x86_64 264/267 \n Verifying : avalon-framework-4.3-10.el7.noarch 265/267 \n Verifying : giflib-4.1.6-9.el7.x86_64 266/267 \n Verifying : ipa-server-4.6.8-5.el7.centos.16.x86_64 267/267 \n\nInstalled:\n ipa-server.x86_64 0:4.6.8-5.el7.centos.16 \n\nDependency Installed:\n 389-ds-base.x86_64 0:1.3.11.1-4.el7_9 \n 389-ds-base-libs.x86_64 0:1.3.11.1-4.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.16 \n ipa-client-common.noarch 0:4.6.8-5.el7.centos.16 \n ipa-common.noarch 0:4.6.8-5.el7.centos.16 \n ipa-server-common.noarch 0:4.6.8-5.el7.centos.16 \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.402.b06-1.el7_9 \n java-1.8.0-openjdk-headless.x86_64 1:1.8.0.402.b06-1.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.16 \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.16 \n libsss_certmap.x86_64 0:1.16.5-10.el7_9.16 \n libsss_idmap.x86_64 0:1.16.5-10.el7_9.16 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.16 \n libsss_sudo.x86_64 0:1.16.5-10.el7_9.16 \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.16 \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.16 \n python-sssdconfig.noarch 0:1.16.5-10.el7_9.16 \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.16 \n python2-ipalib.noarch 0:4.6.8-5.el7.centos.16 \n python2-ipaserver.noarch 0:4.6.8-5.el7.centos.16 \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-4.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.16 \n sssd-ad.x86_64 0:1.16.5-10.el7_9.16 \n sssd-client.x86_64 0:1.16.5-10.el7_9.16 \n sssd-common.x86_64 0:1.16.5-10.el7_9.16 \n sssd-common-pac.x86_64 0:1.16.5-10.el7_9.16 \n sssd-dbus.x86_64 0:1.16.5-10.el7_9.16 \n sssd-ipa.x86_64 0:1.16.5-10.el7_9.16 \n sssd-krb5.x86_64 0:1.16.5-10.el7_9.16 \n sssd-krb5-common.x86_64 0:1.16.5-10.el7_9.16 \n sssd-ldap.x86_64 0:1.16.5-10.el7_9.16 \n sssd-proxy.x86_64 0:1.16.5-10.el7_9.16 \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.9 \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 10 February 2024 12:53:40 +0000 (0:00:59.827) 0:01:05.209 ***** skipping: [sut] => { "changed": false, "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 10 February 2024 12:53:40 +0000 (0:00:00.011) 0:01:05.221 ***** skipping: [sut] => { "changed": false, "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 10 February 2024 12:53:40 +0000 (0:00:00.009) 0:01:05.230 ***** 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 10 February 2024 12:53:40 +0000 (0:00:00.384) 0:01:05.615 ***** changed: [sut] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target system.slice dbus.service polkit.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": "ipset.service iptables.service ip6tables.service ebtables.service shutdown.target", "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": "system.slice basic.target", "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 [Firewalld - Verify runtime zone "{{ ipaserver_firewalld_zone }}"] ******** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:40 Saturday 10 February 2024 12:53:41 +0000 (0:00:01.072) 0:01:06.687 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Firewalld - Verify permanent zone "{{ ipaserver_firewalld_zone }}"] ****** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:47 Saturday 10 February 2024 12:53:41 +0000 (0:00:00.012) 0:01:06.699 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaserver : Copy external certs] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:55 Saturday 10 February 2024 12:53:41 +0000 (0:00:00.010) 0:01:06.709 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Server installation test] ************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:62 Saturday 10 February 2024 12:53:41 +0000 (0:00:00.010) 0:01:06.720 ***** 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": 1834399999, "idstart": 1834200000, "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 10 February 2024 12:53:42 +0000 (0:00:01.067) 0:01:07.788 ***** 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 10 February 2024 12:53:43 +0000 (0:00:00.788) 0:01:08.576 ***** 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 10 February 2024 12:53:43 +0000 (0:00:00.013) 0:01:08.589 ***** 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 10 February 2024 12:53:43 +0000 (0:00:00.010) 0:01:08.600 ***** 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.14.116" ], "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 10 February 2024 12:53:45 +0000 (0:00:02.176) 0:01:10.776 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup DS] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:214 Saturday 10 February 2024 12:53:46 +0000 (0:00:00.951) 0:01:11.728 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup KRB] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:243 Saturday 10 February 2024 12:54:15 +0000 (0:00:28.679) 0:01:40.408 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup custodia] ************************************ task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:270 Saturday 10 February 2024 12:54:21 +0000 (0:00:05.789) 0:01:46.197 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup CA] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:276 Saturday 10 February 2024 12:54:25 +0000 (0:00:04.182) 0:01:50.379 ***** 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 10 February 2024 12:57:45 +0000 (0:03:19.712) 0:05:10.092 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup otpd] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:329 Saturday 10 February 2024 12:57:45 +0000 (0:00:00.012) 0:05:10.104 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup HTTP] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:335 Saturday 10 February 2024 12:57:47 +0000 (0:00:02.372) 0:05:12.476 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup KRA] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:367 Saturday 10 February 2024 12:58:55 +0000 (0:01:07.935) 0:06:20.412 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup DNS] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:378 Saturday 10 February 2024 12:58:55 +0000 (0:00:00.013) 0:06:20.426 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup ADTRUST] ************************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:395 Saturday 10 February 2024 12:58:55 +0000 (0:00:00.013) 0:06:20.439 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Set DS password] *********************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:411 Saturday 10 February 2024 12:58:55 +0000 (0:00:00.015) 0:06:20.455 ***** changed: [sut] => { "changed": true } TASK [Install - Setup client] ************************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:428 Saturday 10 February 2024 12:58:57 +0000 (0:00:02.171) 0:06:22.626 ***** TASK [ipaclient : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:4 Saturday 10 February 2024 12:58:57 +0000 (0:00:00.027) 0:06:22.654 ***** 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 10 February 2024 12:58:57 +0000 (0:00:00.026) 0:06:22.680 ***** 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 10 February 2024 12:58:57 +0000 (0:00:00.051) 0:06:22.731 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install - Set ipaclient_servers] ***************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:10 Saturday 10 February 2024 12:58:57 +0000 (0:00:00.013) 0:06:22.745 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install - Set ipaclient_servers from cluster inventory] ****************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:15 Saturday 10 February 2024 12:58:57 +0000 (0:00:00.013) 0:06:22.759 ***** skipping: [sut] => { "changed": false, "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 10 February 2024 12:58:57 +0000 (0:00:00.014) 0:06:22.773 ***** skipping: [sut] => { "changed": false, "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 10 February 2024 12:58:57 +0000 (0:00:00.014) 0:06:22.788 ***** ok: [sut] => { "ansible_facts": { "ipaadmin_principal": "admin" }, "changed": false } TASK [Install - Fail on missing ipaclient_domain and ipaserver_domain] ********* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:36 Saturday 10 February 2024 12:58:57 +0000 (0:00:00.017) 0:06:22.806 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install - Fail on missing ipaclient_servers] ***************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:41 Saturday 10 February 2024 12:58:57 +0000 (0:00:00.013) 0:06:22.819 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure DNS resolver] **************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:46 Saturday 10 February 2024 12:58:57 +0000 (0:00:00.013) 0:06:22.833 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - IPA client test] *********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:52 Saturday 10 February 2024 12:58:57 +0000 (0:00:00.013) 0:06:22.847 ***** 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", "selinux_works": true, "servers": [ "ipaserver.test.local" ], "sssd": true } TASK [ipaclient : Install - Cleanup leftover ccache] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:82 Saturday 10 February 2024 12:58:58 +0000 (0:00:00.472) 0:06:23.320 ***** 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 10 February 2024 12:58:58 +0000 (0:00:00.225) 0:06:23.545 ***** 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 10 February 2024 12:58:58 +0000 (0:00:00.419) 0:06:23.965 ***** skipping: [sut] => { "changed": false, "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 10 February 2024 12:58:58 +0000 (0:00:00.017) 0:06:23.982 ***** skipping: [sut] => { "changed": false, "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 10 February 2024 12:58:58 +0000 (0:00:00.014) 0:06:23.997 ***** 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 10 February 2024 12:58:59 +0000 (0:00:00.639) 0:06:24.636 ***** skipping: [sut] => { "changed": false, "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 10 February 2024 12:58:59 +0000 (0:00:00.016) 0:06:24.653 ***** skipping: [sut] => { "changed": false, "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 10 February 2024 12:58:59 +0000 (0:00:00.018) 0:06:24.672 ***** skipping: [sut] => { "changed": false, "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 10 February 2024 12:58:59 +0000 (0:00:00.019) 0:06:24.691 ***** skipping: [sut] => { "changed": false, "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 10 February 2024 12:58:59 +0000 (0:00:00.018) 0:06:24.710 ***** 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 10 February 2024 12:58:59 +0000 (0:00:00.014) 0:06:24.724 ***** 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 10 February 2024 12:58:59 +0000 (0:00:00.017) 0:06:24.742 ***** skipping: [sut] => { "changed": false, "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 10 February 2024 12:58:59 +0000 (0:00:00.017) 0:06:24.760 ***** 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 10 February 2024 12:58:59 +0000 (0:00:00.016) 0:06:24.776 ***** skipping: [sut] => { "changed": false, "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 10 February 2024 12:58:59 +0000 (0:00:00.016) 0:06:24.793 ***** skipping: [sut] => { "changed": false, "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 10 February 2024 12:58:59 +0000 (0:00:00.016) 0:06:24.809 ***** skipping: [sut] => { "changed": false, "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 10 February 2024 12:58:59 +0000 (0:00:00.014) 0:06:24.824 ***** skipping: [sut] => { "changed": false, "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 10 February 2024 12:58:59 +0000 (0:00:00.016) 0:06:24.840 ***** ok: [sut] => { "changed": false, "krb_name": "/tmp/tmpnptFhg" } TASK [ipaclient : Install - Join IPA] ****************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:252 Saturday 10 February 2024 12:59:00 +0000 (0:00:00.440) 0:06:25.281 ***** skipping: [sut] => { "changed": false, "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 10 February 2024 12:59:00 +0000 (0:00:00.023) 0:06:25.305 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : IPA test failed] ********************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:286 Saturday 10 February 2024 12:59:00 +0000 (0:00:00.016) 0:06:25.321 ***** skipping: [sut] => { "changed": false, "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 10 February 2024 12:59:00 +0000 (0:00:00.016) 0:06:25.337 ***** skipping: [sut] => { "changed": false, "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 10 February 2024 12:59:00 +0000 (0:00:00.016) 0:06:25.354 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure SSSD] ************************************ task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:313 Saturday 10 February 2024 12:59:00 +0000 (0:00:00.017) 0:06:25.371 ***** 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 10 February 2024 12:59:00 +0000 (0:00:00.461) 0:06:25.832 ***** 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 10 February 2024 12:59:03 +0000 (0:00:02.990) 0:06:28.822 ***** skipping: [sut] => { "changed": false, "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 10 February 2024 12:59:03 +0000 (0:00:00.017) 0:06:28.839 ***** changed: [sut] => { "ca_enabled_ra": true, "changed": true } TASK [ipaclient : Install - Configure SSH and SSHD] **************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:390 Saturday 10 February 2024 12:59:08 +0000 (0:00:05.134) 0:06:33.974 ***** changed: [sut] => { "changed": true } TASK [ipaclient : Install - Configure automount] ******************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:398 Saturday 10 February 2024 12:59:09 +0000 (0:00:00.495) 0:06:34.469 ***** ok: [sut] => { "changed": false } TASK [ipaclient : Install - Configure firefox] ********************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:404 Saturday 10 February 2024 12:59:09 +0000 (0:00:00.411) 0:06:34.881 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure NIS] ************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:410 Saturday 10 February 2024 12:59:09 +0000 (0:00:00.017) 0:06:34.898 ***** changed: [sut] => { "changed": true } TASK [ipaclient : Remove temporary krb5.conf] ********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:416 Saturday 10 February 2024 12:59:10 +0000 (0:00:00.667) 0:06:35.566 ***** changed: [sut] => { "changed": true, "path": "/tmp/tmpnptFhg", "state": "absent" } TASK [ipaclient : Install - Configure krb5 for IPA realm] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:422 Saturday 10 February 2024 12:59:10 +0000 (0:00:00.151) 0:06:35.718 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure certmonger] ****************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:436 Saturday 10 February 2024 12:59:10 +0000 (0:00:00.018) 0:06:35.737 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Restore original admin password if overwritten by OTP] *** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:446 Saturday 10 February 2024 12:59:10 +0000 (0:00:00.018) 0:06:35.755 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Cleanup leftover ccache] ************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:452 Saturday 10 February 2024 12:59:10 +0000 (0:00:00.016) 0:06:35.772 ***** ok: [sut] => { "changed": false, "path": "/etc/ipa/.dns_ccache", "state": "absent" } TASK [ipaclient : Remove temporary krb5.conf] ********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:457 Saturday 10 February 2024 12:59:10 +0000 (0:00:00.146) 0:06:35.918 ***** ok: [sut] => { "changed": false, "path": "/tmp/tmpnptFhg", "state": "absent" } TASK [ipaclient : Remove temporary krb5.conf backup] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:463 Saturday 10 February 2024 12:59:11 +0000 (0:00:00.145) 0:06:36.064 ***** changed: [sut] => { "changed": true, "path": "/tmp/tmpnptFhg.ipabkp", "state": "absent" } TASK [ipaclient : Uninstall IPA client] **************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:23 Saturday 10 February 2024 12:59:11 +0000 (0:00:00.146) 0:06:36.210 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Enable IPA] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:443 Saturday 10 February 2024 12:59:11 +0000 (0:00:00.013) 0:06:36.224 ***** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Configure firewalld] ******************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:450 Saturday 10 February 2024 13:00:16 +0000 (0:01:04.792) 0:07:41.017 ***** changed: [sut] => { "changed": true, "cmd": [ "firewall-cmd", "--permanent", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=ntp" ], "delta": "0:00:00.449938", "end": "2024-02-10 13:00:16.671993", "rc": 0, "start": "2024-02-10 13:00:16.222055" } STDOUT: success TASK [ipaserver : Install - Configure firewalld runtime] *********************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:464 Saturday 10 February 2024 13:00:16 +0000 (0:00:00.666) 0:07:41.684 ***** changed: [sut] => { "changed": true, "cmd": [ "firewall-cmd", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=ntp" ], "delta": "0:00:00.352907", "end": "2024-02-10 13:00:17.165785", "rc": 0, "start": "2024-02-10 13:00:16.812878" } STDOUT: success TASK [ipaserver : Install - Cleanup root IPA cache] **************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:478 Saturday 10 February 2024 13:00:17 +0000 (0:00:00.493) 0:07:42.177 ***** 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 10 February 2024 13:00:17 +0000 (0:00:00.142) 0:07:42.320 ***** 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 10 February 2024 13:00:17 +0000 (0:00:00.413) 0:07:42.734 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Issue IPA signed certificates] ******************************************* task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tests_basic_ipa.yml:25 Saturday 10 February 2024 13:00:17 +0000 (0:00:00.011) 0:07:42.746 ***** TASK [linux-system-roles.certificate : Set version specific variables] ********* task path: /WORKDIR/git-weekly-cixmvu19o6/tests/roles/linux-system-roles.certificate/tasks/main.yml:2 Saturday 10 February 2024 13:00:17 +0000 (0:00:00.059) 0:07:42.806 ***** included: /WORKDIR/git-weekly-cixmvu19o6/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml for sut TASK [linux-system-roles.certificate : Ensure ansible_facts used by role] ****** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:2 Saturday 10 February 2024 13:00:17 +0000 (0:00:00.014) 0:07:42.820 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.certificate : Check if system is ostree] ************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:11 Saturday 10 February 2024 13:00:17 +0000 (0:00:00.011) 0:07:42.832 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.certificate : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:16 Saturday 10 February 2024 13:00:17 +0000 (0:00:00.011) 0:07:42.843 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.certificate : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:20 Saturday 10 February 2024 13:00:17 +0000 (0:00:00.012) 0:07:42.855 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "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-cixmvu19o6/tests/roles/linux-system-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, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/roles/linux-system-roles.certificate/tasks/main.yml:5 Saturday 10 February 2024 13:00:17 +0000 (0:00:00.025) 0:07:42.881 ***** 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 [linux-system-roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/roles/linux-system-roles.certificate/tasks/main.yml:24 Saturday 10 February 2024 13:00:18 +0000 (0:00:00.983) 0:07:43.864 ***** 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 [linux-system-roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/roles/linux-system-roles.certificate/tasks/main.yml:37 Saturday 10 February 2024 13:00:19 +0000 (0:00:00.352) 0:07:44.217 ***** 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 [linux-system-roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/roles/linux-system-roles.certificate/tasks/main.yml:63 Saturday 10 February 2024 13:00:19 +0000 (0:00:00.150) 0:07:44.368 ***** 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 [linux-system-roles.certificate : Ensure provider service is running] ***** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/roles/linux-system-roles.certificate/tasks/main.yml:92 Saturday 10 February 2024 13:00:19 +0000 (0:00:00.150) 0:07:44.519 ***** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-02-10 12:55:40 UTC", "ActiveEnterTimestampMonotonic": "1366556078", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "syslog.target systemd-journald.socket system.slice dbus.service basic.target network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-02-10 12:55:40 UTC", "AssertTimestampMonotonic": "1366525106", "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 2024-02-10 12:55:40 UTC", "ConditionTimestampMonotonic": "1366525104", "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": "14622", "ExecMainStartTimestamp": "Sat 2024-02-10 12:55:40 UTC", "ExecMainStartTimestampMonotonic": "1366525707", "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 2024-02-10 12:55:40 UTC", "InactiveExitTimestampMonotonic": "1366525746", "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": "14622", "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": "system.slice basic.target", "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 2024-02-10 12:55:40 UTC", "WatchdogTimestampMonotonic": "1366556010", "WatchdogUSec": "0" } } TASK [linux-system-roles.certificate : Ensure certificate requests] ************ task path: /WORKDIR/git-weekly-cixmvu19o6/tests/roles/linux-system-roles.certificate/tasks/main.yml:104 Saturday 10 February 2024 13:00:19 +0000 (0:00:00.388) 0:07:44.907 ***** 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 [linux-system-roles.certificate : Slurp the contents of the files] ******** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/roles/linux-system-roles.certificate/tasks/main.yml:156 Saturday 10 February 2024 13:00:24 +0000 (0:00:04.103) 0:07:49.010 ***** 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, "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, "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, "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, "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, "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, "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" } TASK [linux-system-roles.certificate : Create return data] ********************* task path: /WORKDIR/git-weekly-cixmvu19o6/tests/roles/linux-system-roles.certificate/tasks/main.yml:168 Saturday 10 February 2024 13:00:24 +0000 (0:00:00.026) 0:07:49.036 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.certificate : Stop tracking certificates] ************* task path: /WORKDIR/git-weekly-cixmvu19o6/tests/roles/linux-system-roles.certificate/tasks/main.yml:184 Saturday 10 February 2024 13:00:24 +0000 (0:00:00.010) 0:07:49.047 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.certificate : Remove files] *************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/roles/linux-system-roles.certificate/tasks/main.yml:189 Saturday 10 February 2024 13:00:24 +0000 (0:00:00.009) 0:07:49.057 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify certificates] ***************************************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tests_basic_ipa.yml:41 Saturday 10 February 2024 13:00:24 +0000 (0:00:00.012) 0:07:49.069 ***** included: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml for sut included: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml for sut TASK [Set virtualenv_path] ***************************************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:2 Saturday 10 February 2024 13:00:24 +0000 (0:00:00.032) 0:07:49.102 ***** ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:9 Saturday 10 February 2024 13:00:24 +0000 (0:00:00.010) 0:07:49.112 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:14 Saturday 10 February 2024 13:00:24 +0000 (0:00:00.010) 0:07:49.122 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:18 Saturday 10 February 2024 13:00:24 +0000 (0:00:00.009) 0:07:49.132 ***** 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-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:29 Saturday 10 February 2024 13:00:24 +0000 (0:00:00.349) 0:07:49.481 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Retrieve certificate file stats] ***************************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:40 Saturday 10 February 2024 13:00:24 +0000 (0:00:00.010) 0:07:49.491 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707570022.4673295, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a4d5758c748b1c16459c55110432d2b36433001e", "ctime": 1707570022.4633296, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 166051, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1707570022.4633296, "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": "18446744073676169844", "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-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:45 Saturday 10 February 2024 13:00:24 +0000 (0:00:00.156) 0:07:49.648 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:51 Saturday 10 February 2024 13:00:24 +0000 (0:00:00.013) 0:07:49.661 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:63 Saturday 10 February 2024 13:00:24 +0000 (0:00:00.015) 0:07:49.677 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:69 Saturday 10 February 2024 13:00:24 +0000 (0:00:00.013) 0:07:49.690 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707570020.3863297, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "eecc095939124d8ede958da78186932be62af000", "ctime": 1707570022.4633296, "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": 1707570022.4633296, "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": "18446744073676169828", "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-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:74 Saturday 10 February 2024 13:00:24 +0000 (0:00:00.162) 0:07:49.853 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:80 Saturday 10 February 2024 13:00:24 +0000 (0:00:00.012) 0:07:49.865 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:92 Saturday 10 February 2024 13:00:24 +0000 (0:00:00.017) 0:07:49.883 ***** ok: [sut] => { "certificate": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "B1:A9:2B:F8:2B:85:59:0B:8A:7B:48:C2:DF:A2:83:FB:9E:C0:6E:6E" }, "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:9D:7A:A1:B6:EB:90:31:49:F6:16:AC:8F:94:60:04:45:E7:B6:E3" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "49:64:B7:0D:FC:DC:0F:C8:00:52:E1:19:C5:2A:5B:7A:0D:76:8D:CB:70:C8:91:26:82:F8:73:97:B3:0E:0D:90:87:D0:A7:5C:54:E3:63:E8:7F:5E:79:44:89:38:80:61:9A:E5:D2:A6:90:E8:BE:31:56:4B:F7:8D:7F:61:E9:58:F1:03:27:AE:56:B7:CC:4D:69:35:58:7C:86:27:D8:BA:C2:3D:B8:3D:F5:AE:77:DF:2F:EA:73:44:95:95:6E:23:EF:8F:0A:58:78:8C:49:C2:D7:99:54:1D:7A:35:41:C0:0B:93:6D:8C:7D:E2:17:BE:43:D1:AE:BF:5D:46:E2:3E:26:E9:64:31:6D:84:84:F8:57:32:4C:03:53:80:81:A2:6D:56:72:8D:D4:C1:AD:6A:0D:B0:24:F4:19:0A:64:80:1C:4A:E8:F1:C2:75:D7:86:FC:6F:62:AB:7E:0F:BE:13:48:3F:41:E4:7A:27:49:74:B7:F0:4F:3F:58:25:EC:BD:F1:9F:6E:9C:90:4A:51:CA:7D:F6:AB:41:2B:DE:CD:57:C0:8F:5F:A4:AE:31:77:81:3C:79:31:50:2A:F0:2F:46:99:78:05:FA:F2:2C:CB:B1:49:ED:C8:DB:B6:12:41:A9:56:5B:F4:30:6C:1E:8E:83:0A:9E:91:0C:5D:E4:90:8C" }, "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": "20260210130021Z", "not_valid_before": "20240210130021Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:98 Saturday 10 February 2024 13:00:25 +0000 (0:00:00.269) 0:07:50.152 ***** 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": "B1:A9:2B:F8:2B:85:59:0B:8A:7B:48:C2:DF:A2:83:FB:9E:C0:6E:6E" }, "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:9D:7A:A1:B6:EB:90:31:49:F6:16:AC:8F:94:60:04:45:E7:B6:E3" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "49:64:B7:0D:FC:DC:0F:C8:00:52:E1:19:C5:2A:5B:7A:0D:76:8D:CB:70:C8:91:26:82:F8:73:97:B3:0E:0D:90:87:D0:A7:5C:54:E3:63:E8:7F:5E:79:44:89:38:80:61:9A:E5:D2:A6:90:E8:BE:31:56:4B:F7:8D:7F:61:E9:58:F1:03:27:AE:56:B7:CC:4D:69:35:58:7C:86:27:D8:BA:C2:3D:B8:3D:F5:AE:77:DF:2F:EA:73:44:95:95:6E:23:EF:8F:0A:58:78:8C:49:C2:D7:99:54:1D:7A:35:41:C0:0B:93:6D:8C:7D:E2:17:BE:43:D1:AE:BF:5D:46:E2:3E:26:E9:64:31:6D:84:84:F8:57:32:4C:03:53:80:81:A2:6D:56:72:8D:D4:C1:AD:6A:0D:B0:24:F4:19:0A:64:80:1C:4A:E8:F1:C2:75:D7:86:FC:6F:62:AB:7E:0F:BE:13:48:3F:41:E4:7A:27:49:74:B7:F0:4F:3F:58:25:EC:BD:F1:9F:6E:9C:90:4A:51:CA:7D:F6:AB:41:2B:DE:CD:57:C0:8F:5F:A4:AE:31:77:81:3C:79:31:50:2A:F0:2F:46:99:78:05:FA:F2:2C:CB:B1:49:ED:C8:DB:B6:12:41:A9:56:5B:F4:30:6C:1E:8E:83:0A:9E:91:0C:5D:E4:90:8C" }, "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": "20260210130021Z", "not_valid_before": "20240210130021Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:102 Saturday 10 February 2024 13:00:25 +0000 (0:00:00.014) 0:07:50.166 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:111 Saturday 10 February 2024 13:00:25 +0000 (0:00:00.014) 0:07:50.181 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:120 Saturday 10 February 2024 13:00:25 +0000 (0:00:00.013) 0:07:50.195 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:127 Saturday 10 February 2024 13:00:25 +0000 (0:00:00.013) 0:07:50.208 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:138 Saturday 10 February 2024 13:00:25 +0000 (0:00:00.016) 0:07:50.225 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:151 Saturday 10 February 2024 13:00:25 +0000 (0:00:00.017) 0:07:50.242 ***** 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.073227", "end": "2024-02-10 13:00:25.490459", "rc": 0, "start": "2024-02-10 13:00:25.417232" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:160 Saturday 10 February 2024 13:00:25 +0000 (0:00:00.260) 0:07:50.502 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set virtualenv_path] ***************************************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:2 Saturday 10 February 2024 13:00:25 +0000 (0:00:00.013) 0:07:50.515 ***** ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:9 Saturday 10 February 2024 13:00:25 +0000 (0:00:00.008) 0:07:50.524 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:14 Saturday 10 February 2024 13:00:25 +0000 (0:00:00.011) 0:07:50.535 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:18 Saturday 10 February 2024 13:00:25 +0000 (0:00:00.011) 0:07:50.546 ***** 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-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:29 Saturday 10 February 2024 13:00:25 +0000 (0:00:00.346) 0:07:50.893 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Retrieve certificate file stats] ***************************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:40 Saturday 10 February 2024 13:00:25 +0000 (0:00:00.009) 0:07:50.903 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707570023.8993297, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b94655f9cd2f3a4d7c2b57ef4142c25997968f04", "ctime": 1707570023.9893296, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 50, "gr_name": "ftp", "inode": 166053, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0640", "mtime": 1707570023.8953295, "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": "18446744073676169882", "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-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:45 Saturday 10 February 2024 13:00:26 +0000 (0:00:00.142) 0:07:51.046 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:51 Saturday 10 February 2024 13:00:26 +0000 (0:00:00.014) 0:07:51.060 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:63 Saturday 10 February 2024 13:00:26 +0000 (0:00:00.015) 0:07:51.075 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:69 Saturday 10 February 2024 13:00:26 +0000 (0:00:00.014) 0:07:51.090 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707570023.0043294, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ba24029fda0b18acb4d0bdb3e8ffe3aab5a8723a", "ctime": 1707570023.9893296, "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": 1707570023.8953295, "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": "18446744073676169867", "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-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:74 Saturday 10 February 2024 13:00:26 +0000 (0:00:00.146) 0:07:51.237 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:80 Saturday 10 February 2024 13:00:26 +0000 (0:00:00.012) 0:07:51.249 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:92 Saturday 10 February 2024 13:00:26 +0000 (0:00:00.015) 0:07:51.265 ***** ok: [sut] => { "certificate": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "B1:A9:2B:F8:2B:85:59:0B:8A:7B:48:C2:DF:A2:83:FB:9E:C0:6E:6E" }, "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": "02:E9:6F:73:FE:7C:BF:1E:20:64:BA:54:44:30:00:1D:B8:39:CA:01" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "6C:4D:08:1E:49:61:97:F3:18:7B:D3:68:8D:EB:AA:EB:89:91:3D:25:9A:2D:EC:23:F1:AF:0E:1E:64:A2:0D:7C:BF:C1:BF:51:9F:A1:94:29:0D:49:D8:A1:6E:1C:26:09:3A:EC:E3:59:61:1C:AB:32:4F:0C:13:E8:4A:A3:54:6B:2F:10:C2:21:25:3E:27:89:4C:E3:99:C8:EA:36:4E:BA:28:99:B6:0A:55:F1:F3:35:00:76:9B:9F:E3:5E:79:4C:7B:37:A3:3C:32:87:70:4B:2B:30:C1:AD:35:57:F9:34:D7:63:DA:A1:E9:DF:C2:B2:0C:7B:89:F0:A4:57:6E:3B:90:58:6A:0C:09:8F:F2:61:1A:97:74:08:8B:4D:51:4E:5A:B1:B6:EE:12:69:D5:E8:63:F9:30:67:3D:6A:47:87:19:C5:BA:F9:01:C3:DD:46:1F:EC:6A:4B:F3:CB:31:EF:32:49:F6:FC:15:34:6D:E8:2C:9C:CC:E9:5F:F1:4F:87:F1:71:46:49:0D:81:34:20:ED:EE:BB:49:D0:76:C9:D9:FF:12:1F:72:ED:16:E8:D6:A2:8A:C5:41:C8:AD:18:A4:E8:0D:BF:82:6D:DD:16:72:50:B1:F6:21:6D:7F:B3:A8:E7:EA:73:8F:D4:F8:FD:04:4B:86:BA:CA:DF:AF:10:1C" }, "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": "20260210130023Z", "not_valid_before": "20240210130023Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:98 Saturday 10 February 2024 13:00:26 +0000 (0:00:00.214) 0:07:51.479 ***** 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": "B1:A9:2B:F8:2B:85:59:0B:8A:7B:48:C2:DF:A2:83:FB:9E:C0:6E:6E" }, "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": "02:E9:6F:73:FE:7C:BF:1E:20:64:BA:54:44:30:00:1D:B8:39:CA:01" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "6C:4D:08:1E:49:61:97:F3:18:7B:D3:68:8D:EB:AA:EB:89:91:3D:25:9A:2D:EC:23:F1:AF:0E:1E:64:A2:0D:7C:BF:C1:BF:51:9F:A1:94:29:0D:49:D8:A1:6E:1C:26:09:3A:EC:E3:59:61:1C:AB:32:4F:0C:13:E8:4A:A3:54:6B:2F:10:C2:21:25:3E:27:89:4C:E3:99:C8:EA:36:4E:BA:28:99:B6:0A:55:F1:F3:35:00:76:9B:9F:E3:5E:79:4C:7B:37:A3:3C:32:87:70:4B:2B:30:C1:AD:35:57:F9:34:D7:63:DA:A1:E9:DF:C2:B2:0C:7B:89:F0:A4:57:6E:3B:90:58:6A:0C:09:8F:F2:61:1A:97:74:08:8B:4D:51:4E:5A:B1:B6:EE:12:69:D5:E8:63:F9:30:67:3D:6A:47:87:19:C5:BA:F9:01:C3:DD:46:1F:EC:6A:4B:F3:CB:31:EF:32:49:F6:FC:15:34:6D:E8:2C:9C:CC:E9:5F:F1:4F:87:F1:71:46:49:0D:81:34:20:ED:EE:BB:49:D0:76:C9:D9:FF:12:1F:72:ED:16:E8:D6:A2:8A:C5:41:C8:AD:18:A4:E8:0D:BF:82:6D:DD:16:72:50:B1:F6:21:6D:7F:B3:A8:E7:EA:73:8F:D4:F8:FD:04:4B:86:BA:CA:DF:AF:10:1C" }, "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": "20260210130023Z", "not_valid_before": "20240210130023Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:102 Saturday 10 February 2024 13:00:26 +0000 (0:00:00.014) 0:07:51.493 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:111 Saturday 10 February 2024 13:00:26 +0000 (0:00:00.014) 0:07:51.508 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:120 Saturday 10 February 2024 13:00:26 +0000 (0:00:00.012) 0:07:51.520 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:127 Saturday 10 February 2024 13:00:26 +0000 (0:00:00.013) 0:07:51.533 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:138 Saturday 10 February 2024 13:00:26 +0000 (0:00:00.018) 0:07:51.551 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:151 Saturday 10 February 2024 13:00:26 +0000 (0:00:00.015) 0:07:51.567 ***** 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.072638", "end": "2024-02-10 13:00:26.760581", "rc": 0, "start": "2024-02-10 13:00:26.687943" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/assert_certificate_parameters.yml:160 Saturday 10 February 2024 13:00:26 +0000 (0:00:00.204) 0:07:51.772 ***** ok: [sut] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=97 changed=28 unreachable=0 failed=0 skipped=57 rescued=0 ignored=0 Saturday 10 February 2024 13:00:26 +0000 (0:00:00.011) 0:07:51.783 ***** =============================================================================== ipaserver : Install - Setup CA ---------------------------------------- 199.71s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:276 ----------------------- ipaserver : Install - Setup HTTP --------------------------------------- 67.94s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:335 ----------------------- ipaserver : Install - Enable IPA --------------------------------------- 64.79s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:443 ----------------------- ipaserver : Install - Ensure that IPA server packages are installed ---- 59.83s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:7 ------------------------- ipaserver : Install - Setup DS ----------------------------------------- 28.68s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:214 ----------------------- ipaserver : Install - Setup KRB ----------------------------------------- 5.79s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:243 ----------------------- ipaclient : Install - Create IPA NSS database --------------------------- 5.13s /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:355 ----------------------- ipaserver : Install - Setup custodia ------------------------------------ 4.18s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:270 ----------------------- linux-system-roles.certificate : Ensure certificate requests ------------ 4.10s /WORKDIR/git-weekly-cixmvu19o6/tests/roles/linux-system-roles.certificate/tasks/main.yml:104 ipaclient : Install - IPA API calls for remaining enrollment parts ------ 2.99s /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:335 ----------------------- ipaserver : Install - Setup otpd ---------------------------------------- 2.37s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:329 ----------------------- ipaserver : Install - Server preparation -------------------------------- 2.18s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:161 ----------------------- ipaserver : Install - Set DS password ----------------------------------- 2.17s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:411 ----------------------- Ensure nss package is up-to-date ---------------------------------------- 1.87s /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/setup_ipa.yml:66 ------------------- ipaserver : Firewalld service - Ensure that firewalld is running -------- 1.07s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:34 ------------------------ ipaserver : Install - Server installation test -------------------------- 1.07s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:62 ------------------------ linux-system-roles.certificate : Ensure certificate role dependencies are installed --- 0.98s /WORKDIR/git-weekly-cixmvu19o6/tests/roles/linux-system-roles.certificate/tasks/main.yml:5 ipaserver : Install - Setup NTP ----------------------------------------- 0.95s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:207 ----------------------- Ensure hostname package is installed ------------------------------------ 0.84s /WORKDIR/git-weekly-cixmvu19o6/tests/tasks/setup_ipa.yml:53 ------------------- ipaserver : Install - Master password creation -------------------------- 0.79s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:142 ----------------------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---