ansible-playbook [core 2.17.5]
  config file = None
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.12/site-packages/ansible
  ansible collection location = /tmp/collections-9WG
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.7 (main, Oct  1 2024, 00:00:00) [GCC 14.2.1 20240912 (Red Hat 14.2.1-3)] (/usr/bin/python3.12)
  jinja version = 3.1.4
  libyaml = True
No config file found; using defaults
running playbook inside collection fedora.linux_system_roles
statically imported: /tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.

PLAYBOOK: tests_basic_ipa.yml **************************************************
1 plays in /tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml

PLAY [Test using IPA to issue certs] *******************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:2
Saturday 02 November 2024  08:25:59 -0400 (0:00:00.008)       0:00:00.008 ***** 
[WARNING]: Platform linux on host managed-node1 is using the discovered Python
interpreter at /usr/bin/python3.12, but future installation of another Python
interpreter could change the meaning of that path. See
https://docs.ansible.com/ansible-
core/2.17/reference_appendices/interpreter_discovery.html for more information.
ok: [managed-node1]

TASK [Check if system is ostree] ***********************************************
task path: /tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:13
Saturday 02 November 2024  08:26:01 -0400 (0:00:02.797)       0:00:02.806 ***** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [Skip if not supported] ***************************************************
task path: /tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:18
Saturday 02 November 2024  08:26:02 -0400 (0:00:00.459)       0:00:03.265 ***** 
META: end_host conditional evaluated to False, continuing execution for managed-node1
skipping: [managed-node1] => {
    "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1"
}

MSG:

end_host conditional evaluated to false, continuing execution for managed-node1

TASK [Set __is_beaker_env] *****************************************************
task path: /tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:2
Saturday 02 November 2024  08:26:02 -0400 (0:00:00.009)       0:00:03.275 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__is_beaker_env": true
    },
    "changed": false
}

TASK [Check if system is ostree] ***********************************************
task path: /tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:9
Saturday 02 November 2024  08:26:02 -0400 (0:00:00.047)       0:00:03.323 ***** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [Set flag to indicate system is ostree] ***********************************
task path: /tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:14
Saturday 02 November 2024  08:26:02 -0400 (0:00:00.416)       0:00:03.740 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__certificate_is_ostree": false
    },
    "changed": false
}

TASK [Install ansible-freeipa] *************************************************
task path: /tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:18
Saturday 02 November 2024  08:26:02 -0400 (0:00:00.042)       0:00:03.782 ***** 
changed: [managed-node1 -> 127.0.0.1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: python3-cffi-1.16.0-4.fc40.x86_64",
        "Installed: python3-packaging-23.2-4.fc40.noarch",
        "Installed: fmt-10.2.1-5.fc40.x86_64",
        "Installed: ansible-core-2.16.12-1.fc40.noarch",
        "Installed: ansible-freeipa-1.13.2-1.fc40.noarch",
        "Installed: python3-argcomplete-3.5.1-1.fc40.noarch",
        "Installed: libdnf5-5.1.17-2.fc40.x86_64",
        "Installed: python3-ply-3.11-23.fc40.noarch",
        "Installed: python3-resolvelib-1.0.1-4.fc40.noarch",
        "Installed: python3-cryptography-41.0.7-1.fc40.x86_64",
        "Installed: python3-pycparser-2.20-14.fc40.noarch",
        "Installed: python3-libdnf5-5.1.17-2.fc40.x86_64"
    ]
}
lsrpackages: ansible-freeipa

TASK [Ensure freeipa-repo is absent] *******************************************
task path: /tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:24
Saturday 02 November 2024  08:26:09 -0400 (0:00:06.971)       0:00:10.754 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __is_beaker_env",
    "skip_reason": "Conditional result was False"
}

TASK [Clone ansible-freeipa repo] **********************************************
task path: /tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:32
Saturday 02 November 2024  08:26:09 -0400 (0:00:00.020)       0:00:10.774 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __is_beaker_env",
    "skip_reason": "Conditional result was False"
}

TASK [Create role symlinks] ****************************************************
task path: /tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:41
Saturday 02 November 2024  08:26:09 -0400 (0:00:00.019)       0:00:10.794 ***** 
skipping: [managed-node1] => (item=ipaserver)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "not __is_beaker_env",
    "item": "ipaserver",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=ipaclient)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "not __is_beaker_env",
    "item": "ipaclient",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [Ensure hostname package is installed] ************************************
task path: /tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:53
Saturday 02 November 2024  08:26:10 -0400 (0:00:00.027)       0:00:10.822 ***** 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: hostname

TASK [Set hostname] ************************************************************
task path: /tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:59
Saturday 02 November 2024  08:26:23 -0400 (0:00:13.019)       0:00:23.841 ***** 
changed: [managed-node1] => {
    "ansible_facts": {
        "ansible_domain": "test.local",
        "ansible_fqdn": "ipaserver.test.local",
        "ansible_hostname": "ipaserver",
        "ansible_nodename": "ipaserver.test.local"
    },
    "changed": true,
    "name": "ipaserver.test.local"
}

TASK [Ensure nss package is up-to-date] ****************************************
task path: /tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:65
Saturday 02 November 2024  08:26:23 -0400 (0:00:00.838)       0:00:24.679 ***** 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: nss

TASK [Include ipaserver role] **************************************************
task path: /tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:82
Saturday 02 November 2024  08:26:25 -0400 (0:00:01.414)       0:00:26.093 ***** 
included: ipaserver for managed-node1

TASK [ipaserver : Import variables specific to distribution] *******************
task path: /usr/share/ansible/roles/ipaserver/tasks/main.yml:4
Saturday 02 November 2024  08:26:25 -0400 (0:00:00.027)       0:00:26.121 ***** 
ok: [managed-node1] => (item=/usr/share/ansible/roles/ipaserver/vars/Fedora.yml) => {
    "ansible_facts": {
        "ipaserver_packages": [
            "freeipa-server",
            "python3-libselinux"
        ],
        "ipaserver_packages_adtrust": [
            "freeipa-server-trust-ad"
        ],
        "ipaserver_packages_dns": [
            "freeipa-server-dns"
        ],
        "ipaserver_packages_firewalld": [
            "firewalld"
        ]
    },
    "ansible_included_var_files": [
        "/usr/share/ansible/roles/ipaserver/vars/Fedora.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/usr/share/ansible/roles/ipaserver/vars/Fedora.yml"
}

TASK [ipaserver : Install IPA server] ******************************************
task path: /usr/share/ansible/roles/ipaserver/tasks/main.yml:19
Saturday 02 November 2024  08:26:25 -0400 (0:00:00.026)       0:00:26.148 ***** 
included: /usr/share/ansible/roles/ipaserver/tasks/install.yml for managed-node1

TASK [ipaserver : Install - Ensure that IPA server packages are installed] *****
task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:7
Saturday 02 November 2024  08:26:25 -0400 (0:00:00.069)       0:00:26.218 ***** 
changed: [managed-node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: cups-libs-1:2.4.11-1.fc40.x86_64",
        "Installed: libusbmuxd-2.0.2^20230620git8d30a55-5.fc40.x86_64",
        "Installed: libcanberra-0.30-35.fc40.x86_64",
        "Installed: poppler-24.02.0-2.fc40.x86_64",
        "Installed: libcanberra-gtk3-0.30-35.fc40.x86_64",
        "Installed: poppler-data-0.4.11-7.fc40.noarch",
        "Installed: poppler-glib-24.02.0-2.fc40.x86_64",
        "Installed: rav1e-libs-0.7.1-4.fc40.x86_64",
        "Installed: libgexiv2-0.14.3-1.fc40.x86_64",
        "Installed: iso-codes-4.16.0-3.fc40.noarch",
        "Installed: gpgmepp-1.23.2-3.fc40.x86_64",
        "Installed: python3-dogtag-pki-11.5.0-3.fc40.noarch",
        "Installed: python3-argcomplete-3.5.1-1.fc40.noarch",
        "Installed: libgsf-1.14.53-1.fc40.x86_64",
        "Installed: geoclue2-2.7.0-5.fc40.x86_64",
        "Installed: libcloudproviders-0.3.5-3.fc40.x86_64",
        "Installed: cyrus-sasl-gssapi-2.1.28-19.fc40.x86_64",
        "Installed: cyrus-sasl-md5-2.1.28-19.fc40.x86_64",
        "Installed: cyrus-sasl-plain-2.1.28-19.fc40.x86_64",
        "Installed: jackson-annotations-2.16.1-3.fc40.noarch",
        "Installed: libvisual-1:0.4.1-4.fc40.x86_64",
        "Installed: jackson-core-2.16.1-4.fc40.noarch",
        "Installed: jackson-databind-2.16.1-4.fc40.noarch",
        "Installed: jackson-jaxrs-json-provider-2.16.1-3.fc40.noarch",
        "Installed: jackson-jaxrs-providers-2.16.1-3.fc40.noarch",
        "Installed: python3-pyusb-1.2.1-9.fc40.noarch",
        "Installed: jackson-module-jaxb-annotations-2.16.1-3.fc40.noarch",
        "Installed: libvmaf-2.3.0-7.fc40.x86_64",
        "Installed: jakarta-activation-2.1.2-6.fc40.noarch",
        "Installed: perl-Text-Diff-1.45-21.fc40.noarch",
        "Installed: jakarta-annotations-1.3.5-22.fc40.noarch",
        "Installed: libvorbis-1:1.3.7-10.fc40.x86_64",
        "Installed: opus-1.5.1-1.fc40.x86_64",
        "Installed: libipa_hbac-2.9.5-1.fc40.x86_64",
        "Installed: graphene-1.10.6-8.fc40.x86_64",
        "Installed: graphite2-1.3.14-15.fc40.x86_64",
        "Installed: libcue-2.3.0-3.fc40.x86_64",
        "Installed: libwebp-1.3.2-5.fc40.x86_64",
        "Installed: libjose-14-1.fc40.x86_64",
        "Installed: libjxl-1:0.8.3-1.fc40.x86_64",
        "Installed: perl-Tie-4.6-506.fc40.noarch",
        "Installed: libkadm5-1.21.3-1.fc40.x86_64",
        "Installed: slapi-nis-0.60.0-5.fc40.x86_64",
        "Installed: osinfo-db-tools-1.11.0-5.fc40.x86_64",
        "Installed: webp-pixbuf-loader-0.2.7-1.fc40.x86_64",
        "Installed: webrtc-audio-processing-1.3-1.fc40.x86_64",
        "Installed: sssd-common-pac-2.9.5-1.fc40.x86_64",
        "Installed: sssd-dbus-2.9.5-1.fc40.x86_64",
        "Installed: sssd-idp-2.9.5-1.fc40.x86_64",
        "Installed: sssd-ipa-2.9.5-1.fc40.x86_64",
        "Installed: slf4j-1.7.32-12.fc40.noarch",
        "Installed: sssd-krb5-2.9.5-1.fc40.x86_64",
        "Installed: sssd-krb5-common-2.9.5-1.fc40.x86_64",
        "Installed: slf4j-jdk14-1.7.32-12.fc40.noarch",
        "Installed: sssd-passkey-2.9.5-1.fc40.x86_64",
        "Installed: sssd-tools-2.9.5-1.fc40.x86_64",
        "Installed: python3-dns-2.6.1-1.fc40.noarch",
        "Installed: libdatrie-0.2.13-9.fc40.x86_64",
        "Installed: cairo-1.18.0-3.fc40.x86_64",
        "Installed: dbus-tools-1:1.14.10-3.fc40.x86_64",
        "Installed: libnotify-0.8.3-3.fc40.x86_64",
        "Installed: cairo-gobject-1.18.0-3.fc40.x86_64",
        "Installed: dconf-0.40.0-12.fc40.x86_64",
        "Installed: liblc3-1.1.1-1.fc40.x86_64",
        "Installed: svt-av1-libs-2.1.0-1.fc40.x86_64",
        "Installed: fdk-aac-free-2.0.0-13.fc40.x86_64",
        "Installed: rsvg-pixbuf-loader-2.57.1-7.fc40.x86_64",
        "Installed: gsm-1.0.22-6.fc40.x86_64",
        "Installed: fedora-logos-httpd-38.1.0-5.fc40.noarch",
        "Installed: libogg-2:1.3.5-8.fc40.x86_64",
        "Installed: libxshmfence-1.3.2-3.fc40.x86_64",
        "Installed: python3-ipaclient-4.12.2-1.fc40.noarch",
        "Installed: python3-ipalib-4.12.2-1.fc40.noarch",
        "Installed: python3-ipaserver-4.12.2-1.fc40.noarch",
        "Installed: javapackages-filesystem-6.2.0-9.fc40.noarch",
        "Installed: perl-IO-Compress-2.207-1.fc40.noarch",
        "Installed: javapackages-tools-6.2.0-9.fc40.noarch",
        "Installed: perl-IO-Compress-Lzma-2.207-1.fc40.noarch",
        "Installed: jaxb-api-4.0.1-5.fc40.noarch",
        "Installed: nss-tools-3.105.0-1.fc40.x86_64",
        "Installed: softhsm-2.6.1-9.fc40.x86_64",
        "Installed: perl-IO-Zlib-1:1.15-1.fc40.noarch",
        "Installed: publicsuffix-list-20240107-3.fc40.noarch",
        "Installed: giflib-5.2.2-1.fc40.x86_64",
        "Installed: jbigkit-libs-2.1-29.fc40.x86_64",
        "Installed: jboss-jaxrs-2.0-api-1.0.0-27.fc40.noarch",
        "Installed: jboss-logging-3.5.3-5.fc40.noarch",
        "Installed: jboss-logging-tools-2.2.1-17.fc40.noarch",
        "Installed: python3-lib389-3.0.4-3.fc40.noarch",
        "Installed: sound-theme-freedesktop-0.8-21.fc40.noarch",
        "Installed: python3-gssapi-1.7.3-8.fc40.x86_64",
        "Installed: adwaita-cursor-theme-46.2-2.fc40.noarch",
        "Installed: adwaita-icon-theme-46.2-2.fc40.noarch",
        "Installed: adwaita-icon-theme-legacy-46.2-1.fc40.noarch",
        "Installed: python3-libipa_hbac-2.9.5-1.fc40.x86_64",
        "Installed: words-3.0-45.fc40.noarch",
        "Installed: jdeparser-2.0.3-17.fc40.noarch",
        "Installed: apache-commons-cli-1.6.0-5.fc40.noarch",
        "Installed: apache-commons-codec-1.16.0-7.fc40.noarch",
        "Installed: jemalloc-5.3.0-6.fc40.x86_64",
        "Installed: libosinfo-1.11.0-5.fc40.x86_64",
        "Installed: alsa-lib-1.2.12-1.fc40.x86_64",
        "Installed: apache-commons-lang3-3.14.0-5.fc40.noarch",
        "Installed: apache-commons-logging-1.3.0-5.fc40.noarch",
        "Installed: apache-commons-net-3.10.0-5.fc40.noarch",
        "Installed: oddjob-0.34.7-13.fc40.x86_64",
        "Installed: oddjob-mkhomedir-0.34.7-13.fc40.x86_64",
        "Installed: perl-debugger-1.60-506.fc40.noarch",
        "Installed: cdparanoia-libs-10.2-44.fc40.x86_64",
        "Installed: libepoxy-1.5.10-6.fc40.x86_64",
        "Installed: libpciaccess-0.16-12.fc40.x86_64",
        "Installed: python3-ifaddr-0.1.7-13.fc40.noarch",
        "Installed: apr-util-1.6.3-16.fc40.x86_64",
        "Installed: apr-util-lmdb-1.6.3-16.fc40.x86_64",
        "Installed: apr-util-openssl-1.6.3-16.fc40.x86_64",
        "Installed: perl-meta-notation-5.38.2-506.fc40.noarch",
        "Installed: certmonger-0.79.19-5.fc40.x86_64",
        "Installed: apache-commons-io-1:2.16.1-1.fc40.noarch",
        "Installed: apr-1.7.5-1.fc40.x86_64",
        "Installed: perl-sigtrap-1.10-506.fc40.noarch",
        "Installed: libexif-0.6.24-7.fc40.x86_64",
        "Installed: libplist-2.3.0-4.fc40.x86_64",
        "Installed: perl-threads-1:2.36-503.fc40.x86_64",
        "Installed: perl-threads-shared-1.68-502.fc40.x86_64",
        "Installed: libpng-2:1.6.40-3.fc40.x86_64",
        "Installed: lksctp-tools-1.0.19-6.fc40.x86_64",
        "Installed: flac-libs-1.4.3-4.fc40.x86_64",
        "Installed: openssl-perl-1:3.2.2-3.fc40.x86_64",
        "Installed: xdg-desktop-portal-gtk-1.15.1-5.fc40.x86_64",
        "Installed: tomcat-1:9.0.96-1.fc40.noarch",
        "Installed: tomcat-el-3.0-api-1:9.0.96-1.fc40.noarch",
        "Installed: totem-pl-parser-3.26.6-9.fc40.x86_64",
        "Installed: tomcat-jsp-2.3-api-1:9.0.96-1.fc40.noarch",
        "Installed: tomcat-lib-1:9.0.96-1.fc40.noarch",
        "Installed: tomcat-native-1:1.3.0-3.fc40.x86_64",
        "Installed: tomcat-servlet-4.0-api-1:9.0.96-1.fc40.noarch",
        "Installed: orc-0.4.39-1.fc40.x86_64",
        "Installed: sscg-3.0.5-6.fc40.x86_64",
        "Installed: augeas-libs-1.14.2-0.1.20240903git2de06e0.fc40.x86_64",
        "Installed: python3-jwcrypto-1.4.2-9.fc40.noarch",
        "Installed: tracker-3.7.3-1.fc40.x86_64",
        "Installed: tracker-miners-3.7.3-1.fc40.x86_64",
        "Installed: libfontenc-1.1.7-3.fc40.x86_64",
        "Installed: osinfo-db-20240701-1.fc40.noarch",
        "Installed: lame-libs-3.100-17.fc40.x86_64",
        "Installed: python3-kdcproxy-1.0.0-15.fc40.noarch",
        "Installed: librsvg2-2.57.1-7.fc40.x86_64",
        "Installed: python3-pyasn1-0.6.0-1.fc40.noarch",
        "Installed: python3-pyasn1-modules-0.6.0-1.fc40.noarch",
        "Installed: autofs-1:5.1.9-7.fc40.x86_64",
        "Installed: avif-pixbuf-loader-1.0.4-3.fc40.x86_64",
        "Installed: tzdata-java-2024a-5.fc40.noarch",
        "Installed: lm_sensors-libs-3.6.0-18.fc40.x86_64",
        "Installed: dogtag-jss-5.5.0-1.fc40.1.x86_64",
        "Installed: dogtag-jss-tomcat-5.5.0-1.fc40.1.x86_64",
        "Installed: dogtag-ldapjdk-5.5.0-2.fc40.noarch",
        "Installed: python3-ldap-3.4.4-3.fc40.x86_64",
        "Installed: dogtag-pki-acme-11.5.0-3.fc40.noarch",
        "Installed: dogtag-pki-base-11.5.0-3.fc40.noarch",
        "Installed: dogtag-pki-ca-11.5.0-3.fc40.noarch",
        "Installed: dogtag-pki-java-11.5.0-3.fc40.noarch",
        "Installed: dogtag-pki-kra-11.5.0-3.fc40.noarch",
        "Installed: dogtag-pki-server-11.5.0-3.fc40.noarch",
        "Installed: perl-Algorithm-Diff-1.2010-11.fc40.noarch",
        "Installed: dogtag-pki-tools-11.5.0-3.fc40.x86_64",
        "Installed: pango-1.54.0-1.fc40.x86_64",
        "Installed: ttmkfdir-3.0.9-70.fc40.x86_64",
        "Installed: logrotate-3.21.0-6.fc40.x86_64",
        "Installed: libsss_autofs-2.9.5-1.fc40.x86_64",
        "Installed: upower-1.90.6-3.fc40.x86_64",
        "Installed: upower-libs-1.90.6-3.fc40.x86_64",
        "Installed: xml-common-0.6.3-63.fc40.noarch",
        "Installed: xml-commons-apis-1.4.01-46.fc40.noarch",
        "Installed: xml-commons-resolver-1.2-44.fc40.noarch",
        "Installed: python3-qrcode-7.4.2-12.fc40.noarch",
        "Installed: low-memory-monitor-2.1-10.fc40.x86_64",
        "Installed: libtiff-4.6.0-5.fc40.1.x86_64",
        "Installed: libtracker-sparql-3.7.3-1.fc40.x86_64",
        "Installed: fontawesome4-fonts-1:4.7.0-22.fc40.noarch",
        "Installed: perl-Archive-Tar-3.02-6.fc40.noarch",
        "Installed: libuv-1:1.49.2-1.fc40.x86_64",
        "Installed: at-spi2-atk-2.52.0-1.fc40.x86_64",
        "Installed: lua-5.4.6-5.fc40.x86_64",
        "Installed: at-spi2-core-2.52.0-1.fc40.x86_64",
        "Installed: hicolor-icon-theme-0.17-18.fc40.noarch",
        "Installed: uchardet-0.0.8-5.fc40.x86_64",
        "Installed: bind-libs-32:9.18.28-2.fc40.x86_64",
        "Installed: bind-utils-32:9.18.28-2.fc40.x86_64",
        "Installed: atk-2.52.0-1.fc40.x86_64",
        "Installed: krb5-pkinit-1.21.3-1.fc40.x86_64",
        "Installed: krb5-server-1.21.3-1.fc40.x86_64",
        "Installed: krb5-workstation-1.21.3-1.fc40.x86_64",
        "Installed: libglvnd-1:1.7.0-4.fc40.x86_64",
        "Installed: libglvnd-egl-1:1.7.0-4.fc40.x86_64",
        "Installed: libglvnd-glx-1:1.7.0-4.fc40.x86_64",
        "Installed: lua-posix-36.2.1-6.fc40.x86_64",
        "Installed: python3-wrapt-1.16.0-3.fc40.x86_64",
        "Installed: xorg-x11-fonts-Type1-7.5-38.fc40.noarch",
        "Installed: libwayland-client-1.23.0-2.fc40.x86_64",
        "Installed: libwayland-cursor-1.23.0-2.fc40.x86_64",
        "Installed: libwayland-egl-1.23.0-2.fc40.x86_64",
        "Installed: python3-mod_wsgi-5.0.0-1.fc40.x86_64",
        "Installed: libwayland-server-1.23.0-2.fc40.x86_64",
        "Installed: libwbclient-2:4.20.5-1.fc40.x86_64",
        "Installed: python3-sss-2.9.5-1.fc40.x86_64",
        "Installed: python3-sss-murmur-2.9.5-1.fc40.x86_64",
        "Installed: python3-sssdconfig-2.9.5-1.fc40.noarch",
        "Installed: fontconfig-2.15.0-6.fc40.x86_64",
        "Installed: libxcb-1.17.0-2.fc40.x86_64",
        "Installed: bluez-libs-5.78-1.fc40.x86_64",
        "Installed: freeipa-healthcheck-core-0.16-5.fc40.noarch",
        "Installed: gstreamer1-1.24.9-1.fc40.x86_64",
        "Installed: python3-yubico-1.3.3-15.fc40.noarch",
        "Installed: xprop-1.2.7-1.fc40.x86_64",
        "Installed: httpcomponents-client-4.5.14-8.fc40.noarch",
        "Installed: httpcomponents-core-4.4.16-8.fc40.noarch",
        "Installed: python3-typing-extensions-4.12.2-2.fc40.noarch",
        "Installed: freeipa-client-4.12.2-1.fc40.x86_64",
        "Installed: freeipa-client-common-4.12.2-1.fc40.noarch",
        "Installed: gstreamer1-plugins-base-1.24.9-1.fc40.x86_64",
        "Installed: libgrss-0.7.0-19.fc40.x86_64",
        "Installed: freeipa-common-4.12.2-1.fc40.noarch",
        "Installed: lcms2-2.16-3.fc40.x86_64",
        "Installed: freeipa-selinux-4.12.2-1.fc40.noarch",
        "Installed: freeipa-server-4.12.2-1.fc40.x86_64",
        "Installed: freeipa-server-common-4.12.2-1.fc40.noarch",
        "Installed: freetype-2.13.2-5.fc40.x86_64",
        "Installed: python3-netaddr-0.10.1-4.fc40.noarch",
        "Installed: gtk-update-icon-cache-3.24.43-1.fc40.x86_64",
        "Installed: gtk3-3.24.43-1.fc40.x86_64",
        "Installed: fribidi-1.0.14-2.fc40.x86_64",
        "Installed: avahi-glib-0.8-26.fc40.x86_64",
        "Installed: libsbc-2.0-4.fc40.x86_64",
        "Installed: rtkit-0.11-63.fc40.x86_64",
        "Installed: fstrm-0.6.1-10.fc40.x86_64",
        "Installed: ecj-1:4.23-9.fc40.noarch",
        "Installed: libgxps-0.3.2-8.fc40.x86_64",
        "Installed: llvm-libs-18.1.8-2.fc40.x86_64",
        "Installed: mkfontscale-1.2.2-6.fc40.x86_64",
        "Installed: fuse-common-3.16.2-3.fc40.x86_64",
        "Installed: fuse3-3.16.2-3.fc40.x86_64",
        "Installed: fuse3-libs-3.16.2-3.fc40.x86_64",
        "Installed: harfbuzz-8.5.0-1.fc40.x86_64",
        "Installed: usbmuxd-1.1.1^20230720git61b99ab-2.fc40.x86_64",
        "Installed: libicu-74.2-1.fc40.x86_64",
        "Installed: highway-1.2.0-2.fc40.x86_64",
        "Installed: python3-augeas-1.1.0-12.fc40.noarch",
        "Installed: mod_auth_gssapi-1.6.5-4.fc40.x86_64",
        "Installed: colord-libs-1.4.7-3.fc40.x86_64",
        "Installed: wireplumber-0.5.5-1.fc40.x86_64",
        "Installed: wireplumber-libs-0.5.5-1.fc40.x86_64",
        "Installed: libXau-1.0.11-6.fc40.x86_64",
        "Installed: perl-Compress-Raw-Bzip2-2.210-1.fc40.x86_64",
        "Installed: perl-Compress-Raw-Lzma-2.209-8.fc40.x86_64",
        "Installed: perl-Compress-Raw-Zlib-2.209-1.fc40.x86_64",
        "Installed: mod_lookup_identity-1.0.0-20.fc40.x86_64",
        "Installed: libXcomposite-0.4.6-3.fc40.x86_64",
        "Installed: libXcursor-1.2.1-7.fc40.x86_64",
        "Installed: libXdamage-1.1.6-3.fc40.x86_64",
        "Installed: libimobiledevice-1.3.0^20230705git6fc41f5-4.fc40.x86_64",
        "Installed: libXext-1.3.6-1.fc40.x86_64",
        "Installed: libimobiledevice-glue-1.0.0-3.fc40.x86_64",
        "Installed: libXfixes-6.0.1-3.fc40.x86_64",
        "Installed: pipewire-1.0.9-1.fc40.x86_64",
        "Installed: pipewire-alsa-1.0.9-1.fc40.x86_64",
        "Installed: mailcap-2.1.54-5.fc40.noarch",
        "Installed: httpd-2.4.62-2.fc40.x86_64",
        "Installed: httpd-core-2.4.62-2.fc40.x86_64",
        "Installed: httpd-filesystem-2.4.62-2.fc40.noarch",
        "Installed: pipewire-jack-audio-connection-kit-1.0.9-1.fc40.x86_64",
        "Installed: httpd-tools-2.4.62-2.fc40.x86_64",
        "Installed: libXft-2.3.8-6.fc40.x86_64",
        "Installed: pipewire-jack-audio-connection-kit-libs-1.0.9-1.fc40.x86_64",
        "Installed: hwdata-0.388-1.fc40.noarch",
        "Installed: pipewire-libs-1.0.9-1.fc40.x86_64",
        "Installed: libXinerama-1.1.5-6.fc40.x86_64",
        "Installed: libsndfile-1.2.2-2.fc40.x86_64",
        "Installed: pipewire-pulseaudio-1.0.9-1.fc40.x86_64",
        "Installed: pixman-0.43.4-1.fc40.x86_64",
        "Installed: libXrandr-1.5.4-3.fc40.x86_64",
        "Installed: libXrender-0.9.11-6.fc40.x86_64",
        "Installed: bash-completion-1:2.11-14.fc40.noarch",
        "Installed: xdg-desktop-portal-1.18.4-1.fc40.x86_64",
        "Installed: libsoup-2.74.3-6.fc40.x86_64",
        "Installed: libXv-1.0.12-3.fc40.x86_64",
        "Installed: libiptcdata-1.0.5-17.fc40.x86_64",
        "Installed: libXxf86vm-1.1.5-6.fc40.x86_64",
        "Installed: pki-resteasy-client-3.0.26-29.fc40.noarch",
        "Installed: pki-resteasy-core-3.0.26-29.fc40.noarch",
        "Installed: pki-resteasy-jackson2-provider-3.0.26-29.fc40.noarch",
        "Installed: pki-resteasy-servlet-initializer-3.0.26-29.fc40.noarch",
        "Installed: libX11-1.8.10-2.fc40.x86_64",
        "Installed: libX11-common-1.8.10-2.fc40.noarch",
        "Installed: libX11-xcb-1.8.10-2.fc40.x86_64",
        "Installed: mesa-dri-drivers-24.1.7-1.fc40.x86_64",
        "Installed: mesa-filesystem-24.1.7-1.fc40.x86_64",
        "Installed: mesa-libEGL-24.1.7-1.fc40.x86_64",
        "Installed: mesa-libGL-24.1.7-1.fc40.x86_64",
        "Installed: open-sans-fonts-1.10-21.fc40.noarch",
        "Installed: libXi-1.8.2-1.fc40.x86_64",
        "Installed: libXtst-1.2.5-1.fc40.x86_64",
        "Installed: mesa-libgbm-24.1.7-1.fc40.x86_64",
        "Installed: mesa-libglapi-24.1.7-1.fc40.x86_64",
        "Installed: mesa-va-drivers-24.1.7-1.fc40.x86_64",
        "Installed: perl-DB_File-1.859-3.fc40.x86_64",
        "Installed: libjpeg-turbo-3.0.2-1.fc40.x86_64",
        "Installed: libaom-3.9.0-1.fc40.x86_64",
        "Installed: libstemmer-2.2.0-10.fc40.x86_64",
        "Installed: libavif-1.0.4-3.fc40.x86_64",
        "Installed: mpg123-libs-1.31.3-4.fc40.x86_64",
        "Installed: python3-ply-3.11-23.fc40.noarch",
        "Installed: python3-cffi-1.16.0-4.fc40.x86_64",
        "Installed: libasyncns-0.8-28.fc40.x86_64",
        "Installed: copy-jdk-configs-4.1-5.fc40.noarch",
        "Installed: policycoreutils-python-utils-3.7-3.fc40.noarch",
        "Installed: libthai-0.1.29-8.fc40.x86_64",
        "Installed: libtheora-1:1.1.1-36.fc40.x86_64",
        "Installed: python3-psutil-5.9.8-1.fc40.x86_64",
        "Installed: 389-ds-base-3.0.4-3.fc40.x86_64",
        "Installed: 389-ds-base-libs-3.0.4-3.fc40.x86_64",
        "Installed: java-17-openjdk-headless-1:17.0.13.0.11-1.fc40.x86_64",
        "Installed: java-21-openjdk-1:21.0.5.0.11-1.fc40.x86_64",
        "Installed: java-21-openjdk-devel-1:21.0.5.0.11-1.fc40.x86_64",
        "Installed: java-21-openjdk-headless-1:21.0.5.0.11-1.fc40.x86_64",
        "Installed: perl-Devel-Peek-1.33-506.fc40.x86_64",
        "Installed: python3-pycparser-2.20-14.fc40.noarch",
        "Installed: libldac-2.0.2.3-15.fc40.x86_64",
        "Installed: liblerc-4.0.0-6.fc40.x86_64",
        "Installed: python3-cryptography-41.0.7-1.fc40.x86_64",
        "Installed: julietaula-montserrat-fonts-1:7.222-8.fc40.noarch",
        "Installed: jxl-pixbuf-loader-1:0.8.3-1.fc40.x86_64",
        "Installed: openjpeg2-2.5.2-1.fc40.x86_64",
        "Installed: pulseaudio-libs-16.1-8.fc40.x86_64",
        "Installed: exempi-2.6.4-5.fc40.x86_64",
        "Installed: openldap-clients-2.6.7-1.fc40.x86_64",
        "Installed: exiv2-0.27.6-7.fc40.x86_64",
        "Installed: perl-Term-ReadLine-1.17-506.fc40.noarch",
        "Installed: exiv2-libs-0.27.6-7.fc40.x86_64",
        "Installed: libdav1d-1.4.3-1.fc40.x86_64",
        "Installed: libdb-5.3.28-62.fc40.x86_64",
        "Installed: mod_http2-2.0.29-1.fc40.x86_64",
        "Installed: mod_lua-2.4.62-2.fc40.x86_64",
        "Installed: mod_session-2.4.62-2.fc40.x86_64",
        "Installed: mod_ssl-1:2.4.62-2.fc40.x86_64",
        "Installed: python3-decorator-5.1.1-9.fc40.noarch",
        "Installed: libunwind-1.8.0-3.fc40.x86_64",
        "Installed: samba-client-libs-2:4.20.5-1.fc40.x86_64",
        "Installed: samba-common-2:4.20.5-1.fc40.noarch",
        "Installed: gdk-pixbuf2-2.42.10-8.fc40.x86_64",
        "Installed: samba-common-libs-2:4.20.5-1.fc40.x86_64",
        "Installed: python3-deprecated-1.2.14-5.fc40.noarch",
        "Installed: gdk-pixbuf2-modules-2.42.10-8.fc40.x86_64",
        "Installed: acl-2.3.2-1.fc40.x86_64",
        "Installed: libdrm-2.4.123-1.fc40.x86_64"
    ]
}

TASK [ipaserver : Install - Ensure that IPA server packages for dns are installed] ***
task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:12
Saturday 02 November 2024  08:27:44 -0400 (0:01:19.437)       0:01:45.655 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ipaserver_setup_dns | bool",
    "skip_reason": "Conditional result was False"
}

TASK [ipaserver : Install - Ensure that IPA server packages for adtrust are installed] ***
task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:18
Saturday 02 November 2024  08:27:44 -0400 (0:00:00.058)       0:01:45.713 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ipaserver_setup_adtrust | bool",
    "skip_reason": "Conditional result was False"
}

TASK [ipaserver : Install - Ensure that firewall packages installed] ***********
task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:24
Saturday 02 November 2024  08:27:44 -0400 (0:00:00.050)       0:01:45.764 ***** 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [ipaserver : Firewalld service - Ensure that firewalld is running] ********
task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:34
Saturday 02 November 2024  08:27:47 -0400 (0:00:02.055)       0:01:47.819 ***** 
changed: [managed-node1] => {
    "changed": true,
    "enabled": true,
    "name": "firewalld",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "basic.target dbus.socket dbus-broker.service polkit.service system.slice sysinit.target",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target network-pre.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "iptables.service shutdown.target ipset.service nftables.service ip6tables.service ebtables.service",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "\"man:firewalld(1)\"",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14719",
        "LimitNPROCSoft": "14719",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14719",
        "LimitSIGPENDINGSoft": "14719",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3451052032",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "[not set]",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "[not set]",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "[not set]",
        "MemoryZSwapCurrent": "[not set]",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "firewalld.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target dbus.socket system.slice",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "4415",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [ipaserver : Firewalld - Verify runtime zone "{{ ipaserver_firewalld_zone }}"] ***
task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:40
Saturday 02 November 2024  08:27:48 -0400 (0:00:01.904)       0:01:49.724 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ipaserver_firewalld_zone is defined",
    "skip_reason": "Conditional result was False"
}

TASK [ipaserver : Firewalld - Verify permanent zone "{{ ipaserver_firewalld_zone }}"] ***
task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:47
Saturday 02 November 2024  08:27:48 -0400 (0:00:00.037)       0:01:49.761 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ipaserver_firewalld_zone is defined",
    "skip_reason": "Conditional result was False"
}

TASK [ipaserver : Copy external certs] *****************************************
task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:55
Saturday 02 November 2024  08:27:49 -0400 (0:00:00.071)       0:01:49.833 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ipaserver_external_cert_files_from_controller is defined and ipaserver_external_cert_files_from_controller|length > 0 and not ipaserver_external_cert_files is defined",
    "skip_reason": "Conditional result was False"
}

TASK [ipaserver : Install - Server installation test] **************************
task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:62
Saturday 02 November 2024  08:27:49 -0400 (0:00:00.058)       0:01:49.892 ***** 
ok: [managed-node1] => {
    "_dirsrv_ca_cert": null,
    "_dirsrv_pkcs12_info": null,
    "_hostname_overridden": true,
    "_http_ca_cert": null,
    "_http_pkcs12_info": null,
    "_installation_cleanup": true,
    "_pkinit_ca_cert": null,
    "_pkinit_pkcs12_info": null,
    "changed": false,
    "domain": "test.local",
    "domainlevel": 1,
    "external_ca": false,
    "external_ca_profile": null,
    "external_ca_type": null,
    "hostname": "ipaserver.test.local",
    "idmax": 457399999,
    "idstart": 457200000,
    "ipa_python_version": 41202,
    "no_host_dns": false,
    "no_pkinit": false,
    "ntp_pool": null,
    "ntp_servers": null,
    "random_serial_numbers": false,
    "realm": "TEST.LOCAL",
    "rid_base": 1000,
    "secondary_rid_base": 100000000,
    "setup_adtrust": false,
    "setup_ca": true,
    "setup_kra": false,
    "sid_generation_always": true
}

TASK [ipaserver : Install - Master password creation] **************************
task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:142
Saturday 02 November 2024  08:27:50 -0400 (0:00:01.438)       0:01:51.330 ***** 
changed: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": true
}

TASK [ipaserver : Install - Use new master password] ***************************
task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:149
Saturday 02 November 2024  08:27:51 -0400 (0:00:01.375)       0:01:52.706 ***** 
ok: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [ipaserver : Use user defined master password, if provided] ***************
task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:155
Saturday 02 November 2024  08:27:51 -0400 (0:00:00.026)       0:01:52.733 ***** 
skipping: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [ipaserver : Install - Server preparation] ********************************
task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:161
Saturday 02 November 2024  08:27:51 -0400 (0:00:00.021)       0:01:52.754 ***** 
fatal: [managed-node1]: FAILED! => {
    "changed": false
}

TASK [ipaserver : Install - Cleanup root IPA cache] ****************************
task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:472
Saturday 02 November 2024  08:27:54 -0400 (0:00:02.149)       0:01:54.904 ***** 
ok: [managed-node1] => {
    "changed": false,
    "path": "/root/.ipa_cache",
    "state": "absent"
}

TASK [ipaserver : Cleanup temporary files] *************************************
task path: /usr/share/ansible/roles/ipaserver/tasks/install.yml:477
Saturday 02 November 2024  08:27:54 -0400 (0:00:00.557)       0:01:55.462 ***** 
ok: [managed-node1] => (item=/etc/ipa/.tmp_pkcs12_dirsrv) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/etc/ipa/.tmp_pkcs12_dirsrv",
    "path": "/etc/ipa/.tmp_pkcs12_dirsrv",
    "state": "absent"
}
ok: [managed-node1] => (item=/etc/ipa/.tmp_pkcs12_http) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/etc/ipa/.tmp_pkcs12_http",
    "path": "/etc/ipa/.tmp_pkcs12_http",
    "state": "absent"
}
ok: [managed-node1] => (item=/etc/ipa/.tmp_pkcs12_pkinit) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/etc/ipa/.tmp_pkcs12_pkinit",
    "path": "/etc/ipa/.tmp_pkcs12_pkinit",
    "state": "absent"
}

TASK [FAILURE - check entropy] *************************************************
task path: /tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:86
Saturday 02 November 2024  08:27:55 -0400 (0:00:01.183)       0:01:56.645 ***** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "cat",
        "/proc/sys/kernel/random/entropy_avail"
    ],
    "delta": "0:00:00.003940",
    "end": "2024-11-02 08:27:56.348389",
    "rc": 0,
    "start": "2024-11-02 08:27:56.344449"
}

STDOUT:

256

TASK [FAILURE - get logs for debugging] ****************************************
task path: /tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:89
Saturday 02 November 2024  08:27:56 -0400 (0:00:00.565)       0:01:57.211 ***** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": "set -euo pipefail\ncd /var/log\ntar -czf /tmp/ipalogs.tgz  $( [[ -e messages ]] && echo messages )  $( [[ -e ipaserver-install.log ]] && echo ipaserver-install.log )  $( [[ -e ipaclient-install.log ]] && echo ipaclient-install.log )  $( [[ -e pki ]] && echo pki )\nchmod '0644' /tmp/ipalogs.tgz",
    "delta": "0:00:01.014469",
    "end": "2024-11-02 08:27:57.775675",
    "rc": 0,
    "start": "2024-11-02 08:27:56.761206"
}

TASK [FAILURE - grab archive] **************************************************
task path: /tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:100
Saturday 02 November 2024  08:27:57 -0400 (0:00:01.460)       0:01:58.672 ***** 
changed: [managed-node1] => {
    "changed": true,
    "checksum": "28235150f43121fd1a4690ab527dc79beb5ea1ab",
    "dest": "/tmp/ipalogs.tgz",
    "md5sum": "6949cc3706ea3862f67e88d2c2c7e5b3",
    "remote_checksum": "28235150f43121fd1a4690ab527dc79beb5ea1ab",
    "remote_md5sum": null
}

TASK [FAILURE - unpack archive] ************************************************
task path: /tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:105
Saturday 02 November 2024  08:27:58 -0400 (0:00:00.695)       0:01:59.367 ***** 
ok: [managed-node1 -> 127.0.0.1] => {
    "changed": false,
    "cmd": "set -euo pipefail\ncd \"/tmp\"\ntar -xvzf ipalogs.tgz\nchmod 0644 *",
    "delta": "0:00:00.025246",
    "end": "2024-11-02 08:27:58.836523",
    "rc": 0,
    "start": "2024-11-02 08:27:58.811277"
}

STDOUT:

ipaserver-install.log
pki/

TASK [Failed] ******************************************************************
task path: /tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:113
Saturday 02 November 2024  08:27:58 -0400 (0:00:00.335)       0:01:59.703 ***** 
fatal: [managed-node1]: FAILED! => {
    "changed": false
}

MSG:

failed

PLAY RECAP *********************************************************************
managed-node1              : ok=24   changed=6    unreachable=0    failed=1    skipped=9    rescued=1    ignored=0   

Saturday 02 November 2024  08:27:58 -0400 (0:00:00.044)       0:01:59.748 ***** 
=============================================================================== 
ipaserver : Install - Ensure that IPA server packages are installed ---- 79.44s
/usr/share/ansible/roles/ipaserver/tasks/install.yml:7 ------------------------
Ensure hostname package is installed ----------------------------------- 13.02s
/tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:53 
Install ansible-freeipa ------------------------------------------------- 6.97s
/tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:18 
Gathering Facts --------------------------------------------------------- 2.80s
/tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:2 
ipaserver : Install - Server preparation -------------------------------- 2.15s
/usr/share/ansible/roles/ipaserver/tasks/install.yml:161 ----------------------
ipaserver : Install - Ensure that firewall packages installed ----------- 2.06s
/usr/share/ansible/roles/ipaserver/tasks/install.yml:24 -----------------------
ipaserver : Firewalld service - Ensure that firewalld is running -------- 1.90s
/usr/share/ansible/roles/ipaserver/tasks/install.yml:34 -----------------------
FAILURE - get logs for debugging ---------------------------------------- 1.46s
/tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:89 
ipaserver : Install - Server installation test -------------------------- 1.44s
/usr/share/ansible/roles/ipaserver/tasks/install.yml:62 -----------------------
Ensure nss package is up-to-date ---------------------------------------- 1.41s
/tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:65 
ipaserver : Install - Master password creation -------------------------- 1.38s
/usr/share/ansible/roles/ipaserver/tasks/install.yml:142 ----------------------
ipaserver : Cleanup temporary files ------------------------------------- 1.18s
/usr/share/ansible/roles/ipaserver/tasks/install.yml:477 ----------------------
Set hostname ------------------------------------------------------------ 0.84s
/tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:59 
FAILURE - grab archive -------------------------------------------------- 0.70s
/tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:100 
FAILURE - check entropy ------------------------------------------------- 0.57s
/tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:86 
ipaserver : Install - Cleanup root IPA cache ---------------------------- 0.56s
/usr/share/ansible/roles/ipaserver/tasks/install.yml:472 ----------------------
Check if system is ostree ----------------------------------------------- 0.46s
/tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:13 
Check if system is ostree ----------------------------------------------- 0.42s
/tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:9 
FAILURE - unpack archive ------------------------------------------------ 0.34s
/tmp/collections-9WG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:105 
ipaserver : Firewalld - Verify permanent zone "{{ ipaserver_firewalld_zone }}" --- 0.07s
/usr/share/ansible/roles/ipaserver/tasks/install.yml:47 -----------------------