# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-authselectb5hko53q/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_preserve_authselect.yml **************************************** 1 plays in /WORKDIR/git-authselectb5hko53q/tests/tests_preserve_authselect.yml PLAY [Ensure that the role ad_integration_preserve_authselect_profile works] *** TASK [Test - Run the system role] ********************************************** task path: /WORKDIR/git-authselectb5hko53q/tests/tests_preserve_authselect.yml:13 Friday 19 January 2024 15:58:18 +0000 (0:00:00.013) 0:00:00.013 ******** TASK [fedora.linux_system_roles.ad_integration : Ensure that mandatory variable ad_integration_realm is available] *** task path: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:3 Friday 19 January 2024 15:58:18 +0000 (0:00:00.049) 0:00:00.062 ******** skipping: [sut] => { "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: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:8 Friday 19 January 2024 15:58:18 +0000 (0:00:00.008) 0:00:00.070 ******** skipping: [sut] => { "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: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:15 Friday 19 January 2024 15:58:18 +0000 (0:00:00.009) 0:00:00.080 ******** skipping: [sut] => { "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: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:25 Friday 19 January 2024 15:58:19 +0000 (0:00:00.014) 0:00:00.094 ******** skipping: [sut] => { "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: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:30 Friday 19 January 2024 15:58:19 +0000 (0:00:00.013) 0:00:00.108 ******** skipping: [sut] => { "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: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:40 Friday 19 January 2024 15:58:19 +0000 (0:00:00.015) 0:00:00.124 ******** skipping: [sut] => { "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: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:49 Friday 19 January 2024 15:58:19 +0000 (0:00:00.015) 0:00:00.140 ******** included: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.ad_integration : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:2 Friday 19 January 2024 15:58:19 +0000 (0:00:00.013) 0:00:00.153 ******** ok: [sut] TASK [fedora.linux_system_roles.ad_integration : Check if system is ostree] **** task path: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:10 Friday 19 January 2024 15:58:19 +0000 (0:00:00.434) 0:00:00.587 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.ad_integration : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:15 Friday 19 January 2024 15:58:19 +0000 (0:00:00.246) 0:00:00.833 ******** ok: [sut] => { "ansible_facts": { "__ad_integration_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.ad_integration : Set platform/version specific variables] *** task path: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:19 Friday 19 January 2024 15:58:19 +0000 (0:00:00.014) 0:00:00.848 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_7.yml) => { "ansible_facts": { "__template_packages": [], "__template_services": [] }, "ansible_included_var_files": [ "/WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/vars/RedHat_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.yml" } skipping: [sut] => (item=RedHat_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Ensure required packages are installed] *** task path: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:52 Friday 19 January 2024 15:58:19 +0000 (0:00:00.030) 0:00:00.878 ******** changed: [sut] => { "changed": true, "changes": { "installed": [ "realmd", "PackageKit" ] }, "rc": 0, "results": [ "Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package PackageKit.x86_64 0:1.1.10-2.el7 will be installed\n--> Processing Dependency: PackageKit-glib(x86-64) = 1.1.10-2.el7 for package: PackageKit-1.1.10-2.el7.x86_64\n--> Processing Dependency: PackageKit-backend for package: PackageKit-1.1.10-2.el7.x86_64\n--> Processing Dependency: libpackagekit-glib2.so.18()(64bit) for package: PackageKit-1.1.10-2.el7.x86_64\n---> Package realmd.x86_64 0:0.16.1-12.el7_9.1 will be installed\n--> Processing Dependency: oddjob-mkhomedir for package: realmd-0.16.1-12.el7_9.1.x86_64\n--> Running transaction check\n---> Package PackageKit-glib.x86_64 0:1.1.10-2.el7 will be installed\n---> Package PackageKit-yum.x86_64 0:1.1.10-2.el7 will be installed\n---> Package oddjob-mkhomedir.x86_64 0:0.31.5-4.el7 will be installed\n--> Processing Dependency: oddjob = 0.31.5-4.el7 for package: oddjob-mkhomedir-0.31.5-4.el7.x86_64\n--> Running transaction check\n---> Package oddjob.x86_64 0:0.31.5-4.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n PackageKit x86_64 1.1.10-2.el7 rhel-Server 586 k\n realmd x86_64 0.16.1-12.el7_9.1 rhel-Server 210 k\nInstalling for dependencies:\n PackageKit-glib x86_64 1.1.10-2.el7 rhel-Server 128 k\n PackageKit-yum x86_64 1.1.10-2.el7 rhel-Server 75 k\n oddjob x86_64 0.31.5-4.el7 rhel-Server 69 k\n oddjob-mkhomedir x86_64 0.31.5-4.el7 rhel-Server 38 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+4 Dependent packages)\n\nTotal download size: 1.1 M\nInstalled size: 4.3 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 1.1 MB/s | 1.1 MB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : PackageKit-glib-1.1.10-2.el7.x86_64 1/6 \n Installing : PackageKit-1.1.10-2.el7.x86_64 2/6 \n Installing : PackageKit-yum-1.1.10-2.el7.x86_64 3/6 \n Installing : oddjob-0.31.5-4.el7.x86_64 4/6 \n Installing : oddjob-mkhomedir-0.31.5-4.el7.x86_64 5/6 \n Installing : realmd-0.16.1-12.el7_9.1.x86_64 6/6 \n Verifying : oddjob-0.31.5-4.el7.x86_64 1/6 \n Verifying : realmd-0.16.1-12.el7_9.1.x86_64 2/6 \n Verifying : PackageKit-yum-1.1.10-2.el7.x86_64 3/6 \n Verifying : oddjob-mkhomedir-0.31.5-4.el7.x86_64 4/6 \n Verifying : PackageKit-glib-1.1.10-2.el7.x86_64 5/6 \n Verifying : PackageKit-1.1.10-2.el7.x86_64 6/6 \n\nInstalled:\n PackageKit.x86_64 0:1.1.10-2.el7 realmd.x86_64 0:0.16.1-12.el7_9.1 \n\nDependency Installed:\n PackageKit-glib.x86_64 0:1.1.10-2.el7 PackageKit-yum.x86_64 0:1.1.10-2.el7 \n oddjob.x86_64 0:0.31.5-4.el7 oddjob-mkhomedir.x86_64 0:0.31.5-4.el7 \n\nComplete!\n" ] } TASK [fedora.linux_system_roles.ad_integration : Ensure required services are enabled and started] *** task path: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:58 Friday 19 January 2024 15:58:24 +0000 (0:00:04.816) 0:00:05.695 ******** changed: [sut] => (item=realmd) => { "ansible_loop_var": "item", "changed": true, "enabled": true, "item": "realmd", "name": "realmd", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.freedesktop.realmd", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Realm and Domain Configuration", "DevicePolicy": "auto", "Documentation": "man:realm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/lib64/realmd/realmd ; argv[]=/usr/lib64/realmd/realmd ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/realmd.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "realmd.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "realmd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.ad_integration : Generate /etc/realmd.conf] **** task path: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:65 Friday 19 January 2024 15:58:25 +0000 (0:00:00.632) 0:00:06.327 ******** Notification for handler Handler for ad_integration to restart services has been saved. changed: [sut] => { "changed": true, "checksum": "fd25e0699c5ebc2997bdc5460934d94ad75de834", "dest": "/etc/realmd.conf", "gid": 0, "group": "root", "md5sum": "d1785692fc9967568cfb24ca77dde538", "mode": "0400", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 341, "src": "/root/.ansible/tmp/ansible-tmp-1705679905.2731738-2806-208403916018550/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.ad_integration : Flush handlers] *************** task path: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:73 Friday 19 January 2024 15:58:25 +0000 (0:00:00.461) 0:00:06.789 ******** NOTIFIED HANDLER fedora.linux_system_roles.ad_integration : Handler for ad_integration to restart services for sut META: triggered running handlers for sut RUNNING HANDLER [fedora.linux_system_roles.ad_integration : Handler for ad_integration to restart services] *** task path: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/handlers/main.yml:3 Friday 19 January 2024 15:58:25 +0000 (0:00:00.001) 0:00:06.790 ******** changed: [sut] => (item=realmd) => { "ansible_loop_var": "item", "changed": true, "item": "realmd", "name": "realmd", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-19 15:58:25 UTC", "ActiveEnterTimestampMonotonic": "443984651", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-19 15:58:25 UTC", "AssertTimestampMonotonic": "443945867", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.freedesktop.realmd", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-19 15:58:25 UTC", "ConditionTimestampMonotonic": "443945865", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/realmd.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Realm and Domain Configuration", "DevicePolicy": "auto", "Documentation": "man:realm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "5007", "ExecMainStartTimestamp": "Fri 2024-01-19 15:58:25 UTC", "ExecMainStartTimestampMonotonic": "443952694", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/lib64/realmd/realmd ; argv[]=/usr/lib64/realmd/realmd ; ignore_errors=no ; start_time=[Fri 2024-01-19 15:58:25 UTC] ; stop_time=[n/a] ; pid=5007 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/realmd.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "realmd.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2024-01-19 15:58:25 UTC", "InactiveExitTimestampMonotonic": "443952733", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "5007", "MemoryAccounting": "no", "MemoryCurrent": "1323008", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "realmd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "4", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "WatchdogTimestamp": "Fri 2024-01-19 15:58:25 UTC", "WatchdogTimestampMonotonic": "443984611", "WatchdogUSec": "0" } } TASK [Add AD server to existing network connection for DNS] ******************** task path: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:77 Friday 19 January 2024 15:58:26 +0000 (0:00:00.464) 0:00:07.254 ******** skipping: [sut] => { "changed": false, "false_condition": "ad_integration_manage_dns | bool", "skip_reason": "Conditional result was False" } TASK [Manage timesync] ********************************************************* task path: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:91 Friday 19 January 2024 15:58:26 +0000 (0:00:00.015) 0:00:07.270 ******** skipping: [sut] => { "changed": false, "false_condition": "ad_integration_manage_timesync | bool", "skip_reason": "Conditional result was False" } TASK [Manage crypto policies] ************************************************** task path: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:100 Friday 19 January 2024 15:58:26 +0000 (0:00:00.017) 0:00:07.287 ******** skipping: [sut] => { "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: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:112 Friday 19 January 2024 15:58:26 +0000 (0:00:00.016) 0:00:07.303 ******** skipping: [sut] => { "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: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:123 Friday 19 January 2024 15:58:26 +0000 (0:00:00.019) 0:00:07.323 ******** skipping: [sut] => { "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: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:129 Friday 19 January 2024 15:58:26 +0000 (0:00:00.025) 0:00:07.349 ******** skipping: [sut] => { "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: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:137 Friday 19 January 2024 15:58:26 +0000 (0:00:00.020) 0:00:07.370 ******** skipping: [sut] => { "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: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:151 Friday 19 January 2024 15:58:26 +0000 (0:00:00.010) 0:00:07.380 ******** ok: [sut] => { "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: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:165 Friday 19 January 2024 15:58:26 +0000 (0:00:00.021) 0:00:07.401 ******** ok: [sut] => {} 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: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:177 Friday 19 January 2024 15:58:26 +0000 (0:00:00.011) 0:00:07.413 ******** skipping: [sut] => { "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: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:192 Friday 19 January 2024 15:58:26 +0000 (0:00:00.007) 0:00:07.420 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.ad_integration : Configure dynamic DNS updates] *** task path: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:206 Friday 19 January 2024 15:58:26 +0000 (0:00:00.005) 0:00:07.426 ******** skipping: [sut] => { "changed": false, "false_condition": "ad_dyndns_update | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ad_integration : Configure custom SSSD settings] *** task path: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:245 Friday 19 January 2024 15:58:26 +0000 (0:00:00.025) 0:00:07.452 ******** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.ad_integration : Cleanup dynamic DNS configuration options] *** task path: /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:262 Friday 19 January 2024 15:58:26 +0000 (0:00:00.005) 0:00:07.458 ******** skipping: [sut] => (item={'key': 'dyndns_iface', 'value': ''}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ad_dyndns_update | bool", "item": { "key": "dyndns_iface", "value": "" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'dyndns_server', 'value': ''}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ad_dyndns_update | bool", "item": { "key": "dyndns_server", "value": "" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Test - Check that realmd config is present] ****************************** task path: /WORKDIR/git-authselectb5hko53q/tests/tests_preserve_authselect.yml:17 Friday 19 January 2024 15:58:26 +0000 (0:00:00.020) 0:00:07.478 ******** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1705679906.1448555, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fd25e0699c5ebc2997bdc5460934d94ad75de834", "ctime": 1705679905.66986, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 427819084, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0400", "mtime": 1705679905.4468617, "nlink": 1, "path": "/etc/realmd.conf", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 341, "uid": 0, "version": "1747487458", "wgrp": false, "woth": false, "writeable": true, "wusr": false, "xgrp": false, "xoth": false, "xusr": false } } TASK [Get realmd.conf] ********************************************************* task path: /WORKDIR/git-authselectb5hko53q/tests/tests_preserve_authselect.yml:24 Friday 19 January 2024 15:58:26 +0000 (0:00:00.131) 0:00:07.609 ******** ok: [sut] => { "changed": false, "content": "IyBTUERYLUxpY2Vuc2UtSWRlbnRpZmllcjogTUlUCiMKIwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6YWRfaW50ZWdyYXRpb24KClthY3RpdmUtZGlyZWN0b3J5XQpkZWZhdWx0LWNsaWVudCA9IHNzc2QKCltzYW1wbGUtcmVhbG0uY29tXQphdXRvbWF0aWMtaWQtbWFwcGluZyA9IFRydWUKW2NvbW1hbmRzXQpzc3NkLWVuYWJsZS1sb2dpbnMgPSAvdXNyL2Jpbi9zaCAtYyAiL3Vzci9iaW4vc3lzdGVtY3RsIGVuYWJsZSBvZGRqb2JkLnNlcnZpY2UgJiYgL3Vzci9iaW4vc3lzdGVtY3RsIHN0YXJ0IG9kZGpvYmQuc2VydmljZSIKc3NzZC1kaXNhYmxlLWxvZ2lucyA9IC9iaW4vdHJ1ZQo=", "encoding": "base64", "source": "/etc/realmd.conf" } TASK [Decode realmd.conf] ****************************************************** task path: /WORKDIR/git-authselectb5hko53q/tests/tests_preserve_authselect.yml:29 Friday 19 January 2024 15:58:26 +0000 (0:00:00.202) 0:00:07.811 ******** ok: [sut] => { "ansible_facts": { "realmd_conf": "# SPDX-License-Identifier: MIT\n#\n#\n# Ansible managed\n#\n# system_role:ad_integration\n\n[active-directory]\ndefault-client = sssd\n\n[sample-realm.com]\nautomatic-id-mapping = True\n[commands]\nsssd-enable-logins = /usr/bin/sh -c \"/usr/bin/systemctl enable oddjobd.service && /usr/bin/systemctl start oddjobd.service\"\nsssd-disable-logins = /bin/true\n" }, "changed": false } TASK [Test - Check that expected strings are in realmd.conf] ******************* task path: /WORKDIR/git-authselectb5hko53q/tests/tests_preserve_authselect.yml:33 Friday 19 January 2024 15:58:26 +0000 (0:00:00.016) 0:00:07.828 ******** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=15 changed=4 unreachable=0 failed=0 skipped=18 rescued=0 ignored=0 Friday 19 January 2024 15:58:26 +0000 (0:00:00.011) 0:00:07.840 ******** =============================================================================== fedora.linux_system_roles.ad_integration : Ensure required packages are installed --- 4.82s /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:52 fedora.linux_system_roles.ad_integration : Ensure required services are enabled and started --- 0.63s /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:58 fedora.linux_system_roles.ad_integration : Handler for ad_integration to restart services --- 0.46s /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/handlers/main.yml:3 fedora.linux_system_roles.ad_integration : Generate /etc/realmd.conf ---- 0.46s /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:65 fedora.linux_system_roles.ad_integration : Ensure ansible_facts used by role --- 0.43s /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:2 fedora.linux_system_roles.ad_integration : Check if system is ostree ---- 0.25s /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:10 Get realmd.conf --------------------------------------------------------- 0.20s /WORKDIR/git-authselectb5hko53q/tests/tests_preserve_authselect.yml:24 -------- Test - Check that realmd config is present ------------------------------ 0.13s /WORKDIR/git-authselectb5hko53q/tests/tests_preserve_authselect.yml:17 -------- Test - Run the system role ---------------------------------------------- 0.05s /WORKDIR/git-authselectb5hko53q/tests/tests_preserve_authselect.yml:13 -------- fedora.linux_system_roles.ad_integration : Set platform/version specific variables --- 0.03s /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:19 fedora.linux_system_roles.ad_integration : Check if we are already joined to a domain --- 0.03s /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:123 fedora.linux_system_roles.ad_integration : Configure dynamic DNS updates --- 0.03s /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:206 fedora.linux_system_roles.ad_integration : Build Join Command - Perform discovery-based realm join operation --- 0.02s /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:151 fedora.linux_system_roles.ad_integration : Cleanup dynamic DNS configuration options --- 0.02s /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:262 fedora.linux_system_roles.ad_integration : Leave existing joined domain --- 0.02s /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:129 Enable crypto policy allowing RC4 encryption ---------------------------- 0.02s /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:112 Manage timesync --------------------------------------------------------- 0.02s /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:91 Decode realmd.conf ------------------------------------------------------ 0.02s /WORKDIR/git-authselectb5hko53q/tests/tests_preserve_authselect.yml:29 -------- Manage crypto policies -------------------------------------------------- 0.02s /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:100 fedora.linux_system_roles.ad_integration : Ensure all required dns variables are provided --- 0.02s /WORKDIR/git-authselectb5hko53q/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:40 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Could not match supplied host pattern, ignoring: ad ---^---^---^---^---^---