[WARNING]: Could not match supplied host pattern, ignoring: ad
ansible-playbook [core 2.17.7]
  config file = None
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.13/site-packages/ansible
  ansible collection location = /tmp/collections-aN7
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.13.0 (main, Oct  8 2024, 00:00:00) [GCC 14.2.1 20240912 (Red Hat 14.2.1-3)] (/usr/bin/python3.13)
  jinja version = 3.1.4
  libyaml = True
No config file found; using defaults
running playbook inside collection fedora.linux_system_roles
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.

PLAYBOOK: tests_dyndns.yml *****************************************************
1 plays in /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml

PLAY [Ensure that the role configures dynamic dns] *****************************

TASK [Test - Run the system role with bogus vars] ******************************
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:31
Saturday 11 January 2025  07:24:19 -0500 (0:00:00.007)       0:00:00.007 ****** 
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-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:3
Saturday 11 January 2025  07:24:19 -0500 (0:00:00.046)       0:00:00.054 ****** 
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-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:8
Saturday 11 January 2025  07:24:19 -0500 (0:00:00.013)       0:00:00.067 ****** 
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-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:15
Saturday 11 January 2025  07:24:19 -0500 (0:00:00.016)       0:00:00.084 ****** 
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-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:25
Saturday 11 January 2025  07:24:19 -0500 (0:00:00.027)       0:00:00.111 ****** 
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-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:30
Saturday 11 January 2025  07:24:19 -0500 (0:00:00.028)       0:00:00.140 ****** 
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-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:40
Saturday 11 January 2025  07:24:20 -0500 (0:00:00.028)       0:00:00.169 ****** 
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-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:49
Saturday 11 January 2025  07:24:20 -0500 (0:00:00.029)       0:00:00.198 ****** 
included: /tmp/collections-aN7/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-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:2
Saturday 11 January 2025  07:24:20 -0500 (0:00:00.028)       0:00:00.226 ****** 
[WARNING]: Platform linux on host managed-node2 is using the discovered Python
interpreter at /usr/bin/python3, 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 [fedora.linux_system_roles.ad_integration : Check if system is ostree] ****
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:10
Saturday 11 January 2025  07:24:22 -0500 (0:00:02.695)       0:00:02.922 ****** 
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-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:15
Saturday 11 January 2025  07:24:23 -0500 (0:00:00.459)       0:00:03.381 ****** 
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-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:19
Saturday 11 January 2025  07:24:23 -0500 (0:00:00.021)       0:00:03.403 ****** 
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=Fedora.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.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-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:52
Saturday 11 January 2025  07:24:23 -0500 (0:00:00.030)       0:00:03.434 ****** 
changed: [managed-node2] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: realmd-0.17.1-13.fc41.x86_64",
        "Installed: PackageKit-1.2.8-8.fc41.x86_64",
        "Installed: appstream-1.0.2-4.fc41.x86_64",
        "Installed: PackageKit-glib-1.2.8-8.fc41.x86_64",
        "Installed: libstemmer-2.2.0-13.fc41.x86_64",
        "Installed: appstream-data-41-9.fc41.noarch"
    ]
}
lsrpackages: PackageKit realmd

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

TASK [fedora.linux_system_roles.ad_integration : Generate /etc/realmd.conf] ****
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:65
Saturday 11 January 2025  07:24:56 -0500 (0:00:01.432)       0:00:36.172 ****** 
Notification for handler Handler for ad_integration to restart services has been saved.
changed: [managed-node2] => {
    "changed": true,
    "checksum": "0fe3f55e582b3bf7fd00d6665b2e8dcfd0f0d645",
    "dest": "/etc/realmd.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "c03fe7d9bbd0f743ca4fbe88f5320506",
    "mode": "0400",
    "owner": "root",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 174,
    "src": "/root/.ansible/tmp/ansible-tmp-1736598296.067392-5669-269296233056263/.source.conf",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.ad_integration : Flush handlers] ***************
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:73
Saturday 11 January 2025  07:24:56 -0500 (0:00:00.845)       0:00:37.018 ****** 
NOTIFIED HANDLER fedora.linux_system_roles.ad_integration : Handler for ad_integration to restart services for managed-node2
META: triggered running handlers for managed-node2

RUNNING HANDLER [fedora.linux_system_roles.ad_integration : Handler for ad_integration to restart services] ***
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/handlers/main.yml:3
Saturday 11 January 2025  07:24:56 -0500 (0:00:00.002)       0:00:37.020 ****** 
skipping: [managed-node2] => (item=realmd)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "not __ad_integration_test_sssd_config_only | default(false)",
    "item": "realmd",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [Add AD server to existing network connection for DNS] ********************
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:77
Saturday 11 January 2025  07:24:56 -0500 (0:00:00.049)       0:00:37.070 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ad_integration_manage_dns | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Manage timesync] *********************************************************
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:91
Saturday 11 January 2025  07:24:56 -0500 (0:00:00.036)       0:00:37.106 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ad_integration_manage_timesync | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Manage crypto policies] **************************************************
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:100
Saturday 11 January 2025  07:24:56 -0500 (0:00:00.036)       0:00:37.143 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ad_integration_manage_crypto_policies | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Enable crypto policy allowing RC4 encryption] ****************************
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:112
Saturday 11 January 2025  07:24:57 -0500 (0:00:00.035)       0:00:37.179 ****** 
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 : Check if we are already joined to a domain] ***
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:123
Saturday 11 January 2025  07:24:57 -0500 (0:00:00.037)       0:00:37.217 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ad_integration_force_rejoin | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ad_integration : Leave existing joined domain] ***
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:129
Saturday 11 January 2025  07:24:57 -0500 (0:00:00.036)       0:00:37.253 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ad_integration_force_rejoin | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ad_integration : Build Command - Join to a specific Domain Controller] ***
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:137
Saturday 11 January 2025  07:24:57 -0500 (0:00:00.033)       0:00:37.287 ****** 
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-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:151
Saturday 11 January 2025  07:24:57 -0500 (0:00:00.019)       0:00:37.306 ****** 
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-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:165
Saturday 11 January 2025  07:24:57 -0500 (0:00:00.037)       0:00:37.344 ****** 
ok: [managed-node2] => {}

MSG:

['Would run the following command. Note that ad_integration_join_parameters have been removed for security purposes, the role will pass them to the actual realm join command when running without check mode.', 'realm join -U Administrator --membership-software adcli sample-realm.com']

TASK [fedora.linux_system_roles.ad_integration : Run realm join command] *******
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:177
Saturday 11 January 2025  07:24:57 -0500 (0:00:00.022)       0:00:37.366 ****** 
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 : Configure SSSD settings] ******
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:192
Saturday 11 January 2025  07:24:57 -0500 (0:00:00.014)       0:00:37.380 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.ad_integration : Configure dynamic DNS updates] ***
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:206
Saturday 11 January 2025  07:24:57 -0500 (0:00:00.013)       0:00:37.394 ****** 
changed: [managed-node2] => (item={'key': 'dyndns_update', 'value': 'True'}) => {
    "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": "system_u:object_r:sssd_conf_t:s0",
    "size": 48,
    "state": "file",
    "uid": 0
}

MSG:

section and option added
changed: [managed-node2] => (item={'key': 'dyndns_ttl', 'value': '3600'}) => {
    "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": "system_u:object_r:sssd_conf_t:s0",
    "size": 66,
    "state": "file",
    "uid": 0
}

MSG:

option added
changed: [managed-node2] => (item={'key': 'dyndns_iface', 'value': 'TESTING'}) => {
    "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": "system_u:object_r:sssd_conf_t:s0",
    "size": 89,
    "state": "file",
    "uid": 0
}

MSG:

option added
changed: [managed-node2] => (item={'key': 'dyndns_refresh_interval', 'value': '86400'}) => {
    "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": "system_u:object_r:sssd_conf_t:s0",
    "size": 121,
    "state": "file",
    "uid": 0
}

MSG:

option added
changed: [managed-node2] => (item={'key': 'dyndns_update_ptr', 'value': 'True'}) => {
    "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": "system_u:object_r:sssd_conf_t:s0",
    "size": 146,
    "state": "file",
    "uid": 0
}

MSG:

option added
changed: [managed-node2] => (item={'key': 'dyndns_force_tcp', 'value': 'False'}) => {
    "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": "system_u:object_r:sssd_conf_t:s0",
    "size": 171,
    "state": "file",
    "uid": 0
}

MSG:

option added
changed: [managed-node2] => (item={'key': 'dyndns_auth', 'value': 'GSS-TSIG'}) => {
    "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": "system_u:object_r:sssd_conf_t:s0",
    "size": 194,
    "state": "file",
    "uid": 0
}

MSG:

option added
changed: [managed-node2] => (item={'key': 'dyndns_server', 'value': '127.0.0.1'}) => {
    "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": "system_u:object_r:sssd_conf_t:s0",
    "size": 220,
    "state": "file",
    "uid": 0
}

MSG:

option added
changed: [managed-node2] => (item={'key': 'ad_hostname', 'value': 'managed-node2.sample-realm.com'}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "gid": 0,
    "group": "root",
    "item": {
        "key": "ad_hostname",
        "value": "managed-node2.sample-realm.com"
    },
    "mode": "0600",
    "owner": "root",
    "path": "/etc/sssd/sssd.conf",
    "secontext": "system_u:object_r:sssd_conf_t:s0",
    "size": 265,
    "state": "file",
    "uid": 0
}

MSG:

option added
Notification for handler Handler for ad_integration to restart services - sssd has been saved.
Notification for handler Handler for ad_integration to restart services - sssd has been saved.
Notification for handler Handler for ad_integration to restart services - sssd has been saved.
Notification for handler Handler for ad_integration to restart services - sssd has been saved.
Notification for handler Handler for ad_integration to restart services - sssd has been saved.
Notification for handler Handler for ad_integration to restart services - sssd has been saved.
Notification for handler Handler for ad_integration to restart services - sssd has been saved.
Notification for handler Handler for ad_integration to restart services - sssd has been saved.
Notification for handler Handler for ad_integration to restart services - sssd has been saved.

TASK [fedora.linux_system_roles.ad_integration : Configure custom SSSD settings] ***
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:245
Saturday 11 January 2025  07:25:01 -0500 (0:00:03.851)       0:00:41.245 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.ad_integration : Cleanup dynamic DNS configuration options] ***
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:262
Saturday 11 January 2025  07:25:01 -0500 (0:00:00.011)       0:00:41.256 ****** 
skipping: [managed-node2] => (item={'key': 'dyndns_iface', 'value': 'TESTING'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item.value is none or item.value == ''",
    "item": {
        "key": "dyndns_iface",
        "value": "TESTING"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={'key': 'dyndns_server', 'value': '127.0.0.1'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item.value is none or item.value == ''",
    "item": {
        "key": "dyndns_server",
        "value": "127.0.0.1"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [Check custom dyndns settings] ********************************************
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:40
Saturday 11 January 2025  07:25:01 -0500 (0:00:00.039)       0:00:41.296 ****** 
ok: [managed-node2] => (item={'key': 'dyndns_update', 'value': 'True'}) => {
    "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": "system_u:object_r:sssd_conf_t:s0",
    "size": 265,
    "state": "file",
    "uid": 0
}

MSG:

OK
ok: [managed-node2] => (item={'key': 'dyndns_iface', 'value': 'TESTING'}) => {
    "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": "system_u:object_r:sssd_conf_t:s0",
    "size": 265,
    "state": "file",
    "uid": 0
}

MSG:

OK
ok: [managed-node2] => (item={'key': 'dyndns_auth', 'value': 'GSS-TSIG'}) => {
    "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": "system_u:object_r:sssd_conf_t:s0",
    "size": 265,
    "state": "file",
    "uid": 0
}

MSG:

OK
ok: [managed-node2] => (item={'key': 'dyndns_server', 'value': '127.0.0.1'}) => {
    "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": "system_u:object_r:sssd_conf_t:s0",
    "size": 265,
    "state": "file",
    "uid": 0
}

MSG:

OK

TASK [Search /var/log/sssd/sssd.log for [sss_ini_call_validators]] *************
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:63
Saturday 11 January 2025  07:25:02 -0500 (0:00:01.633)       0:00:42.929 ****** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "grep",
        "-i",
        "sss_ini_call_validators",
        "/var/log/sssd/sssd.log"
    ],
    "delta": "0:00:00.004087",
    "end": "2025-01-11 07:25:03.185151",
    "failed_when_result": false,
    "rc": 2,
    "start": "2025-01-11 07:25:03.181064"
}

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-aN7/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:69
Saturday 11 January 2025  07:25:03 -0500 (0:00:00.475)       0:00:43.405 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "sssd_log.stdout | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [Test - Re-run the system role to remove vars] ****************************
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:74
Saturday 11 January 2025  07:25:03 -0500 (0:00:00.026)       0:00:43.432 ****** 
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-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:3
Saturday 11 January 2025  07:25:03 -0500 (0:00:00.053)       0:00:43.485 ****** 
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-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:8
Saturday 11 January 2025  07:25:03 -0500 (0:00:00.013)       0:00:43.499 ****** 
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-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:15
Saturday 11 January 2025  07:25:03 -0500 (0:00:00.017)       0:00:43.516 ****** 
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-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:25
Saturday 11 January 2025  07:25:03 -0500 (0:00:00.026)       0:00:43.543 ****** 
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-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:30
Saturday 11 January 2025  07:25:03 -0500 (0:00:00.025)       0:00:43.569 ****** 
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-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:40
Saturday 11 January 2025  07:25:03 -0500 (0:00:00.028)       0:00:43.597 ****** 
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-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:49
Saturday 11 January 2025  07:25:03 -0500 (0:00:00.029)       0:00:43.626 ****** 
included: /tmp/collections-aN7/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-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:2
Saturday 11 January 2025  07:25:03 -0500 (0:00:00.035)       0:00:43.662 ****** 
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-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:10
Saturday 11 January 2025  07:25:03 -0500 (0:00:00.034)       0:00:43.696 ****** 
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-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:15
Saturday 11 January 2025  07:25:03 -0500 (0:00:00.018)       0:00:43.715 ****** 
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-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:19
Saturday 11 January 2025  07:25:03 -0500 (0:00:00.021)       0:00:43.737 ****** 
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=Fedora.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_41.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_41.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-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:52
Saturday 11 January 2025  07:25:03 -0500 (0:00:00.037)       0:00:43.774 ****** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: PackageKit realmd

TASK [fedora.linux_system_roles.ad_integration : Ensure required services are enabled and started] ***
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:58
Saturday 11 January 2025  07:25:05 -0500 (0:00:01.793)       0:00:45.568 ****** 
ok: [managed-node2] => (item=realmd) => {
    "ansible_loop_var": "item",
    "changed": false,
    "enabled": true,
    "item": "realmd",
    "name": "realmd",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2025-01-11 07:24:55 EST",
        "ActiveEnterTimestampMonotonic": "438391600",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "systemd-journald.socket basic.target system.slice dbus.socket sysinit.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2025-01-11 07:24:55 EST",
        "AssertTimestampMonotonic": "438369463",
        "Before": "shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.freedesktop.realmd",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "15999000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2025-01-11 07:24:55 EST",
        "ConditionTimestampMonotonic": "438369459",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/realmd.service",
        "ControlGroupId": "5746",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "Realm and Domain Configuration",
        "DevicePolicy": "auto",
        "Documentation": "\"man:realm(8)\" \"man:realmd.conf(5)\"",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3893936128",
        "EffectiveMemoryMax": "3893936128",
        "EffectiveTasksMax": "4413",
        "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestamp": "Sat 2025-01-11 07:24:55 EST",
        "ExecMainHandoffTimestampMonotonic": "438381404",
        "ExecMainPID": "5622",
        "ExecMainStartTimestamp": "Sat 2025-01-11 07:24:55 EST",
        "ExecMainStartTimestampMonotonic": "438371235",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/libexec/realmd ; argv[]=/usr/libexec/realmd ; ignore_errors=no ; start_time=[Sat 2025-01-11 07:24:55 EST] ; stop_time=[n/a] ; pid=5622 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/libexec/realmd ; argv[]=/usr/libexec/realmd ; flags= ; start_time=[Sat 2025-01-11 07:24:55 EST] ; stop_time=[n/a] ; pid=5622 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/realmd.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "realmd.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2025-01-11 07:24:55 EST",
        "InactiveExitTimestampMonotonic": "438372999",
        "InvocationID": "1b88313b5a21497894f4b24a22df65a9",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14712",
        "LimitNPROCSoft": "14712",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14712",
        "LimitSIGPENDINGSoft": "14712",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "5622",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3474403328",
        "MemoryCurrent": "1617920",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "2142208",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "0",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "0",
        "MemoryZSwapCurrent": "0",
        "MemoryZSwapMax": "infinity",
        "MemoryZSwapWriteback": "yes",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "realmd.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice dbus.socket sysinit.target",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestamp": "Sat 2025-01-11 07:24:55 EST",
        "StateChangeTimestampMonotonic": "438391600",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "5",
        "TasksMax": "4413",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "static",
        "UtmpMode": "init",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.ad_integration : Generate /etc/realmd.conf] ****
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:65
Saturday 11 January 2025  07:25:06 -0500 (0:00:01.007)       0:00:46.575 ****** 
ok: [managed-node2] => {
    "changed": false,
    "checksum": "0fe3f55e582b3bf7fd00d6665b2e8dcfd0f0d645",
    "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": 174,
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.ad_integration : Flush handlers] ***************
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:73
Saturday 11 January 2025  07:25:07 -0500 (0:00:01.197)       0:00:47.773 ****** 
NOTIFIED HANDLER fedora.linux_system_roles.ad_integration : Handler for ad_integration to restart services - sssd for managed-node2
META: triggered running handlers for managed-node2

RUNNING HANDLER [fedora.linux_system_roles.ad_integration : Handler for ad_integration to restart services - sssd] ***
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/handlers/main.yml:10
Saturday 11 January 2025  07:25:07 -0500 (0:00:00.002)       0:00:47.775 ****** 
skipping: [managed-node2] => (item=sssd)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "not __ad_integration_test_sssd_config_only | default(false)",
    "item": "sssd",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [Add AD server to existing network connection for DNS] ********************
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:77
Saturday 11 January 2025  07:25:07 -0500 (0:00:00.050)       0:00:47.826 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ad_integration_manage_dns | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Manage timesync] *********************************************************
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:91
Saturday 11 January 2025  07:25:07 -0500 (0:00:00.028)       0:00:47.855 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ad_integration_manage_timesync | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Manage crypto policies] **************************************************
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:100
Saturday 11 January 2025  07:25:07 -0500 (0:00:00.028)       0:00:47.883 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ad_integration_manage_crypto_policies | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Enable crypto policy allowing RC4 encryption] ****************************
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:112
Saturday 11 January 2025  07:25:07 -0500 (0:00:00.028)       0:00:47.912 ****** 
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 : Check if we are already joined to a domain] ***
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:123
Saturday 11 January 2025  07:25:07 -0500 (0:00:00.025)       0:00:47.938 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ad_integration_force_rejoin | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ad_integration : Leave existing joined domain] ***
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:129
Saturday 11 January 2025  07:25:07 -0500 (0:00:00.024)       0:00:47.962 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ad_integration_force_rejoin | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ad_integration : Build Command - Join to a specific Domain Controller] ***
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:137
Saturday 11 January 2025  07:25:07 -0500 (0:00:00.025)       0:00:47.987 ****** 
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-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:151
Saturday 11 January 2025  07:25:07 -0500 (0:00:00.021)       0:00:48.009 ****** 
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-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:165
Saturday 11 January 2025  07:25:07 -0500 (0:00:00.054)       0:00:48.064 ****** 
ok: [managed-node2] => {}

MSG:

['Would run the following command. Note that ad_integration_join_parameters have been removed for security purposes, the role will pass them to the actual realm join command when running without check mode.', 'realm join -U Administrator --membership-software adcli sample-realm.com']

TASK [fedora.linux_system_roles.ad_integration : Run realm join command] *******
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:177
Saturday 11 January 2025  07:25:07 -0500 (0:00:00.029)       0:00:48.093 ****** 
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 : Configure SSSD settings] ******
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:192
Saturday 11 January 2025  07:25:07 -0500 (0:00:00.014)       0:00:48.108 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.ad_integration : Configure dynamic DNS updates] ***
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:206
Saturday 11 January 2025  07:25:07 -0500 (0:00:00.011)       0:00:48.119 ****** 
ok: [managed-node2] => (item={'key': 'dyndns_update', 'value': 'True'}) => {
    "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": "system_u:object_r:sssd_conf_t:s0",
    "size": 265,
    "state": "file",
    "uid": 0
}

MSG:

OK
ok: [managed-node2] => (item={'key': 'dyndns_ttl', 'value': '3600'}) => {
    "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": "system_u:object_r:sssd_conf_t:s0",
    "size": 265,
    "state": "file",
    "uid": 0
}

MSG:

OK
skipping: [managed-node2] => (item={'key': 'dyndns_iface', 'value': ''})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item.value != ''",
    "item": {
        "key": "dyndns_iface",
        "value": ""
    },
    "skip_reason": "Conditional result was False"
}
ok: [managed-node2] => (item={'key': 'dyndns_refresh_interval', 'value': '86400'}) => {
    "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": "system_u:object_r:sssd_conf_t:s0",
    "size": 265,
    "state": "file",
    "uid": 0
}

MSG:

OK
ok: [managed-node2] => (item={'key': 'dyndns_update_ptr', 'value': 'True'}) => {
    "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": "system_u:object_r:sssd_conf_t:s0",
    "size": 265,
    "state": "file",
    "uid": 0
}

MSG:

OK
ok: [managed-node2] => (item={'key': 'dyndns_force_tcp', 'value': 'False'}) => {
    "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": "system_u:object_r:sssd_conf_t:s0",
    "size": 265,
    "state": "file",
    "uid": 0
}

MSG:

OK
skipping: [managed-node2] => (item={'key': 'dyndns_auth', 'value': ''})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item.value != ''",
    "item": {
        "key": "dyndns_auth",
        "value": ""
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={'key': 'dyndns_server', 'value': ''})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item.value != ''",
    "item": {
        "key": "dyndns_server",
        "value": ""
    },
    "skip_reason": "Conditional result was False"
}
ok: [managed-node2] => (item={'key': 'ad_hostname', 'value': 'managed-node2.sample-realm.com'}) => {
    "ansible_loop_var": "item",
    "changed": false,
    "gid": 0,
    "group": "root",
    "item": {
        "key": "ad_hostname",
        "value": "managed-node2.sample-realm.com"
    },
    "mode": "0600",
    "owner": "root",
    "path": "/etc/sssd/sssd.conf",
    "secontext": "system_u:object_r:sssd_conf_t:s0",
    "size": 265,
    "state": "file",
    "uid": 0
}

MSG:

OK

TASK [fedora.linux_system_roles.ad_integration : Configure custom SSSD settings] ***
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:245
Saturday 11 January 2025  07:25:10 -0500 (0:00:02.798)       0:00:50.918 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.ad_integration : Cleanup dynamic DNS configuration options] ***
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:262
Saturday 11 January 2025  07:25:10 -0500 (0:00:00.011)       0:00:50.929 ****** 
changed: [managed-node2] => (item={'key': 'dyndns_iface', 'value': ''}) => {
    "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": "system_u:object_r:sssd_conf_t:s0",
    "size": 242,
    "state": "file",
    "uid": 0
}

MSG:

option changed
changed: [managed-node2] => (item={'key': 'dyndns_server', 'value': ''}) => {
    "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": "system_u:object_r:sssd_conf_t:s0",
    "size": 216,
    "state": "file",
    "uid": 0
}

MSG:

option changed
Notification for handler Handler for ad_integration to restart services - sssd has been saved.
Notification for handler Handler for ad_integration to restart services - sssd has been saved.

TASK [Restart sssd] ************************************************************
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:82
Saturday 11 January 2025  07:25:11 -0500 (0:00:00.880)       0:00:51.810 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __ad_integration_test_sssd_config_only | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Check custom dyndns settings are removed] ********************************
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:88
Saturday 11 January 2025  07:25:11 -0500 (0:00:00.060)       0:00:51.870 ****** 
ok: [managed-node2] => (item={'key': 'dyndns_iface', 'value': None}) => {
    "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": "system_u:object_r:sssd_conf_t:s0",
    "size": 216,
    "state": "file",
    "uid": 0
}

MSG:

OK
ok: [managed-node2] => (item={'key': 'dyndns_server', 'value': None}) => {
    "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": "system_u:object_r:sssd_conf_t:s0",
    "size": 216,
    "state": "file",
    "uid": 0
}

MSG:

OK

TASK [Gather facts] ************************************************************
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:109
Saturday 11 January 2025  07:25:12 -0500 (0:00:00.900)       0:00:52.771 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __ad_integration_test_sssd_config_only | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Get IP for host's FQDN] **************************************************
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:115
Saturday 11 January 2025  07:25:12 -0500 (0:00:00.028)       0:00:52.799 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __ad_integration_test_sssd_config_only | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Get hostname for host's IP address] **************************************
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:121
Saturday 11 January 2025  07:25:12 -0500 (0:00:00.027)       0:00:52.827 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __ad_integration_test_sssd_config_only | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Assert IPv4 DNS records were created] ************************************
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:127
Saturday 11 January 2025  07:25:12 -0500 (0:00:00.028)       0:00:52.855 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __ad_integration_test_sssd_config_only | d(false)",
    "skip_reason": "Conditional result was False"
}
NOTIFIED HANDLER fedora.linux_system_roles.ad_integration : Handler for ad_integration to restart services - sssd for managed-node2

RUNNING HANDLER [fedora.linux_system_roles.ad_integration : Handler for ad_integration to restart services - sssd] ***
task path: /tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/handlers/main.yml:10
Saturday 11 January 2025  07:25:12 -0500 (0:00:00.029)       0:00:52.885 ****** 
skipping: [managed-node2] => (item=sssd)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "not __ad_integration_test_sssd_config_only | default(false)",
    "item": "sssd",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

PLAY RECAP *********************************************************************
managed-node2              : ok=23   changed=5    unreachable=0    failed=0    skipped=47   rescued=0    ignored=0   


TASKS RECAP ********************************************************************
Saturday 11 January 2025  07:25:12 -0500 (0:00:00.032)       0:00:52.918 ****** 
=============================================================================== 
fedora.linux_system_roles.ad_integration : Ensure required packages are installed -- 31.31s
/tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:52 
fedora.linux_system_roles.ad_integration : Configure dynamic DNS updates --- 3.85s
/tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:206 
fedora.linux_system_roles.ad_integration : Configure dynamic DNS updates --- 2.80s
/tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:206 
fedora.linux_system_roles.ad_integration : Ensure ansible_facts used by role --- 2.70s
/tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:2 
fedora.linux_system_roles.ad_integration : Ensure required packages are installed --- 1.79s
/tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:52 
Check custom dyndns settings -------------------------------------------- 1.63s
/tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:40 
fedora.linux_system_roles.ad_integration : Ensure required services are enabled and started --- 1.43s
/tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:58 
fedora.linux_system_roles.ad_integration : Generate /etc/realmd.conf ---- 1.20s
/tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:65 
fedora.linux_system_roles.ad_integration : Ensure required services are enabled and started --- 1.01s
/tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:58 
Check custom dyndns settings are removed -------------------------------- 0.90s
/tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:88 
fedora.linux_system_roles.ad_integration : Cleanup dynamic DNS configuration options --- 0.88s
/tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:262 
fedora.linux_system_roles.ad_integration : Generate /etc/realmd.conf ---- 0.85s
/tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:65 
Search /var/log/sssd/sssd.log for [sss_ini_call_validators] ------------- 0.48s
/tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:63 
fedora.linux_system_roles.ad_integration : Check if system is ostree ---- 0.46s
/tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:10 
fedora.linux_system_roles.ad_integration : Handler for ad_integration to restart services - sssd --- 0.08s
/tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/handlers/main.yml:10 
Restart sssd ------------------------------------------------------------ 0.06s
/tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:82 
fedora.linux_system_roles.ad_integration : Build Join Command - Perform discovery-based realm join operation --- 0.05s
/tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:151 
Test - Re-run the system role to remove vars ---------------------------- 0.05s
/tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:74 
fedora.linux_system_roles.ad_integration : Handler for ad_integration to restart services --- 0.05s
/tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/roles/ad_integration/handlers/main.yml:3 
Test - Run the system role with bogus vars ------------------------------ 0.05s
/tmp/collections-aN7/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_dyndns.yml:31