ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_dyndns.yml ***************************************************** 1 plays in /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml [WARNING]: Could not match supplied host pattern, ignoring: ad PLAY [Ensure that the role configures dynamic dns] ***************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:20 Wednesday 25 June 2025 18:50:17 -0400 (0:00:00.028) 0:00:00.028 ******** ok: [managed-node2] META: ran handlers TASK [Setup fake realm] ******************************************************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:33 Wednesday 25 June 2025 18:50:19 -0400 (0:00:01.135) 0:00:01.163 ******** included: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml for managed-node2 TASK [Get role variables] ****************************************************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:6 Wednesday 25 June 2025 18:50:19 -0400 (0:00:00.063) 0:00:01.227 ******** TASK [fedora.linux_system_roles.ad_integration : Ensure ansible_facts used by role] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:2 Wednesday 25 June 2025 18:50:19 -0400 (0:00:00.076) 0:00:01.303 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Check if system is ostree] **** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:10 Wednesday 25 June 2025 18:50:19 -0400 (0:00:00.057) 0:00:01.361 ******** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.ad_integration : Set flag to indicate system is ostree] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:15 Wednesday 25 June 2025 18:50:19 -0400 (0:00:00.423) 0:00:01.785 ******** ok: [managed-node2] => { "ansible_facts": { "__ad_integration_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.ad_integration : Set platform/version specific variables] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:19 Wednesday 25 June 2025 18:50:19 -0400 (0:00:00.052) 0:00:01.837 ******** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [Create a temp file for fake realm cmd] *********************************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:12 Wednesday 25 June 2025 18:50:19 -0400 (0:00:00.084) 0:00:01.922 ******** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsr_kjo139_ad_int_realm.py", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Set realm cmd variable for remainder of test] **************************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:18 Wednesday 25 June 2025 18:50:20 -0400 (0:00:00.390) 0:00:02.313 ******** ok: [managed-node2] => { "ansible_facts": { "__ad_integration_realm_cmd": "/tmp/lsr_kjo139_ad_int_realm.py" }, "changed": false } TASK [Create fake realm cmd] *************************************************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:22 Wednesday 25 June 2025 18:50:20 -0400 (0:00:00.054) 0:00:02.367 ******** changed: [managed-node2] => { "changed": true, "checksum": "03dbc2dddbf757eea25580d4cb72ad67bf2bc5ea", "dest": "/tmp/lsr_kjo139_ad_int_realm.py", "gid": 0, "group": "root", "md5sum": "afd01e9c62b896f1ed047bb364826609", "mode": "0755", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1854, "src": "/root/.ansible/tmp/ansible-tmp-1750891820.27-10049-41896524383353/source", "state": "file", "uid": 0 } TASK [Check if /etc/sssd exists] *********************************************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:28 Wednesday 25 June 2025 18:50:20 -0400 (0:00:00.661) 0:00:03.029 ******** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [Install sssd-common for /etc/sssd] *************************************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:33 Wednesday 25 June 2025 18:50:21 -0400 (0:00:00.296) 0:00:03.326 ******** changed: [managed-node2] => { "changed": true, "changes": { "installed": [ "sssd-common" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: d2lzkl7pfhq30w.cloudfront.net\n * epel-debuginfo: d2lzkl7pfhq30w.cloudfront.net\n * epel-source: d2lzkl7pfhq30w.cloudfront.net\nResolving Dependencies\n--> Running transaction check\n---> Package sssd-common.x86_64 0:1.16.5-10.el7_9.16 will be installed\n--> Processing Dependency: sssd-client(x86-64) = 1.16.5-10.el7_9.16 for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_sudo(x86-64) = 1.16.5-10.el7_9.16 for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_idmap(x86-64) = 1.16.5-10.el7_9.16 for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_autofs(x86-64) = 1.16.5-10.el7_9.16 for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libtevent >= 0.9.36-1 for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libtdb >= 1.3.15-1 for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libtalloc >= 2.1.13-1 for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libldb >= 1.3.4-1 for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libtevent.so.0(TEVENT_0.9.9)(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libtevent.so.0(TEVENT_0.9.13)(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libtdb.so.1(TDB_1.2.1)(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libtalloc.so.2(TALLOC_2.0.2)(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_idmap.so.0(SSS_IDMAP_0.5)(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_idmap.so.0(SSS_IDMAP_0.4)(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_certmap.so.0(SSS_CERTMAP_0.2)(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_certmap.so.0(SSS_CERTMAP_0.0)(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libldb.so.1(LDB_0.9.10)(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libdhash.so.1(DHASH_0.4.3)(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libtevent.so.0()(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libtdb.so.1()(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libtalloc.so.2()(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_idmap.so.0()(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_certmap.so.0()(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libldb.so.1()(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libhttp_parser_strict.so.2()(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libdhash.so.1()(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libcares.so.2()(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Running transaction check\n---> Package c-ares.x86_64 0:1.10.0-3.el7_9.1 will be installed\n---> Package http-parser.x86_64 0:2.7.1-9.el7 will be installed\n---> Package libdhash.x86_64 0:0.5.0-32.el7 will be installed\n---> Package libldb.x86_64 0:1.5.4-2.el7 will be installed\n---> Package libsss_autofs.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package libsss_certmap.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package libsss_idmap.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package libsss_sudo.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package libtalloc.x86_64 0:2.1.16-1.el7 will be installed\n---> Package libtdb.x86_64 0:1.3.18-1.el7 will be installed\n---> Package libtevent.x86_64 0:0.9.39-1.el7 will be installed\n---> Package sssd-client.x86_64 0:1.16.5-10.el7_9.16 will be installed\n--> Processing Dependency: libsss_nss_idmap = 1.16.5-10.el7_9.16 for package: sssd-client-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_nss_idmap.so.0(SSS_NSS_IDMAP_0.5.0)(64bit) for package: sssd-client-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_nss_idmap.so.0(SSS_NSS_IDMAP_0.0.1)(64bit) for package: sssd-client-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_nss_idmap.so.0()(64bit) for package: sssd-client-1.16.5-10.el7_9.16.x86_64\n--> Running transaction check\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.16 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n sssd-common x86_64 1.16.5-10.el7_9.16 updates 1.5 M\nInstalling for dependencies:\n c-ares x86_64 1.10.0-3.el7_9.1 updates 78 k\n http-parser x86_64 2.7.1-9.el7 base 29 k\n libdhash x86_64 0.5.0-32.el7 base 29 k\n libldb x86_64 1.5.4-2.el7 updates 149 k\n libsss_autofs x86_64 1.16.5-10.el7_9.16 updates 161 k\n libsss_certmap x86_64 1.16.5-10.el7_9.16 updates 193 k\n libsss_idmap x86_64 1.16.5-10.el7_9.16 updates 163 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.16 updates 170 k\n libsss_sudo x86_64 1.16.5-10.el7_9.16 updates 159 k\n libtalloc x86_64 2.1.16-1.el7 base 33 k\n libtdb x86_64 1.3.18-1.el7 base 49 k\n libtevent x86_64 0.9.39-1.el7 base 41 k\n sssd-client x86_64 1.16.5-10.el7_9.16 updates 230 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+13 Dependent packages)\n\nTotal download size: 3.0 M\nInstalled size: 6.2 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 4.1 MB/s | 3.0 MB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libtalloc-2.1.16-1.el7.x86_64 1/14 \n Installing : libtevent-0.9.39-1.el7.x86_64 2/14 \n Installing : libsss_idmap-1.16.5-10.el7_9.16.x86_64 3/14 \n Installing : libtdb-1.3.18-1.el7.x86_64 4/14 \n Installing : libldb-1.5.4-2.el7.x86_64 5/14 \n Installing : libsss_certmap-1.16.5-10.el7_9.16.x86_64 6/14 \n Installing : libsss_autofs-1.16.5-10.el7_9.16.x86_64 7/14 \n Installing : libdhash-0.5.0-32.el7.x86_64 8/14 \n Installing : c-ares-1.10.0-3.el7_9.1.x86_64 9/14 \n Installing : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 10/14 \n Installing : sssd-client-1.16.5-10.el7_9.16.x86_64 11/14 \n Installing : http-parser-2.7.1-9.el7.x86_64 12/14 \n Installing : libsss_sudo-1.16.5-10.el7_9.16.x86_64 13/14 \n Installing : sssd-common-1.16.5-10.el7_9.16.x86_64 14/14 \n Verifying : libsss_sudo-1.16.5-10.el7_9.16.x86_64 1/14 \n Verifying : http-parser-2.7.1-9.el7.x86_64 2/14 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 3/14 \n Verifying : libldb-1.5.4-2.el7.x86_64 4/14 \n Verifying : libtalloc-2.1.16-1.el7.x86_64 5/14 \n Verifying : libtevent-0.9.39-1.el7.x86_64 6/14 \n Verifying : c-ares-1.10.0-3.el7_9.1.x86_64 7/14 \n Verifying : libtdb-1.3.18-1.el7.x86_64 8/14 \n Verifying : libsss_idmap-1.16.5-10.el7_9.16.x86_64 9/14 \n Verifying : libdhash-0.5.0-32.el7.x86_64 10/14 \n Verifying : libsss_certmap-1.16.5-10.el7_9.16.x86_64 11/14 \n Verifying : sssd-common-1.16.5-10.el7_9.16.x86_64 12/14 \n Verifying : libsss_autofs-1.16.5-10.el7_9.16.x86_64 13/14 \n Verifying : sssd-client-1.16.5-10.el7_9.16.x86_64 14/14 \n\nInstalled:\n sssd-common.x86_64 0:1.16.5-10.el7_9.16 \n\nDependency Installed:\n c-ares.x86_64 0:1.10.0-3.el7_9.1 \n http-parser.x86_64 0:2.7.1-9.el7 \n libdhash.x86_64 0:0.5.0-32.el7 \n libldb.x86_64 0:1.5.4-2.el7 \n libsss_autofs.x86_64 0:1.16.5-10.el7_9.16 \n libsss_certmap.x86_64 0:1.16.5-10.el7_9.16 \n libsss_idmap.x86_64 0:1.16.5-10.el7_9.16 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.16 \n libsss_sudo.x86_64 0:1.16.5-10.el7_9.16 \n libtalloc.x86_64 0:2.1.16-1.el7 \n libtdb.x86_64 0:1.3.18-1.el7 \n libtevent.x86_64 0:0.9.39-1.el7 \n sssd-client.x86_64 0:1.16.5-10.el7_9.16 \n\nComplete!\n" ] } TASK [Remove realm cmd] ******************************************************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:44 Wednesday 25 June 2025 18:50:30 -0400 (0:00:09.656) 0:00:12.982 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove sssd-common] ****************************************************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:49 Wednesday 25 June 2025 18:50:30 -0400 (0:00:00.070) 0:00:13.052 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test - Run the system role with bogus vars] ****************************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:39 Wednesday 25 June 2025 18:50:30 -0400 (0:00:00.073) 0:00:13.126 ******** TASK [fedora.linux_system_roles.ad_integration : Ensure that mandatory variable ad_integration_realm is available] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:3 Wednesday 25 June 2025 18:50:31 -0400 (0:00:00.261) 0:00:13.387 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Assume managing timesync if timesource is set] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:8 Wednesday 25 June 2025 18:50:31 -0400 (0:00:00.063) 0:00:13.450 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Ensure time source is provided if managing timesync] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:15 Wednesday 25 June 2025 18:50:31 -0400 (0:00:00.050) 0:00:13.500 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Assume managing crypto policies if allow_rc4_crypto is set] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:25 Wednesday 25 June 2025 18:50:31 -0400 (0:00:00.045) 0:00:13.546 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Ensure manage_crypt_policies is set with crypto_allow_rc4] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:30 Wednesday 25 June 2025 18:50:31 -0400 (0:00:00.043) 0:00:13.589 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Ensure all required dns variables are provided] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:40 Wednesday 25 June 2025 18:50:31 -0400 (0:00:00.042) 0:00:13.632 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Set platform/version specific variables] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:49 Wednesday 25 June 2025 18:50:31 -0400 (0:00:00.052) 0:00:13.685 ******** included: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.ad_integration : Ensure ansible_facts used by role] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:2 Wednesday 25 June 2025 18:50:31 -0400 (0:00:00.047) 0:00:13.733 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Check if system is ostree] **** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:10 Wednesday 25 June 2025 18:50:31 -0400 (0:00:00.051) 0:00:13.784 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Set flag to indicate system is ostree] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:15 Wednesday 25 June 2025 18:50:31 -0400 (0:00:00.050) 0:00:13.835 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Set platform/version specific variables] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:19 Wednesday 25 June 2025 18:50:31 -0400 (0:00:00.047) 0:00:13.883 ******** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Ensure required packages are installed] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:52 Wednesday 25 June 2025 18:50:31 -0400 (0:00:00.078) 0:00:13.961 ******** changed: [managed-node2] => { "changed": true, "changes": { "installed": [ "realmd", "PackageKit" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: d2lzkl7pfhq30w.cloudfront.net\n * epel-debuginfo: d2lzkl7pfhq30w.cloudfront.net\n * epel-source: d2lzkl7pfhq30w.cloudfront.net\nResolving Dependencies\n--> Running transaction check\n---> Package PackageKit.x86_64 0:1.1.10-2.el7.centos will be installed\n--> Processing Dependency: PackageKit-glib(x86-64) = 1.1.10-2.el7.centos for package: PackageKit-1.1.10-2.el7.centos.x86_64\n--> Processing Dependency: PackageKit-backend for package: PackageKit-1.1.10-2.el7.centos.x86_64\n--> Processing Dependency: libpackagekit-glib2.so.18()(64bit) for package: PackageKit-1.1.10-2.el7.centos.x86_64\n---> Package realmd.x86_64 0:0.16.1-12.el7_9.1 will be installed\n--> Processing Dependency: oddjob-mkhomedir for package: realmd-0.16.1-12.el7_9.1.x86_64\n--> Running transaction check\n---> Package PackageKit-glib.x86_64 0:1.1.10-2.el7.centos will be installed\n---> Package PackageKit-yum.x86_64 0:1.1.10-2.el7.centos will be installed\n--> Processing Dependency: pygobject2 for package: PackageKit-yum-1.1.10-2.el7.centos.x86_64\n---> Package oddjob-mkhomedir.x86_64 0:0.31.5-4.el7 will be installed\n--> Processing Dependency: oddjob = 0.31.5-4.el7 for package: oddjob-mkhomedir-0.31.5-4.el7.x86_64\n--> Processing Dependency: psmisc for package: oddjob-mkhomedir-0.31.5-4.el7.x86_64\n--> Running transaction check\n---> Package oddjob.x86_64 0:0.31.5-4.el7 will be installed\n---> Package psmisc.x86_64 0:22.20-17.el7 will be installed\n---> Package pygobject2.x86_64 0:2.28.6-11.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n PackageKit x86_64 1.1.10-2.el7.centos base 587 k\n realmd x86_64 0.16.1-12.el7_9.1 updates 210 k\nInstalling for dependencies:\n PackageKit-glib x86_64 1.1.10-2.el7.centos base 128 k\n PackageKit-yum x86_64 1.1.10-2.el7.centos base 75 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 psmisc x86_64 22.20-17.el7 base 141 k\n pygobject2 x86_64 2.28.6-11.el7 base 226 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+6 Dependent packages)\n\nTotal download size: 1.4 M\nInstalled size: 5.6 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 3.1 MB/s | 1.4 MB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : psmisc-22.20-17.el7.x86_64 1/8 \n Installing : oddjob-0.31.5-4.el7.x86_64 2/8 \n Installing : oddjob-mkhomedir-0.31.5-4.el7.x86_64 3/8 \n Installing : pygobject2-2.28.6-11.el7.x86_64 4/8 \n Installing : PackageKit-glib-1.1.10-2.el7.centos.x86_64 5/8 \n Installing : PackageKit-yum-1.1.10-2.el7.centos.x86_64 6/8 \n Installing : PackageKit-1.1.10-2.el7.centos.x86_64 7/8 \n Installing : realmd-0.16.1-12.el7_9.1.x86_64 8/8 \n Verifying : realmd-0.16.1-12.el7_9.1.x86_64 1/8 \n Verifying : PackageKit-glib-1.1.10-2.el7.centos.x86_64 2/8 \n Verifying : PackageKit-1.1.10-2.el7.centos.x86_64 3/8 \n Verifying : oddjob-mkhomedir-0.31.5-4.el7.x86_64 4/8 \n Verifying : PackageKit-yum-1.1.10-2.el7.centos.x86_64 5/8 \n Verifying : psmisc-22.20-17.el7.x86_64 6/8 \n Verifying : pygobject2-2.28.6-11.el7.x86_64 7/8 \n Verifying : oddjob-0.31.5-4.el7.x86_64 8/8 \n\nInstalled:\n PackageKit.x86_64 0:1.1.10-2.el7.centos realmd.x86_64 0:0.16.1-12.el7_9.1 \n\nDependency Installed:\n PackageKit-glib.x86_64 0:1.1.10-2.el7.centos \n PackageKit-yum.x86_64 0:1.1.10-2.el7.centos \n oddjob.x86_64 0:0.31.5-4.el7 \n oddjob-mkhomedir.x86_64 0:0.31.5-4.el7 \n psmisc.x86_64 0:22.20-17.el7 \n pygobject2.x86_64 0:2.28.6-11.el7 \n\nComplete!\n" ] } TASK [fedora.linux_system_roles.ad_integration : Ensure required services are enabled and started] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:60 Wednesday 25 June 2025 18:50:36 -0400 (0:00:04.652) 0:00:18.613 ******** changed: [managed-node2] => (item=realmd) => { "ansible_loop_var": "item", "changed": true, "enabled": true, "item": "realmd", "name": "realmd", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice systemd-journald.socket basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.freedesktop.realmd", "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": "no", "ConditionTimestampMonotonic": "0", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Realm and Domain Configuration", "DevicePolicy": "auto", "Documentation": "man:realm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/lib64/realmd/realmd ; argv[]=/usr/lib64/realmd/realmd ; 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/realmd.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "realmd.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "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": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "realmd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "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": "disabled", "UnitFileState": "static", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.ad_integration : Generate /etc/realmd.conf] **** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:67 Wednesday 25 June 2025 18:50:37 -0400 (0:00:00.963) 0:00:19.577 ******** NOTIFIED HANDLER fedora.linux_system_roles.ad_integration : Handler for ad_integration to restart services for managed-node2 changed: [managed-node2] => { "changed": true, "checksum": "7e0c9eddf5cee60f782f39e0f445b043ab4bcb61", "dest": "/etc/realmd.conf", "gid": 0, "group": "root", "md5sum": "59e15d6f22a95d67b152af5a634072a8", "mode": "0400", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 181, "src": "/root/.ansible/tmp/ansible-tmp-1750891837.47-11000-24136512752750/source", "state": "file", "uid": 0 } RUNNING HANDLER [fedora.linux_system_roles.ad_integration : Handler for ad_integration to restart services] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/handlers/main.yml:3 Wednesday 25 June 2025 18:50:37 -0400 (0:00:00.547) 0:00:20.124 ******** skipping: [managed-node2] => (item=realmd) => { "ansible_loop_var": "item", "changed": false, "item": "realmd", "skip_reason": "Conditional result was False" } META: ran handlers TASK [Add AD server to existing network connection for DNS] ******************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:79 Wednesday 25 June 2025 18:50:37 -0400 (0:00:00.036) 0:00:20.161 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage timesync] ********************************************************* task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:93 Wednesday 25 June 2025 18:50:38 -0400 (0:00:00.022) 0:00:20.183 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage crypto policies] ************************************************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:102 Wednesday 25 June 2025 18:50:38 -0400 (0:00:00.022) 0:00:20.206 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable crypto policy allowing RC4 encryption] **************************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:114 Wednesday 25 June 2025 18:50:38 -0400 (0:00:00.021) 0:00:20.227 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : See if sssd.conf exists] ****** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:130 Wednesday 25 June 2025 18:50:38 -0400 (0:00:00.021) 0:00:20.248 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Grab sssd.conf if it exists] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:135 Wednesday 25 June 2025 18:50:38 -0400 (0:00:00.023) 0:00:20.271 ******** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.ad_integration : Set variables we will need for merging - 1] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:142 Wednesday 25 June 2025 18:50:38 -0400 (0:00:00.022) 0:00:20.293 ******** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.ad_integration : Set variables we will need for merging - 2] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:147 Wednesday 25 June 2025 18:50:38 -0400 (0:00:00.020) 0:00:20.314 ******** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.ad_integration : Check if we are already joined to a domain] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:153 Wednesday 25 June 2025 18:50:38 -0400 (0:00:00.022) 0:00:20.337 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Leave existing joined domain] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:161 Wednesday 25 June 2025 18:50:38 -0400 (0:00:00.022) 0:00:20.359 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : See if sssd.conf exists after realm leave] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:174 Wednesday 25 June 2025 18:50:38 -0400 (0:00:00.021) 0:00:20.381 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Remove duplicate sections] **** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:179 Wednesday 25 June 2025 18:50:38 -0400 (0:00:00.022) 0:00:20.403 ******** TASK [fedora.linux_system_roles.ad_integration : Build Command - Join to a specific Domain Controller] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:191 Wednesday 25 June 2025 18:50:38 -0400 (0:00:00.021) 0:00:20.425 ******** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.ad_integration : Build Join Command - Perform discovery-based realm join operation] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:205 Wednesday 25 June 2025 18:50:38 -0400 (0:00:00.022) 0:00:20.448 ******** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.ad_integration : Show the join command for debug] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:219 Wednesday 25 June 2025 18:50:38 -0400 (0:00:00.031) 0:00:20.479 ******** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.ad_integration : Run realm join command] ******* task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:231 Wednesday 25 June 2025 18:50:38 -0400 (0:00:00.023) 0:00:20.503 ******** changed: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.ad_integration : See if sssd.conf exists after realm join] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:258 Wednesday 25 June 2025 18:50:38 -0400 (0:00:00.535) 0:00:21.038 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1750891838.807145, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "049911c7517fba993eeb39dc494de8bf33faa685", "ctime": 1750891838.805145, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262929, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1750891838.805145, "nlink": 1, "path": "/etc/sssd/sssd.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 87, "uid": 0, "version": "1898634494", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.ad_integration : Grab sssd.conf if it exists after realm join] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:263 Wednesday 25 June 2025 18:50:39 -0400 (0:00:00.343) 0:00:21.382 ******** ok: [managed-node2] => { "changed": false, "content": "W2RvbWFpbi9keW5kbnMtc2FtcGxlLXJlYWxtLmNvbV0KYWRfZG9tYWluID0gZHluZG5zLXNhbXBsZS1yZWFsbS5jb20KaWRfcHJvdmlkZXIgPSBhZAoK", "encoding": "base64", "source": "/etc/sssd/sssd.conf" } TASK [fedora.linux_system_roles.ad_integration : Consolidate options from duplicate sections] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:269 Wednesday 25 June 2025 18:50:39 -0400 (0:00:00.532) 0:00:21.914 ******** TASK [fedora.linux_system_roles.ad_integration : Configure SSSD settings] ****** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:284 Wednesday 25 June 2025 18:50:39 -0400 (0:00:00.032) 0:00:21.947 ******** TASK [fedora.linux_system_roles.ad_integration : Configure dynamic DNS updates] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:298 Wednesday 25 June 2025 18:50:39 -0400 (0:00:00.024) 0:00:21.971 ******** changed: [managed-node2] => (item={u'value': u'True', u'key': u'dyndns_update'}) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": { "key": "dyndns_update", "value": "True" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "unconfined_u:object_r:sssd_conf_t:s0", "size": 108, "state": "file", "uid": 0, "warnings": [ "The value True (type bool) in a string field was converted to u'True' (type string). If this does not look like what you expect, quote the entire value to ensure it does not change." ] } MSG: option added changed: [managed-node2] => (item={u'value': u'3600', u'key': u'dyndns_ttl'}) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": { "key": "dyndns_ttl", "value": "3600" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "unconfined_u:object_r:sssd_conf_t:s0", "size": 126, "state": "file", "uid": 0 } MSG: option added changed: [managed-node2] => (item={u'value': u'TESTING', u'key': u'dyndns_iface'}) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": { "key": "dyndns_iface", "value": "TESTING" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "unconfined_u:object_r:sssd_conf_t:s0", "size": 149, "state": "file", "uid": 0 } MSG: option added changed: [managed-node2] => (item={u'value': u'86400', u'key': u'dyndns_refresh_interval'}) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": { "key": "dyndns_refresh_interval", "value": "86400" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "unconfined_u:object_r:sssd_conf_t:s0", "size": 181, "state": "file", "uid": 0 } MSG: option added changed: [managed-node2] => (item={u'value': u'True', u'key': u'dyndns_update_ptr'}) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": { "key": "dyndns_update_ptr", "value": "True" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "unconfined_u:object_r:sssd_conf_t:s0", "size": 206, "state": "file", "uid": 0, "warnings": [ "The value True (type bool) in a string field was converted to u'True' (type string). If this does not look like what you expect, quote the entire value to ensure it does not change." ] } MSG: option added changed: [managed-node2] => (item={u'value': u'False', u'key': u'dyndns_force_tcp'}) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": { "key": "dyndns_force_tcp", "value": "False" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "unconfined_u:object_r:sssd_conf_t:s0", "size": 231, "state": "file", "uid": 0, "warnings": [ "The value False (type bool) in a string field was converted to u'False' (type string). If this does not look like what you expect, quote the entire value to ensure it does not change." ] } MSG: option added changed: [managed-node2] => (item={u'value': u'GSS-TSIG', u'key': u'dyndns_auth'}) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": { "key": "dyndns_auth", "value": "GSS-TSIG" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "unconfined_u:object_r:sssd_conf_t:s0", "size": 254, "state": "file", "uid": 0 } MSG: option added changed: [managed-node2] => (item={u'value': u'127.0.0.1', u'key': u'dyndns_server'}) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": { "key": "dyndns_server", "value": "127.0.0.1" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "unconfined_u:object_r:sssd_conf_t:s0", "size": 280, "state": "file", "uid": 0 } MSG: option added changed: [managed-node2] => (item={u'key': u'ad_hostname', u'value': u'managed-node2.dyndns-sample-realm.com'}) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": { "key": "ad_hostname", "value": "managed-node2.dyndns-sample-realm.com" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "unconfined_u:object_r:sssd_conf_t:s0", "size": 332, "state": "file", "uid": 0 } MSG: option added NOTIFIED HANDLER fedora.linux_system_roles.ad_integration : Handler for ad_integration to restart services - sssd for managed-node2 [WARNING]: The value True (type bool) in a string field was converted to u'True' (type string). If this does not look like what you expect, quote the entire value to ensure it does not change. [WARNING]: The value False (type bool) in a string field was converted to u'False' (type string). If this does not look like what you expect, quote the entire value to ensure it does not change. TASK [fedora.linux_system_roles.ad_integration : Configure custom SSSD settings] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:336 Wednesday 25 June 2025 18:50:43 -0400 (0:00:03.447) 0:00:25.418 ******** TASK [fedora.linux_system_roles.ad_integration : Cleanup dynamic DNS configuration options] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:353 Wednesday 25 June 2025 18:50:43 -0400 (0:00:00.034) 0:00:25.453 ******** skipping: [managed-node2] => (item={u'value': u'TESTING', u'key': u'dyndns_iface'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "dyndns_iface", "value": "TESTING" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'value': u'127.0.0.1', u'key': u'dyndns_server'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "dyndns_server", "value": "127.0.0.1" }, "skip_reason": "Conditional result was False" } TASK [Check custom dyndns settings] ******************************************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:49 Wednesday 25 June 2025 18:50:43 -0400 (0:00:00.080) 0:00:25.533 ******** ok: [managed-node2] => (item={u'value': u'True', u'key': u'dyndns_update'}) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "gid": 0, "group": "root", "item": { "key": "dyndns_update", "value": "True" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "unconfined_u:object_r:sssd_conf_t:s0", "size": 332, "state": "file", "uid": 0, "warnings": [ "The value True (type bool) in a string field was converted to u'True' (type string). If this does not look like what you expect, quote the entire value to ensure it does not change." ] } MSG: OK ok: [managed-node2] => (item={u'value': u'TESTING', u'key': u'dyndns_iface'}) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "gid": 0, "group": "root", "item": { "key": "dyndns_iface", "value": "TESTING" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "unconfined_u:object_r:sssd_conf_t:s0", "size": 332, "state": "file", "uid": 0 } MSG: OK ok: [managed-node2] => (item={u'value': u'GSS-TSIG', u'key': u'dyndns_auth'}) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "gid": 0, "group": "root", "item": { "key": "dyndns_auth", "value": "GSS-TSIG" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "unconfined_u:object_r:sssd_conf_t:s0", "size": 332, "state": "file", "uid": 0 } MSG: OK ok: [managed-node2] => (item={u'value': u'127.0.0.1', u'key': u'dyndns_server'}) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "gid": 0, "group": "root", "item": { "key": "dyndns_server", "value": "127.0.0.1" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "unconfined_u:object_r:sssd_conf_t:s0", "size": 332, "state": "file", "uid": 0 } MSG: OK TASK [Search /var/log/sssd/sssd.log for [sss_ini_call_validators]] ************* task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:72 Wednesday 25 June 2025 18:50:44 -0400 (0:00:01.254) 0:00:26.788 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "-i", "sss_ini_call_validators", "/var/log/sssd/sssd.log" ], "delta": "0:00:00.003610", "end": "2025-06-25 18:50:44.892400", "failed_when_result": false, "rc": 2, "start": "2025-06-25 18:50:44.888790" } STDERR: grep: /var/log/sssd/sssd.log: No such file or directory MSG: non-zero return code TASK [Fail if signature found] ************************************************* task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:78 Wednesday 25 June 2025 18:50:44 -0400 (0:00:00.331) 0:00:27.119 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test - Re-run the system role to remove vars] **************************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:83 Wednesday 25 June 2025 18:50:44 -0400 (0:00:00.036) 0:00:27.156 ******** TASK [fedora.linux_system_roles.ad_integration : Ensure that mandatory variable ad_integration_realm is available] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:3 Wednesday 25 June 2025 18:50:45 -0400 (0:00:00.181) 0:00:27.338 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Assume managing timesync if timesource is set] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:8 Wednesday 25 June 2025 18:50:45 -0400 (0:00:00.024) 0:00:27.363 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Ensure time source is provided if managing timesync] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:15 Wednesday 25 June 2025 18:50:45 -0400 (0:00:00.023) 0:00:27.386 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Assume managing crypto policies if allow_rc4_crypto is set] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:25 Wednesday 25 June 2025 18:50:45 -0400 (0:00:00.024) 0:00:27.411 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Ensure manage_crypt_policies is set with crypto_allow_rc4] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:30 Wednesday 25 June 2025 18:50:45 -0400 (0:00:00.031) 0:00:27.442 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Ensure all required dns variables are provided] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:40 Wednesday 25 June 2025 18:50:45 -0400 (0:00:00.039) 0:00:27.481 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Set platform/version specific variables] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:49 Wednesday 25 June 2025 18:50:45 -0400 (0:00:00.038) 0:00:27.520 ******** included: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.ad_integration : Ensure ansible_facts used by role] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:2 Wednesday 25 June 2025 18:50:45 -0400 (0:00:00.049) 0:00:27.569 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Check if system is ostree] **** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:10 Wednesday 25 June 2025 18:50:45 -0400 (0:00:00.040) 0:00:27.609 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Set flag to indicate system is ostree] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:15 Wednesday 25 June 2025 18:50:45 -0400 (0:00:00.033) 0:00:27.643 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Set platform/version specific variables] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:19 Wednesday 25 June 2025 18:50:45 -0400 (0:00:00.033) 0:00:27.676 ******** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Ensure required packages are installed] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:52 Wednesday 25 June 2025 18:50:45 -0400 (0:00:00.065) 0:00:27.742 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "realmd-0.16.1-12.el7_9.1.x86_64 providing realmd is already installed", "PackageKit-1.1.10-2.el7.centos.x86_64 providing PackageKit is already installed" ] } TASK [fedora.linux_system_roles.ad_integration : Ensure required services are enabled and started] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:60 Wednesday 25 June 2025 18:50:46 -0400 (0:00:00.578) 0:00:28.320 ******** ok: [managed-node2] => (item=realmd) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "realmd", "name": "realmd", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2025-06-25 18:50:37 EDT", "ActiveEnterTimestampMonotonic": "231665348", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice systemd-journald.socket basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Wed 2025-06-25 18:50:37 EDT", "AssertTimestampMonotonic": "231649278", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.freedesktop.realmd", "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": "Wed 2025-06-25 18:50:37 EDT", "ConditionTimestampMonotonic": "231649277", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/realmd.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Realm and Domain Configuration", "DevicePolicy": "auto", "Documentation": "man:realm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "10038", "ExecMainStartTimestamp": "Wed 2025-06-25 18:50:37 EDT", "ExecMainStartTimestampMonotonic": "231649892", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/lib64/realmd/realmd ; argv[]=/usr/lib64/realmd/realmd ; ignore_errors=no ; start_time=[Wed 2025-06-25 18:50:37 EDT] ; stop_time=[n/a] ; pid=10038 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/realmd.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "realmd.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Wed 2025-06-25 18:50:37 EDT", "InactiveExitTimestampMonotonic": "231649933", "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": "10038", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "realmd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "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": "static", "WatchdogTimestamp": "Wed 2025-06-25 18:50:37 EDT", "WatchdogTimestampMonotonic": "231665299", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.ad_integration : Generate /etc/realmd.conf] **** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:67 Wednesday 25 June 2025 18:50:46 -0400 (0:00:00.397) 0:00:28.718 ******** ok: [managed-node2] => { "changed": false, "checksum": "7e0c9eddf5cee60f782f39e0f445b043ab4bcb61", "dest": "/etc/realmd.conf", "gid": 0, "group": "root", "mode": "0400", "owner": "root", "path": "/etc/realmd.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 181, "state": "file", "uid": 0 } RUNNING HANDLER [fedora.linux_system_roles.ad_integration : Handler for ad_integration to restart services - sssd] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/handlers/main.yml:10 Wednesday 25 June 2025 18:50:47 -0400 (0:00:00.770) 0:00:29.489 ******** skipping: [managed-node2] => (item=sssd) => { "ansible_loop_var": "item", "changed": false, "item": "sssd", "skip_reason": "Conditional result was False" } META: ran handlers TASK [Add AD server to existing network connection for DNS] ******************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:79 Wednesday 25 June 2025 18:50:47 -0400 (0:00:00.051) 0:00:29.541 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage timesync] ********************************************************* task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:93 Wednesday 25 June 2025 18:50:47 -0400 (0:00:00.029) 0:00:29.570 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage crypto policies] ************************************************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:102 Wednesday 25 June 2025 18:50:47 -0400 (0:00:00.022) 0:00:29.593 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable crypto policy allowing RC4 encryption] **************************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:114 Wednesday 25 June 2025 18:50:47 -0400 (0:00:00.024) 0:00:29.617 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : See if sssd.conf exists] ****** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:130 Wednesday 25 June 2025 18:50:47 -0400 (0:00:00.025) 0:00:29.643 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Grab sssd.conf if it exists] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:135 Wednesday 25 June 2025 18:50:47 -0400 (0:00:00.022) 0:00:29.665 ******** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.ad_integration : Set variables we will need for merging - 1] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:142 Wednesday 25 June 2025 18:50:47 -0400 (0:00:00.022) 0:00:29.688 ******** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.ad_integration : Set variables we will need for merging - 2] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:147 Wednesday 25 June 2025 18:50:47 -0400 (0:00:00.023) 0:00:29.712 ******** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.ad_integration : Check if we are already joined to a domain] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:153 Wednesday 25 June 2025 18:50:47 -0400 (0:00:00.023) 0:00:29.735 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Leave existing joined domain] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:161 Wednesday 25 June 2025 18:50:47 -0400 (0:00:00.023) 0:00:29.758 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : See if sssd.conf exists after realm leave] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:174 Wednesday 25 June 2025 18:50:47 -0400 (0:00:00.026) 0:00:29.785 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Remove duplicate sections] **** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:179 Wednesday 25 June 2025 18:50:47 -0400 (0:00:00.023) 0:00:29.808 ******** TASK [fedora.linux_system_roles.ad_integration : Build Command - Join to a specific Domain Controller] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:191 Wednesday 25 June 2025 18:50:47 -0400 (0:00:00.022) 0:00:29.831 ******** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.ad_integration : Build Join Command - Perform discovery-based realm join operation] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:205 Wednesday 25 June 2025 18:50:47 -0400 (0:00:00.023) 0:00:29.854 ******** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.ad_integration : Show the join command for debug] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:219 Wednesday 25 June 2025 18:50:47 -0400 (0:00:00.040) 0:00:29.895 ******** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.ad_integration : Run realm join command] ******* task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:231 Wednesday 25 June 2025 18:50:47 -0400 (0:00:00.038) 0:00:29.934 ******** changed: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.ad_integration : See if sssd.conf exists after realm join] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:258 Wednesday 25 June 2025 18:50:48 -0400 (0:00:00.385) 0:00:30.320 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1750891843.159185, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "f1525f35c7b671e667311b43498d537dc0b75297", "ctime": 1750891843.158185, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262930, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1750891843.157185, "nlink": 1, "path": "/etc/sssd/sssd.conf", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 332, "uid": 0, "version": "1898634560", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.ad_integration : Grab sssd.conf if it exists after realm join] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:263 Wednesday 25 June 2025 18:50:48 -0400 (0:00:00.374) 0:00:30.695 ******** ok: [managed-node2] => { "changed": false, "content": "W2RvbWFpbi9keW5kbnMtc2FtcGxlLXJlYWxtLmNvbV0KYWRfZG9tYWluID0gZHluZG5zLXNhbXBsZS1yZWFsbS5jb20KaWRfcHJvdmlkZXIgPSBhZApkeW5kbnNfdXBkYXRlID0gVHJ1ZQpkeW5kbnNfdHRsID0gMzYwMApkeW5kbnNfaWZhY2UgPSBURVNUSU5HCmR5bmRuc19yZWZyZXNoX2ludGVydmFsID0gODY0MDAKZHluZG5zX3VwZGF0ZV9wdHIgPSBUcnVlCmR5bmRuc19mb3JjZV90Y3AgPSBGYWxzZQpkeW5kbnNfYXV0aCA9IEdTUy1UU0lHCmR5bmRuc19zZXJ2ZXIgPSAxMjcuMC4wLjEKYWRfaG9zdG5hbWUgPSBtYW5hZ2VkLW5vZGUyLmR5bmRucy1zYW1wbGUtcmVhbG0uY29tCgo=", "encoding": "base64", "source": "/etc/sssd/sssd.conf" } TASK [fedora.linux_system_roles.ad_integration : Consolidate options from duplicate sections] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:269 Wednesday 25 June 2025 18:50:48 -0400 (0:00:00.347) 0:00:31.042 ******** TASK [fedora.linux_system_roles.ad_integration : Configure SSSD settings] ****** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:284 Wednesday 25 June 2025 18:50:48 -0400 (0:00:00.035) 0:00:31.077 ******** TASK [fedora.linux_system_roles.ad_integration : Configure dynamic DNS updates] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:298 Wednesday 25 June 2025 18:50:48 -0400 (0:00:00.030) 0:00:31.107 ******** ok: [managed-node2] => (item={u'value': u'True', u'key': u'dyndns_update'}) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": { "key": "dyndns_update", "value": "True" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "unconfined_u:object_r:sssd_conf_t:s0", "size": 332, "state": "file", "uid": 0, "warnings": [ "The value True (type bool) in a string field was converted to u'True' (type string). If this does not look like what you expect, quote the entire value to ensure it does not change." ] } MSG: OK ok: [managed-node2] => (item={u'value': u'3600', u'key': u'dyndns_ttl'}) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": { "key": "dyndns_ttl", "value": "3600" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "unconfined_u:object_r:sssd_conf_t:s0", "size": 332, "state": "file", "uid": 0 } MSG: OK skipping: [managed-node2] => (item={u'value': u'', u'key': u'dyndns_iface'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "dyndns_iface", "value": "" }, "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item={u'value': u'86400', u'key': u'dyndns_refresh_interval'}) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": { "key": "dyndns_refresh_interval", "value": "86400" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "unconfined_u:object_r:sssd_conf_t:s0", "size": 332, "state": "file", "uid": 0 } MSG: OK ok: [managed-node2] => (item={u'value': u'True', u'key': u'dyndns_update_ptr'}) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": { "key": "dyndns_update_ptr", "value": "True" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "unconfined_u:object_r:sssd_conf_t:s0", "size": 332, "state": "file", "uid": 0, "warnings": [ "The value True (type bool) in a string field was converted to u'True' (type string). If this does not look like what you expect, quote the entire value to ensure it does not change." ] } MSG: OK ok: [managed-node2] => (item={u'value': u'False', u'key': u'dyndns_force_tcp'}) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": { "key": "dyndns_force_tcp", "value": "False" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "unconfined_u:object_r:sssd_conf_t:s0", "size": 332, "state": "file", "uid": 0, "warnings": [ "The value False (type bool) in a string field was converted to u'False' (type string). If this does not look like what you expect, quote the entire value to ensure it does not change." ] } MSG: OK ok: [managed-node2] => (item={u'value': u'GSS-TSIG', u'key': u'dyndns_auth'}) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": { "key": "dyndns_auth", "value": "GSS-TSIG" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "unconfined_u:object_r:sssd_conf_t:s0", "size": 332, "state": "file", "uid": 0 } MSG: OK skipping: [managed-node2] => (item={u'value': u'', u'key': u'dyndns_server'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "dyndns_server", "value": "" }, "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item={u'key': u'ad_hostname', u'value': u'managed-node2.dyndns-sample-realm.com'}) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": { "key": "ad_hostname", "value": "managed-node2.dyndns-sample-realm.com" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "unconfined_u:object_r:sssd_conf_t:s0", "size": 332, "state": "file", "uid": 0 } MSG: OK TASK [fedora.linux_system_roles.ad_integration : Configure custom SSSD settings] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:336 Wednesday 25 June 2025 18:50:51 -0400 (0:00:02.290) 0:00:33.397 ******** TASK [fedora.linux_system_roles.ad_integration : Cleanup dynamic DNS configuration options] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:353 Wednesday 25 June 2025 18:50:51 -0400 (0:00:00.027) 0:00:33.425 ******** changed: [managed-node2] => (item={u'value': u'', u'key': u'dyndns_iface'}) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": { "key": "dyndns_iface", "value": "" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "unconfined_u:object_r:sssd_conf_t:s0", "size": 309, "state": "file", "uid": 0 } MSG: option changed changed: [managed-node2] => (item={u'value': u'', u'key': u'dyndns_server'}) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": { "key": "dyndns_server", "value": "" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "unconfined_u:object_r:sssd_conf_t:s0", "size": 283, "state": "file", "uid": 0 } MSG: option changed NOTIFIED HANDLER fedora.linux_system_roles.ad_integration : Handler for ad_integration to restart services - sssd for managed-node2 TASK [Restart sssd] ************************************************************ task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:91 Wednesday 25 June 2025 18:50:51 -0400 (0:00:00.707) 0:00:34.132 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check custom dyndns settings are removed] ******************************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:97 Wednesday 25 June 2025 18:50:52 -0400 (0:00:00.041) 0:00:34.173 ******** ok: [managed-node2] => (item={u'value': None, u'key': u'dyndns_iface'}) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "gid": 0, "group": "root", "item": { "key": "dyndns_iface", "value": null }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "unconfined_u:object_r:sssd_conf_t:s0", "size": 283, "state": "file", "uid": 0 } MSG: OK ok: [managed-node2] => (item={u'value': None, u'key': u'dyndns_server'}) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "gid": 0, "group": "root", "item": { "key": "dyndns_server", "value": null }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "unconfined_u:object_r:sssd_conf_t:s0", "size": 283, "state": "file", "uid": 0 } MSG: OK TASK [Gather facts] ************************************************************ task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:118 Wednesday 25 June 2025 18:50:52 -0400 (0:00:00.695) 0:00:34.869 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get IP for host's FQDN] ************************************************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:124 Wednesday 25 June 2025 18:50:52 -0400 (0:00:00.040) 0:00:34.909 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get hostname for host's IP address] ************************************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:130 Wednesday 25 June 2025 18:50:52 -0400 (0:00:00.042) 0:00:34.952 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert IPv4 DNS records were created] ************************************ task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:136 Wednesday 25 June 2025 18:50:52 -0400 (0:00:00.056) 0:00:35.009 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Cleanup fake realm] ****************************************************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:144 Wednesday 25 June 2025 18:50:52 -0400 (0:00:00.044) 0:00:35.053 ******** included: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml for managed-node2 TASK [Get role variables] ****************************************************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:6 Wednesday 25 June 2025 18:50:53 -0400 (0:00:00.131) 0:00:35.185 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create a temp file for fake realm cmd] *********************************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:12 Wednesday 25 June 2025 18:50:53 -0400 (0:00:00.031) 0:00:35.217 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set realm cmd variable for remainder of test] **************************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:18 Wednesday 25 June 2025 18:50:53 -0400 (0:00:00.033) 0:00:35.250 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create fake realm cmd] *************************************************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:22 Wednesday 25 June 2025 18:50:53 -0400 (0:00:00.039) 0:00:35.290 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if /etc/sssd exists] *********************************************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:28 Wednesday 25 June 2025 18:50:53 -0400 (0:00:00.035) 0:00:35.326 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install sssd-common for /etc/sssd] *************************************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:33 Wednesday 25 June 2025 18:50:53 -0400 (0:00:00.045) 0:00:35.372 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove realm cmd] ******************************************************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:44 Wednesday 25 June 2025 18:50:53 -0400 (0:00:00.037) 0:00:35.410 ******** changed: [managed-node2] => { "changed": true, "path": "/tmp/lsr_kjo139_ad_int_realm.py", "state": "absent" } TASK [Remove sssd-common] ****************************************************** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:49 Wednesday 25 June 2025 18:50:53 -0400 (0:00:00.339) 0:00:35.749 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [fedora.linux_system_roles.ad_integration : Handler for ad_integration to restart services - sssd] *** task path: /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/handlers/main.yml:10 Wednesday 25 June 2025 18:50:53 -0400 (0:00:00.021) 0:00:35.771 ******** skipping: [managed-node2] => (item=sssd) => { "ansible_loop_var": "item", "changed": false, "item": "sssd", "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node2 : ok=33 changed=11 unreachable=0 failed=0 skipped=75 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Wednesday 25 June 2025 18:50:53 -0400 (0:00:00.033) 0:00:35.804 ******** =============================================================================== Install sssd-common for /etc/sssd --------------------------------------- 9.66s /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:33 fedora.linux_system_roles.ad_integration : Ensure required packages are installed --- 4.65s /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:52 fedora.linux_system_roles.ad_integration : Configure dynamic DNS updates --- 3.45s /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:298 fedora.linux_system_roles.ad_integration : Configure dynamic DNS updates --- 2.29s /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:298 Check custom dyndns settings -------------------------------------------- 1.25s /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:49 Gathering Facts --------------------------------------------------------- 1.14s /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:20 fedora.linux_system_roles.ad_integration : Ensure required services are enabled and started --- 0.96s /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:60 fedora.linux_system_roles.ad_integration : Generate /etc/realmd.conf ---- 0.77s /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:67 fedora.linux_system_roles.ad_integration : Cleanup dynamic DNS configuration options --- 0.71s /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:353 Check custom dyndns settings are removed -------------------------------- 0.70s /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:97 Create fake realm cmd --------------------------------------------------- 0.66s /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:22 fedora.linux_system_roles.ad_integration : Ensure required packages are installed --- 0.58s /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:52 fedora.linux_system_roles.ad_integration : Generate /etc/realmd.conf ---- 0.55s /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:67 fedora.linux_system_roles.ad_integration : Run realm join command ------- 0.54s /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:231 fedora.linux_system_roles.ad_integration : Grab sssd.conf if it exists after realm join --- 0.53s /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:263 fedora.linux_system_roles.ad_integration : Check if system is ostree ---- 0.42s /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:10 fedora.linux_system_roles.ad_integration : Ensure required services are enabled and started --- 0.40s /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:60 Create a temp file for fake realm cmd ----------------------------------- 0.39s /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:12 fedora.linux_system_roles.ad_integration : Run realm join command ------- 0.39s /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:231 fedora.linux_system_roles.ad_integration : See if sssd.conf exists after realm join --- 0.37s /tmp/collections-BOK/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:258