# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-cicqwywuke/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file statically imported: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/setup_ipa.yml Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_basic_ipa.yml ************************************************** 1 plays in /WORKDIR/git-weekly-cicqwywuke/tests/tests_basic_ipa.yml PLAY [Test using IPA to issue certs] ******************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cicqwywuke/tests/tests_basic_ipa.yml:2 Saturday 06 January 2024 13:05:39 +0000 (0:00:00.012) 0:00:00.012 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tests_basic_ipa.yml:13 Saturday 06 January 2024 13:05:40 +0000 (0:00:00.770) 0:00:00.782 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Skip if not supported] *************************************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tests_basic_ipa.yml:18 Saturday 06 January 2024 13:05:40 +0000 (0:00:00.179) 0:00:00.962 ****** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [Set __is_beaker_env] ***************************************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/setup_ipa.yml:2 Saturday 06 January 2024 13:05:40 +0000 (0:00:00.004) 0:00:00.967 ****** ok: [sut] => { "ansible_facts": { "__is_beaker_env": false }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/setup_ipa.yml:9 Saturday 06 January 2024 13:05:40 +0000 (0:00:00.018) 0:00:00.985 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/setup_ipa.yml:14 Saturday 06 January 2024 13:05:40 +0000 (0:00:00.125) 0:00:01.110 ****** ok: [sut] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [Install ansible-freeipa] ************************************************* task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/setup_ipa.yml:18 Saturday 06 January 2024 13:05:40 +0000 (0:00:00.014) 0:00:01.125 ****** skipping: [sut] => { "changed": false, "false_condition": "__is_beaker_env", "skip_reason": "Conditional result was False" } TASK [Ensure freeipa-repo is absent] ******************************************* task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/setup_ipa.yml:24 Saturday 06 January 2024 13:05:40 +0000 (0:00:00.007) 0:00:01.133 ****** ok: [sut -> 127.0.0.1] => { "changed": false, "path": "/tmp/freeipa-repo/", "state": "absent" } TASK [Clone ansible-freeipa repo] ********************************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/setup_ipa.yml:32 Saturday 06 January 2024 13:05:41 +0000 (0:00:00.178) 0:00:01.311 ****** changed: [sut -> 127.0.0.1] => { "after": "4321478cf03f36568e0348735b12d3da92f9cb2e", "before": null, "changed": true } TASK [Create role symlinks] **************************************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/setup_ipa.yml:41 Saturday 06 January 2024 13:05:41 +0000 (0:00:00.898) 0:00:02.210 ****** changed: [sut -> 127.0.0.1] => (item=ipaserver) => { "ansible_loop_var": "item", "changed": true, "dest": "/WORKDIR/git-weekly-cicqwywuke/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-cicqwywuke/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-cicqwywuke/tests/tasks/setup_ipa.yml:53 Saturday 06 January 2024 13:05:42 +0000 (0:00:00.232) 0:00:02.442 ****** 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-cicqwywuke/tests/tasks/setup_ipa.yml:59 Saturday 06 January 2024 13:05:42 +0000 (0:00:00.527) 0:00:02.970 ****** 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-cicqwywuke/tests/tasks/setup_ipa.yml:65 Saturday 06 January 2024 13:05:43 +0000 (0:00:00.521) 0:00:03.491 ****** 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-cicqwywuke/tests/tasks/setup_ipa.yml:82 Saturday 06 January 2024 13:05:44 +0000 (0:00:01.752) 0:00:05.244 ****** TASK [ipaserver : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:4 Saturday 06 January 2024 13:05:45 +0000 (0:00:00.015) 0:00:05.260 ****** 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 06 January 2024 13:05:45 +0000 (0:00:00.019) 0:00:05.279 ****** 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 06 January 2024 13:05:45 +0000 (0:00:00.034) 0:00:05.314 ****** changed: [sut] => { "changed": true, "changes": { "installed": [ "ipa-server" ] }, "rc": 0, "results": [ "libselinux-python-2.5-15.el7.x86_64 providing libselinux-python is already installed", "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package ipa-server.x86_64 0:4.6.8-5.el7.centos.15 will be installed\n--> Processing Dependency: python2-ipaserver = 4.6.8-5.el7.centos.15 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: ipa-server-common = 4.6.8-5.el7.centos.15 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: ipa-common = 4.6.8-5.el7.centos.15 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: ipa-client = 4.6.8-5.el7.centos.15 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: krb5-server < 1.15.100 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: openldap-clients > 2.4.35-4 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: sssd-dbus >= 1.15.2 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: softhsm >= 2.0.0rc1-1 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: slapi-nis >= 0.56.0-4 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: python-ldap >= 2.4.15 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: python-gssapi >= 1.2.0-3 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: pki-kra >= 10.5.18-13 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: pki-ca >= 10.5.18-13 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: mod_nss >= 1.0.14-7 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: mod_lookup_identity >= 0.9.9 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: mod_auth_gssapi >= 1.5.0 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: krb5-server >= 1.15.1-36 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: krb5-server >= 1.15 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: krb5-pkinit-openssl >= 1.15.1-36 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: httpd >= 2.4.6-31 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: certmonger >= 0.78.4-10 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: 389-ds-base >= 1.3.10.2-12 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: 389-ds-base >= 1.3.10.2-12 for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: systemd-python for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: open-sans-fonts for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: oddjob for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: ntp for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: mod_wsgi for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: mod_session for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libtalloc.so.2(TALLOC_2.0.2)(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libsss_nss_idmap.so.0(SSS_NSS_IDMAP_0.4.0)(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libsss_nss_idmap.so.0(SSS_NSS_IDMAP_0.1.0)(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libsss_certmap.so.0(SSS_CERTMAP_0.0)(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libndr.so.0(NDR_0.0.1)(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libndr-nbt.so.0(NDR_NBT_0.0.1)(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libndr-krb5pac.so.0(NDR_KRB5PAC_0.0.1)(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: fontawesome-fonts for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: cyrus-sasl-gssapi(x86-64) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libtevent.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libtalloc.so.2()(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libsss_nss_idmap.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libsss_certmap.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libsamba-util.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libndr.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libndr-standard.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libndr-nbt.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libndr-krb5pac.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.15.x86_64\n--> Running transaction check\n---> Package 389-ds-base.x86_64 0:1.3.11.1-3.el7_9 will be installed\n--> Processing Dependency: 389-ds-base-libs = 1.3.11.1-3.el7_9 for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: svrcore >= 4.1.3 for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: perl-NetAddr-IP for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: perl-Mozilla-LDAP for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: perl(NetAddr::IP::Util) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: perl(Mozilla::LDAP::Utils) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: perl(Mozilla::LDAP::LDIF) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: perl(Mozilla::LDAP::Conn) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: perl(Mozilla::LDAP::API) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: perl(DB_File) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: perl(Archive::Tar) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: gperftools-libs for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: cyrus-sasl-plain for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: cyrus-sasl-md5 for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: bind-utils for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: libtcmalloc.so.4()(64bit) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: libsvrcore.so.0()(64bit) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: libslapd.so.0()(64bit) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: libsds.so.0()(64bit) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: libnunc-stans.so.0()(64bit) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: libns-dshttpd-1.3.11.12.so()(64bit) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: libldaputil.so.0()(64bit) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: libicuuc.so.50()(64bit) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: libicui18n.so.50()(64bit) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n--> Processing Dependency: libicudata.so.50()(64bit) for package: 389-ds-base-1.3.11.1-3.el7_9.x86_64\n---> Package certmonger.x86_64 0:0.78.4-17.el7_9 will be installed\n--> Processing Dependency: libxmlrpc_util.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libxmlrpc_client.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libxmlrpc.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package fontawesome-fonts.noarch 0:4.1.0-2.el7 will be installed\n--> Processing Dependency: fontpackages-filesystem for package: fontawesome-fonts-4.1.0-2.el7.noarch\n---> Package httpd.x86_64 0:2.4.6-99.el7.centos.1 will be installed\n--> Processing Dependency: httpd-tools = 2.4.6-99.el7.centos.1 for package: httpd-2.4.6-99.el7.centos.1.x86_64\n--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: httpd-2.4.6-99.el7.centos.1.x86_64\n--> Processing Dependency: libapr-1.so.0()(64bit) for package: httpd-2.4.6-99.el7.centos.1.x86_64\n---> Package ipa-client.x86_64 0:4.6.8-5.el7.centos.15 will be installed\n--> Processing Dependency: python2-ipaclient = 4.6.8-5.el7.centos.15 for package: ipa-client-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: ipa-client-common = 4.6.8-5.el7.centos.15 for package: ipa-client-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: sssd >= 1.14.0 for package: ipa-client-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: krb5-workstation >= 1.15.1-36 for package: ipa-client-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: python-sssdconfig for package: ipa-client-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: oddjob-mkhomedir for package: ipa-client-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: libsss_autofs for package: ipa-client-4.6.8-5.el7.centos.15.x86_64\n--> Processing Dependency: autofs for package: ipa-client-4.6.8-5.el7.centos.15.x86_64\n---> Package ipa-common.noarch 0:4.6.8-5.el7.centos.15 will be installed\n---> Package ipa-server-common.noarch 0:4.6.8-5.el7.centos.15 will be installed\n--> Processing Dependency: custodia >= 0.3.0-4 for package: ipa-server-common-4.6.8-5.el7.centos.15.noarch\n---> Package krb5-pkinit.x86_64 0:1.15.1-55.el7_9 will be installed\n---> Package krb5-server.x86_64 0:1.15.1-55.el7_9 will be installed\n--> Processing Dependency: libkadm5(x86-64) = 1.15.1-55.el7_9 for package: krb5-server-1.15.1-55.el7_9.x86_64\n--> Processing Dependency: libkadm5srv_mit.so.11(kadm5srv_mit_11_MIT)(64bit) for package: krb5-server-1.15.1-55.el7_9.x86_64\n--> Processing Dependency: libkadm5clnt_mit.so.11(kadm5clnt_mit_11_MIT)(64bit) for package: krb5-server-1.15.1-55.el7_9.x86_64\n--> Processing Dependency: /usr/share/dict/words for package: krb5-server-1.15.1-55.el7_9.x86_64\n--> Processing Dependency: libkadm5srv_mit.so.11()(64bit) for package: krb5-server-1.15.1-55.el7_9.x86_64\n--> Processing Dependency: libkadm5clnt_mit.so.11()(64bit) for package: krb5-server-1.15.1-55.el7_9.x86_64\n---> Package libsss_certmap.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package libtalloc.x86_64 0:2.1.16-1.el7 will be installed\n---> Package libtevent.x86_64 0:0.9.39-1.el7 will be installed\n---> Package mod_auth_gssapi.x86_64 0:1.5.1-7.el7 will be installed\n---> Package mod_lookup_identity.x86_64 0:1.0.0-1.el7 will be installed\n---> Package mod_nss.x86_64 0:1.0.14-12.el7 will be installed\n---> Package mod_session.x86_64 0:2.4.6-99.el7.centos.1 will be installed\n--> Processing Dependency: apr-util-openssl for package: mod_session-2.4.6-99.el7.centos.1.x86_64\n---> Package mod_wsgi.x86_64 0:3.4-18.el7 will be installed\n---> Package ntp.x86_64 0:4.2.6p5-29.el7.centos.2 will be installed\n--> Processing Dependency: libopts.so.25()(64bit) for package: ntp-4.2.6p5-29.el7.centos.2.x86_64\n---> Package oddjob.x86_64 0:0.31.5-4.el7 will be installed\n---> Package open-sans-fonts.noarch 0:1.10-1.el7 will be installed\n---> Package openldap-clients.x86_64 0:2.4.44-25.el7_9 will be installed\n---> Package pki-ca.noarch 0:10.5.18-27.el7_9 will be installed\n--> Processing Dependency: pki-server = 10.5.18-27.el7_9 for package: pki-ca-10.5.18-27.el7_9.noarch\n--> Processing Dependency: java-1.8.0-openjdk-headless for package: pki-ca-10.5.18-27.el7_9.noarch\n---> Package pki-kra.noarch 0:10.5.18-27.el7_9 will be installed\n---> Package python-gssapi.x86_64 0:1.2.0-3.el7 will be installed\n---> Package python-ldap.x86_64 0:2.4.15-2.el7 will be installed\n---> Package python2-ipaserver.noarch 0:4.6.8-5.el7.centos.15 will be installed\n--> Processing Dependency: python-kdcproxy >= 0.3 for package: python2-ipaserver-4.6.8-5.el7.centos.15.noarch\n--> Processing Dependency: python-dns >= 1.12.0-3 for package: python2-ipaserver-4.6.8-5.el7.centos.15.noarch\n--> Processing Dependency: python-custodia >= 0.3.0-4 for package: python2-ipaserver-4.6.8-5.el7.centos.15.noarch\n--> Processing Dependency: python-augeas >= 0.5 for package: python2-ipaserver-4.6.8-5.el7.centos.15.noarch\n--> Processing Dependency: pki-base-python2 >= 10.5.18-13 for package: python2-ipaserver-4.6.8-5.el7.centos.15.noarch\n--> Processing Dependency: python-pyasn1 for package: python2-ipaserver-4.6.8-5.el7.centos.15.noarch\n---> Package samba-client-libs.x86_64 0:4.10.16-25.el7_9 will be installed\n--> Processing Dependency: samba-common-libs = 4.10.16-25.el7_9 for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: samba-common = 4.10.16-25.el7_9 for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: samba-common = 4.10.16-25.el7_9 for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libwbclient = 4.10.16-25.el7_9 for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libwbclient.so.0(WBCLIENT_0.9)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libwbclient.so.0(WBCLIENT_0.13)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libtdb.so.1(TDB_1.3.17)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libtdb.so.1(TDB_1.3.11)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libtdb.so.1(TDB_1.3.0)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libtdb.so.1(TDB_1.2.5)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libtdb.so.1(TDB_1.2.2)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libtdb.so.1(TDB_1.2.1)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1(LDB_1.3.0)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1(LDB_1.1.30)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1(LDB_1.1.19)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1(LDB_1.1.1)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1(LDB_0.9.23)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1(LDB_0.9.15)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1(LDB_0.9.10)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libgnutls.so.28(GNUTLS_3_1_0)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libgnutls.so.28(GNUTLS_1_4)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libaesni-intel-samba4.so(SAMBA_4.10.16)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libwinbind-client-samba4.so()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libwbclient.so.0()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libtdb.so.1()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libgnutls.so.28()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libcups.so.2()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libcluster-samba4.so()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libaesni-intel-samba4.so()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n---> Package slapi-nis.x86_64 0:0.60.0-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.15 will be installed\n--> Processing Dependency: sssd-common = 1.16.5-10.el7_9.15 for package: sssd-dbus-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libdhash.so.1(DHASH_0.4.3)(64bit) for package: sssd-dbus-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libsss_util.so()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libsss_debug.so()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libsss_crypt.so()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libsss_child.so()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libsss_cert.so()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libdhash.so.1()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.15.x86_64\n---> Package systemd-python.x86_64 0:219-78.el7_9.9 will be installed\n--> Processing Dependency: systemd-libs = 219-78.el7_9.9 for package: systemd-python-219-78.el7_9.9.x86_64\n--> Processing Dependency: systemd = 219-78.el7_9.9 for package: systemd-python-219-78.el7_9.9.x86_64\n--> Running transaction check\n---> Package 389-ds-base-libs.x86_64 0:1.3.11.1-3.el7_9 will be installed\n---> Package apr.x86_64 0:1.4.8-7.el7 will be installed\n---> Package apr-util.x86_64 0:1.5.2-6.el7_9.1 will be installed\n---> Package apr-util-openssl.x86_64 0:1.5.2-6.el7_9.1 will be installed\n---> Package autofs.x86_64 1:5.0.7-116.el7_9.1 will be installed\n--> Processing Dependency: libhesiod.so.0()(64bit) for package: 1:autofs-5.0.7-116.el7_9.1.x86_64\n---> Package autogen-libopts.x86_64 0:5.18-5.el7 will be installed\n---> Package bind-utils.x86_64 32:9.11.4-26.P2.el7_9.15 will be installed\n--> Processing Dependency: bind-libs-lite(x86-64) = 32:9.11.4-26.P2.el7_9.15 for package: 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64\n--> Processing Dependency: bind-libs(x86-64) = 32:9.11.4-26.P2.el7_9.15 for package: 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64\n--> Processing Dependency: liblwres.so.160()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64\n--> Processing Dependency: libisccfg.so.160()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64\n--> Processing Dependency: libisc.so.169()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64\n--> Processing Dependency: libirs.so.160()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64\n--> Processing Dependency: libdns.so.1102()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64\n--> Processing Dependency: libbind9.so.160()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64\n--> Processing Dependency: libGeoIP.so.1()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64\n---> Package cups-libs.x86_64 1:1.6.3-52.el7_9 will be installed\n---> Package custodia.noarch 0:0.3.1-4.el7 will be installed\n---> Package cyrus-sasl-md5.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package cyrus-sasl-plain.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed\n---> Package gnutls.x86_64 0:3.3.29-9.el7_6 will be installed\n--> Processing Dependency: trousers >= 0.3.11.2 for package: gnutls-3.3.29-9.el7_6.x86_64\n--> Processing Dependency: libnettle.so.4()(64bit) for package: gnutls-3.3.29-9.el7_6.x86_64\n--> Processing Dependency: libhogweed.so.2()(64bit) for package: gnutls-3.3.29-9.el7_6.x86_64\n---> Package gperftools-libs.x86_64 0:2.6.1-1.el7 will be installed\n---> Package httpd-tools.x86_64 0:2.4.6-99.el7.centos.1 will be installed\n---> Package ipa-client-common.noarch 0:4.6.8-5.el7.centos.15 will be installed\n---> Package java-1.8.0-openjdk-headless.x86_64 1:1.8.0.392.b08-2.el7_9 will be installed\n--> Processing Dependency: tzdata-java >= 2022g for package: 1:java-1.8.0-openjdk-headless-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: copy-jdk-configs >= 3.3 for package: 1:java-1.8.0-openjdk-headless-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: pcsc-lite-libs(x86-64) for package: 1:java-1.8.0-openjdk-headless-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: lksctp-tools(x86-64) for package: 1:java-1.8.0-openjdk-headless-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: 1:java-1.8.0-openjdk-headless-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: jpackage-utils for package: 1:java-1.8.0-openjdk-headless-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: libjpeg.so.62()(64bit) for package: 1:java-1.8.0-openjdk-headless-1.8.0.392.b08-2.el7_9.x86_64\n---> Package krb5-workstation.x86_64 0:1.15.1-55.el7_9 will be installed\n---> Package libdhash.x86_64 0:0.5.0-32.el7 will be installed\n---> Package libicu.x86_64 0:50.2-4.el7_7 will be installed\n---> Package libkadm5.x86_64 0:1.15.1-55.el7_9 will be installed\n---> Package libldb.x86_64 0:1.5.4-2.el7 will be installed\n---> Package libsss_autofs.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package libtdb.x86_64 0:1.3.18-1.el7 will be installed\n---> Package libwbclient.x86_64 0:4.10.16-25.el7_9 will be installed\n---> Package oddjob-mkhomedir.x86_64 0:0.31.5-4.el7 will be installed\n---> Package perl-Archive-Tar.noarch 0:1.92-3.el7 will be installed\n--> Processing Dependency: perl(Package::Constants) for package: perl-Archive-Tar-1.92-3.el7.noarch\n---> Package perl-DB_File.x86_64 0:1.830-6.el7 will be installed\n---> Package perl-Mozilla-LDAP.x86_64 0:1.5.3-12.el7 will be installed\n---> Package perl-NetAddr-IP.x86_64 0:4.069-3.el7 will be installed\n---> Package pki-base.noarch 0:10.5.18-27.el7_9 will be installed\n--> Processing Dependency: python2-cryptography for package: pki-base-10.5.18-27.el7_9.noarch\n--> Processing Dependency: python-nss for package: pki-base-10.5.18-27.el7_9.noarch\n---> Package pki-server.noarch 0:10.5.18-27.el7_9 will be installed\n--> Processing Dependency: pki-tools = 10.5.18-27.el7_9 for package: pki-server-10.5.18-27.el7_9.noarch\n--> Processing Dependency: pki-base-java = 10.5.18-27.el7_9 for package: pki-server-10.5.18-27.el7_9.noarch\n--> Processing Dependency: tomcatjss >= 7.2.5-1 for package: pki-server-10.5.18-27.el7_9.noarch\n--> Processing Dependency: tomcat >= 7.0.69 for package: pki-server-10.5.18-27.el7_9.noarch\n--> Processing Dependency: nuxwdog-client-java >= 1.0.5-1 for package: pki-server-10.5.18-27.el7_9.noarch\n--> Processing Dependency: velocity for package: pki-server-10.5.18-27.el7_9.noarch\n---> Package python-augeas.noarch 0:0.5.0-2.el7 will be installed\n--> Processing Dependency: augeas-libs for package: python-augeas-0.5.0-2.el7.noarch\n---> Package python-custodia.noarch 0:0.3.1-4.el7 will be installed\n--> Processing Dependency: python-jwcrypto for package: python-custodia-0.3.1-4.el7.noarch\n---> Package python-dns.noarch 0:1.12.0-4.20150617git465785f.el7 will be installed\n---> Package python-kdcproxy.noarch 0:0.3.2-3.el7 will be installed\n---> Package python-sssdconfig.noarch 0:1.16.5-10.el7_9.15 will be installed\n---> Package python2-ipaclient.noarch 0:4.6.8-5.el7.centos.15 will be installed\n--> Processing Dependency: python2-ipalib = 4.6.8-5.el7.centos.15 for package: python2-ipaclient-4.6.8-5.el7.centos.15.noarch\n---> Package python2-pyasn1.noarch 0:0.1.9-7.el7 will be installed\n---> Package samba-common.noarch 0:4.10.16-25.el7_9 will be installed\n---> Package samba-common-libs.x86_64 0:4.10.16-25.el7_9 will be installed\n---> Package sssd.x86_64 0:1.16.5-10.el7_9.15 will be installed\n--> Processing Dependency: sssd-proxy = 1.16.5-10.el7_9.15 for package: sssd-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: sssd-ldap = 1.16.5-10.el7_9.15 for package: sssd-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: sssd-krb5 = 1.16.5-10.el7_9.15 for package: sssd-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: sssd-ipa = 1.16.5-10.el7_9.15 for package: sssd-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: sssd-ad = 1.16.5-10.el7_9.15 for package: sssd-1.16.5-10.el7_9.15.x86_64\n---> Package sssd-common.x86_64 0:1.16.5-10.el7_9.15 will be installed\n--> Processing Dependency: sssd-client(x86-64) = 1.16.5-10.el7_9.15 for package: sssd-common-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libsss_sudo(x86-64) = 1.16.5-10.el7_9.15 for package: sssd-common-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libsss_idmap(x86-64) = 1.16.5-10.el7_9.15 for package: sssd-common-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libsss_idmap.so.0(SSS_IDMAP_0.5)(64bit) for package: sssd-common-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libsss_idmap.so.0(SSS_IDMAP_0.4)(64bit) for package: sssd-common-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libsss_idmap.so.0()(64bit) for package: sssd-common-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libhttp_parser_strict.so.2()(64bit) for package: sssd-common-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libcares.so.2()(64bit) for package: sssd-common-1.16.5-10.el7_9.15.x86_64\n---> Package svrcore.x86_64 0:4.1.3-2.el7 will be installed\n---> Package systemd.x86_64 0:219-78.el7_9.7 will be updated\n--> Processing Dependency: systemd = 219-78.el7_9.7 for package: systemd-sysv-219-78.el7_9.7.x86_64\n---> Package systemd.x86_64 0:219-78.el7_9.9 will be an update\n---> Package systemd-libs.x86_64 0:219-78.el7_9.7 will be updated\n---> Package systemd-libs.x86_64 0:219-78.el7_9.9 will be an update\n---> Package words.noarch 0:3.0-22.el7 will be installed\n---> Package xmlrpc-c.x86_64 0:1.32.5-1905.svn2451.el7 will be installed\n---> Package xmlrpc-c-client.x86_64 0:1.32.5-1905.svn2451.el7 will be installed\n--> Running transaction check\n---> Package GeoIP.x86_64 0:1.5.0-14.el7 will be installed\n--> Processing Dependency: geoipupdate for package: GeoIP-1.5.0-14.el7.x86_64\n---> Package augeas-libs.x86_64 0:1.4.0-10.el7 will be installed\n---> Package bind-libs.x86_64 32:9.11.4-26.P2.el7_9.15 will be installed\n--> Processing Dependency: bind-license = 32:9.11.4-26.P2.el7_9.15 for package: 32:bind-libs-9.11.4-26.P2.el7_9.15.x86_64\n---> Package bind-libs-lite.x86_64 32:9.11.4-26.P2.el7_9.15 will be installed\n---> Package c-ares.x86_64 0:1.10.0-3.el7_9.1 will be installed\n---> Package copy-jdk-configs.noarch 0:3.3-11.el7_9 will be installed\n---> Package hesiod.x86_64 0:3.2.1-3.el7 will be installed\n---> Package http-parser.x86_64 0:2.7.1-9.el7 will be installed\n---> Package javapackages-tools.noarch 0:3.4.1-11.el7 will be installed\n--> Processing Dependency: python-javapackages = 3.4.1-11.el7 for package: javapackages-tools-3.4.1-11.el7.noarch\n---> Package libjpeg-turbo.x86_64 0:1.2.90-8.el7 will be installed\n---> Package libsss_idmap.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package libsss_sudo.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package lksctp-tools.x86_64 0:1.0.17-2.el7 will be installed\n---> Package nettle.x86_64 0:2.7.1-9.el7_9 will be installed\n---> Package nuxwdog-client-java.x86_64 0:1.0.5-1.el7 will be installed\n--> Processing Dependency: nuxwdog = 1.0.5-1.el7 for package: nuxwdog-client-java-1.0.5-1.el7.x86_64\n--> Processing Dependency: libnuxwdog.so.0()(64bit) for package: nuxwdog-client-java-1.0.5-1.el7.x86_64\n---> Package pcsc-lite-libs.x86_64 0:1.8.8-8.el7 will be installed\n---> Package perl-Package-Constants.noarch 1:0.02-299.el7_9 will be installed\n---> Package pki-base-java.noarch 0:10.5.18-27.el7_9 will be installed\n--> Processing Dependency: resteasy-base-jaxrs-api >= 3.0.6-1 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: resteasy-base-jaxrs >= 3.0.6-1 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: resteasy-base-jaxb-provider >= 3.0.6-1 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: resteasy-base-jackson-provider >= 3.0.6-1 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: resteasy-base-client >= 3.0.6-1 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: resteasy-base-atom-provider >= 3.0.6-1 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: ldapjdk >= 4.19-5 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: jss >= 4.4.9-3 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: xml-commons-resolver for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: xml-commons-apis for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: xalan-j2 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: slf4j for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: javassist for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: jakarta-commons-httpclient for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: apache-commons-logging for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: apache-commons-lang for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: apache-commons-io for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: apache-commons-codec for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: apache-commons-cli for package: pki-base-java-10.5.18-27.el7_9.noarch\n---> Package pki-tools.x86_64 0:10.5.18-27.el7_9 will be installed\n---> Package python-jwcrypto.noarch 0:0.4.2-1.el7 will be installed\n---> Package python-nss.x86_64 0:0.16.0-3.el7 will be installed\n---> Package python2-cryptography.x86_64 0:1.7.2-2.el7 will be installed\n--> Processing Dependency: python-idna >= 2.0 for package: python2-cryptography-1.7.2-2.el7.x86_64\n--> Processing Dependency: python-cffi >= 1.4.1 for package: python2-cryptography-1.7.2-2.el7.x86_64\n---> Package python2-ipalib.noarch 0:4.6.8-5.el7.centos.15 will be installed\n--> Processing Dependency: python-yubico >= 1.2.3 for package: python2-ipalib-4.6.8-5.el7.centos.15.noarch\n--> Processing Dependency: python-qrcode-core >= 5.0.0 for package: python2-ipalib-4.6.8-5.el7.centos.15.noarch\n--> Processing Dependency: python-netifaces >= 0.10.4 for package: python2-ipalib-4.6.8-5.el7.centos.15.noarch\n--> Processing Dependency: python-netaddr >= 0.7.5-9 for package: python2-ipalib-4.6.8-5.el7.centos.15.noarch\n--> Processing Dependency: pyusb for package: python2-ipalib-4.6.8-5.el7.centos.15.noarch\n--> Processing Dependency: python-sss-murmur for package: python2-ipalib-4.6.8-5.el7.centos.15.noarch\n--> Processing Dependency: python-pyasn1-modules for package: python2-ipalib-4.6.8-5.el7.centos.15.noarch\n--> Processing Dependency: python-libipa_hbac for package: python2-ipalib-4.6.8-5.el7.centos.15.noarch\n--> Processing Dependency: python-dateutil for package: python2-ipalib-4.6.8-5.el7.centos.15.noarch\n---> Package sssd-ad.x86_64 0:1.16.5-10.el7_9.15 will be installed\n--> Processing Dependency: sssd-krb5-common = 1.16.5-10.el7_9.15 for package: sssd-ad-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: sssd-common-pac = 1.16.5-10.el7_9.15 for package: sssd-ad-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libsmbclient.so.0(SMBCLIENT_0.1.0)(64bit) for package: sssd-ad-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libsmbclient.so.0()(64bit) for package: sssd-ad-1.16.5-10.el7_9.15.x86_64\n---> Package sssd-client.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package sssd-ipa.x86_64 0:1.16.5-10.el7_9.15 will be installed\n--> Processing Dependency: libipa_hbac(x86-64) = 1.16.5-10.el7_9.15 for package: sssd-ipa-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libipa_hbac.so.0(IPA_HBAC_0.1.0)(64bit) for package: sssd-ipa-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libipa_hbac.so.0(IPA_HBAC_0.0.1)(64bit) for package: sssd-ipa-1.16.5-10.el7_9.15.x86_64\n--> Processing Dependency: libipa_hbac.so.0()(64bit) for package: sssd-ipa-1.16.5-10.el7_9.15.x86_64\n---> Package sssd-krb5.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package sssd-ldap.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package sssd-proxy.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package systemd-sysv.x86_64 0:219-78.el7_9.7 will be updated\n---> Package systemd-sysv.x86_64 0:219-78.el7_9.9 will be an update\n---> Package tomcat.noarch 0:7.0.76-16.el7_9 will be installed\n--> Processing Dependency: tomcat-lib = 7.0.76-16.el7_9 for package: tomcat-7.0.76-16.el7_9.noarch\n--> Processing Dependency: java >= 1:1.6.0 for package: tomcat-7.0.76-16.el7_9.noarch\n--> Processing Dependency: apache-commons-pool for package: tomcat-7.0.76-16.el7_9.noarch\n--> Processing Dependency: apache-commons-dbcp for package: tomcat-7.0.76-16.el7_9.noarch\n--> Processing Dependency: apache-commons-daemon for package: tomcat-7.0.76-16.el7_9.noarch\n--> Processing Dependency: apache-commons-collections for package: tomcat-7.0.76-16.el7_9.noarch\n---> Package tomcatjss.noarch 0:7.2.5-1.el7 will be installed\n---> Package trousers.x86_64 0:0.3.14-2.el7 will be installed\n---> Package tzdata-java.noarch 0:2023c-1.el7 will be installed\n---> Package velocity.noarch 0:1.7-10.el7 will be installed\n--> Processing Dependency: servlet3 for package: velocity-1.7-10.el7.noarch\n--> Processing Dependency: log4j for package: velocity-1.7-10.el7.noarch\n--> Processing Dependency: junit for package: velocity-1.7-10.el7.noarch\n--> Processing Dependency: jdom for package: velocity-1.7-10.el7.noarch\n--> Processing Dependency: jaxen for package: velocity-1.7-10.el7.noarch\n--> Processing Dependency: jakarta-oro for package: velocity-1.7-10.el7.noarch\n--> Processing Dependency: hsqldb for package: velocity-1.7-10.el7.noarch\n--> Processing Dependency: bcel for package: velocity-1.7-10.el7.noarch\n--> Running transaction check\n---> Package apache-commons-cli.noarch 0:1.2-13.el7 will be installed\n---> Package apache-commons-codec.noarch 0:1.8-7.el7 will be installed\n---> Package apache-commons-collections.noarch 0:3.2.1-22.el7_2 will be installed\n---> Package apache-commons-daemon.x86_64 0:1.0.13-7.el7 will be installed\n---> Package apache-commons-dbcp.noarch 0:1.4-17.el7 will be installed\n--> Processing Dependency: mvn(org.apache.geronimo.specs:geronimo-jta_1.1_spec) for package: apache-commons-dbcp-1.4-17.el7.noarch\n---> Package apache-commons-io.noarch 1:2.4-12.el7 will be installed\n---> Package apache-commons-lang.noarch 0:2.6-15.el7 will be installed\n---> Package apache-commons-logging.noarch 0:1.1.2-7.el7 will be installed\n--> Processing Dependency: mvn(logkit:logkit) for package: apache-commons-logging-1.1.2-7.el7.noarch\n--> Processing Dependency: mvn(avalon-framework:avalon-framework-api) for package: apache-commons-logging-1.1.2-7.el7.noarch\n---> Package apache-commons-pool.noarch 0:1.6-9.el7 will be installed\n---> Package bcel.noarch 0:5.2-19.el7_9 will be installed\n--> Processing Dependency: mvn(regexp:regexp) for package: bcel-5.2-19.el7_9.noarch\n---> Package bind-license.noarch 32:9.11.4-26.P2.el7_9.15 will be installed\n---> Package geoipupdate.x86_64 0:2.5.0-2.el7 will be installed\n---> Package hsqldb.noarch 1:1.8.1.3-15.el7_9 will be installed\n---> Package jakarta-commons-httpclient.noarch 1:3.1-16.el7_0 will be installed\n---> Package jakarta-oro.noarch 0:2.0.8-16.el7 will be installed\n---> Package java-1.8.0-openjdk.x86_64 1:1.8.0.392.b08-2.el7_9 will be installed\n--> Processing Dependency: xorg-x11-fonts-Type1 for package: 1:java-1.8.0-openjdk-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: libXcomposite(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: gtk2(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: fontconfig(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: libgif.so.4()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: libXtst.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: libXrender.so.1()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: libXi.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: libXext.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.392.b08-2.el7_9.x86_64\n--> Processing Dependency: libX11.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.392.b08-2.el7_9.x86_64\n---> Package javassist.noarch 0:3.16.1-10.el7 will be installed\n---> Package jaxen.noarch 0:1.1.3-11.el7 will be installed\n--> Processing Dependency: dom4j >= 1.6.1 for package: jaxen-1.1.3-11.el7.noarch\n--> Processing Dependency: xerces-j2 for package: jaxen-1.1.3-11.el7.noarch\n---> Package jdom.noarch 0:1.1.3-6.el7 will be installed\n---> Package jss.x86_64 0:4.4.9-3.el7 will be installed\n---> Package junit.noarch 0:4.11-8.el7 will be installed\n--> Processing Dependency: osgi(org.hamcrest.core) for package: junit-4.11-8.el7.noarch\n--> Processing Dependency: hamcrest for package: junit-4.11-8.el7.noarch\n---> Package ldapjdk.noarch 0:4.19-5.el7 will be installed\n---> Package libipa_hbac.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package libsmbclient.x86_64 0:4.10.16-25.el7_9 will be installed\n---> Package log4j.noarch 0:1.2.17-18.el7_4 will be installed\n--> Processing Dependency: mvn(org.apache.geronimo.specs:geronimo-jms_1.1_spec) for package: log4j-1.2.17-18.el7_4.noarch\n--> Processing Dependency: mvn(javax.mail:mail) for package: log4j-1.2.17-18.el7_4.noarch\n---> Package nuxwdog.x86_64 0:1.0.5-1.el7 will be installed\n---> Package python-cffi.x86_64 0:1.6.0-5.el7 will be installed\n--> Processing Dependency: python-pycparser for package: python-cffi-1.6.0-5.el7.x86_64\n---> Package python-dateutil.noarch 0:1.5-7.el7 will be installed\n---> Package python-idna.noarch 0:2.4-1.el7 will be installed\n---> Package python-javapackages.noarch 0:3.4.1-11.el7 will be installed\n---> Package python-libipa_hbac.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package python-netaddr.noarch 0:0.7.5-9.el7 will be installed\n---> Package python-netifaces.x86_64 0:0.10.4-3.el7 will be installed\n---> Package python-qrcode-core.noarch 0:5.0.1-1.el7 will be installed\n---> Package python-sss-murmur.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package python-yubico.noarch 0:1.2.3-1.el7 will be installed\n---> Package python2-pyasn1-modules.noarch 0:0.1.9-7.el7 will be installed\n---> Package pyusb.noarch 0:1.0.0-0.11.b1.el7 will be installed\n---> Package resteasy-base-atom-provider.noarch 0:3.0.6-4.el7 will be installed\n--> Processing Dependency: mvn(com.sun.xml.bind:jaxb-impl) for package: resteasy-base-atom-provider-3.0.6-4.el7.noarch\n---> Package resteasy-base-client.noarch 0:3.0.6-4.el7 will be installed\n---> Package resteasy-base-jackson-provider.noarch 0:3.0.6-4.el7 will be installed\n--> Processing Dependency: mvn(org.codehaus.jackson:jackson-xc) for package: resteasy-base-jackson-provider-3.0.6-4.el7.noarch\n--> Processing Dependency: mvn(org.codehaus.jackson:jackson-mapper-asl) for package: resteasy-base-jackson-provider-3.0.6-4.el7.noarch\n--> Processing Dependency: mvn(org.codehaus.jackson:jackson-jaxrs) for package: resteasy-base-jackson-provider-3.0.6-4.el7.noarch\n--> Processing Dependency: mvn(org.codehaus.jackson:jackson-core-asl) for package: resteasy-base-jackson-provider-3.0.6-4.el7.noarch\n---> Package resteasy-base-jaxb-provider.noarch 0:3.0.6-4.el7 will be installed\n---> Package resteasy-base-jaxrs.noarch 0:3.0.6-4.el7 will be installed\n--> Processing Dependency: mvn(org.scannotation:scannotation) for package: resteasy-base-jaxrs-3.0.6-4.el7.noarch\n--> Processing Dependency: mvn(org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec) for package: resteasy-base-jaxrs-3.0.6-4.el7.noarch\n--> Processing Dependency: mvn(org.apache.httpcomponents:httpclient) for package: resteasy-base-jaxrs-3.0.6-4.el7.noarch\n---> Package resteasy-base-jaxrs-api.noarch 0:3.0.6-4.el7 will be installed\n---> Package slf4j.noarch 0:1.7.4-4.el7_4 will be installed\n--> Processing Dependency: mvn(ch.qos.cal10n:cal10n-api) for package: slf4j-1.7.4-4.el7_4.noarch\n---> Package sssd-common-pac.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package sssd-krb5-common.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package tomcat-lib.noarch 0:7.0.76-16.el7_9 will be installed\n--> Processing Dependency: tomcat-jsp-2.2-api = 7.0.76-16.el7_9 for package: tomcat-lib-7.0.76-16.el7_9.noarch\n--> Processing Dependency: tomcat-el-2.2-api = 7.0.76-16.el7_9 for package: tomcat-lib-7.0.76-16.el7_9.noarch\n--> Processing Dependency: ecj >= 1:4.2.1 for package: tomcat-lib-7.0.76-16.el7_9.noarch\n---> Package tomcat-servlet-3.0-api.noarch 0:7.0.76-16.el7_9 will be installed\n---> Package xalan-j2.noarch 0:2.7.1-23.el7 will be installed\n---> Package xml-commons-apis.noarch 0:1.4.01-16.el7 will be installed\n---> Package xml-commons-resolver.noarch 0:1.2-15.el7 will be installed\n--> Running transaction check\n---> Package avalon-framework.noarch 0:4.3-10.el7 will be installed\n---> Package avalon-logkit.noarch 0:2.1-14.el7 will be installed\n---> Package cal10n.noarch 0:0.7.7-4.el7 will be installed\n---> Package dom4j.noarch 0:1.6.1-20.el7 will be installed\n--> Processing Dependency: xpp3 for package: dom4j-1.6.1-20.el7.noarch\n--> Processing Dependency: ws-jaxme for package: dom4j-1.6.1-20.el7.noarch\n--> Processing Dependency: relaxngDatatype for package: dom4j-1.6.1-20.el7.noarch\n--> Processing Dependency: msv-xsdlib for package: dom4j-1.6.1-20.el7.noarch\n--> Processing Dependency: msv-msv for package: dom4j-1.6.1-20.el7.noarch\n--> Processing Dependency: isorelax for package: dom4j-1.6.1-20.el7.noarch\n--> Processing Dependency: bea-stax-api for package: dom4j-1.6.1-20.el7.noarch\n--> Processing Dependency: bea-stax for package: dom4j-1.6.1-20.el7.noarch\n---> Package ecj.x86_64 1:4.5.2-3.el7 will be installed\n---> Package fontconfig.x86_64 0:2.13.0-4.3.el7 will be installed\n--> Processing Dependency: dejavu-sans-fonts for package: fontconfig-2.13.0-4.3.el7.x86_64\n---> Package geronimo-jms.noarch 0:1.1.1-19.el7 will be installed\n---> Package geronimo-jta.noarch 0:1.1.1-17.el7 will be installed\n---> Package giflib.x86_64 0:4.1.6-9.el7 will be installed\n--> Processing Dependency: libSM.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64\n--> Processing Dependency: libICE.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64\n---> Package glassfish-jaxb.noarch 0:2.2.5-6.el7 will be installed\n--> Processing Dependency: xsom for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: txw2 for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: stax-ex for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: rngom for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: jing for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: istack-commons for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: glassfish-jaxb-api for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: glassfish-fastinfoset for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: glassfish-dtd-parser for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: codemodel for package: glassfish-jaxb-2.2.5-6.el7.noarch\n---> Package gtk2.x86_64 0:2.24.31-1.el7 will be installed\n--> Processing Dependency: pango >= 1.20.0-1 for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libtiff >= 3.6.1 for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libXrandr >= 1.2.99.4-2 for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: atk >= 1.29.4-2 for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: gtk-update-icon-cache for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libpangoft2-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libpango-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libcairo.so.2()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libatk-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libXrandr.so.2()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libXinerama.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libXfixes.so.3()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libXdamage.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n---> Package hamcrest.noarch 0:1.3-6.el7 will be installed\n--> Processing Dependency: qdox for package: hamcrest-1.3-6.el7.noarch\n--> Processing Dependency: easymock2 for package: hamcrest-1.3-6.el7.noarch\n---> Package httpcomponents-client.noarch 0:4.2.5-5.el7_0 will be installed\n--> Processing Dependency: mvn(org.apache.httpcomponents:httpcore) for package: httpcomponents-client-4.2.5-5.el7_0.noarch\n---> Package jackson.noarch 0:1.9.4-7.el7 will be installed\n--> Processing Dependency: stax2-api >= 3.1.1 for package: jackson-1.9.4-7.el7.noarch\n--> Processing Dependency: objectweb-asm >= 3.3 for package: jackson-1.9.4-7.el7.noarch\n--> Processing Dependency: jsr-311 >= 1.1.1 for package: jackson-1.9.4-7.el7.noarch\n--> Processing Dependency: joda-time >= 1.6.2 for package: jackson-1.9.4-7.el7.noarch\n---> Package javamail.noarch 0:1.4.6-8.el7 will be installed\n---> Package jboss-annotations-1.1-api.noarch 0:1.0.1-0.6.20120212git76e1a2.el7 will be installed\n---> Package libX11.x86_64 0:1.6.7-4.el7_9 will be installed\n--> Processing Dependency: libX11-common >= 1.6.7-4.el7_9 for package: libX11-1.6.7-4.el7_9.x86_64\n--> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.7-4.el7_9.x86_64\n---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed\n---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed\n---> Package libXi.x86_64 0:1.7.9-1.el7 will be installed\n---> Package libXrender.x86_64 0:0.9.10-1.el7 will be installed\n---> Package libXtst.x86_64 0:1.2.3-1.el7 will be installed\n---> Package python-pycparser.noarch 0:2.14-1.el7 will be installed\n--> Processing Dependency: python-ply for package: python-pycparser-2.14-1.el7.noarch\n---> Package regexp.noarch 0:1.5-13.el7 will be installed\n---> Package scannotation.noarch 0:1.0.3-0.7.r12.el7 will be installed\n---> Package tomcat-el-2.2-api.noarch 0:7.0.76-16.el7_9 will be installed\n---> Package tomcat-jsp-2.2-api.noarch 0:7.0.76-16.el7_9 will be installed\n---> Package xerces-j2.noarch 0:2.11.0-17.el7_0 will be installed\n---> Package xorg-x11-fonts-Type1.noarch 0:7.5-9.el7 will be installed\n--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch\n--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch\n--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch\n--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch\n--> Running transaction check\n---> Package atk.x86_64 0:2.28.1-2.el7 will be installed\n---> Package bea-stax.noarch 0:1.2.0-9.el7 will be installed\n---> Package bea-stax-api.noarch 0:1.2.0-9.el7 will be installed\n---> Package cairo.x86_64 0:1.15.12-4.el7 will be installed\n--> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.15.12-4.el7.x86_64\n--> Processing Dependency: libGL.so.1()(64bit) for package: cairo-1.15.12-4.el7.x86_64\n--> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.15.12-4.el7.x86_64\n---> Package codemodel.noarch 0:2.6-9.el7 will be installed\n--> Processing Dependency: jvnet-parent for package: codemodel-2.6-9.el7.noarch\n---> Package dejavu-sans-fonts.noarch 0:2.33-6.el7 will be installed\n--> Processing Dependency: dejavu-fonts-common = 2.33-6.el7 for package: dejavu-sans-fonts-2.33-6.el7.noarch\n---> Package easymock2.noarch 0:2.5.2-12.el7 will be installed\n---> Package gdk-pixbuf2.x86_64 0:2.36.12-3.el7 will be installed\n--> Processing Dependency: libjasper.so.1()(64bit) for package: gdk-pixbuf2-2.36.12-3.el7.x86_64\n---> Package glassfish-dtd-parser.noarch 0:1.2-0.8.20120120svn.el7 will be installed\n---> Package glassfish-fastinfoset.noarch 0:1.2.12-9.el7 will be installed\n---> Package glassfish-jaxb-api.noarch 0:2.2.7-4.el7 will be installed\n---> Package gtk-update-icon-cache.x86_64 0:3.22.30-8.el7_9 will be installed\n---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed\n---> Package httpcomponents-core.noarch 0:4.2.4-6.el7 will be installed\n---> Package isorelax.noarch 1:0-0.15.release20050331.el7 will be installed\n---> Package istack-commons.noarch 0:2.17-4.el7 will be installed\n---> Package jing.noarch 0:20091111-14.el7 will be installed\n---> Package joda-time.noarch 0:2.2-3.tzdata2013c.el7 will be installed\n--> Processing Dependency: mvn(org.joda:joda-convert) for package: joda-time-2.2-3.tzdata2013c.el7.noarch\n---> Package jsr-311.noarch 0:1.1.1-6.el7 will be installed\n---> Package libICE.x86_64 0:1.0.9-9.el7 will be installed\n---> Package libSM.x86_64 0:1.2.2-2.el7 will be installed\n---> Package libX11-common.noarch 0:1.6.7-4.el7_9 will be installed\n---> Package libXcursor.x86_64 0:1.1.15-1.el7 will be installed\n---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed\n---> Package libXfixes.x86_64 0:5.0.3-1.el7 will be installed\n---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed\n---> Package libXrandr.x86_64 0:1.5.1-2.el7 will be installed\n---> Package libtiff.x86_64 0:4.0.3-35.el7 will be installed\n--> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-35.el7.x86_64\n---> Package libxcb.x86_64 0:1.13-1.el7 will be installed\n--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.13-1.el7.x86_64\n---> Package msv-msv.noarch 1:2013.5.1-7.el7 will be installed\n---> Package msv-xsdlib.noarch 1:2013.5.1-7.el7 will be installed\n---> Package objectweb-asm.noarch 0:3.3.1-9.el7 will be installed\n---> Package pango.x86_64 0:1.42.4-4.el7_7 will be installed\n--> Processing Dependency: libthai(x86-64) >= 0.1.9 for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: libXft(x86-64) >= 2.0.0 for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: harfbuzz(x86-64) >= 1.4.2 for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: fribidi(x86-64) >= 1.0 for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: libfribidi.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.42.4-4.el7_7.x86_64\n---> Package python-ply.noarch 0:3.4-11.el7 will be installed\n---> Package qdox.noarch 0:1.12.1-10.el7 will be installed\n---> Package relaxngDatatype.noarch 0:1.0-11.el7 will be installed\n---> Package rngom.noarch 0:201103-0.8.20120119svn.el7 will be installed\n---> Package stax-ex.noarch 0:1.7.1-6.el7 will be installed\n---> Package stax2-api.noarch 0:3.1.1-10.el7 will be installed\n---> Package ttmkfdir.x86_64 0:3.0.9-42.el7 will be installed\n---> Package txw2.noarch 0:20110809-8.el7 will be installed\n--> Processing Dependency: args4j for package: txw2-20110809-8.el7.noarch\n---> Package ws-jaxme.noarch 0:0.5.2-10.el7 will be installed\n--> Processing Dependency: antlr for package: ws-jaxme-0.5.2-10.el7.noarch\n---> Package xorg-x11-font-utils.x86_64 1:7.5-21.el7 will be installed\n--> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-21.el7.x86_64\n---> Package xpp3.noarch 0:1.1.3.8-11.el7 will be installed\n---> Package xsom.noarch 0:0-10.20110809svn.el7 will be installed\n--> Running transaction check\n---> Package antlr-tool.noarch 0:2.7.7-30.el7 will be installed\n---> Package args4j.noarch 0:2.0.16-13.el7 will be installed\n---> Package dejavu-fonts-common.noarch 0:2.33-6.el7 will be installed\n---> Package fribidi.x86_64 0:1.0.2-1.el7_7.1 will be installed\n---> Package harfbuzz.x86_64 0:1.7.5-2.el7 will be installed\n--> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-1.7.5-2.el7.x86_64\n---> Package jasper-libs.x86_64 0:1.900.1-33.el7 will be installed\n---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed\n---> Package joda-convert.noarch 0:1.3-5.el7 will be installed\n---> Package jvnet-parent.noarch 0:4-2.el7 will be installed\n---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed\n---> Package libXft.x86_64 0:2.3.2-2.el7 will be installed\n---> Package libfontenc.x86_64 0:1.1.3-3.el7 will be installed\n---> Package libglvnd-egl.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed\n--> Processing Dependency: libglvnd(x86-64) = 1:1.0.1-0.8.git5baa1e5.el7 for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64\n--> Processing Dependency: mesa-libEGL(x86-64) >= 13.0.4-1 for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64\n--> Processing Dependency: libGLdispatch.so.0()(64bit) for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64\n---> Package libglvnd-glx.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed\n--> Processing Dependency: mesa-libGL(x86-64) >= 13.0.4-1 for package: 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64\n---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed\n---> Package pixman.x86_64 0:0.34.0-1.el7 will be installed\n--> Running transaction check\n---> Package graphite2.x86_64 0:1.3.10-1.el7_3 will be installed\n---> Package libglvnd.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed\n---> Package mesa-libEGL.x86_64 0:18.3.4-12.el7_9 will be installed\n--> Processing Dependency: mesa-libgbm = 18.3.4-12.el7_9 for package: mesa-libEGL-18.3.4-12.el7_9.x86_64\n--> Processing Dependency: libxshmfence.so.1()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64\n--> Processing Dependency: libwayland-server.so.0()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64\n--> Processing Dependency: libwayland-client.so.0()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64\n--> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64\n--> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64\n---> Package mesa-libGL.x86_64 0:18.3.4-12.el7_9 will be installed\n--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-18.3.4-12.el7_9.x86_64\n--> Running transaction check\n---> Package libXxf86vm.x86_64 0:1.1.4-1.el7 will be installed\n---> Package libwayland-client.x86_64 0:1.15.0-1.el7 will be installed\n---> Package libwayland-server.x86_64 0:1.15.0-1.el7 will be installed\n---> Package libxshmfence.x86_64 0:1.2-1.el7 will be installed\n---> Package mesa-libgbm.x86_64 0:18.3.4-12.el7_9 will be installed\n---> Package mesa-libglapi.x86_64 0:18.3.4-12.el7_9 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository\n Size\n================================================================================\nInstalling:\n ipa-server x86_64 4.6.8-5.el7.centos.15 updates 535 k\nInstalling for dependencies:\n 389-ds-base x86_64 1.3.11.1-3.el7_9 updates 2.4 M\n 389-ds-base-libs x86_64 1.3.11.1-3.el7_9 updates 718 k\n GeoIP x86_64 1.5.0-14.el7 base 1.5 M\n antlr-tool noarch 2.7.7-30.el7 base 357 k\n apache-commons-cli noarch 1.2-13.el7 base 50 k\n apache-commons-codec noarch 1.8-7.el7 base 223 k\n apache-commons-collections noarch 3.2.1-22.el7_2 base 509 k\n apache-commons-daemon x86_64 1.0.13-7.el7 base 54 k\n apache-commons-dbcp noarch 1.4-17.el7 base 167 k\n apache-commons-io noarch 1:2.4-12.el7 base 189 k\n apache-commons-lang noarch 2.6-15.el7 base 276 k\n apache-commons-logging noarch 1.1.2-7.el7 base 78 k\n apache-commons-pool noarch 1.6-9.el7 base 113 k\n apr x86_64 1.4.8-7.el7 base 104 k\n apr-util x86_64 1.5.2-6.el7_9.1 updates 92 k\n apr-util-openssl x86_64 1.5.2-6.el7_9.1 updates 20 k\n args4j noarch 2.0.16-13.el7 base 70 k\n atk x86_64 2.28.1-2.el7 base 263 k\n augeas-libs x86_64 1.4.0-10.el7 base 357 k\n autofs x86_64 1:5.0.7-116.el7_9.1 updates 834 k\n autogen-libopts x86_64 5.18-5.el7 base 66 k\n avalon-framework noarch 4.3-10.el7 base 88 k\n avalon-logkit noarch 2.1-14.el7 base 87 k\n bcel noarch 5.2-19.el7_9 updates 470 k\n bea-stax noarch 1.2.0-9.el7 base 176 k\n bea-stax-api noarch 1.2.0-9.el7 base 31 k\n bind-libs x86_64 32:9.11.4-26.P2.el7_9.15 updates 158 k\n bind-libs-lite x86_64 32:9.11.4-26.P2.el7_9.15 updates 1.1 M\n bind-license noarch 32:9.11.4-26.P2.el7_9.15 updates 92 k\n bind-utils x86_64 32:9.11.4-26.P2.el7_9.15 updates 262 k\n c-ares x86_64 1.10.0-3.el7_9.1 updates 78 k\n cairo x86_64 1.15.12-4.el7 base 741 k\n cal10n noarch 0.7.7-4.el7 base 36 k\n certmonger x86_64 0.78.4-17.el7_9 updates 608 k\n codemodel noarch 2.6-9.el7 base 164 k\n copy-jdk-configs noarch 3.3-11.el7_9 updates 22 k\n cups-libs x86_64 1:1.6.3-52.el7_9 updates 359 k\n custodia noarch 0.3.1-4.el7 base 24 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 updates 41 k\n cyrus-sasl-md5 x86_64 2.1.26-24.el7_9 updates 57 k\n cyrus-sasl-plain x86_64 2.1.26-24.el7_9 updates 39 k\n dejavu-fonts-common noarch 2.33-6.el7 base 64 k\n dejavu-sans-fonts noarch 2.33-6.el7 base 1.4 M\n dom4j noarch 1.6.1-20.el7 base 277 k\n easymock2 noarch 2.5.2-12.el7 base 92 k\n ecj x86_64 1:4.5.2-3.el7 base 1.9 M\n fontawesome-fonts noarch 4.1.0-2.el7 base 137 k\n fontconfig x86_64 2.13.0-4.3.el7 base 254 k\n fontpackages-filesystem noarch 1.44-8.el7 base 9.9 k\n fribidi x86_64 1.0.2-1.el7_7.1 base 79 k\n gdk-pixbuf2 x86_64 2.36.12-3.el7 base 570 k\n geoipupdate x86_64 2.5.0-2.el7 updates 35 k\n geronimo-jms noarch 1.1.1-19.el7 base 31 k\n geronimo-jta noarch 1.1.1-17.el7 base 20 k\n giflib x86_64 4.1.6-9.el7 base 40 k\n glassfish-dtd-parser noarch 1.2-0.8.20120120svn.el7 base 70 k\n glassfish-fastinfoset noarch 1.2.12-9.el7 base 272 k\n glassfish-jaxb noarch 2.2.5-6.el7 base 1.8 M\n glassfish-jaxb-api noarch 2.2.7-4.el7 base 92 k\n gnutls x86_64 3.3.29-9.el7_6 base 680 k\n gperftools-libs x86_64 2.6.1-1.el7 base 272 k\n graphite2 x86_64 1.3.10-1.el7_3 base 115 k\n gtk-update-icon-cache x86_64 3.22.30-8.el7_9 updates 27 k\n gtk2 x86_64 2.24.31-1.el7 base 3.4 M\n hamcrest noarch 1.3-6.el7 base 124 k\n harfbuzz x86_64 1.7.5-2.el7 base 267 k\n hesiod x86_64 3.2.1-3.el7 base 30 k\n hicolor-icon-theme noarch 0.12-7.el7 base 42 k\n hsqldb noarch 1:1.8.1.3-15.el7_9 updates 951 k\n http-parser x86_64 2.7.1-9.el7 base 29 k\n httpcomponents-client noarch 4.2.5-5.el7_0 base 425 k\n httpcomponents-core noarch 4.2.4-6.el7 base 466 k\n httpd x86_64 2.4.6-99.el7.centos.1 updates 2.7 M\n httpd-tools x86_64 2.4.6-99.el7.centos.1 updates 94 k\n ipa-client x86_64 4.6.8-5.el7.centos.15 updates 292 k\n ipa-client-common noarch 4.6.8-5.el7.centos.15 updates 197 k\n ipa-common noarch 4.6.8-5.el7.centos.15 updates 624 k\n ipa-server-common noarch 4.6.8-5.el7.centos.15 updates 714 k\n isorelax noarch 1:0-0.15.release20050331.el7 base 75 k\n istack-commons noarch 2.17-4.el7 base 100 k\n jackson noarch 1.9.4-7.el7 base 1.0 M\n jakarta-commons-httpclient noarch 1:3.1-16.el7_0 base 241 k\n jakarta-oro noarch 2.0.8-16.el7 base 78 k\n jasper-libs x86_64 1.900.1-33.el7 base 150 k\n java-1.8.0-openjdk x86_64 1:1.8.0.392.b08-2.el7_9 updates 319 k\n java-1.8.0-openjdk-headless x86_64 1:1.8.0.392.b08-2.el7_9 updates 33 M\n javamail noarch 1.4.6-8.el7 base 758 k\n javapackages-tools noarch 3.4.1-11.el7 base 73 k\n javassist noarch 3.16.1-10.el7 base 627 k\n jaxen noarch 1.1.3-11.el7 base 204 k\n jbigkit-libs x86_64 2.0-11.el7 base 46 k\n jboss-annotations-1.1-api noarch 1.0.1-0.6.20120212git76e1a2.el7\n base 20 k\n jdom noarch 1.1.3-6.el7 base 174 k\n jing noarch 20091111-14.el7 base 611 k\n joda-convert noarch 1.3-5.el7 base 46 k\n joda-time noarch 2.2-3.tzdata2013c.el7 base 484 k\n jsr-311 noarch 1.1.1-6.el7 base 45 k\n jss x86_64 4.4.9-3.el7 base 1.1 M\n junit noarch 4.11-8.el7 base 261 k\n jvnet-parent noarch 4-2.el7 base 10 k\n krb5-pkinit x86_64 1.15.1-55.el7_9 updates 167 k\n krb5-server x86_64 1.15.1-55.el7_9 updates 1.0 M\n krb5-workstation x86_64 1.15.1-55.el7_9 updates 821 k\n ldapjdk noarch 4.19-5.el7 base 317 k\n libICE x86_64 1.0.9-9.el7 base 66 k\n libSM x86_64 1.2.2-2.el7 base 39 k\n libX11 x86_64 1.6.7-4.el7_9 updates 607 k\n libX11-common noarch 1.6.7-4.el7_9 updates 164 k\n libXau x86_64 1.0.8-2.1.el7 base 29 k\n libXcomposite x86_64 0.4.4-4.1.el7 base 22 k\n libXcursor x86_64 1.1.15-1.el7 base 30 k\n libXdamage x86_64 1.1.4-4.1.el7 base 20 k\n libXext x86_64 1.3.3-3.el7 base 39 k\n libXfixes x86_64 5.0.3-1.el7 base 18 k\n libXft x86_64 2.3.2-2.el7 base 58 k\n libXi x86_64 1.7.9-1.el7 base 40 k\n libXinerama x86_64 1.1.3-2.1.el7 base 14 k\n libXrandr x86_64 1.5.1-2.el7 base 27 k\n libXrender x86_64 0.9.10-1.el7 base 26 k\n libXtst x86_64 1.2.3-1.el7 base 20 k\n libXxf86vm x86_64 1.1.4-1.el7 base 18 k\n libdhash x86_64 0.5.0-32.el7 base 29 k\n libfontenc x86_64 1.1.3-3.el7 base 31 k\n libglvnd x86_64 1:1.0.1-0.8.git5baa1e5.el7 base 89 k\n libglvnd-egl x86_64 1:1.0.1-0.8.git5baa1e5.el7 base 44 k\n libglvnd-glx x86_64 1:1.0.1-0.8.git5baa1e5.el7 base 125 k\n libicu x86_64 50.2-4.el7_7 base 6.9 M\n libipa_hbac x86_64 1.16.5-10.el7_9.15 updates 159 k\n libjpeg-turbo x86_64 1.2.90-8.el7 base 135 k\n libkadm5 x86_64 1.15.1-55.el7_9 updates 180 k\n libldb x86_64 1.5.4-2.el7 updates 149 k\n libsmbclient x86_64 4.10.16-25.el7_9 updates 146 k\n libsss_autofs x86_64 1.16.5-10.el7_9.15 updates 160 k\n libsss_certmap x86_64 1.16.5-10.el7_9.15 updates 193 k\n libsss_idmap x86_64 1.16.5-10.el7_9.15 updates 163 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.15 updates 170 k\n libsss_sudo x86_64 1.16.5-10.el7_9.15 updates 159 k\n libtalloc x86_64 2.1.16-1.el7 base 33 k\n libtdb x86_64 1.3.18-1.el7 base 49 k\n libtevent x86_64 0.9.39-1.el7 base 41 k\n libthai x86_64 0.1.14-9.el7 base 187 k\n libtiff x86_64 4.0.3-35.el7 base 172 k\n libwayland-client x86_64 1.15.0-1.el7 base 33 k\n libwayland-server x86_64 1.15.0-1.el7 base 39 k\n libwbclient x86_64 4.10.16-25.el7_9 updates 117 k\n libxcb x86_64 1.13-1.el7 base 214 k\n libxshmfence x86_64 1.2-1.el7 base 7.2 k\n lksctp-tools x86_64 1.0.17-2.el7 base 88 k\n log4j noarch 1.2.17-18.el7_4 updates 445 k\n mesa-libEGL x86_64 18.3.4-12.el7_9 updates 110 k\n mesa-libGL x86_64 18.3.4-12.el7_9 updates 166 k\n mesa-libgbm x86_64 18.3.4-12.el7_9 updates 39 k\n mesa-libglapi x86_64 18.3.4-12.el7_9 updates 46 k\n mod_auth_gssapi x86_64 1.5.1-7.el7 base 67 k\n mod_lookup_identity x86_64 1.0.0-1.el7 base 24 k\n mod_nss x86_64 1.0.14-12.el7 base 113 k\n mod_session x86_64 2.4.6-99.el7.centos.1 updates 64 k\n mod_wsgi x86_64 3.4-18.el7 base 77 k\n msv-msv noarch 1:2013.5.1-7.el7 base 3.7 M\n msv-xsdlib noarch 1:2013.5.1-7.el7 base 1.1 M\n nettle x86_64 2.7.1-9.el7_9 updates 328 k\n ntp x86_64 4.2.6p5-29.el7.centos.2 base 549 k\n nuxwdog x86_64 1.0.5-1.el7 base 46 k\n nuxwdog-client-java x86_64 1.0.5-1.el7 base 12 k\n objectweb-asm noarch 3.3.1-9.el7 base 197 k\n oddjob x86_64 0.31.5-4.el7 base 69 k\n oddjob-mkhomedir x86_64 0.31.5-4.el7 base 38 k\n open-sans-fonts noarch 1.10-1.el7 base 475 k\n openldap-clients x86_64 2.4.44-25.el7_9 updates 191 k\n pango x86_64 1.42.4-4.el7_7 base 280 k\n pcsc-lite-libs x86_64 1.8.8-8.el7 base 34 k\n perl-Archive-Tar noarch 1.92-3.el7 base 73 k\n perl-DB_File x86_64 1.830-6.el7 base 74 k\n perl-Mozilla-LDAP x86_64 1.5.3-12.el7 base 147 k\n perl-NetAddr-IP x86_64 4.069-3.el7 base 125 k\n perl-Package-Constants noarch 1:0.02-299.el7_9 updates 46 k\n pixman x86_64 0.34.0-1.el7 base 248 k\n pki-base noarch 10.5.18-27.el7_9 updates 442 k\n pki-base-java noarch 10.5.18-27.el7_9 updates 1.2 M\n pki-ca noarch 10.5.18-27.el7_9 updates 498 k\n pki-kra noarch 10.5.18-27.el7_9 updates 320 k\n pki-server noarch 10.5.18-27.el7_9 updates 3.0 M\n pki-tools x86_64 10.5.18-27.el7_9 updates 780 k\n python-augeas noarch 0.5.0-2.el7 base 25 k\n python-cffi x86_64 1.6.0-5.el7 base 218 k\n python-custodia noarch 0.3.1-4.el7 base 115 k\n python-dateutil noarch 1.5-7.el7 base 85 k\n python-dns noarch 1.12.0-4.20150617git465785f.el7\n base 233 k\n python-gssapi x86_64 1.2.0-3.el7 base 322 k\n python-idna noarch 2.4-1.el7 base 94 k\n python-javapackages noarch 3.4.1-11.el7 base 31 k\n python-jwcrypto noarch 0.4.2-1.el7 base 57 k\n python-kdcproxy noarch 0.3.2-3.el7 base 28 k\n python-ldap x86_64 2.4.15-2.el7 base 159 k\n python-libipa_hbac x86_64 1.16.5-10.el7_9.15 updates 152 k\n python-netaddr noarch 0.7.5-9.el7 base 983 k\n python-netifaces x86_64 0.10.4-3.el7 base 17 k\n python-nss x86_64 0.16.0-3.el7 base 266 k\n python-ply noarch 3.4-11.el7 base 123 k\n python-pycparser noarch 2.14-1.el7 base 104 k\n python-qrcode-core noarch 5.0.1-1.el7 base 40 k\n python-sss-murmur x86_64 1.16.5-10.el7_9.15 updates 141 k\n python-sssdconfig noarch 1.16.5-10.el7_9.15 updates 182 k\n python-yubico noarch 1.2.3-1.el7 base 47 k\n python2-cryptography x86_64 1.7.2-2.el7 base 502 k\n python2-ipaclient noarch 4.6.8-5.el7.centos.15 updates 707 k\n python2-ipalib noarch 4.6.8-5.el7.centos.15 updates 689 k\n python2-ipaserver noarch 4.6.8-5.el7.centos.15 updates 1.5 M\n python2-pyasn1 noarch 0.1.9-7.el7 base 100 k\n python2-pyasn1-modules noarch 0.1.9-7.el7 base 59 k\n pyusb noarch 1.0.0-0.11.b1.el7 base 66 k\n qdox noarch 1.12.1-10.el7 base 170 k\n regexp noarch 1.5-13.el7 base 47 k\n relaxngDatatype noarch 1.0-11.el7 base 15 k\n resteasy-base-atom-provider noarch 3.0.6-4.el7 base 41 k\n resteasy-base-client noarch 3.0.6-4.el7 base 125 k\n resteasy-base-jackson-provider\n noarch 3.0.6-4.el7 base 13 k\n resteasy-base-jaxb-provider noarch 3.0.6-4.el7 base 65 k\n resteasy-base-jaxrs noarch 3.0.6-4.el7 base 728 k\n resteasy-base-jaxrs-api noarch 3.0.6-4.el7 base 96 k\n rngom noarch 201103-0.8.20120119svn.el7 base 266 k\n samba-client-libs x86_64 4.10.16-25.el7_9 updates 5.0 M\n samba-common noarch 4.10.16-25.el7_9 updates 219 k\n samba-common-libs x86_64 4.10.16-25.el7_9 updates 183 k\n scannotation noarch 1.0.3-0.7.r12.el7 base 23 k\n slapi-nis x86_64 0.60.0-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.15 updates 150 k\n sssd-ad x86_64 1.16.5-10.el7_9.15 updates 306 k\n sssd-client x86_64 1.16.5-10.el7_9.15 updates 230 k\n sssd-common x86_64 1.16.5-10.el7_9.15 updates 1.5 M\n sssd-common-pac x86_64 1.16.5-10.el7_9.15 updates 224 k\n sssd-dbus x86_64 1.16.5-10.el7_9.15 updates 262 k\n sssd-ipa x86_64 1.16.5-10.el7_9.15 updates 387 k\n sssd-krb5 x86_64 1.16.5-10.el7_9.15 updates 192 k\n sssd-krb5-common x86_64 1.16.5-10.el7_9.15 updates 226 k\n sssd-ldap x86_64 1.16.5-10.el7_9.15 updates 286 k\n sssd-proxy x86_64 1.16.5-10.el7_9.15 updates 186 k\n stax-ex noarch 1.7.1-6.el7 base 33 k\n stax2-api noarch 3.1.1-10.el7 base 165 k\n svrcore x86_64 4.1.3-2.el7 base 19 k\n systemd-python x86_64 219-78.el7_9.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\nUpdating for dependencies:\n systemd x86_64 219-78.el7_9.9 updates 5.1 M\n systemd-libs x86_64 219-78.el7_9.9 updates 419 k\n systemd-sysv x86_64 219-78.el7_9.9 updates 98 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+266 Dependent packages)\nUpgrade ( 3 Dependent packages)\n\nTotal download size: 137 M\nDownloading packages:\nNo Presto metadata available for updates\n--------------------------------------------------------------------------------\nTotal 15 MB/s | 137 MB 00:09 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Updating : systemd-libs-219-78.el7_9.9.x86_64 1/273 \n Updating : systemd-219-78.el7_9.9.x86_64 2/273 \n Installing : libtalloc-2.1.16-1.el7.x86_64 3/273 \n Installing : libtevent-0.9.39-1.el7.x86_64 4/273 \n Installing : libtdb-1.3.18-1.el7.x86_64 5/273 \n Installing : libldb-1.5.4-2.el7.x86_64 6/273 \n Installing : libsss_certmap-1.16.5-10.el7_9.15.x86_64 7/273 \n Installing : libdhash-0.5.0-32.el7.x86_64 8/273 \n Installing : libsss_idmap-1.16.5-10.el7_9.15.x86_64 9/273 \n Installing : python-ldap-2.4.15-2.el7.x86_64 10/273 \n Installing : python2-pyasn1-0.1.9-7.el7.noarch 11/273 \n Installing : libjpeg-turbo-1.2.90-8.el7.x86_64 12/273 \n Installing : 1:cups-libs-1.6.3-52.el7_9.x86_64 13/273 \n Installing : ipa-common-4.6.8-5.el7.centos.15.noarch 14/273 \n Installing : python-dns-1.12.0-4.20150617git465785f.el7.noarch 15/273 \n Installing : python-gssapi-1.2.0-3.el7.x86_64 16/273 \n Installing : fontpackages-filesystem-1.44-8.el7.noarch 17/273 \n Installing : openldap-clients-2.4.44-25.el7_9.x86_64 18/273 \n Installing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 19/273 \n Installing : samba-common-4.10.16-25.el7_9.noarch 20/273 \n Updating : systemd-sysv-219-78.el7_9.9.x86_64 21/273 \n Installing : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 22/273 \n Installing : ipa-client-common-4.6.8-5.el7.centos.15.noarch 23/273 \n Installing : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64 24/273 \n Installing : mesa-libglapi-18.3.4-12.el7_9.x86_64 25/273 \n Installing : apr-1.4.8-7.el7.x86_64 26/273 \n Installing : apr-util-1.5.2-6.el7_9.1.x86_64 27/273 \n Installing : python-sssdconfig-1.16.5-10.el7_9.15.noarch 28/273 \n Installing : xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64 29/273 \n Installing : certmonger-0.78.4-17.el7_9.x86_64 30/273 \n Installing : oddjob-0.31.5-4.el7.x86_64 31/273 \n Installing : systemd-python-219-78.el7_9.9.x86_64 32/273 \n Installing : libkadm5-1.15.1-55.el7_9.x86_64 33/273 \n Installing : 1:libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64 34/273 \n Installing : svrcore-4.1.3-2.el7.x86_64 35/273 \n Installing : libsss_autofs-1.16.5-10.el7_9.15.x86_64 36/273 \n Installing : pyusb-1.0.0-0.11.b1.el7.noarch 37/273 \n Installing : 32:bind-license-9.11.4-26.P2.el7_9.15.noarch 38/273 \n Installing : libICE-1.0.9-9.el7.x86_64 39/273 \n Installing : gperftools-libs-2.6.1-1.el7.x86_64 40/273 \n Installing : libipa_hbac-1.16.5-10.el7_9.15.x86_64 41/273 \n Installing : libwayland-server-1.15.0-1.el7.x86_64 42/273 \n Installing : libxshmfence-1.2-1.el7.x86_64 43/273 \n Installing : python-nss-0.16.0-3.el7.x86_64 44/273 \n Installing : mesa-libgbm-18.3.4-12.el7_9.x86_64 45/273 \n Installing : python-libipa_hbac-1.16.5-10.el7_9.15.x86_64 46/273 \n Installing : 389-ds-base-libs-1.3.11.1-3.el7_9.x86_64 47/273 \n Installing : libSM-1.2.2-2.el7.x86_64 48/273 \n Installing : python-yubico-1.2.3-1.el7.noarch 49/273 \n Installing : krb5-workstation-1.15.1-55.el7_9.x86_64 50/273 \n Installing : oddjob-mkhomedir-0.31.5-4.el7.x86_64 51/273 \n Installing : apr-util-openssl-1.5.2-6.el7_9.1.x86_64 52/273 \n Installing : httpd-tools-2.4.6-99.el7.centos.1.x86_64 53/273 \n Installing : httpd-2.4.6-99.el7.centos.1.x86_64 54/273 \n Installing : mod_session-2.4.6-99.el7.centos.1.x86_64 55/273 \n Installing : mod_wsgi-3.4-18.el7.x86_64 56/273 \n Installing : mod_nss-1.0.14-12.el7.x86_64 57/273 \n\nmod_nss certificate database generated.\n\n Installing : mod_lookup_identity-1.0.0-1.el7.x86_64 58/273 \n Installing : mod_auth_gssapi-1.5.1-7.el7.x86_64 59/273 \n Installing : sssd-client-1.16.5-10.el7_9.15.x86_64 60/273 \n Installing : fontawesome-fonts-4.1.0-2.el7.noarch 61/273 \n Installing : open-sans-fonts-1.10-1.el7.noarch 62/273 \n Installing : dejavu-fonts-common-2.33-6.el7.noarch 63/273 \n Installing : dejavu-sans-fonts-2.33-6.el7.noarch 64/273 \n Installing : fontconfig-2.13.0-4.3.el7.x86_64 65/273 \n Installing : python-kdcproxy-0.3.2-3.el7.noarch 66/273 \n Installing : jasper-libs-1.900.1-33.el7.x86_64 67/273 \n Installing : python2-pyasn1-modules-0.1.9-7.el7.noarch 68/273 \n Installing : trousers-0.3.14-2.el7.x86_64 69/273 \n Installing : geoipupdate-2.5.0-2.el7.x86_64 70/273 \n Installing : GeoIP-1.5.0-14.el7.x86_64 71/273 \n Installing : 32:bind-libs-lite-9.11.4-26.P2.el7_9.15.x86_64 72/273 \n Installing : 32:bind-libs-9.11.4-26.P2.el7_9.15.x86_64 73/273 \n Installing : 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64 74/273 \n Installing : libfontenc-1.1.3-3.el7.x86_64 75/273 \n Installing : 1:xorg-x11-font-utils-7.5-21.el7.x86_64 76/273 \n Installing : python-sss-murmur-1.16.5-10.el7_9.15.x86_64 77/273 \n Installing : libX11-common-1.6.7-4.el7_9.noarch 78/273 \n Installing : jbigkit-libs-2.0-11.el7.x86_64 79/273 \n Installing : libtiff-4.0.3-35.el7.x86_64 80/273 \n Installing : tzdata-java-2023c-1.el7.noarch 81/273 \n Installing : softhsm-2.1.0-3.el7.x86_64 82/273 \n Installing : perl-NetAddr-IP-4.069-3.el7.x86_64 83/273 \n Installing : python-netaddr-0.7.5-9.el7.noarch 84/273 \n Installing : c-ares-1.10.0-3.el7_9.1.x86_64 85/273 \n Installing : python-netifaces-0.10.4-3.el7.x86_64 86/273 \n Installing : nettle-2.7.1-9.el7_9.x86_64 87/273 \n Installing : gnutls-3.3.29-9.el7_6.x86_64 88/273 \n Installing : samba-common-libs-4.10.16-25.el7_9.x86_64 89/273 \n Installing : libwbclient-4.10.16-25.el7_9.x86_64 90/273 \n Installing : samba-client-libs-4.10.16-25.el7_9.x86_64 91/273 \n Installing : libsmbclient-4.10.16-25.el7_9.x86_64 92/273 \n Installing : python-ply-3.4-11.el7.noarch 93/273 \n Installing : python-pycparser-2.14-1.el7.noarch 94/273 \n Installing : python-cffi-1.6.0-5.el7.x86_64 95/273 \n Installing : fribidi-1.0.2-1.el7_7.1.x86_64 96/273 \n Installing : 1:perl-Package-Constants-0.02-299.el7_9.noarch 97/273 \n Installing : perl-Archive-Tar-1.92-3.el7.noarch 98/273 \n Installing : hicolor-icon-theme-0.12-7.el7.noarch 99/273 \n Installing : ttmkfdir-3.0.9-42.el7.x86_64 100/273 \n Installing : xorg-x11-fonts-Type1-7.5-9.el7.noarch 101/273 \n Installing : libwayland-client-1.15.0-1.el7.x86_64 102/273 \n Installing : copy-jdk-configs-3.3-11.el7_9.noarch 103/273 \n Installing : atk-2.28.1-2.el7.x86_64 104/273 \n Installing : python-dateutil-1.5-7.el7.noarch 105/273 \n Installing : graphite2-1.3.10-1.el7_3.x86_64 106/273 \n Installing : harfbuzz-1.7.5-2.el7.x86_64 107/273 \n Installing : http-parser-2.7.1-9.el7.x86_64 108/273 \n Installing : perl-DB_File-1.830-6.el7.x86_64 109/273 \n Installing : cyrus-sasl-plain-2.1.26-24.el7_9.x86_64 110/273 \n Installing : python-idna-2.4-1.el7.noarch 111/273 \n Installing : python2-cryptography-1.7.2-2.el7.x86_64 112/273 \n Installing : pki-base-10.5.18-27.el7_9.noarch 113/273 \n Installing : python-jwcrypto-0.4.2-1.el7.noarch 114/273 \n Installing : python-custodia-0.3.1-4.el7.noarch 115/273 \n Installing : custodia-0.3.1-4.el7.noarch 116/273 \n Installing : ipa-server-common-4.6.8-5.el7.centos.15.noarch 117/273 \n Installing : libicu-50.2-4.el7_7.x86_64 118/273 \n Installing : nuxwdog-1.0.5-1.el7.x86_64 119/273 \n Installing : libthai-0.1.14-9.el7.x86_64 120/273 \n Installing : libsss_sudo-1.16.5-10.el7_9.15.x86_64 121/273 \n Installing : sssd-common-1.16.5-10.el7_9.15.x86_64 122/273 \n Installing : sssd-krb5-common-1.16.5-10.el7_9.15.x86_64 123/273 \n Installing : sssd-common-pac-1.16.5-10.el7_9.15.x86_64 124/273 \n Installing : sssd-ad-1.16.5-10.el7_9.15.x86_64 125/273 \n Installing : sssd-ipa-1.16.5-10.el7_9.15.x86_64 126/273 \n Installing : sssd-krb5-1.16.5-10.el7_9.15.x86_64 127/273 \n Installing : sssd-ldap-1.16.5-10.el7_9.15.x86_64 128/273 \n Installing : sssd-proxy-1.16.5-10.el7_9.15.x86_64 129/273 \n Installing : sssd-1.16.5-10.el7_9.15.x86_64 130/273 \n Installing : sssd-dbus-1.16.5-10.el7_9.15.x86_64 131/273 \n Installing : perl-Mozilla-LDAP-1.5.3-12.el7.x86_64 132/273 \n Installing : python-qrcode-core-5.0.1-1.el7.noarch 133/273 \n Installing : python2-ipalib-4.6.8-5.el7.centos.15.noarch 134/273 \n Installing : python2-ipaclient-4.6.8-5.el7.centos.15.noarch 135/273 \n Installing : autogen-libopts-5.18-5.el7.x86_64 136/273 \n Installing : ntp-4.2.6p5-29.el7.centos.2.x86_64 137/273 \n Installing : cyrus-sasl-md5-2.1.26-24.el7_9.x86_64 138/273 \n Installing : 389-ds-base-1.3.11.1-3.el7_9.x86_64 139/273 \n Installing : slapi-nis-0.60.0-4.el7_9.x86_64 140/273 \n Installing : libXau-1.0.8-2.1.el7.x86_64 141/273 \n Installing : libxcb-1.13-1.el7.x86_64 142/273 \n Installing : libX11-1.6.7-4.el7_9.x86_64 143/273 \n Installing : libXext-1.3.3-3.el7.x86_64 144/273 \n Installing : libXrender-0.9.10-1.el7.x86_64 145/273 \n Installing : libXfixes-5.0.3-1.el7.x86_64 146/273 \n Installing : libXi-1.7.9-1.el7.x86_64 147/273 \n Installing : libXdamage-1.1.4-4.1.el7.x86_64 148/273 \n Installing : gdk-pixbuf2-2.36.12-3.el7.x86_64 149/273 \n Installing : libXcomposite-0.4.4-4.1.el7.x86_64 150/273 \n Installing : gtk-update-icon-cache-3.22.30-8.el7_9.x86_64 151/273 \n Installing : libXtst-1.2.3-1.el7.x86_64 152/273 \n Installing : libXcursor-1.1.15-1.el7.x86_64 153/273 \n Installing : libXrandr-1.5.1-2.el7.x86_64 154/273 \n Installing : libXft-2.3.2-2.el7.x86_64 155/273 \n Installing : libXinerama-1.1.3-2.1.el7.x86_64 156/273 \n Installing : libXxf86vm-1.1.4-1.el7.x86_64 157/273 \n Installing : 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64 158/273 \n Installing : mesa-libGL-18.3.4-12.el7_9.x86_64 159/273 \n Installing : 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 160/273 \n Installing : mesa-libEGL-18.3.4-12.el7_9.x86_64 161/273 \n Installing : giflib-4.1.6-9.el7.x86_64 162/273 \n Installing : pcsc-lite-libs-1.8.8-8.el7.x86_64 163/273 \n Installing : pixman-0.34.0-1.el7.x86_64 164/273 \n Installing : cairo-1.15.12-4.el7.x86_64 165/273 \n Installing : pango-1.42.4-4.el7_7.x86_64 166/273 \n Installing : gtk2-2.24.31-1.el7.x86_64 167/273 \n Installing : lksctp-tools-1.0.17-2.el7.x86_64 168/273 \n Installing : python-javapackages-3.4.1-11.el7.noarch 169/273 \n Installing : javapackages-tools-3.4.1-11.el7.noarch 170/273 \n Installing : 1:java-1.8.0-openjdk-headless-1.8.0.392.b08-2.el7_9.x8 171/273 \n Installing : 1:java-1.8.0-openjdk-1.8.0.392.b08-2.el7_9.x86_64 172/273 \n Installing : relaxngDatatype-1.0-11.el7.noarch 173/273 \n Installing : apache-commons-codec-1.8-7.el7.noarch 174/273 \n Installing : apache-commons-lang-2.6-15.el7.noarch 175/273 \n Installing : xml-commons-apis-1.4.01-16.el7.noarch 176/273 \n Installing : xml-commons-resolver-1.2-15.el7.noarch 177/273 \n Installing : xalan-j2-2.7.1-23.el7.noarch 178/273 \n Installing : xerces-j2-2.11.0-17.el7_0.noarch 179/273 \n Installing : tomcat-servlet-3.0-api-7.0.76-16.el7_9.noarch 180/273 \n Installing : 1:isorelax-0-0.15.release20050331.el7.noarch 181/273 \n Installing : bea-stax-api-1.2.0-9.el7.noarch 182/273 \n Installing : 1:msv-xsdlib-2013.5.1-7.el7.noarch 183/273 \n Installing : jss-4.4.9-3.el7.x86_64 184/273 \n Installing : xsom-0-10.20110809svn.el7.noarch 185/273 \n Installing : apache-commons-pool-1.6-9.el7.noarch 186/273 \n Installing : apache-commons-collections-3.2.1-22.el7_2.noarch 187/273 \n Installing : javassist-3.16.1-10.el7.noarch 188/273 \n Installing : stax2-api-3.1.1-10.el7.noarch 189/273 \n Installing : rngom-201103-0.8.20120119svn.el7.noarch 190/273 \n Installing : 1:hsqldb-1.8.1.3-15.el7_9.noarch 191/273 \n Installing : 1:apache-commons-io-2.4-12.el7.noarch 192/273 \n Installing : geronimo-jms-1.1.1-19.el7.noarch 193/273 \n Installing : resteasy-base-jaxrs-api-3.0.6-4.el7.noarch 194/273 \n Installing : bea-stax-1.2.0-9.el7.noarch 195/273 \n Installing : jvnet-parent-4-2.el7.noarch 196/273 \n Installing : codemodel-2.6-9.el7.noarch 197/273 \n Installing : istack-commons-2.17-4.el7.noarch 198/273 \n Installing : stax-ex-1.7.1-6.el7.noarch 199/273 \n Installing : scannotation-1.0.3-0.7.r12.el7.noarch 200/273 \n Installing : glassfish-fastinfoset-1.2.12-9.el7.noarch 201/273 \n Installing : ldapjdk-4.19-5.el7.noarch 202/273 \n Installing : 1:msv-msv-2013.5.1-7.el7.noarch 203/273 \n Installing : tomcat-jsp-2.2-api-7.0.76-16.el7_9.noarch 204/273 \n Installing : jing-20091111-14.el7.noarch 205/273 \n Installing : objectweb-asm-3.3.1-9.el7.noarch 206/273 \n Installing : regexp-1.5-13.el7.noarch 207/273 \n Installing : bcel-5.2-19.el7_9.noarch 208/273 \n Installing : glassfish-dtd-parser-1.2-0.8.20120120svn.el7.noarch 209/273 \n Installing : joda-convert-1.3-5.el7.noarch 210/273 \n Installing : joda-time-2.2-3.tzdata2013c.el7.noarch 211/273 \n Installing : javamail-1.4.6-8.el7.noarch 212/273 \n Installing : log4j-1.2.17-18.el7_4.noarch 213/273 \n Installing : avalon-logkit-2.1-14.el7.noarch 214/273 \n Installing : apache-commons-logging-1.1.2-7.el7.noarch 215/273 \n Installing : avalon-framework-4.3-10.el7.noarch 216/273 \n Installing : 1:jakarta-commons-httpclient-3.1-16.el7_0.noarch 217/273 \n Installing : 1:ecj-4.5.2-3.el7.x86_64 218/273 \n Installing : cal10n-0.7.7-4.el7.noarch 219/273 \n Installing : slf4j-1.7.4-4.el7_4.noarch 220/273 \n Installing : geronimo-jta-1.1.1-17.el7.noarch 221/273 \n Installing : apache-commons-dbcp-1.4-17.el7.noarch 222/273 \n Installing : antlr-tool-2.7.7-30.el7.noarch 223/273 \n Installing : args4j-2.0.16-13.el7.noarch 224/273 \n Installing : txw2-20110809-8.el7.noarch 225/273 \n Installing : easymock2-2.5.2-12.el7.noarch 226/273 \n Installing : qdox-1.12.1-10.el7.noarch 227/273 \n Installing : hamcrest-1.3-6.el7.noarch 228/273 \n Installing : junit-4.11-8.el7.noarch 229/273 \n Installing : xpp3-1.1.3.8-11.el7.noarch 230/273 \n Installing : ws-jaxme-0.5.2-10.el7.noarch 231/273 \n Installing : jdom-1.1.3-6.el7.noarch 232/273 \n Installing : jaxen-1.1.3-11.el7.noarch 233/273 \n Installing : dom4j-1.6.1-20.el7.noarch 234/273 \n Installing : apache-commons-daemon-1.0.13-7.el7.x86_64 235/273 \n Installing : glassfish-jaxb-api-2.2.7-4.el7.noarch 236/273 \n Installing : glassfish-jaxb-2.2.5-6.el7.noarch 237/273 \n Installing : resteasy-base-jaxb-provider-3.0.6-4.el7.noarch 238/273 \n Installing : httpcomponents-core-4.2.4-6.el7.noarch 239/273 \n Installing : httpcomponents-client-4.2.5-5.el7_0.noarch 240/273 \n Installing : jboss-annotations-1.1-api-1.0.1-0.6.20120212git76e1a2. 241/273 \n Installing : resteasy-base-jaxrs-3.0.6-4.el7.noarch 242/273 \n Installing : resteasy-base-client-3.0.6-4.el7.noarch 243/273 \n Installing : resteasy-base-atom-provider-3.0.6-4.el7.noarch 244/273 \n Installing : apache-commons-cli-1.2-13.el7.noarch 245/273 \n Installing : jsr-311-1.1.1-6.el7.noarch 246/273 \n Installing : jackson-1.9.4-7.el7.noarch 247/273 \n Installing : resteasy-base-jackson-provider-3.0.6-4.el7.noarch 248/273 \n Installing : pki-base-java-10.5.18-27.el7_9.noarch 249/273 \n Installing : pki-tools-10.5.18-27.el7_9.x86_64 250/273 \n Installing : nuxwdog-client-java-1.0.5-1.el7.x86_64 251/273 \n Installing : tomcat-el-2.2-api-7.0.76-16.el7_9.noarch 252/273 \n Installing : tomcat-lib-7.0.76-16.el7_9.noarch 253/273 \n Installing : tomcat-7.0.76-16.el7_9.noarch 254/273 \n Installing : tomcatjss-7.2.5-1.el7.noarch 255/273 \n Installing : jakarta-oro-2.0.8-16.el7.noarch 256/273 \n Installing : velocity-1.7-10.el7.noarch 257/273 \n Installing : pki-server-10.5.18-27.el7_9.noarch 258/273 \n Installing : pki-ca-10.5.18-27.el7_9.noarch 259/273 \n Installing : pki-kra-10.5.18-27.el7_9.noarch 260/273 \n Installing : words-3.0-22.el7.noarch 261/273 \n Installing : krb5-server-1.15.1-55.el7_9.x86_64 262/273 \n Installing : krb5-pkinit-1.15.1-55.el7_9.x86_64 263/273 \n Installing : hesiod-3.2.1-3.el7.x86_64 264/273 \n Installing : 1:autofs-5.0.7-116.el7_9.1.x86_64 265/273 \n Installing : ipa-client-4.6.8-5.el7.centos.15.x86_64 266/273 \n Installing : augeas-libs-1.4.0-10.el7.x86_64 267/273 \n Installing : python-augeas-0.5.0-2.el7.noarch 268/273 \n Installing : python2-ipaserver-4.6.8-5.el7.centos.15.noarch 269/273 \n Installing : ipa-server-4.6.8-5.el7.centos.15.x86_64 270/273 \n Cleanup : systemd-sysv-219-78.el7_9.7.x86_64 271/273 \n Cleanup : systemd-219-78.el7_9.7.x86_64 272/273 \n Cleanup : systemd-libs-219-78.el7_9.7.x86_64 273/273 \n Verifying : libXext-1.3.3-3.el7.x86_64 1/273 \n Verifying : augeas-libs-1.4.0-10.el7.x86_64 2/273 \n Verifying : jackson-1.9.4-7.el7.noarch 3/273 \n Verifying : avalon-logkit-2.1-14.el7.noarch 4/273 \n Verifying : libXrender-0.9.10-1.el7.x86_64 5/273 \n Verifying : tomcat-el-2.2-api-7.0.76-16.el7_9.noarch 6/273 \n Verifying : libXi-1.7.9-1.el7.x86_64 7/273 \n Verifying : regexp-1.5-13.el7.noarch 8/273 \n Verifying : hesiod-3.2.1-3.el7.x86_64 9/273 \n Verifying : httpd-2.4.6-99.el7.centos.1.x86_64 10/273 \n Verifying : krb5-pkinit-1.15.1-55.el7_9.x86_64 11/273 \n Verifying : words-3.0-22.el7.noarch 12/273 \n Verifying : junit-4.11-8.el7.noarch 13/273 \n Verifying : ipa-common-4.6.8-5.el7.centos.15.noarch 14/273 \n Verifying : glassfish-dtd-parser-1.2-0.8.20120120svn.el7.noarch 15/273 \n Verifying : mod_session-2.4.6-99.el7.centos.1.x86_64 16/273 \n Verifying : apache-commons-codec-1.8-7.el7.noarch 17/273 \n Verifying : python-sssdconfig-1.16.5-10.el7_9.15.noarch 18/273 \n Verifying : stax2-api-3.1.1-10.el7.noarch 19/273 \n Verifying : 1:msv-msv-2013.5.1-7.el7.noarch 20/273 \n Verifying : python-javapackages-3.4.1-11.el7.noarch 21/273 \n Verifying : python-nss-0.16.0-3.el7.x86_64 22/273 \n Verifying : pki-ca-10.5.18-27.el7_9.noarch 23/273 \n Verifying : sssd-proxy-1.16.5-10.el7_9.15.x86_64 24/273 \n Verifying : libdhash-0.5.0-32.el7.x86_64 25/273 \n Verifying : mod_wsgi-3.4-18.el7.x86_64 26/273 \n Verifying : xerces-j2-2.11.0-17.el7_0.noarch 27/273 \n Verifying : python-yubico-1.2.3-1.el7.noarch 28/273 \n Verifying : lksctp-tools-1.0.17-2.el7.x86_64 29/273 \n Verifying : jing-20091111-14.el7.noarch 30/273 \n Verifying : perl-Archive-Tar-1.92-3.el7.noarch 31/273 \n Verifying : pixman-0.34.0-1.el7.x86_64 32/273 \n Verifying : 1:cups-libs-1.6.3-52.el7_9.x86_64 33/273 \n Verifying : libtiff-4.0.3-35.el7.x86_64 34/273 \n Verifying : krb5-workstation-1.15.1-55.el7_9.x86_64 35/273 \n Verifying : dejavu-sans-fonts-2.33-6.el7.noarch 36/273 \n Verifying : python2-ipaclient-4.6.8-5.el7.centos.15.noarch 37/273 \n Verifying : pcsc-lite-libs-1.8.8-8.el7.x86_64 38/273 \n Verifying : rngom-201103-0.8.20120119svn.el7.noarch 39/273 \n Verifying : libxshmfence-1.2-1.el7.x86_64 40/273 \n Verifying : python-pycparser-2.14-1.el7.noarch 41/273 \n Verifying : libwayland-server-1.15.0-1.el7.x86_64 42/273 \n Verifying : joda-convert-1.3-5.el7.noarch 43/273 \n Verifying : apache-commons-logging-1.1.2-7.el7.noarch 44/273 \n Verifying : libipa_hbac-1.16.5-10.el7_9.15.x86_64 45/273 \n Verifying : tomcat-lib-7.0.76-16.el7_9.noarch 46/273 \n Verifying : libXau-1.0.8-2.1.el7.x86_64 47/273 \n Verifying : sssd-common-pac-1.16.5-10.el7_9.15.x86_64 48/273 \n Verifying : gtk-update-icon-cache-3.22.30-8.el7_9.x86_64 49/273 \n Verifying : apache-commons-pool-1.6-9.el7.noarch 50/273 \n Verifying : tomcat-servlet-3.0-api-7.0.76-16.el7_9.noarch 51/273 \n Verifying : gperftools-libs-2.6.1-1.el7.x86_64 52/273 \n Verifying : cyrus-sasl-md5-2.1.26-24.el7_9.x86_64 53/273 \n Verifying : slf4j-1.7.4-4.el7_4.noarch 54/273 \n Verifying : krb5-server-1.15.1-55.el7_9.x86_64 55/273 \n Verifying : samba-common-libs-4.10.16-25.el7_9.x86_64 56/273 \n Verifying : glassfish-jaxb-2.2.5-6.el7.noarch 57/273 \n Verifying : ntp-4.2.6p5-29.el7.centos.2.x86_64 58/273 \n Verifying : python-augeas-0.5.0-2.el7.noarch 59/273 \n Verifying : trousers-0.3.14-2.el7.x86_64 60/273 \n Verifying : libICE-1.0.9-9.el7.x86_64 61/273 \n Verifying : sssd-dbus-1.16.5-10.el7_9.15.x86_64 62/273 \n Verifying : velocity-1.7-10.el7.noarch 63/273 \n Verifying : 32:bind-utils-9.11.4-26.P2.el7_9.15.x86_64 64/273 \n Verifying : autogen-libopts-5.18-5.el7.x86_64 65/273 \n Verifying : ipa-client-4.6.8-5.el7.centos.15.x86_64 66/273 \n Verifying : javamail-1.4.6-8.el7.noarch 67/273 \n Verifying : python-qrcode-core-5.0.1-1.el7.noarch 68/273 \n Verifying : libtdb-1.3.18-1.el7.x86_64 69/273 \n Verifying : perl-Mozilla-LDAP-1.5.3-12.el7.x86_64 70/273 \n Verifying : jaxen-1.1.3-11.el7.noarch 71/273 \n Verifying : libsss_sudo-1.16.5-10.el7_9.15.x86_64 72/273 \n Verifying : jdom-1.1.3-6.el7.noarch 73/273 \n Verifying : libthai-0.1.14-9.el7.x86_64 74/273 \n Verifying : 1:apache-commons-io-2.4-12.el7.noarch 75/273 \n Verifying : GeoIP-1.5.0-14.el7.x86_64 76/273 \n Verifying : pki-base-java-10.5.18-27.el7_9.noarch 77/273 \n Verifying : bea-stax-1.2.0-9.el7.noarch 78/273 \n Verifying : 32:bind-libs-9.11.4-26.P2.el7_9.15.x86_64 79/273 \n Verifying : libldb-1.5.4-2.el7.x86_64 80/273 \n Verifying : apr-util-1.5.2-6.el7_9.1.x86_64 81/273 \n Verifying : apr-1.4.8-7.el7.x86_64 82/273 \n Verifying : 1:ecj-4.5.2-3.el7.x86_64 83/273 \n Verifying : nuxwdog-1.0.5-1.el7.x86_64 84/273 \n Verifying : python2-ipaserver-4.6.8-5.el7.centos.15.noarch 85/273 \n Verifying : resteasy-base-client-3.0.6-4.el7.noarch 86/273 \n Verifying : libXtst-1.2.3-1.el7.x86_64 87/273 \n Verifying : xsom-0-10.20110809svn.el7.noarch 88/273 \n Verifying : libicu-50.2-4.el7_7.x86_64 89/273 \n Verifying : mesa-libGL-18.3.4-12.el7_9.x86_64 90/273 \n Verifying : gnutls-3.3.29-9.el7_6.x86_64 91/273 \n Verifying : sssd-ad-1.16.5-10.el7_9.15.x86_64 92/273 \n Verifying : python-idna-2.4-1.el7.noarch 93/273 \n Verifying : log4j-1.2.17-18.el7_4.noarch 94/273 \n Verifying : geronimo-jms-1.1.1-19.el7.noarch 95/273 \n Verifying : libXdamage-1.1.4-4.1.el7.x86_64 96/273 \n Verifying : mod_nss-1.0.14-12.el7.x86_64 97/273 \n Verifying : systemd-python-219-78.el7_9.9.x86_64 98/273 \n Verifying : libsss_certmap-1.16.5-10.el7_9.15.x86_64 99/273 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 100/273 \n Verifying : cal10n-0.7.7-4.el7.noarch 101/273 \n Verifying : openldap-clients-2.4.44-25.el7_9.x86_64 102/273 \n Verifying : python-ldap-2.4.15-2.el7.x86_64 103/273 \n Verifying : systemd-219-78.el7_9.9.x86_64 104/273 \n Verifying : cyrus-sasl-plain-2.1.26-24.el7_9.x86_64 105/273 \n Verifying : libsss_idmap-1.16.5-10.el7_9.15.x86_64 106/273 \n Verifying : python2-pyasn1-modules-0.1.9-7.el7.noarch 107/273 \n Verifying : perl-DB_File-1.830-6.el7.x86_64 108/273 \n Verifying : http-parser-2.7.1-9.el7.x86_64 109/273 \n Verifying : sssd-client-1.16.5-10.el7_9.15.x86_64 110/273 \n Verifying : 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 111/273 \n Verifying : jasper-libs-1.900.1-33.el7.x86_64 112/273 \n Verifying : graphite2-1.3.10-1.el7_3.x86_64 113/273 \n Verifying : mesa-libEGL-18.3.4-12.el7_9.x86_64 114/273 \n Verifying : fontawesome-fonts-4.1.0-2.el7.noarch 115/273 \n Verifying : python-dateutil-1.5-7.el7.noarch 116/273 \n Verifying : geronimo-jta-1.1.1-17.el7.noarch 117/273 \n Verifying : atk-2.28.1-2.el7.x86_64 118/273 \n Verifying : antlr-tool-2.7.7-30.el7.noarch 119/273 \n Verifying : copy-jdk-configs-3.3-11.el7_9.noarch 120/273 \n Verifying : ldapjdk-4.19-5.el7.noarch 121/273 \n Verifying : relaxngDatatype-1.0-11.el7.noarch 122/273 \n Verifying : samba-common-4.10.16-25.el7_9.noarch 123/273 \n Verifying : nuxwdog-client-java-1.0.5-1.el7.x86_64 124/273 \n Verifying : 1:xorg-x11-font-utils-7.5-21.el7.x86_64 125/273 \n Verifying : httpcomponents-client-4.2.5-5.el7_0.noarch 126/273 \n Verifying : fontconfig-2.13.0-4.3.el7.x86_64 127/273 \n Verifying : python-jwcrypto-0.4.2-1.el7.noarch 128/273 \n Verifying : gdk-pixbuf2-2.36.12-3.el7.x86_64 129/273 \n Verifying : args4j-2.0.16-13.el7.noarch 130/273 \n Verifying : 32:bind-libs-lite-9.11.4-26.P2.el7_9.15.x86_64 131/273 \n Verifying : javapackages-tools-3.4.1-11.el7.noarch 132/273 \n Verifying : libtevent-0.9.39-1.el7.x86_64 133/273 \n Verifying : 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64 134/273 \n Verifying : easymock2-2.5.2-12.el7.noarch 135/273 \n Verifying : libXcursor-1.1.15-1.el7.x86_64 136/273 \n Verifying : resteasy-base-jaxb-provider-3.0.6-4.el7.noarch 137/273 \n Verifying : 1:jakarta-commons-httpclient-3.1-16.el7_0.noarch 138/273 \n Verifying : libwayland-client-1.15.0-1.el7.x86_64 139/273 \n Verifying : libXrandr-1.5.1-2.el7.x86_64 140/273 \n Verifying : glassfish-fastinfoset-1.2.12-9.el7.noarch 141/273 \n Verifying : fontpackages-filesystem-1.44-8.el7.noarch 142/273 \n Verifying : ttmkfdir-3.0.9-42.el7.x86_64 143/273 \n Verifying : sssd-common-1.16.5-10.el7_9.15.x86_64 144/273 \n Verifying : hicolor-icon-theme-0.12-7.el7.noarch 145/273 \n Verifying : 1:java-1.8.0-openjdk-headless-1.8.0.392.b08-2.el7_9.x8 146/273 \n Verifying : ipa-server-4.6.8-5.el7.centos.15.x86_64 147/273 \n Verifying : apache-commons-lang-2.6-15.el7.noarch 148/273 \n Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 149/273 \n Verifying : python-gssapi-1.2.0-3.el7.x86_64 150/273 \n Verifying : mesa-libglapi-18.3.4-12.el7_9.x86_64 151/273 \n Verifying : apache-commons-daemon-1.0.13-7.el7.x86_64 152/273 \n Verifying : 32:bind-license-9.11.4-26.P2.el7_9.15.noarch 153/273 \n Verifying : python-dns-1.12.0-4.20150617git465785f.el7.noarch 154/273 \n Verifying : 389-ds-base-1.3.11.1-3.el7_9.x86_64 155/273 \n Verifying : 1:perl-Package-Constants-0.02-299.el7_9.noarch 156/273 \n Verifying : fribidi-1.0.2-1.el7_7.1.x86_64 157/273 \n Verifying : custodia-0.3.1-4.el7.noarch 158/273 \n Verifying : pyusb-1.0.0-0.11.b1.el7.noarch 159/273 \n Verifying : apr-util-openssl-1.5.2-6.el7_9.1.x86_64 160/273 \n Verifying : sssd-krb5-1.16.5-10.el7_9.15.x86_64 161/273 \n Verifying : libjpeg-turbo-1.2.90-8.el7.x86_64 162/273 \n Verifying : libsss_autofs-1.16.5-10.el7_9.15.x86_64 163/273 \n Verifying : xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64 164/273 \n Verifying : python-ply-3.4-11.el7.noarch 165/273 \n Verifying : 1:isorelax-0-0.15.release20050331.el7.noarch 166/273 \n Verifying : stax-ex-1.7.1-6.el7.noarch 167/273 \n Verifying : harfbuzz-1.7.5-2.el7.x86_64 168/273 \n Verifying : resteasy-base-jaxrs-api-3.0.6-4.el7.noarch 169/273 \n Verifying : libtalloc-2.1.16-1.el7.x86_64 170/273 \n Verifying : nettle-2.7.1-9.el7_9.x86_64 171/273 \n Verifying : python-netifaces-0.10.4-3.el7.x86_64 172/273 \n Verifying : apache-commons-dbcp-1.4-17.el7.noarch 173/273 \n Verifying : tomcatjss-7.2.5-1.el7.noarch 174/273 \n Verifying : codemodel-2.6-9.el7.noarch 175/273 \n Verifying : xalan-j2-2.7.1-23.el7.noarch 176/273 \n Verifying : apache-commons-collections-3.2.1-22.el7_2.noarch 177/273 \n Verifying : python-libipa_hbac-1.16.5-10.el7_9.15.x86_64 178/273 \n Verifying : joda-time-2.2-3.tzdata2013c.el7.noarch 179/273 \n Verifying : sssd-krb5-common-1.16.5-10.el7_9.15.x86_64 180/273 \n Verifying : systemd-libs-219-78.el7_9.9.x86_64 181/273 \n Verifying : mesa-libgbm-18.3.4-12.el7_9.x86_64 182/273 \n Verifying : istack-commons-2.17-4.el7.noarch 183/273 \n Verifying : tomcat-7.0.76-16.el7_9.noarch 184/273 \n Verifying : httpd-tools-2.4.6-99.el7.centos.1.x86_64 185/273 \n Verifying : xpp3-1.1.3.8-11.el7.noarch 186/273 \n Verifying : jss-4.4.9-3.el7.x86_64 187/273 \n Verifying : bcel-5.2-19.el7_9.noarch 188/273 \n Verifying : libSM-1.2.2-2.el7.x86_64 189/273 \n Verifying : libX11-1.6.7-4.el7_9.x86_64 190/273 \n Verifying : c-ares-1.10.0-3.el7_9.1.x86_64 191/273 \n Verifying : sssd-ipa-1.16.5-10.el7_9.15.x86_64 192/273 \n Verifying : jakarta-oro-2.0.8-16.el7.noarch 193/273 \n Verifying : qdox-1.12.1-10.el7.noarch 194/273 \n Verifying : oddjob-mkhomedir-0.31.5-4.el7.x86_64 195/273 \n Verifying : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64 196/273 \n Verifying : python2-cryptography-1.7.2-2.el7.x86_64 197/273 \n Verifying : pki-tools-10.5.18-27.el7_9.x86_64 198/273 \n Verifying : pki-kra-10.5.18-27.el7_9.noarch 199/273 \n Verifying : python-netaddr-0.7.5-9.el7.noarch 200/273 \n Verifying : bea-stax-api-1.2.0-9.el7.noarch 201/273 \n Verifying : systemd-sysv-219-78.el7_9.9.x86_64 202/273 \n Verifying : libXinerama-1.1.3-2.1.el7.x86_64 203/273 \n Verifying : libsmbclient-4.10.16-25.el7_9.x86_64 204/273 \n Verifying : glassfish-jaxb-api-2.2.7-4.el7.noarch 205/273 \n Verifying : resteasy-base-jaxrs-3.0.6-4.el7.noarch 206/273 \n Verifying : libXxf86vm-1.1.4-1.el7.x86_64 207/273 \n Verifying : pango-1.42.4-4.el7_7.x86_64 208/273 \n Verifying : scannotation-1.0.3-0.7.r12.el7.noarch 209/273 \n Verifying : open-sans-fonts-1.10-1.el7.noarch 210/273 \n Verifying : libwbclient-4.10.16-25.el7_9.x86_64 211/273 \n Verifying : 1:msv-xsdlib-2013.5.1-7.el7.noarch 212/273 \n Verifying : perl-NetAddr-IP-4.069-3.el7.x86_64 213/273 \n Verifying : gtk2-2.24.31-1.el7.x86_64 214/273 \n Verifying : 1:autofs-5.0.7-116.el7_9.1.x86_64 215/273 \n Verifying : xml-commons-apis-1.4.01-16.el7.noarch 216/273 \n Verifying : jvnet-parent-4-2.el7.noarch 217/273 \n Verifying : mod_lookup_identity-1.0.0-1.el7.x86_64 218/273 \n Verifying : oddjob-0.31.5-4.el7.x86_64 219/273 \n Verifying : samba-client-libs-4.10.16-25.el7_9.x86_64 220/273 \n Verifying : python-kdcproxy-0.3.2-3.el7.noarch 221/273 \n Verifying : softhsm-2.1.0-3.el7.x86_64 222/273 \n Verifying : svrcore-4.1.3-2.el7.x86_64 223/273 \n Verifying : ws-jaxme-0.5.2-10.el7.noarch 224/273 \n Verifying : dejavu-fonts-common-2.33-6.el7.noarch 225/273 \n Verifying : dom4j-1.6.1-20.el7.noarch 226/273 \n Verifying : 1:libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64 227/273 \n Verifying : libxcb-1.13-1.el7.x86_64 228/273 \n Verifying : mod_auth_gssapi-1.5.1-7.el7.x86_64 229/273 \n Verifying : hamcrest-1.3-6.el7.noarch 230/273 \n Verifying : slapi-nis-0.60.0-4.el7_9.x86_64 231/273 \n Verifying : httpcomponents-core-4.2.4-6.el7.noarch 232/273 \n Verifying : jboss-annotations-1.1-api-1.0.1-0.6.20120212git76e1a2. 233/273 \n Verifying : xml-commons-resolver-1.2-15.el7.noarch 234/273 \n Verifying : pki-server-10.5.18-27.el7_9.noarch 235/273 \n Verifying : apache-commons-cli-1.2-13.el7.noarch 236/273 \n Verifying : xorg-x11-fonts-Type1-7.5-9.el7.noarch 237/273 \n Verifying : txw2-20110809-8.el7.noarch 238/273 \n Verifying : 1:hsqldb-1.8.1.3-15.el7_9.noarch 239/273 \n Verifying : libXfixes-5.0.3-1.el7.x86_64 240/273 \n Verifying : tomcat-jsp-2.2-api-7.0.76-16.el7_9.noarch 241/273 \n Verifying : pki-base-10.5.18-27.el7_9.noarch 242/273 \n Verifying : python-cffi-1.6.0-5.el7.x86_64 243/273 \n Verifying : sssd-ldap-1.16.5-10.el7_9.15.x86_64 244/273 \n Verifying : tzdata-java-2023c-1.el7.noarch 245/273 \n Verifying : objectweb-asm-3.3.1-9.el7.noarch 246/273 \n Verifying : python-custodia-0.3.1-4.el7.noarch 247/273 \n Verifying : resteasy-base-jackson-provider-3.0.6-4.el7.noarch 248/273 \n Verifying : jbigkit-libs-2.0-11.el7.x86_64 249/273 \n Verifying : cairo-1.15.12-4.el7.x86_64 250/273 \n Verifying : python2-ipalib-4.6.8-5.el7.centos.15.noarch 251/273 \n Verifying : ipa-server-common-4.6.8-5.el7.centos.15.noarch 252/273 \n Verifying : sssd-1.16.5-10.el7_9.15.x86_64 253/273 \n Verifying : libkadm5-1.15.1-55.el7_9.x86_64 254/273 \n Verifying : ipa-client-common-4.6.8-5.el7.centos.15.noarch 255/273 \n Verifying : jsr-311-1.1.1-6.el7.noarch 256/273 \n Verifying : libXft-2.3.2-2.el7.x86_64 257/273 \n Verifying : libX11-common-1.6.7-4.el7_9.noarch 258/273 \n Verifying : resteasy-base-atom-provider-3.0.6-4.el7.noarch 259/273 \n Verifying : 389-ds-base-libs-1.3.11.1-3.el7_9.x86_64 260/273 \n Verifying : python-sss-murmur-1.16.5-10.el7_9.15.x86_64 261/273 \n Verifying : 1:java-1.8.0-openjdk-1.8.0.392.b08-2.el7_9.x86_64 262/273 \n Verifying : python2-pyasn1-0.1.9-7.el7.noarch 263/273 \n Verifying : javassist-3.16.1-10.el7.noarch 264/273 \n Verifying : libfontenc-1.1.3-3.el7.x86_64 265/273 \n Verifying : certmonger-0.78.4-17.el7_9.x86_64 266/273 \n Verifying : geoipupdate-2.5.0-2.el7.x86_64 267/273 \n Verifying : avalon-framework-4.3-10.el7.noarch 268/273 \n Verifying : giflib-4.1.6-9.el7.x86_64 269/273 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 270/273 \n Verifying : systemd-libs-219-78.el7_9.7.x86_64 271/273 \n Verifying : systemd-219-78.el7_9.7.x86_64 272/273 \n Verifying : systemd-sysv-219-78.el7_9.7.x86_64 273/273 \n\nInstalled:\n ipa-server.x86_64 0:4.6.8-5.el7.centos.15 \n\nDependency Installed:\n 389-ds-base.x86_64 0:1.3.11.1-3.el7_9 \n 389-ds-base-libs.x86_64 0:1.3.11.1-3.el7_9 \n GeoIP.x86_64 0:1.5.0-14.el7 \n antlr-tool.noarch 0:2.7.7-30.el7 \n apache-commons-cli.noarch 0:1.2-13.el7 \n apache-commons-codec.noarch 0:1.8-7.el7 \n apache-commons-collections.noarch 0:3.2.1-22.el7_2 \n apache-commons-daemon.x86_64 0:1.0.13-7.el7 \n apache-commons-dbcp.noarch 0:1.4-17.el7 \n apache-commons-io.noarch 1:2.4-12.el7 \n apache-commons-lang.noarch 0:2.6-15.el7 \n apache-commons-logging.noarch 0:1.1.2-7.el7 \n apache-commons-pool.noarch 0:1.6-9.el7 \n apr.x86_64 0:1.4.8-7.el7 \n apr-util.x86_64 0:1.5.2-6.el7_9.1 \n apr-util-openssl.x86_64 0:1.5.2-6.el7_9.1 \n args4j.noarch 0:2.0.16-13.el7 \n atk.x86_64 0:2.28.1-2.el7 \n augeas-libs.x86_64 0:1.4.0-10.el7 \n autofs.x86_64 1:5.0.7-116.el7_9.1 \n autogen-libopts.x86_64 0:5.18-5.el7 \n avalon-framework.noarch 0:4.3-10.el7 \n avalon-logkit.noarch 0:2.1-14.el7 \n bcel.noarch 0:5.2-19.el7_9 \n bea-stax.noarch 0:1.2.0-9.el7 \n bea-stax-api.noarch 0:1.2.0-9.el7 \n bind-libs.x86_64 32:9.11.4-26.P2.el7_9.15 \n bind-libs-lite.x86_64 32:9.11.4-26.P2.el7_9.15 \n bind-license.noarch 32:9.11.4-26.P2.el7_9.15 \n bind-utils.x86_64 32:9.11.4-26.P2.el7_9.15 \n c-ares.x86_64 0:1.10.0-3.el7_9.1 \n cairo.x86_64 0:1.15.12-4.el7 \n cal10n.noarch 0:0.7.7-4.el7 \n certmonger.x86_64 0:0.78.4-17.el7_9 \n codemodel.noarch 0:2.6-9.el7 \n copy-jdk-configs.noarch 0:3.3-11.el7_9 \n cups-libs.x86_64 1:1.6.3-52.el7_9 \n custodia.noarch 0:0.3.1-4.el7 \n cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-md5.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-plain.x86_64 0:2.1.26-24.el7_9 \n dejavu-fonts-common.noarch 0:2.33-6.el7 \n dejavu-sans-fonts.noarch 0:2.33-6.el7 \n dom4j.noarch 0:1.6.1-20.el7 \n easymock2.noarch 0:2.5.2-12.el7 \n ecj.x86_64 1:4.5.2-3.el7 \n fontawesome-fonts.noarch 0:4.1.0-2.el7 \n fontconfig.x86_64 0:2.13.0-4.3.el7 \n fontpackages-filesystem.noarch 0:1.44-8.el7 \n fribidi.x86_64 0:1.0.2-1.el7_7.1 \n gdk-pixbuf2.x86_64 0:2.36.12-3.el7 \n geoipupdate.x86_64 0:2.5.0-2.el7 \n geronimo-jms.noarch 0:1.1.1-19.el7 \n geronimo-jta.noarch 0:1.1.1-17.el7 \n giflib.x86_64 0:4.1.6-9.el7 \n glassfish-dtd-parser.noarch 0:1.2-0.8.20120120svn.el7 \n glassfish-fastinfoset.noarch 0:1.2.12-9.el7 \n glassfish-jaxb.noarch 0:2.2.5-6.el7 \n glassfish-jaxb-api.noarch 0:2.2.7-4.el7 \n gnutls.x86_64 0:3.3.29-9.el7_6 \n gperftools-libs.x86_64 0:2.6.1-1.el7 \n graphite2.x86_64 0:1.3.10-1.el7_3 \n gtk-update-icon-cache.x86_64 0:3.22.30-8.el7_9 \n gtk2.x86_64 0:2.24.31-1.el7 \n hamcrest.noarch 0:1.3-6.el7 \n harfbuzz.x86_64 0:1.7.5-2.el7 \n hesiod.x86_64 0:3.2.1-3.el7 \n hicolor-icon-theme.noarch 0:0.12-7.el7 \n hsqldb.noarch 1:1.8.1.3-15.el7_9 \n http-parser.x86_64 0:2.7.1-9.el7 \n httpcomponents-client.noarch 0:4.2.5-5.el7_0 \n httpcomponents-core.noarch 0:4.2.4-6.el7 \n httpd.x86_64 0:2.4.6-99.el7.centos.1 \n httpd-tools.x86_64 0:2.4.6-99.el7.centos.1 \n ipa-client.x86_64 0:4.6.8-5.el7.centos.15 \n ipa-client-common.noarch 0:4.6.8-5.el7.centos.15 \n ipa-common.noarch 0:4.6.8-5.el7.centos.15 \n ipa-server-common.noarch 0:4.6.8-5.el7.centos.15 \n isorelax.noarch 1:0-0.15.release20050331.el7 \n istack-commons.noarch 0:2.17-4.el7 \n jackson.noarch 0:1.9.4-7.el7 \n jakarta-commons-httpclient.noarch 1:3.1-16.el7_0 \n jakarta-oro.noarch 0:2.0.8-16.el7 \n jasper-libs.x86_64 0:1.900.1-33.el7 \n java-1.8.0-openjdk.x86_64 1:1.8.0.392.b08-2.el7_9 \n java-1.8.0-openjdk-headless.x86_64 1:1.8.0.392.b08-2.el7_9 \n javamail.noarch 0:1.4.6-8.el7 \n javapackages-tools.noarch 0:3.4.1-11.el7 \n javassist.noarch 0:3.16.1-10.el7 \n jaxen.noarch 0:1.1.3-11.el7 \n jbigkit-libs.x86_64 0:2.0-11.el7 \n jboss-annotations-1.1-api.noarch 0:1.0.1-0.6.20120212git76e1a2.el7 \n jdom.noarch 0:1.1.3-6.el7 \n jing.noarch 0:20091111-14.el7 \n joda-convert.noarch 0:1.3-5.el7 \n joda-time.noarch 0:2.2-3.tzdata2013c.el7 \n jsr-311.noarch 0:1.1.1-6.el7 \n jss.x86_64 0:4.4.9-3.el7 \n junit.noarch 0:4.11-8.el7 \n jvnet-parent.noarch 0:4-2.el7 \n krb5-pkinit.x86_64 0:1.15.1-55.el7_9 \n krb5-server.x86_64 0:1.15.1-55.el7_9 \n krb5-workstation.x86_64 0:1.15.1-55.el7_9 \n ldapjdk.noarch 0:4.19-5.el7 \n libICE.x86_64 0:1.0.9-9.el7 \n libSM.x86_64 0:1.2.2-2.el7 \n libX11.x86_64 0:1.6.7-4.el7_9 \n libX11-common.noarch 0:1.6.7-4.el7_9 \n libXau.x86_64 0:1.0.8-2.1.el7 \n libXcomposite.x86_64 0:0.4.4-4.1.el7 \n libXcursor.x86_64 0:1.1.15-1.el7 \n libXdamage.x86_64 0:1.1.4-4.1.el7 \n libXext.x86_64 0:1.3.3-3.el7 \n libXfixes.x86_64 0:5.0.3-1.el7 \n libXft.x86_64 0:2.3.2-2.el7 \n libXi.x86_64 0:1.7.9-1.el7 \n libXinerama.x86_64 0:1.1.3-2.1.el7 \n libXrandr.x86_64 0:1.5.1-2.el7 \n libXrender.x86_64 0:0.9.10-1.el7 \n libXtst.x86_64 0:1.2.3-1.el7 \n libXxf86vm.x86_64 0:1.1.4-1.el7 \n libdhash.x86_64 0:0.5.0-32.el7 \n libfontenc.x86_64 0:1.1.3-3.el7 \n libglvnd.x86_64 1:1.0.1-0.8.git5baa1e5.el7 \n libglvnd-egl.x86_64 1:1.0.1-0.8.git5baa1e5.el7 \n libglvnd-glx.x86_64 1:1.0.1-0.8.git5baa1e5.el7 \n libicu.x86_64 0:50.2-4.el7_7 \n libipa_hbac.x86_64 0:1.16.5-10.el7_9.15 \n libjpeg-turbo.x86_64 0:1.2.90-8.el7 \n libkadm5.x86_64 0:1.15.1-55.el7_9 \n libldb.x86_64 0:1.5.4-2.el7 \n libsmbclient.x86_64 0:4.10.16-25.el7_9 \n libsss_autofs.x86_64 0:1.16.5-10.el7_9.15 \n libsss_certmap.x86_64 0:1.16.5-10.el7_9.15 \n libsss_idmap.x86_64 0:1.16.5-10.el7_9.15 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 \n libsss_sudo.x86_64 0:1.16.5-10.el7_9.15 \n libtalloc.x86_64 0:2.1.16-1.el7 \n libtdb.x86_64 0:1.3.18-1.el7 \n libtevent.x86_64 0:0.9.39-1.el7 \n libthai.x86_64 0:0.1.14-9.el7 \n libtiff.x86_64 0:4.0.3-35.el7 \n libwayland-client.x86_64 0:1.15.0-1.el7 \n libwayland-server.x86_64 0:1.15.0-1.el7 \n libwbclient.x86_64 0:4.10.16-25.el7_9 \n libxcb.x86_64 0:1.13-1.el7 \n libxshmfence.x86_64 0:1.2-1.el7 \n lksctp-tools.x86_64 0:1.0.17-2.el7 \n log4j.noarch 0:1.2.17-18.el7_4 \n mesa-libEGL.x86_64 0:18.3.4-12.el7_9 \n mesa-libGL.x86_64 0:18.3.4-12.el7_9 \n mesa-libgbm.x86_64 0:18.3.4-12.el7_9 \n mesa-libglapi.x86_64 0:18.3.4-12.el7_9 \n mod_auth_gssapi.x86_64 0:1.5.1-7.el7 \n mod_lookup_identity.x86_64 0:1.0.0-1.el7 \n mod_nss.x86_64 0:1.0.14-12.el7 \n mod_session.x86_64 0:2.4.6-99.el7.centos.1 \n mod_wsgi.x86_64 0:3.4-18.el7 \n msv-msv.noarch 1:2013.5.1-7.el7 \n msv-xsdlib.noarch 1:2013.5.1-7.el7 \n nettle.x86_64 0:2.7.1-9.el7_9 \n ntp.x86_64 0:4.2.6p5-29.el7.centos.2 \n nuxwdog.x86_64 0:1.0.5-1.el7 \n nuxwdog-client-java.x86_64 0:1.0.5-1.el7 \n objectweb-asm.noarch 0:3.3.1-9.el7 \n oddjob.x86_64 0:0.31.5-4.el7 \n oddjob-mkhomedir.x86_64 0:0.31.5-4.el7 \n open-sans-fonts.noarch 0:1.10-1.el7 \n openldap-clients.x86_64 0:2.4.44-25.el7_9 \n pango.x86_64 0:1.42.4-4.el7_7 \n pcsc-lite-libs.x86_64 0:1.8.8-8.el7 \n perl-Archive-Tar.noarch 0:1.92-3.el7 \n perl-DB_File.x86_64 0:1.830-6.el7 \n perl-Mozilla-LDAP.x86_64 0:1.5.3-12.el7 \n perl-NetAddr-IP.x86_64 0:4.069-3.el7 \n perl-Package-Constants.noarch 1:0.02-299.el7_9 \n pixman.x86_64 0:0.34.0-1.el7 \n pki-base.noarch 0:10.5.18-27.el7_9 \n pki-base-java.noarch 0:10.5.18-27.el7_9 \n pki-ca.noarch 0:10.5.18-27.el7_9 \n pki-kra.noarch 0:10.5.18-27.el7_9 \n pki-server.noarch 0:10.5.18-27.el7_9 \n pki-tools.x86_64 0:10.5.18-27.el7_9 \n python-augeas.noarch 0:0.5.0-2.el7 \n python-cffi.x86_64 0:1.6.0-5.el7 \n python-custodia.noarch 0:0.3.1-4.el7 \n python-dateutil.noarch 0:1.5-7.el7 \n python-dns.noarch 0:1.12.0-4.20150617git465785f.el7 \n python-gssapi.x86_64 0:1.2.0-3.el7 \n python-idna.noarch 0:2.4-1.el7 \n python-javapackages.noarch 0:3.4.1-11.el7 \n python-jwcrypto.noarch 0:0.4.2-1.el7 \n python-kdcproxy.noarch 0:0.3.2-3.el7 \n python-ldap.x86_64 0:2.4.15-2.el7 \n python-libipa_hbac.x86_64 0:1.16.5-10.el7_9.15 \n python-netaddr.noarch 0:0.7.5-9.el7 \n python-netifaces.x86_64 0:0.10.4-3.el7 \n python-nss.x86_64 0:0.16.0-3.el7 \n python-ply.noarch 0:3.4-11.el7 \n python-pycparser.noarch 0:2.14-1.el7 \n python-qrcode-core.noarch 0:5.0.1-1.el7 \n python-sss-murmur.x86_64 0:1.16.5-10.el7_9.15 \n python-sssdconfig.noarch 0:1.16.5-10.el7_9.15 \n python-yubico.noarch 0:1.2.3-1.el7 \n python2-cryptography.x86_64 0:1.7.2-2.el7 \n python2-ipaclient.noarch 0:4.6.8-5.el7.centos.15 \n python2-ipalib.noarch 0:4.6.8-5.el7.centos.15 \n python2-ipaserver.noarch 0:4.6.8-5.el7.centos.15 \n python2-pyasn1.noarch 0:0.1.9-7.el7 \n python2-pyasn1-modules.noarch 0:0.1.9-7.el7 \n pyusb.noarch 0:1.0.0-0.11.b1.el7 \n qdox.noarch 0:1.12.1-10.el7 \n regexp.noarch 0:1.5-13.el7 \n relaxngDatatype.noarch 0:1.0-11.el7 \n resteasy-base-atom-provider.noarch 0:3.0.6-4.el7 \n resteasy-base-client.noarch 0:3.0.6-4.el7 \n resteasy-base-jackson-provider.noarch 0:3.0.6-4.el7 \n resteasy-base-jaxb-provider.noarch 0:3.0.6-4.el7 \n resteasy-base-jaxrs.noarch 0:3.0.6-4.el7 \n resteasy-base-jaxrs-api.noarch 0:3.0.6-4.el7 \n rngom.noarch 0:201103-0.8.20120119svn.el7 \n samba-client-libs.x86_64 0:4.10.16-25.el7_9 \n samba-common.noarch 0:4.10.16-25.el7_9 \n samba-common-libs.x86_64 0:4.10.16-25.el7_9 \n scannotation.noarch 0:1.0.3-0.7.r12.el7 \n slapi-nis.x86_64 0:0.60.0-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.15 \n sssd-ad.x86_64 0:1.16.5-10.el7_9.15 \n sssd-client.x86_64 0:1.16.5-10.el7_9.15 \n sssd-common.x86_64 0:1.16.5-10.el7_9.15 \n sssd-common-pac.x86_64 0:1.16.5-10.el7_9.15 \n sssd-dbus.x86_64 0:1.16.5-10.el7_9.15 \n sssd-ipa.x86_64 0:1.16.5-10.el7_9.15 \n sssd-krb5.x86_64 0:1.16.5-10.el7_9.15 \n sssd-krb5-common.x86_64 0:1.16.5-10.el7_9.15 \n sssd-ldap.x86_64 0:1.16.5-10.el7_9.15 \n sssd-proxy.x86_64 0:1.16.5-10.el7_9.15 \n stax-ex.noarch 0:1.7.1-6.el7 \n stax2-api.noarch 0:3.1.1-10.el7 \n svrcore.x86_64 0:4.1.3-2.el7 \n systemd-python.x86_64 0:219-78.el7_9.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\nDependency Updated:\n systemd.x86_64 0:219-78.el7_9.9 systemd-libs.x86_64 0:219-78.el7_9.9 \n systemd-sysv.x86_64 0:219-78.el7_9.9 \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 06 January 2024 13:06:45 +0000 (0:01:00.301) 0:01:05.616 ****** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_setup_dns | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Ensure that IPA server packages for adtrust are installed] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:18 Saturday 06 January 2024 13:06:45 +0000 (0:00:00.015) 0:01:05.632 ****** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_setup_adtrust | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Ensure that firewall packages installed] *********** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:24 Saturday 06 January 2024 13:06:45 +0000 (0:00:00.015) 0:01:05.647 ****** 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 06 January 2024 13:06:45 +0000 (0:00:00.403) 0:01:06.050 ****** changed: [sut] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "polkit.service basic.target system.slice dbus.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "Conflicts": "ebtables.service iptables.service ipset.service shutdown.target ip6tables.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "Wants": "network-pre.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [ipaserver : Firewalld - Verify runtime zone "{{ ipaserver_firewalld_zone }}"] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:40 Saturday 06 January 2024 13:06:46 +0000 (0:00:01.055) 0:01:07.106 ****** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_firewalld_zone is defined", "skip_reason": "Conditional result was False" } TASK [ipaserver : Firewalld - Verify permanent zone "{{ ipaserver_firewalld_zone }}"] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:47 Saturday 06 January 2024 13:06:46 +0000 (0:00:00.019) 0:01:07.125 ****** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_firewalld_zone is defined", "skip_reason": "Conditional result was False" } TASK [ipaserver : Copy external certs] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:55 Saturday 06 January 2024 13:06:46 +0000 (0:00:00.018) 0:01:07.144 ****** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_external_cert_files_from_controller is defined and ipaserver_external_cert_files_from_controller|length > 0 and not ipaserver_external_cert_files is defined", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Server installation test] ************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:62 Saturday 06 January 2024 13:06:46 +0000 (0:00:00.018) 0:01:07.163 ****** 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": 1064599999, "idstart": 1064400000, "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 06 January 2024 13:06:48 +0000 (0:00:01.126) 0:01:08.289 ****** 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 06 January 2024 13:06:48 +0000 (0:00:00.730) 0:01:09.020 ****** 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 06 January 2024 13:06:48 +0000 (0:00:00.015) 0:01:09.035 ****** 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 06 January 2024 13:06:48 +0000 (0:00:00.012) 0:01:09.047 ****** 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.12.173" ], "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 06 January 2024 13:06:51 +0000 (0:00:02.249) 0:01:11.297 ****** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup DS] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:214 Saturday 06 January 2024 13:06:52 +0000 (0:00:01.012) 0:01:12.309 ****** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup KRB] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:243 Saturday 06 January 2024 13:07:21 +0000 (0:00:29.440) 0:01:41.750 ****** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup custodia] ************************************ task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:270 Saturday 06 January 2024 13:07:27 +0000 (0:00:05.746) 0:01:47.497 ****** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup CA] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:276 Saturday 06 January 2024 13:07:31 +0000 (0:00:04.321) 0:01:51.819 ****** 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 06 January 2024 13:10:50 +0000 (0:03:19.320) 0:05:11.139 ****** skipping: [sut] => { "changed": false, "false_condition": "result_ipaserver_setup_ca.csr_generated | bool and ipaserver_copy_csr_to_controller | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup otpd] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:329 Saturday 06 January 2024 13:10:50 +0000 (0:00:00.020) 0:05:11.160 ****** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup HTTP] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:335 Saturday 06 January 2024 13:10:53 +0000 (0:00:02.412) 0:05:13.572 ****** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Setup KRA] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:367 Saturday 06 January 2024 13:12:03 +0000 (0:01:10.466) 0:06:24.038 ****** skipping: [sut] => { "changed": false, "false_condition": "result_ipaserver_test.setup_kra | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup DNS] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:378 Saturday 06 January 2024 13:12:03 +0000 (0:00:00.024) 0:06:24.063 ****** skipping: [sut] => { "changed": false, "false_condition": "ipaserver_setup_dns | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup ADTRUST] ************************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:395 Saturday 06 January 2024 13:12:03 +0000 (0:00:00.029) 0:06:24.092 ****** skipping: [sut] => { "changed": false, "false_condition": "result_ipaserver_test.setup_adtrust or result_ipaserver_test.sid_generation_always", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Set DS password] *********************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:411 Saturday 06 January 2024 13:12:03 +0000 (0:00:00.038) 0:06:24.131 ****** changed: [sut] => { "changed": true } TASK [Install - Setup client] ************************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:428 Saturday 06 January 2024 13:12:06 +0000 (0:00:02.997) 0:06:27.128 ****** TASK [ipaclient : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:4 Saturday 06 January 2024 13:12:06 +0000 (0:00:00.033) 0:06:27.162 ****** 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 06 January 2024 13:12:06 +0000 (0:00:00.034) 0:06:27.196 ****** 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 06 January 2024 13:12:06 +0000 (0:00:00.048) 0:06:27.244 ****** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_install_packages | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Set ipaclient_servers] ***************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:10 Saturday 06 January 2024 13:12:07 +0000 (0:00:00.021) 0:06:27.265 ****** skipping: [sut] => { "changed": false, "false_condition": "groups.ipaservers is defined and ipaclient_servers is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Set ipaclient_servers from cluster inventory] ****** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:15 Saturday 06 January 2024 13:12:07 +0000 (0:00:00.021) 0:06:27.287 ****** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_no_dns_lookup | bool and groups.ipaserver is defined and ipaclient_servers is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Check that either password or keytab is set] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:21 Saturday 06 January 2024 13:12:07 +0000 (0:00:00.022) 0:06:27.310 ****** skipping: [sut] => { "changed": false, "false_condition": "ipaadmin_keytab is defined and ipaadmin_password is defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Set default principal if no keytab is given] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:26 Saturday 06 January 2024 13:12:07 +0000 (0:00:00.021) 0:06:27.331 ****** ok: [sut] => { "ansible_facts": { "ipaadmin_principal": "admin" }, "changed": false } TASK [ipaclient : Install - Fail on missing ipaclient_domain and ipaserver_domain] *** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:36 Saturday 06 January 2024 13:12:07 +0000 (0:00:00.027) 0:06:27.358 ****** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_configure_dns_resolver | bool and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Fail on missing ipaclient_servers] ***************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:41 Saturday 06 January 2024 13:12:07 +0000 (0:00:00.021) 0:06:27.380 ****** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_configure_dns_resolver | bool and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure DNS resolver] **************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:46 Saturday 06 January 2024 13:12:07 +0000 (0:00:00.021) 0:06:27.401 ****** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_configure_dns_resolver | bool and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - IPA client test] *********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:52 Saturday 06 January 2024 13:12:07 +0000 (0:00:00.022) 0:06:27.424 ****** ok: [sut] => { "basedn": "dc=test,dc=local", "changed": false, "client_already_configured": false, "client_domain": "test.local", "dnsok": false, "domain": "test.local", "hostname": "ipaserver.test.local", "ipa_python_version": 40608, "kdc": "ipaserver.test.local", "nosssd_files": {}, "ntp_pool": null, "ntp_servers": null, "realm": "TEST.LOCAL", "servers": [ "ipaserver.test.local" ], "sssd": true } TASK [ipaclient : Install - Cleanup leftover ccache] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:82 Saturday 06 January 2024 13:12:07 +0000 (0:00:00.506) 0:06:27.931 ****** 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 06 January 2024 13:12:07 +0000 (0:00:00.162) 0:06:28.094 ****** 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 06 January 2024 13:12:08 +0000 (0:00:00.445) 0:06:28.539 ****** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_otp is defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Disable One-Time Password for on_master] *********** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:104 Saturday 06 January 2024 13:12:08 +0000 (0:00:00.022) 0:06:28.561 ****** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Test if IPA client has working krb5.keytab] ******** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:109 Saturday 06 January 2024 13:12:08 +0000 (0:00:00.022) 0:06:28.583 ****** 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 06 January 2024 13:12:09 +0000 (0:00:00.673) 0:06:29.257 ****** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and result_ipaclient_test_keytab.krb5_keytab_ok and not ipaclient_force_join | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Keytab or password is required for getting otp] **** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:137 Saturday 06 January 2024 13:12:09 +0000 (0:00:00.023) 0:06:29.280 ****** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create temporary file for keytab] ****************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:142 Saturday 06 January 2024 13:12:09 +0000 (0:00:00.022) 0:06:29.302 ****** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Copy keytab to server temporary file] ************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:151 Saturday 06 January 2024 13:12:09 +0000 (0:00:00.023) 0:06:29.326 ****** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Get One-Time Password for client enrollment] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:159 Saturday 06 January 2024 13:12:09 +0000 (0:00:00.023) 0:06:29.350 ****** 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 06 January 2024 13:12:09 +0000 (0:00:00.024) 0:06:29.374 ****** 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 06 January 2024 13:12:09 +0000 (0:00:00.022) 0:06:29.396 ****** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Store predefined OTP in admin_password] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:190 Saturday 06 January 2024 13:12:09 +0000 (0:00:00.023) 0:06:29.420 ****** 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 06 January 2024 13:12:09 +0000 (0:00:00.021) 0:06:29.442 ****** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Check if one of password or keytabs are set] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:213 Saturday 06 January 2024 13:12:09 +0000 (0:00:00.028) 0:06:29.470 ****** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - From host keytab, purge TEST.LOCAL] **************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:221 Saturday 06 January 2024 13:12:09 +0000 (0:00:00.033) 0:06:29.504 ****** skipping: [sut] => { "changed": false, "false_condition": "(ipaclient_use_otp | bool or ipaclient_force_join | bool) and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Backup and set hostname] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:238 Saturday 06 January 2024 13:12:09 +0000 (0:00:00.025) 0:06:29.529 ****** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create temporary krb5 configuration] *************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:243 Saturday 06 January 2024 13:12:09 +0000 (0:00:00.041) 0:06:29.570 ****** ok: [sut] => { "changed": false, "krb_name": "/tmp/tmpBiNOYk" } TASK [ipaclient : Install - Join IPA] ****************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:252 Saturday 06 January 2024 13:12:09 +0000 (0:00:00.490) 0:06:30.060 ****** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and (not result_ipaclient_test_keytab.krb5_keytab_ok or ipaclient_force_join)", "skip_reason": "Conditional result was False" } TASK [ipaclient : The krb5 configuration is not correct] *********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:280 Saturday 06 January 2024 13:12:09 +0000 (0:00:00.024) 0:06:30.085 ****** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and not result_ipaclient_join.changed and not ipaclient_allow_repair | bool and (result_ipaclient_test_keytab.krb5_keytab_ok or (result_ipaclient_join.already_joined is defined and result_ipaclient_join.already_joined))", "skip_reason": "Conditional result was False" } TASK [ipaclient : IPA test failed] ********************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:286 Saturday 06 January 2024 13:12:09 +0000 (0:00:00.022) 0:06:30.107 ****** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and not result_ipaclient_join.changed and not ipaclient_allow_repair | bool and (result_ipaclient_test_keytab.krb5_keytab_ok or (result_ipaclient_join.already_joined is defined and result_ipaclient_join.already_joined))", "skip_reason": "Conditional result was False" } TASK [ipaclient : Fail due to missing ca.crt file] ***************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:290 Saturday 06 January 2024 13:12:09 +0000 (0:00:00.022) 0:06:30.129 ****** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and not result_ipaclient_join.changed and not ipaclient_allow_repair | bool and (result_ipaclient_test_keytab.krb5_keytab_ok or (result_ipaclient_join.already_joined is defined and result_ipaclient_join.already_joined))", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure IPA default.conf] ************************ task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:304 Saturday 06 January 2024 13:12:09 +0000 (0:00:00.022) 0:06:30.152 ****** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure SSSD] ************************************ task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:313 Saturday 06 January 2024 13:12:09 +0000 (0:00:00.024) 0:06:30.176 ****** 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 06 January 2024 13:12:10 +0000 (0:00:00.482) 0:06:30.659 ****** 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 06 January 2024 13:12:13 +0000 (0:00:03.028) 0:06:33.687 ****** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and result_ipaclient_test_keytab.krb5_keytab_ok and not result_ipaclient_test_keytab.ca_crt_exists", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create IPA NSS database] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:355 Saturday 06 January 2024 13:12:13 +0000 (0:00:00.025) 0:06:33.713 ****** changed: [sut] => { "ca_enabled_ra": true, "changed": true } TASK [ipaclient : Install - Configure SSH and SSHD] **************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:389 Saturday 06 January 2024 13:12:18 +0000 (0:00:05.219) 0:06:38.932 ****** changed: [sut] => { "changed": true } TASK [ipaclient : Install - Configure automount] ******************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:397 Saturday 06 January 2024 13:12:19 +0000 (0:00:00.520) 0:06:39.453 ****** changed: [sut] => { "changed": true } TASK [ipaclient : Install - Configure firefox] ********************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:403 Saturday 06 January 2024 13:12:19 +0000 (0:00:00.455) 0:06:39.908 ****** skipping: [sut] => { "changed": false, "false_condition": "ipaclient_configure_firefox | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure NIS] ************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:409 Saturday 06 January 2024 13:12:19 +0000 (0:00:00.024) 0:06:39.932 ****** changed: [sut] => { "changed": true } TASK [ipaclient : Remove temporary krb5.conf] ********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:415 Saturday 06 January 2024 13:12:20 +0000 (0:00:00.692) 0:06:40.625 ****** changed: [sut] => { "changed": true, "path": "/tmp/tmpBiNOYk", "state": "absent" } TASK [ipaclient : Install - Configure krb5 for IPA realm] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:421 Saturday 06 January 2024 13:12:20 +0000 (0:00:00.165) 0:06:40.790 ****** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure certmonger] ****************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:435 Saturday 06 January 2024 13:12:20 +0000 (0:00:00.024) 0:06:40.815 ****** skipping: [sut] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Restore original admin password if overwritten by OTP] *** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:445 Saturday 06 January 2024 13:12:20 +0000 (0:00:00.023) 0:06:40.838 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Cleanup leftover ccache] ************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:451 Saturday 06 January 2024 13:12:20 +0000 (0:00:00.021) 0:06:40.859 ****** ok: [sut] => { "changed": false, "path": "/etc/ipa/.dns_ccache", "state": "absent" } TASK [ipaclient : Remove temporary krb5.conf] ********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:456 Saturday 06 January 2024 13:12:20 +0000 (0:00:00.163) 0:06:41.023 ****** ok: [sut] => { "changed": false, "path": "/tmp/tmpBiNOYk", "state": "absent" } TASK [ipaclient : Remove temporary krb5.conf backup] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:462 Saturday 06 January 2024 13:12:20 +0000 (0:00:00.161) 0:06:41.184 ****** changed: [sut] => { "changed": true, "path": "/tmp/tmpBiNOYk.ipabkp", "state": "absent" } TASK [ipaclient : Uninstall IPA client] **************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:23 Saturday 06 January 2024 13:12:21 +0000 (0:00:00.161) 0:06:41.345 ****** skipping: [sut] => { "changed": false, "false_condition": "state|default('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Enable IPA] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:443 Saturday 06 January 2024 13:12:21 +0000 (0:00:00.025) 0:06:41.371 ****** changed: [sut] => { "changed": true } TASK [ipaserver : Install - Configure firewalld] ******************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:450 Saturday 06 January 2024 13:13:25 +0000 (0:01:04.787) 0:07:46.159 ****** changed: [sut] => { "changed": true, "cmd": [ "firewall-cmd", "--permanent", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=ntp" ], "delta": "0:00:00.369958", "end": "2024-01-06 13:13:26.517714", "rc": 0, "start": "2024-01-06 13:13:26.147756" } STDOUT: success TASK [ipaserver : Install - Configure firewalld runtime] *********************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:464 Saturday 06 January 2024 13:13:26 +0000 (0:00:00.611) 0:07:46.771 ****** changed: [sut] => { "changed": true, "cmd": [ "firewall-cmd", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=ntp" ], "delta": "0:00:00.350021", "end": "2024-01-06 13:13:27.022604", "rc": 0, "start": "2024-01-06 13:13:26.672583" } STDOUT: success TASK [ipaserver : Install - Cleanup root IPA cache] **************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:478 Saturday 06 January 2024 13:13:27 +0000 (0:00:00.505) 0:07:47.276 ****** 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 06 January 2024 13:13:27 +0000 (0:00:00.151) 0:07:47.428 ****** 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 06 January 2024 13:13:27 +0000 (0:00:00.431) 0:07:47.860 ****** skipping: [sut] => { "changed": false, "false_condition": "state|default('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [Issue IPA signed certificates] ******************************************* task path: /WORKDIR/git-weekly-cicqwywuke/tests/tests_basic_ipa.yml:25 Saturday 06 January 2024 13:13:27 +0000 (0:00:00.018) 0:07:47.879 ****** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-cicqwywuke/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 06 January 2024 13:13:27 +0000 (0:00:00.028) 0:07:47.907 ****** included: /WORKDIR/git-weekly-cicqwywuke/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cicqwywuke/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 06 January 2024 13:13:27 +0000 (0:00:00.014) 0:07:47.921 ****** skipping: [sut] => { "changed": false, "false_condition": "__certificate_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /WORKDIR/git-weekly-cicqwywuke/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 06 January 2024 13:13:27 +0000 (0:00:00.018) 0:07:47.940 ****** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cicqwywuke/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 06 January 2024 13:13:27 +0000 (0:00:00.016) 0:07:47.956 ****** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cicqwywuke/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 06 January 2024 13:13:27 +0000 (0:00:00.013) 0:07:47.969 ****** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__certificate_default_directory": "/etc/pki/tls", "__certificate_packages": [ "python-pyasn1", "python-cryptography", "python-dbus" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cicqwywuke/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-weekly-cicqwywuke/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 06 January 2024 13:13:27 +0000 (0:00:00.026) 0:07:47.996 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "python2-pyasn1-0.1.9-7.el7.noarch providing python-pyasn1 is already installed", "python2-cryptography-1.7.2-2.el7.x86_64 providing python-cryptography is already installed", "dbus-python-1.1.1-9.el7.x86_64 providing python-dbus is already installed" ] } lsrpackages: python-cryptography python-dbus python-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-cicqwywuke/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 06 January 2024 13:13:28 +0000 (0:00:01.026) 0:07:49.022 ****** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "rc": 0, "results": [ "certmonger-0.78.4-17.el7_9.x86_64 providing certmonger is already installed" ] } lsrpackages: certmonger TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-cicqwywuke/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 06 January 2024 13:13:29 +0000 (0:00:00.408) 0:07:49.431 ****** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-cicqwywuke/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 06 January 2024 13:13:29 +0000 (0:00:00.168) 0:07:49.599 ****** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /WORKDIR/git-weekly-cicqwywuke/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 06 January 2024 13:13:29 +0000 (0:00:00.166) 0:07:49.765 ****** ok: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-06 13:08:47 UTC", "ActiveEnterTimestampMonotonic": "1407273608", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service basic.target systemd-journald.socket system.slice network.target syslog.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-06 13:08:47 UTC", "AssertTimestampMonotonic": "1407229866", "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-01-06 13:08:47 UTC", "ConditionTimestampMonotonic": "1407229864", "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": "14511", "ExecMainStartTimestamp": "Sat 2024-01-06 13:08:47 UTC", "ExecMainStartTimestampMonotonic": "1407230669", "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-01-06 13:08:47 UTC", "InactiveExitTimestampMonotonic": "1407230721", "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": "14511", "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-01-06 13:08:47 UTC", "WatchdogTimestampMonotonic": "1407273556", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /WORKDIR/git-weekly-cicqwywuke/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 06 January 2024 13:13:29 +0000 (0:00:00.239) 0:07:50.005 ****** changed: [sut] => (item={'name': 'mycert_basic_ipa', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "ipa", "dns": "ipaserver.test.local", "name": "mycert_basic_ipa", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } } MSG: Certificate requested (new). changed: [sut] => (item={'name': 'groupcert', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa', 'group': 'ftp'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "ipa", "dns": "ipaserver.test.local", "group": "ftp", "name": "groupcert", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } } MSG: Certificate requested (new). File attributes updated. TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /WORKDIR/git-weekly-cicqwywuke/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 06 January 2024 13:13:33 +0000 (0:00:03.860) 0:07:53.865 ****** skipping: [sut] => (item=['cert', {'name': 'mycert_basic_ipa', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "cert", { "ca": "ipa", "dns": "ipaserver.test.local", "name": "mycert_basic_ipa", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['cert', {'name': 'groupcert', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa', 'group': 'ftp'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "cert", { "ca": "ipa", "dns": "ipaserver.test.local", "group": "ftp", "name": "groupcert", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['key', {'name': 'mycert_basic_ipa', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "key", { "ca": "ipa", "dns": "ipaserver.test.local", "name": "mycert_basic_ipa", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['key', {'name': 'groupcert', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa', 'group': 'ftp'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "key", { "ca": "ipa", "dns": "ipaserver.test.local", "group": "ftp", "name": "groupcert", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['ca', {'name': 'mycert_basic_ipa', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "ca", { "ca": "ipa", "dns": "ipaserver.test.local", "name": "mycert_basic_ipa", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['ca', {'name': 'groupcert', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa', 'group': 'ftp'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "ca", { "ca": "ipa", "dns": "ipaserver.test.local", "group": "ftp", "name": "groupcert", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /WORKDIR/git-weekly-cicqwywuke/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 06 January 2024 13:13:33 +0000 (0:00:00.031) 0:07:53.896 ****** skipping: [sut] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-weekly-cicqwywuke/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 06 January 2024 13:13:33 +0000 (0:00:00.016) 0:07:53.913 ****** skipping: [sut] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-weekly-cicqwywuke/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 06 January 2024 13:13:33 +0000 (0:00:00.017) 0:07:53.931 ****** skipping: [sut] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify certificates] ***************************************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tests_basic_ipa.yml:41 Saturday 06 January 2024 13:13:33 +0000 (0:00:00.021) 0:07:53.952 ****** included: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml for sut => (item={'path': '/etc/pki/tls/certs/mycert_basic_ipa.crt', 'key_path': '/etc/pki/tls/private/mycert_basic_ipa.key', 'subject': [{'name': 'commonName', 'oid': '2.5.4.3', 'value': 'ipaserver.test.local'}, {'name': 'organizationName', 'oid': '2.5.4.10', 'value': 'TEST.LOCAL'}], 'subject_alt_name': [{'name': 'DNS', 'value': 'ipaserver.test.local'}, {'name': 'Universal Principal Name (UPN)', 'oid': '1.3.6.1.4.1.311.20.2.3', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}, {'name': 'Kerberos principalname', 'oid': '1.3.6.1.5.2.2', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}], 'key_usage': ['digital_signature', 'content_commitment', 'key_encipherment', 'data_encipherment']}) included: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml for sut => (item={'path': '/etc/pki/tls/certs/groupcert.crt', 'key_path': '/etc/pki/tls/private/groupcert.key', 'owner': 'root', 'group': 'ftp', 'mode': '0640', 'subject': [{'name': 'commonName', 'oid': '2.5.4.3', 'value': 'ipaserver.test.local'}, {'name': 'organizationName', 'oid': '2.5.4.10', 'value': 'TEST.LOCAL'}], 'subject_alt_name': [{'name': 'DNS', 'value': 'ipaserver.test.local'}, {'name': 'Universal Principal Name (UPN)', 'oid': '1.3.6.1.4.1.311.20.2.3', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}, {'name': 'Kerberos principalname', 'oid': '1.3.6.1.5.2.2', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}], 'key_usage': ['digital_signature', 'content_commitment', 'key_encipherment', 'data_encipherment']}) TASK [Set virtualenv_path] ***************************************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:2 Saturday 06 January 2024 13:13:33 +0000 (0:00:00.028) 0:07:53.981 ****** ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:9 Saturday 06 January 2024 13:13:33 +0000 (0:00:00.013) 0:07:53.995 ****** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:14 Saturday 06 January 2024 13:13:33 +0000 (0:00:00.013) 0:07:54.008 ****** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:18 Saturday 06 January 2024 13:13:33 +0000 (0:00:00.010) 0:07:54.019 ****** 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-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:28 Saturday 06 January 2024 13:13:34 +0000 (0:00:00.397) 0:07:54.417 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version != \"7\"", "skip_reason": "Conditional result was False" } TASK [Retrieve certificate file stats] ***************************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:38 Saturday 06 January 2024 13:13:34 +0000 (0:00:00.009) 0:07:54.426 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704546812.1317725, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "32d8b7587106097dc13416ad617d24b5a0804a62", "ctime": 1704546812.1277726, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 166053, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1704546812.1277726, "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": "18446744073224854018", "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-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:43 Saturday 06 January 2024 13:13:34 +0000 (0:00:00.160) 0:07:54.587 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:49 Saturday 06 January 2024 13:13:34 +0000 (0:00:00.011) 0:07:54.598 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:59 Saturday 06 January 2024 13:13:34 +0000 (0:00:00.020) 0:07:54.618 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:65 Saturday 06 January 2024 13:13:34 +0000 (0:00:00.018) 0:07:54.637 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704546810.2447727, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "76f3d1d8e868c2538eda23512adfa8f8988a3f48", "ctime": 1704546812.1277726, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 166052, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1704546812.1277726, "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": "18446744073224854003", "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-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:70 Saturday 06 January 2024 13:13:34 +0000 (0:00:00.152) 0:07:54.789 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:76 Saturday 06 January 2024 13:13:34 +0000 (0:00:00.011) 0:07:54.801 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:86 Saturday 06 January 2024 13:13:34 +0000 (0:00:00.020) 0:07:54.822 ****** ok: [sut] => { "certificate": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "50:21:D9:06:03:97:F2:BA:C0:9F:91:AD:FB:94:A0:47:D2:55:DF:FA" }, "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": "B4:E4:8A:B8:5B:F4:8C:8C:81:82:AF:0C:E9:49:EF:E1:F6:85:7E:CE" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "8C:4E:3F:22:1D:15:DD:0F:D3:0D:92:27:FD:9C:0C:8E:42:16:EB:EB:A0:AD:C3:99:2C:CA:3B:B8:70:04:D9:2D:8D:4F:7C:97:FB:83:C0:D8:2C:FC:80:20:B0:A2:42:39:E0:89:F5:15:A4:6C:B6:25:CC:BB:E5:6C:A5:42:14:95:16:F0:3F:49:A4:D5:D1:B5:A5:E4:7D:49:A4:0E:DF:B2:20:22:4B:6E:F9:84:B6:EC:19:FD:B5:19:BC:E8:3B:A2:92:B7:85:F9:0C:DF:98:75:CF:F0:36:9B:F6:42:FA:4F:07:D7:90:DE:75:A1:75:E9:24:E1:8D:27:30:59:37:B8:32:8C:5E:99:C3:61:C8:C6:E6:1C:19:DC:85:37:75:89:89:8F:52:F2:C0:9B:B6:71:A8:1E:6F:38:4A:8A:AF:A2:B9:C0:EA:7F:CD:17:9E:9B:09:10:77:53:96:26:3B:59:65:5D:7E:CD:63:DE:40:7A:25:B9:0C:CE:2E:A1:9D:46:25:E3:C5:C4:D4:5C:FA:0A:19:98:1A:C3:9D:23:98:14:7A:DF:B4:02:38:06:02:4B:52:30:A6:EC:93:4E:53:DD:41:3A:A4:5E:72:4A:AE:64:BB:1A:DF:18:39:C6:F3:C3:B8:B3:F8:B6:0C:00:D8:A0:3D:C1:69:AA:FC:E7:1D:E6" }, "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": "20260106131331Z", "not_valid_before": "20240106131331Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:92 Saturday 06 January 2024 13:13:34 +0000 (0:00:00.306) 0:07:55.129 ****** 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": "50:21:D9:06:03:97:F2:BA:C0:9F:91:AD:FB:94:A0:47:D2:55:DF:FA" }, "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": "B4:E4:8A:B8:5B:F4:8C:8C:81:82:AF:0C:E9:49:EF:E1:F6:85:7E:CE" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "8C:4E:3F:22:1D:15:DD:0F:D3:0D:92:27:FD:9C:0C:8E:42:16:EB:EB:A0:AD:C3:99:2C:CA:3B:B8:70:04:D9:2D:8D:4F:7C:97:FB:83:C0:D8:2C:FC:80:20:B0:A2:42:39:E0:89:F5:15:A4:6C:B6:25:CC:BB:E5:6C:A5:42:14:95:16:F0:3F:49:A4:D5:D1:B5:A5:E4:7D:49:A4:0E:DF:B2:20:22:4B:6E:F9:84:B6:EC:19:FD:B5:19:BC:E8:3B:A2:92:B7:85:F9:0C:DF:98:75:CF:F0:36:9B:F6:42:FA:4F:07:D7:90:DE:75:A1:75:E9:24:E1:8D:27:30:59:37:B8:32:8C:5E:99:C3:61:C8:C6:E6:1C:19:DC:85:37:75:89:89:8F:52:F2:C0:9B:B6:71:A8:1E:6F:38:4A:8A:AF:A2:B9:C0:EA:7F:CD:17:9E:9B:09:10:77:53:96:26:3B:59:65:5D:7E:CD:63:DE:40:7A:25:B9:0C:CE:2E:A1:9D:46:25:E3:C5:C4:D4:5C:FA:0A:19:98:1A:C3:9D:23:98:14:7A:DF:B4:02:38:06:02:4B:52:30:A6:EC:93:4E:53:DD:41:3A:A4:5E:72:4A:AE:64:BB:1A:DF:18:39:C6:F3:C3:B8:B3:F8:B6:0C:00:D8:A0:3D:C1:69:AA:FC:E7:1D:E6" }, "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": "20260106131331Z", "not_valid_before": "20240106131331Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:96 Saturday 06 January 2024 13:13:34 +0000 (0:00:00.012) 0:07:55.141 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:104 Saturday 06 January 2024 13:13:34 +0000 (0:00:00.019) 0:07:55.160 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:112 Saturday 06 January 2024 13:13:34 +0000 (0:00:00.011) 0:07:55.171 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:119 Saturday 06 January 2024 13:13:34 +0000 (0:00:00.020) 0:07:55.191 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:130 Saturday 06 January 2024 13:13:34 +0000 (0:00:00.022) 0:07:55.214 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:143 Saturday 06 January 2024 13:13:34 +0000 (0:00:00.022) 0:07:55.237 ****** 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.077874", "end": "2024-01-06 13:13:35.202965", "rc": 0, "start": "2024-01-06 13:13:35.125091" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:152 Saturday 06 January 2024 13:13:35 +0000 (0:00:00.218) 0:07:55.456 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set virtualenv_path] ***************************************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:2 Saturday 06 January 2024 13:13:35 +0000 (0:00:00.020) 0:07:55.476 ****** ok: [sut] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:9 Saturday 06 January 2024 13:13:35 +0000 (0:00:00.009) 0:07:55.486 ****** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:14 Saturday 06 January 2024 13:13:35 +0000 (0:00:00.011) 0:07:55.497 ****** skipping: [sut] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Ensure python3 is installed] ********************************************* task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:18 Saturday 06 January 2024 13:13:35 +0000 (0:00:00.011) 0:07:55.508 ****** 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-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:28 Saturday 06 January 2024 13:13:35 +0000 (0:00:00.391) 0:07:55.899 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version != \"7\"", "skip_reason": "Conditional result was False" } TASK [Retrieve certificate file stats] ***************************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:38 Saturday 06 January 2024 13:13:35 +0000 (0:00:00.008) 0:07:55.908 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704546813.5167725, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "62b4af4ae90a2a9381bcd77557dacb0ca30d6587", "ctime": 1704546813.6057727, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 50, "gr_name": "ftp", "inode": 166055, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0640", "mtime": 1704546813.5127726, "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": "18446744073224854057", "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-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:43 Saturday 06 January 2024 13:13:35 +0000 (0:00:00.151) 0:07:56.060 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:49 Saturday 06 January 2024 13:13:35 +0000 (0:00:00.010) 0:07:56.071 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:59 Saturday 06 January 2024 13:13:35 +0000 (0:00:00.020) 0:07:56.091 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:65 Saturday 06 January 2024 13:13:35 +0000 (0:00:00.019) 0:07:56.111 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704546812.6497726, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "68b571bad21afb4bbeb80fdb0b4447b39bd15baa", "ctime": 1704546813.6057727, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 50, "gr_name": "ftp", "inode": 166054, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0640", "mtime": 1704546813.5127726, "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": "18446744073224854041", "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-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:70 Saturday 06 January 2024 13:13:36 +0000 (0:00:00.151) 0:07:56.262 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:76 Saturday 06 January 2024 13:13:36 +0000 (0:00:00.011) 0:07:56.273 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:86 Saturday 06 January 2024 13:13:36 +0000 (0:00:00.020) 0:07:56.294 ****** ok: [sut] => { "certificate": { "extensions": { "authorityInfoAccess": { "critical": false, "value": [ { "location": "http://ipa-ca.test.local/ca/ocsp", "method": "OCSP" } ] }, "authorityKeyIdentifier": { "critical": false, "value": "50:21:D9:06:03:97:F2:BA:C0:9F:91:AD:FB:94:A0:47:D2:55:DF:FA" }, "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": "1F:6D:F5:A2:10:98:49:D3:DE:57:52:2D:E8:19:03:6E:A5:06:46:E1" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "6E:E1:44:A5:A7:85:BC:AD:2A:E8:F5:A8:58:5B:1C:07:04:8C:F9:8E:B8:55:0F:28:92:54:EE:E4:31:F1:FB:4A:E5:CF:B8:7B:DD:55:13:E8:18:A9:CB:2A:8F:02:E6:50:B3:DC:A9:7C:D1:AE:BF:AE:4A:6F:16:46:7C:32:51:81:29:EE:57:DA:92:D7:40:20:B5:3E:01:8F:62:90:3A:CD:7A:39:AF:88:5A:19:56:66:5D:55:C5:FE:AE:9C:A9:04:FE:67:B4:6C:0E:9C:B9:9F:AC:D6:3A:FB:EE:E1:C8:E8:25:BD:34:99:A5:7A:C9:E3:58:67:B2:0E:39:CE:5B:B1:27:44:D7:57:D9:5A:09:91:C4:DE:FC:FC:AE:45:9E:4A:14:F9:10:43:32:0D:94:E8:F8:7A:D2:27:C4:AA:07:97:5E:26:6E:A9:40:A6:A3:00:B9:E4:26:EA:1F:BE:2D:C0:C3:47:F2:A1:95:42:24:10:62:24:DA:BC:04:FD:38:F8:A7:67:6D:80:1E:DF:9C:91:30:F5:0C:38:7B:6C:4C:6E:5B:D4:F6:A1:83:91:F8:CC:A1:14:D0:7C:82:90:20:B3:F5:F2:83:E3:BF:F3:B4:80:A1:0F:39:85:8D:30:A0:F2:E6:9E:DA:E5:43:2D:66:B0:2A:FD:3E:DA:9E:2D:7C:46" }, "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": "20260106131333Z", "not_valid_before": "20240106131333Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:92 Saturday 06 January 2024 13:13:36 +0000 (0:00:00.225) 0:07:56.519 ****** 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": "50:21:D9:06:03:97:F2:BA:C0:9F:91:AD:FB:94:A0:47:D2:55:DF:FA" }, "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": "1F:6D:F5:A2:10:98:49:D3:DE:57:52:2D:E8:19:03:6E:A5:06:46:E1" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "6E:E1:44:A5:A7:85:BC:AD:2A:E8:F5:A8:58:5B:1C:07:04:8C:F9:8E:B8:55:0F:28:92:54:EE:E4:31:F1:FB:4A:E5:CF:B8:7B:DD:55:13:E8:18:A9:CB:2A:8F:02:E6:50:B3:DC:A9:7C:D1:AE:BF:AE:4A:6F:16:46:7C:32:51:81:29:EE:57:DA:92:D7:40:20:B5:3E:01:8F:62:90:3A:CD:7A:39:AF:88:5A:19:56:66:5D:55:C5:FE:AE:9C:A9:04:FE:67:B4:6C:0E:9C:B9:9F:AC:D6:3A:FB:EE:E1:C8:E8:25:BD:34:99:A5:7A:C9:E3:58:67:B2:0E:39:CE:5B:B1:27:44:D7:57:D9:5A:09:91:C4:DE:FC:FC:AE:45:9E:4A:14:F9:10:43:32:0D:94:E8:F8:7A:D2:27:C4:AA:07:97:5E:26:6E:A9:40:A6:A3:00:B9:E4:26:EA:1F:BE:2D:C0:C3:47:F2:A1:95:42:24:10:62:24:DA:BC:04:FD:38:F8:A7:67:6D:80:1E:DF:9C:91:30:F5:0C:38:7B:6C:4C:6E:5B:D4:F6:A1:83:91:F8:CC:A1:14:D0:7C:82:90:20:B3:F5:F2:83:E3:BF:F3:B4:80:A1:0F:39:85:8D:30:A0:F2:E6:9E:DA:E5:43:2D:66:B0:2A:FD:3E:DA:9E:2D:7C:46" }, "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": "20260106131333Z", "not_valid_before": "20240106131333Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:96 Saturday 06 January 2024 13:13:36 +0000 (0:00:00.011) 0:07:56.530 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:104 Saturday 06 January 2024 13:13:36 +0000 (0:00:00.019) 0:07:56.550 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:112 Saturday 06 January 2024 13:13:36 +0000 (0:00:00.011) 0:07:56.561 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:119 Saturday 06 January 2024 13:13:36 +0000 (0:00:00.018) 0:07:56.580 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:130 Saturday 06 January 2024 13:13:36 +0000 (0:00:00.021) 0:07:56.601 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:143 Saturday 06 January 2024 13:13:36 +0000 (0:00:00.020) 0:07:56.622 ****** 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.076962", "end": "2024-01-06 13:13:36.584032", "rc": 0, "start": "2024-01-06 13:13:36.507070" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /WORKDIR/git-weekly-cicqwywuke/tests/tasks/assert_certificate_parameters.yml:152 Saturday 06 January 2024 13:13:36 +0000 (0:00:00.214) 0:07:56.836 ****** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=97 changed=29 unreachable=0 failed=0 skipped=57 rescued=0 ignored=0 Saturday 06 January 2024 13:13:36 +0000 (0:00:00.025) 0:07:56.862 ****** =============================================================================== ipaserver : Install - Setup CA ---------------------------------------- 199.32s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:276 ----------------------- ipaserver : Install - Setup HTTP --------------------------------------- 70.47s /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 ---- 60.30s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:7 ------------------------- ipaserver : Install - Setup DS ----------------------------------------- 29.44s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:214 ----------------------- ipaserver : Install - Setup KRB ----------------------------------------- 5.75s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:243 ----------------------- ipaclient : Install - Create IPA NSS database --------------------------- 5.22s /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:355 ----------------------- ipaserver : Install - Setup custodia ------------------------------------ 4.32s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:270 ----------------------- fedora.linux_system_roles.certificate : Ensure certificate requests ----- 3.86s /WORKDIR/git-weekly-cicqwywuke/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 ipaclient : Install - IPA API calls for remaining enrollment parts ------ 3.03s /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:335 ----------------------- ipaserver : Install - Set DS password ----------------------------------- 3.00s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:411 ----------------------- ipaserver : Install - Setup otpd ---------------------------------------- 2.41s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:329 ----------------------- ipaserver : Install - Server preparation -------------------------------- 2.25s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:161 ----------------------- Ensure nss package is up-to-date ---------------------------------------- 1.75s /WORKDIR/git-weekly-cicqwywuke/tests/tasks/setup_ipa.yml:65 ------------------- ipaserver : Install - Server installation test -------------------------- 1.13s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:62 ------------------------ ipaserver : Firewalld service - Ensure that firewalld is running -------- 1.06s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:34 ------------------------ fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 1.03s /WORKDIR/git-weekly-cicqwywuke/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 ipaserver : Install - Setup NTP ----------------------------------------- 1.01s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:207 ----------------------- Clone ansible-freeipa repo ---------------------------------------------- 0.90s /WORKDIR/git-weekly-cicqwywuke/tests/tasks/setup_ipa.yml:32 ------------------- Gathering Facts --------------------------------------------------------- 0.77s /WORKDIR/git-weekly-cicqwywuke/tests/tests_basic_ipa.yml:2 -------------------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---