[WARNING]: Could not match supplied host pattern, ignoring: ad ansible-playbook [core 2.17.14] 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-vYX executable location = /usr/local/bin/ansible-playbook python version = 3.12.11 (main, Aug 14 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-11)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', 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 '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_dyndns.yml ***************************************************** 1 plays in /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml PLAY [Ensure that the role configures dynamic dns] ***************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:20 Saturday 11 October 2025 08:20:50 -0400 (0:00:00.019) 0:00:00.019 ****** [WARNING]: Platform linux on host managed-node2 is using the discovered Python interpreter at /usr/bin/python3.9, 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-node2] TASK [Setup fake realm] ******************************************************** task path: /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:33 Saturday 11 October 2025 08:20:52 -0400 (0:00:02.239) 0:00:02.258 ****** included: /tmp/collections-vYX/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-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:6 Saturday 11 October 2025 08:20:52 -0400 (0:00:00.044) 0:00:02.303 ****** included: fedora.linux_system_roles.ad_integration for managed-node2 TASK [fedora.linux_system_roles.ad_integration : Ensure ansible_facts used by role] *** task path: /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:2 Saturday 11 October 2025 08:20:52 -0400 (0:00:00.029) 0:00:02.332 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__ad_integration_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Check if system is ostree] **** task path: /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:10 Saturday 11 October 2025 08:20:52 -0400 (0:00:00.032) 0:00:02.365 ****** 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-vYX/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:15 Saturday 11 October 2025 08:20:52 -0400 (0:00:00.427) 0:00:02.792 ****** 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-vYX/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:19 Saturday 11 October 2025 08:20:52 -0400 (0:00:00.023) 0:00:02.815 ****** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [Create a temp file for fake realm cmd] *********************************** task path: /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:12 Saturday 11 October 2025 08:20:52 -0400 (0:00:00.036) 0:00:02.852 ****** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsr_84sotpe9_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-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:18 Saturday 11 October 2025 08:20:53 -0400 (0:00:00.423) 0:00:03.275 ****** ok: [managed-node2] => { "ansible_facts": { "__ad_integration_realm_cmd": "/tmp/lsr_84sotpe9_ad_int_realm.py" }, "changed": false } TASK [Create fake realm cmd] *************************************************** task path: /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:22 Saturday 11 October 2025 08:20:53 -0400 (0:00:00.018) 0:00:03.293 ****** changed: [managed-node2] => { "changed": true, "checksum": "f08b23e777a53debae84392ccd212214387fb5b1", "dest": "/tmp/lsr_84sotpe9_ad_int_realm.py", "gid": 0, "group": "root", "md5sum": "ef3578e2cf0256092a95099e8f0c33c1", "mode": "0755", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1857, "src": "/root/.ansible/tmp/ansible-tmp-1760185253.4064558-8384-230579614170702/.source.py", "state": "file", "uid": 0 } TASK [Check if /etc/sssd exists] *********************************************** task path: /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:28 Saturday 11 October 2025 08:20:54 -0400 (0:00:00.784) 0:00:04.077 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1759820674.977, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1759820439.935, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 997, "gr_name": "sssd", "inode": 15000642, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1759820439.935, "nlink": 4, "path": "/etc/sssd", "pw_name": "sssd", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 31, "uid": 998, "version": "2484695763", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [Install sssd-common for /etc/sssd] *************************************** task path: /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:33 Saturday 11 October 2025 08:20:54 -0400 (0:00:00.355) 0:00:04.433 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __sssd_dir_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Remove realm cmd] ******************************************************** task path: /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:44 Saturday 11 October 2025 08:20:54 -0400 (0:00:00.014) 0:00:04.448 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__manage_fake_realm == \"cleanup\"", "skip_reason": "Conditional result was False" } TASK [Remove sssd-common] ****************************************************** task path: /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:49 Saturday 11 October 2025 08:20:54 -0400 (0:00:00.013) 0:00:04.461 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__manage_fake_realm == \"cleanup\"", "skip_reason": "Conditional result was False" } TASK [Test - Run the system role with bogus vars] ****************************** task path: /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:39 Saturday 11 October 2025 08:20:54 -0400 (0:00:00.013) 0:00:04.475 ****** included: fedora.linux_system_roles.ad_integration for managed-node2 TASK [fedora.linux_system_roles.ad_integration : Ensure that mandatory variable ad_integration_realm is available] *** task path: /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:3 Saturday 11 October 2025 08:20:54 -0400 (0:00:00.056) 0:00:04.531 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ad_integration_realm", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Assume managing timesync if timesource is set] *** task path: /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:8 Saturday 11 October 2025 08:20:54 -0400 (0:00:00.013) 0:00:04.544 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ad_integration_timesync_source is not none", "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-vYX/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:15 Saturday 11 October 2025 08:20:54 -0400 (0:00:00.016) 0:00:04.561 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ad_integration_manage_timesync | bool", "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-vYX/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:25 Saturday 11 October 2025 08:20:54 -0400 (0:00:00.031) 0:00:04.593 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ad_integration_allow_rc4_crypto | bool", "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-vYX/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:30 Saturday 11 October 2025 08:20:54 -0400 (0:00:00.035) 0:00:04.629 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ad_integration_allow_rc4_crypto | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Ensure all required dns variables are provided] *** task path: /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:40 Saturday 11 October 2025 08:20:54 -0400 (0:00:00.033) 0:00:04.663 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ad_integration_manage_dns | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Set platform/version specific variables] *** task path: /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:49 Saturday 11 October 2025 08:20:54 -0400 (0:00:00.030) 0:00:04.693 ****** included: /tmp/collections-vYX/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-vYX/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:2 Saturday 11 October 2025 08:20:54 -0400 (0:00:00.022) 0:00:04.715 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__ad_integration_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Check if system is ostree] **** task path: /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:10 Saturday 11 October 2025 08:20:54 -0400 (0:00:00.033) 0:00:04.749 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __ad_integration_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Set flag to indicate system is ostree] *** task path: /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:15 Saturday 11 October 2025 08:20:54 -0400 (0:00:00.018) 0:00:04.767 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __ad_integration_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Set platform/version specific variables] *** task path: /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:19 Saturday 11 October 2025 08:20:54 -0400 (0:00:00.018) 0:00:04.785 ****** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.ad_integration : Ensure required packages are installed] *** task path: /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:52 Saturday 11 October 2025 08:20:54 -0400 (0:00:00.031) 0:00:04.817 ****** fatal: [managed-node2]: FAILED! => { "changed": false, "rc": 1, "results": [] } MSG: Failed to download metadata for repo 'highavailability': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried TASK [Cleanup fake realm] ****************************************************** task path: /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:144 Saturday 11 October 2025 08:21:08 -0400 (0:00:13.799) 0:00:18.616 ****** included: /tmp/collections-vYX/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-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:6 Saturday 11 October 2025 08:21:08 -0400 (0:00:00.056) 0:00:18.673 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__manage_fake_realm == \"setup\"", "skip_reason": "Conditional result was False" } TASK [Create a temp file for fake realm cmd] *********************************** task path: /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:12 Saturday 11 October 2025 08:21:08 -0400 (0:00:00.013) 0:00:18.686 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__manage_fake_realm == \"setup\"", "skip_reason": "Conditional result was False" } TASK [Set realm cmd variable for remainder of test] **************************** task path: /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:18 Saturday 11 October 2025 08:21:08 -0400 (0:00:00.013) 0:00:18.699 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__manage_fake_realm == \"setup\"", "skip_reason": "Conditional result was False" } TASK [Create fake realm cmd] *************************************************** task path: /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:22 Saturday 11 October 2025 08:21:08 -0400 (0:00:00.013) 0:00:18.713 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__manage_fake_realm == \"setup\"", "skip_reason": "Conditional result was False" } TASK [Check if /etc/sssd exists] *********************************************** task path: /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:28 Saturday 11 October 2025 08:21:08 -0400 (0:00:00.012) 0:00:18.725 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__manage_fake_realm == \"setup\"", "skip_reason": "Conditional result was False" } TASK [Install sssd-common for /etc/sssd] *************************************** task path: /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:33 Saturday 11 October 2025 08:21:08 -0400 (0:00:00.014) 0:00:18.740 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__manage_fake_realm == \"setup\"", "skip_reason": "Conditional result was False" } TASK [Remove realm cmd] ******************************************************** task path: /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:44 Saturday 11 October 2025 08:21:08 -0400 (0:00:00.014) 0:00:18.755 ****** changed: [managed-node2] => { "changed": true, "path": "/tmp/lsr_84sotpe9_ad_int_realm.py", "state": "absent" } TASK [Remove sssd-common] ****************************************************** task path: /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:49 Saturday 11 October 2025 08:21:09 -0400 (0:00:00.438) 0:00:19.193 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__installed_sssd_package is changed", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* managed-node2 : ok=13 changed=3 unreachable=0 failed=1 skipped=22 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2025-10-11T12:21:08.683791+00:00Z", "host": "managed-node2", "message": "Failed to download metadata for repo 'highavailability': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried", "rc": 1, "start_time": "2025-10-11T12:20:54.889628+00:00Z", "task_name": "Ensure required packages are installed", "task_path": "/tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:52" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 11 October 2025 08:21:09 -0400 (0:00:00.016) 0:00:19.210 ****** =============================================================================== fedora.linux_system_roles.ad_integration : Ensure required packages are installed -- 13.80s /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:52 Gathering Facts --------------------------------------------------------- 2.24s /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:20 Create fake realm cmd --------------------------------------------------- 0.78s /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:22 Remove realm cmd -------------------------------------------------------- 0.44s /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:44 fedora.linux_system_roles.ad_integration : Check if system is ostree ---- 0.43s /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:10 Create a temp file for fake realm cmd ----------------------------------- 0.42s /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:12 Check if /etc/sssd exists ----------------------------------------------- 0.36s /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:28 Cleanup fake realm ------------------------------------------------------ 0.06s /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:144 Test - Run the system role with bogus vars ------------------------------ 0.06s /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:39 Setup fake realm -------------------------------------------------------- 0.04s /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:33 fedora.linux_system_roles.ad_integration : Set platform/version specific variables --- 0.04s /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:19 fedora.linux_system_roles.ad_integration : Assume managing crypto policies if allow_rc4_crypto is set --- 0.04s /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:25 fedora.linux_system_roles.ad_integration : Ensure manage_crypt_policies is set with crypto_allow_rc4 --- 0.03s /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:30 fedora.linux_system_roles.ad_integration : Ensure ansible_facts used by role --- 0.03s /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:2 fedora.linux_system_roles.ad_integration : Ensure ansible_facts used by role --- 0.03s /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:2 fedora.linux_system_roles.ad_integration : Ensure time source is provided if managing timesync --- 0.03s /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:15 fedora.linux_system_roles.ad_integration : Set platform/version specific variables --- 0.03s /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:19 fedora.linux_system_roles.ad_integration : Ensure all required dns variables are provided --- 0.03s /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:40 Get role variables ------------------------------------------------------ 0.03s /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tasks/manage_fake_realm.yml:6 fedora.linux_system_roles.ad_integration : Set flag to indicate system is ostree --- 0.02s /tmp/collections-vYX/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:15 Oct 11 08:20:50 managed-node2 sshd-session[7641]: Accepted publickey for root from 10.31.10.32 port 56896 ssh2: ECDSA SHA256:NGObYjsE8w0MvYHZudIFBoMozyj9oeg5q8FGxso6IWg Oct 11 08:20:50 managed-node2 systemd-logind[600]: New session 8 of user root. ░░ Subject: A new session 8 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 8 has been created for the user root. ░░ ░░ The leading process of the session is 7641. Oct 11 08:20:50 managed-node2 systemd[1]: Started Session 8 of User root. ░░ Subject: A start job for unit session-8.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-8.scope has finished successfully. ░░ ░░ The job identifier is 1107. Oct 11 08:20:50 managed-node2 sshd-session[7641]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 11 08:20:51 managed-node2 python3.9[7818]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 11 08:20:52 managed-node2 python3.9[7993]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 11 08:20:53 managed-node2 python3.9[8142]: ansible-tempfile Invoked with prefix=lsr_ suffix=_ad_int_realm.py state=file path=None Oct 11 08:20:53 managed-node2 python3.9[8291]: ansible-ansible.legacy.stat Invoked with path=/tmp/lsr_84sotpe9_ad_int_realm.py follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Oct 11 08:20:54 managed-node2 python3.9[8413]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1760185253.4064558-8384-230579614170702/.source.py dest=/tmp/lsr_84sotpe9_ad_int_realm.py mode=0755 follow=False _original_basename=fake_realm.py.j2 checksum=f08b23e777a53debae84392ccd212214387fb5b1 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Oct 11 08:20:54 managed-node2 python3.9[8562]: ansible-stat Invoked with path=/etc/sssd follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 11 08:20:55 managed-node2 python3.9[8713]: ansible-ansible.legacy.dnf Invoked with name=['realmd', 'PackageKit'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Oct 11 08:21:09 managed-node2 python3.9[8917]: ansible-file Invoked with path=/tmp/lsr_84sotpe9_ad_int_realm.py state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Oct 11 08:21:09 managed-node2 sshd-session[8942]: Accepted publickey for root from 10.31.10.32 port 56352 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 08:21:09 managed-node2 systemd-logind[600]: New session 9 of user root. ░░ Subject: A new session 9 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 9 has been created for the user root. ░░ ░░ The leading process of the session is 8942. Oct 11 08:21:09 managed-node2 systemd[1]: Started Session 9 of User root. ░░ Subject: A start job for unit session-9.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-9.scope has finished successfully. ░░ ░░ The job identifier is 1177. Oct 11 08:21:09 managed-node2 sshd-session[8942]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 11 08:21:09 managed-node2 sshd-session[8945]: Received disconnect from 10.31.10.32 port 56352:11: disconnected by user Oct 11 08:21:09 managed-node2 sshd-session[8945]: Disconnected from user root 10.31.10.32 port 56352 Oct 11 08:21:09 managed-node2 sshd-session[8942]: pam_unix(sshd:session): session closed for user root Oct 11 08:21:09 managed-node2 systemd[1]: session-9.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-9.scope has successfully entered the 'dead' state. Oct 11 08:21:09 managed-node2 systemd-logind[600]: Session 9 logged out. Waiting for processes to exit. Oct 11 08:21:09 managed-node2 systemd-logind[600]: Removed session 9. ░░ Subject: Session 9 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 9 has been terminated. Oct 11 08:21:09 managed-node2 sshd-session[8970]: Accepted publickey for root from 10.31.10.32 port 56366 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 08:21:09 managed-node2 systemd-logind[600]: New session 10 of user root. ░░ Subject: A new session 10 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 10 has been created for the user root. ░░ ░░ The leading process of the session is 8970. Oct 11 08:21:09 managed-node2 systemd[1]: Started Session 10 of User root. ░░ Subject: A start job for unit session-10.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-10.scope has finished successfully. ░░ ░░ The job identifier is 1246. Oct 11 08:21:09 managed-node2 sshd-session[8970]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)