# 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-weekly-ci5twj1oo7/.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_sssd_custom_settings.yml *************************************** 1 plays in /WORKDIR/git-weekly-ci5twj1oo7/tests/tests_sssd_custom_settings.yml PLAY [Ensure that the role configures dynamic dns] ***************************** TASK [Test - Run the system role with bogus vars] ****************************** task path: /WORKDIR/git-weekly-ci5twj1oo7/tests/tests_sssd_custom_settings.yml:17 Saturday 23 December 2023 12:32:25 +0000 (0:00:00.012) 0:00:00.012 ***** TASK [fedora.linux_system_roles.ad_integration : Ensure that mandatory variable ad_integration_realm is available] *** task path: /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:3 Saturday 23 December 2023 12:32:25 +0000 (0:00:00.023) 0:00:00.036 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:8 Saturday 23 December 2023 12:32:25 +0000 (0:00:00.007) 0:00:00.043 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:15 Saturday 23 December 2023 12:32:25 +0000 (0:00:00.009) 0:00:00.053 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:25 Saturday 23 December 2023 12:32:25 +0000 (0:00:00.014) 0:00:00.068 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:30 Saturday 23 December 2023 12:32:26 +0000 (0:00:00.014) 0:00:00.082 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:40 Saturday 23 December 2023 12:32:26 +0000 (0:00:00.014) 0:00:00.096 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:49 Saturday 23 December 2023 12:32:26 +0000 (0:00:00.014) 0:00:00.111 ***** included: /WORKDIR/git-weekly-ci5twj1oo7/.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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:2 Saturday 23 December 2023 12:32:26 +0000 (0:00:00.012) 0:00:00.124 ***** ok: [sut] TASK [fedora.linux_system_roles.ad_integration : Check if system is ostree] **** task path: /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:10 Saturday 23 December 2023 12:32:26 +0000 (0:00:00.387) 0:00:00.511 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:15 Saturday 23 December 2023 12:32:26 +0000 (0:00:00.222) 0:00:00.733 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:19 Saturday 23 December 2023 12:32:26 +0000 (0:00:00.015) 0:00:00.748 ***** 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-weekly-ci5twj1oo7/.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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:52 Saturday 23 December 2023 12:32:26 +0000 (0:00:00.025) 0:00:00.773 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "realmd-0.16.1-12.el7_9.1.x86_64 providing realmd is already installed", "PackageKit-1.1.10-2.el7.x86_64 providing PackageKit is already installed" ] } lsrpackages: PackageKit realmd TASK [fedora.linux_system_roles.ad_integration : Ensure required services are enabled and started] *** task path: /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:58 Saturday 23 December 2023 12:32:27 +0000 (0:00:00.699) 0:00:01.473 ***** ok: [sut] => (item=realmd) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "realmd", "name": "realmd", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-23 12:32:15 UTC", "ActiveEnterTimestampMonotonic": "446764911", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice systemd-journald.socket basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-23 12:32:15 UTC", "AssertTimestampMonotonic": "446725443", "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": "Sat 2023-12-23 12:32:15 UTC", "ConditionTimestampMonotonic": "446725441", "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": "4884", "ExecMainStartTimestamp": "Sat 2023-12-23 12:32:15 UTC", "ExecMainStartTimestampMonotonic": "446731791", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/lib64/realmd/realmd ; argv[]=/usr/lib64/realmd/realmd ; ignore_errors=no ; start_time=[Sat 2023-12-23 12:32:15 UTC] ; stop_time=[n/a] ; pid=4884 ; 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": "Sat 2023-12-23 12:32:15 UTC", "InactiveExitTimestampMonotonic": "446731843", "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": "4884", "MemoryAccounting": "no", "MemoryCurrent": "1335296", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "realmd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "4", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "WatchdogTimestamp": "Sat 2023-12-23 12:32:15 UTC", "WatchdogTimestampMonotonic": "446764873", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.ad_integration : Generate /etc/realmd.conf] **** task path: /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:65 Saturday 23 December 2023 12:32:28 +0000 (0:00:00.639) 0:00:02.112 ***** ok: [sut] => { "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: /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:73 Saturday 23 December 2023 12:32:28 +0000 (0:00:00.471) 0:00:02.583 ***** META: triggered running handlers for sut TASK [Add AD server to existing network connection for DNS] ******************** task path: /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:77 Saturday 23 December 2023 12:32:28 +0000 (0:00:00.001) 0:00:02.584 ***** skipping: [sut] => { "changed": false, "false_condition": "ad_integration_manage_dns | bool", "skip_reason": "Conditional result was False" } TASK [Manage timesync] ********************************************************* task path: /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:91 Saturday 23 December 2023 12:32:28 +0000 (0:00:00.014) 0:00:02.599 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:100 Saturday 23 December 2023 12:32:28 +0000 (0:00:00.014) 0:00:02.613 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:112 Saturday 23 December 2023 12:32:28 +0000 (0:00:00.014) 0:00:02.628 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:123 Saturday 23 December 2023 12:32:28 +0000 (0:00:00.015) 0:00:02.643 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:129 Saturday 23 December 2023 12:32:28 +0000 (0:00:00.017) 0:00:02.661 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:137 Saturday 23 December 2023 12:32:28 +0000 (0:00:00.013) 0:00:02.675 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:151 Saturday 23 December 2023 12:32:28 +0000 (0:00:00.021) 0:00:02.696 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:165 Saturday 23 December 2023 12:32:28 +0000 (0:00:00.023) 0:00:02.720 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:177 Saturday 23 December 2023 12:32:28 +0000 (0:00:00.011) 0:00:02.731 ***** 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 dynamic DNS updates] *** task path: /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:192 Saturday 23 December 2023 12:32:28 +0000 (0:00:00.006) 0:00:02.738 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:231 Saturday 23 December 2023 12:32:28 +0000 (0:00:00.022) 0:00:02.761 ***** changed: [sut] => (item={'key': 'auth_provider_test', 'value': 'ad'}) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": { "key": "auth_provider_test", "value": "ad" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 263, "state": "file", "uid": 0 } MSG: option added changed: [sut] => (item={'key': 'override_shell_test', 'value': '/bin/bash'}) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": { "key": "override_shell_test", "value": "/bin/bash" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 295, "state": "file", "uid": 0 } MSG: option added Notification for handler Handler for ad_integration to restart services has been saved. Notification for handler Handler for ad_integration to restart services has been saved. TASK [fedora.linux_system_roles.ad_integration : Cleanup dynamic DNS configuration options] *** task path: /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:248 Saturday 23 December 2023 12:32:29 +0000 (0:00:00.376) 0:00:03.137 ***** 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 [Check custom SSSD settings] ********************************************** task path: /WORKDIR/git-weekly-ci5twj1oo7/tests/tests_sssd_custom_settings.yml:21 Saturday 23 December 2023 12:32:29 +0000 (0:00:00.021) 0:00:03.159 ***** ok: [sut] => (item={'key': 'auth_provider_test', 'value': 'ad'}) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "gid": 0, "group": "root", "item": { "key": "auth_provider_test", "value": "ad" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 295, "state": "file", "uid": 0 } MSG: OK ok: [sut] => (item={'key': 'override_shell_test', 'value': '/bin/bash'}) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "gid": 0, "group": "root", "item": { "key": "override_shell_test", "value": "/bin/bash" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 295, "state": "file", "uid": 0 } MSG: OK TASK [Search /var/log/sssd/sssd.log for [sss_ini_call_validators]] ************* task path: /WORKDIR/git-weekly-ci5twj1oo7/tests/tests_sssd_custom_settings.yml:36 Saturday 23 December 2023 12:32:29 +0000 (0:00:00.295) 0:00:03.455 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "-i", "sss_ini_call_validators", "/var/log/sssd/sssd.log" ], "delta": "0:00:00.004396", "end": "2023-12-23 12:32:29.594874", "failed_when_result": false, "rc": 2, "start": "2023-12-23 12:32:29.590478" } STDERR: grep: /var/log/sssd/sssd.log: No such file or directory MSG: non-zero return code TASK [Fail if signature found] ************************************************* task path: /WORKDIR/git-weekly-ci5twj1oo7/tests/tests_sssd_custom_settings.yml:43 Saturday 23 December 2023 12:32:29 +0000 (0:00:00.223) 0:00:03.678 ***** skipping: [sut] => { "changed": false, "false_condition": "sssd_log.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [Test - Re-Build a list of settings with state=absent] ******************** task path: /WORKDIR/git-weekly-ci5twj1oo7/tests/tests_sssd_custom_settings.yml:48 Saturday 23 December 2023 12:32:29 +0000 (0:00:00.018) 0:00:03.697 ***** ok: [sut] => { "ansible_facts": { "update_list": [ { "key": "auth_provider_test", "state": "absent", "value": "ad" }, { "key": "override_shell_test", "state": "absent", "value": "/bin/bash" } ] }, "changed": false } TASK [Test - Re-run the system role to remove vars] **************************** task path: /WORKDIR/git-weekly-ci5twj1oo7/tests/tests_sssd_custom_settings.yml:52 Saturday 23 December 2023 12:32:29 +0000 (0:00:00.018) 0:00:03.716 ***** TASK [fedora.linux_system_roles.ad_integration : Ensure that mandatory variable ad_integration_realm is available] *** task path: /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:3 Saturday 23 December 2023 12:32:29 +0000 (0:00:00.027) 0:00:03.743 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:8 Saturday 23 December 2023 12:32:29 +0000 (0:00:00.007) 0:00:03.751 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:15 Saturday 23 December 2023 12:32:29 +0000 (0:00:00.009) 0:00:03.761 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:25 Saturday 23 December 2023 12:32:29 +0000 (0:00:00.014) 0:00:03.775 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:30 Saturday 23 December 2023 12:32:29 +0000 (0:00:00.018) 0:00:03.793 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:40 Saturday 23 December 2023 12:32:29 +0000 (0:00:00.013) 0:00:03.806 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:49 Saturday 23 December 2023 12:32:29 +0000 (0:00:00.012) 0:00:03.819 ***** included: /WORKDIR/git-weekly-ci5twj1oo7/.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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:2 Saturday 23 December 2023 12:32:29 +0000 (0:00:00.011) 0:00:03.831 ***** skipping: [sut] => { "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: /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:10 Saturday 23 December 2023 12:32:29 +0000 (0:00:00.015) 0:00:03.847 ***** skipping: [sut] => { "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: /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:15 Saturday 23 December 2023 12:32:29 +0000 (0:00:00.008) 0:00:03.855 ***** skipping: [sut] => { "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: /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:19 Saturday 23 December 2023 12:32:29 +0000 (0:00:00.008) 0:00:03.864 ***** 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-weekly-ci5twj1oo7/.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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:52 Saturday 23 December 2023 12:32:29 +0000 (0:00:00.020) 0:00:03.885 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "realmd-0.16.1-12.el7_9.1.x86_64 providing realmd is already installed", "PackageKit-1.1.10-2.el7.x86_64 providing PackageKit is already installed" ] } lsrpackages: PackageKit realmd TASK [fedora.linux_system_roles.ad_integration : Ensure required services are enabled and started] *** task path: /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:58 Saturday 23 December 2023 12:32:30 +0000 (0:00:00.596) 0:00:04.482 ***** ok: [sut] => (item=realmd) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "realmd", "name": "realmd", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-23 12:32:15 UTC", "ActiveEnterTimestampMonotonic": "446764911", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice systemd-journald.socket basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-23 12:32:15 UTC", "AssertTimestampMonotonic": "446725443", "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": "Sat 2023-12-23 12:32:15 UTC", "ConditionTimestampMonotonic": "446725441", "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": "4884", "ExecMainStartTimestamp": "Sat 2023-12-23 12:32:15 UTC", "ExecMainStartTimestampMonotonic": "446731791", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/lib64/realmd/realmd ; argv[]=/usr/lib64/realmd/realmd ; ignore_errors=no ; start_time=[Sat 2023-12-23 12:32:15 UTC] ; stop_time=[n/a] ; pid=4884 ; 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": "Sat 2023-12-23 12:32:15 UTC", "InactiveExitTimestampMonotonic": "446731843", "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": "4884", "MemoryAccounting": "no", "MemoryCurrent": "1339392", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "realmd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "3", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "WatchdogTimestamp": "Sat 2023-12-23 12:32:15 UTC", "WatchdogTimestampMonotonic": "446764873", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.ad_integration : Generate /etc/realmd.conf] **** task path: /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:65 Saturday 23 December 2023 12:32:30 +0000 (0:00:00.475) 0:00:04.957 ***** ok: [sut] => { "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: /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:73 Saturday 23 December 2023 12:32:31 +0000 (0:00:00.382) 0:00:05.339 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/handlers/main.yml:3 Saturday 23 December 2023 12:32:31 +0000 (0:00:00.001) 0:00:05.341 ***** skipping: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped TASK [Add AD server to existing network connection for DNS] ******************** task path: /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:77 Saturday 23 December 2023 12:32:31 +0000 (0:00:00.016) 0:00:05.357 ***** skipping: [sut] => { "changed": false, "false_condition": "ad_integration_manage_dns | bool", "skip_reason": "Conditional result was False" } TASK [Manage timesync] ********************************************************* task path: /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:91 Saturday 23 December 2023 12:32:31 +0000 (0:00:00.013) 0:00:05.371 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:100 Saturday 23 December 2023 12:32:31 +0000 (0:00:00.014) 0:00:05.385 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:112 Saturday 23 December 2023 12:32:31 +0000 (0:00:00.014) 0:00:05.399 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:123 Saturday 23 December 2023 12:32:31 +0000 (0:00:00.013) 0:00:05.412 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:129 Saturday 23 December 2023 12:32:31 +0000 (0:00:00.013) 0:00:05.426 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:137 Saturday 23 December 2023 12:32:31 +0000 (0:00:00.012) 0:00:05.439 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:151 Saturday 23 December 2023 12:32:31 +0000 (0:00:00.008) 0:00:05.447 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:165 Saturday 23 December 2023 12:32:31 +0000 (0:00:00.025) 0:00:05.473 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:177 Saturday 23 December 2023 12:32:31 +0000 (0:00:00.016) 0:00:05.489 ***** 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 dynamic DNS updates] *** task path: /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:192 Saturday 23 December 2023 12:32:31 +0000 (0:00:00.007) 0:00:05.497 ***** 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-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:231 Saturday 23 December 2023 12:32:31 +0000 (0:00:00.023) 0:00:05.520 ***** changed: [sut] => (item={'key': 'auth_provider_test', 'value': 'ad', 'state': 'absent'}) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": { "key": "auth_provider_test", "state": "absent", "value": "ad" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 271, "state": "file", "uid": 0 } MSG: option changed changed: [sut] => (item={'key': 'override_shell_test', 'value': '/bin/bash', 'state': 'absent'}) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": { "key": "override_shell_test", "state": "absent", "value": "/bin/bash" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 239, "state": "file", "uid": 0 } MSG: option changed Notification for handler Handler for ad_integration to restart services has been saved. Notification for handler Handler for ad_integration to restart services has been saved. TASK [fedora.linux_system_roles.ad_integration : Cleanup dynamic DNS configuration options] *** task path: /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:248 Saturday 23 December 2023 12:32:31 +0000 (0:00:00.297) 0:00:05.817 ***** 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 [Check custom SSSD settings] ********************************************** task path: /WORKDIR/git-weekly-ci5twj1oo7/tests/tests_sssd_custom_settings.yml:58 Saturday 23 December 2023 12:32:31 +0000 (0:00:00.020) 0:00:05.838 ***** ok: [sut] => (item={'key': 'auth_provider_test', 'value': 'ad', 'state': 'absent'}) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "gid": 0, "group": "root", "item": { "key": "auth_provider_test", "state": "absent", "value": "ad" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 239, "state": "file", "uid": 0 } MSG: OK ok: [sut] => (item={'key': 'override_shell_test', 'value': '/bin/bash', 'state': 'absent'}) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "gid": 0, "group": "root", "item": { "key": "override_shell_test", "state": "absent", "value": "/bin/bash" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 239, "state": "file", "uid": 0 } MSG: OK NOTIFIED HANDLER fedora.linux_system_roles.ad_integration : Handler for ad_integration to restart services for sut RUNNING HANDLER [fedora.linux_system_roles.ad_integration : Handler for ad_integration to restart services] *** task path: /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/handlers/main.yml:3 Saturday 23 December 2023 12:32:32 +0000 (0:00:00.302) 0:00:06.140 ***** skipping: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped PLAY RECAP ********************************************************************* sut : ok=23 changed=2 unreachable=0 failed=0 skipped=38 rescued=0 ignored=0 Saturday 23 December 2023 12:32:32 +0000 (0:00:00.017) 0:00:06.157 ***** =============================================================================== fedora.linux_system_roles.ad_integration : Ensure required packages are installed --- 0.70s /WORKDIR/git-weekly-ci5twj1oo7/.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.64s /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:58 fedora.linux_system_roles.ad_integration : Ensure required packages are installed --- 0.60s /WORKDIR/git-weekly-ci5twj1oo7/.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.48s /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:58 fedora.linux_system_roles.ad_integration : Generate /etc/realmd.conf ---- 0.47s /WORKDIR/git-weekly-ci5twj1oo7/.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.39s /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:2 fedora.linux_system_roles.ad_integration : Generate /etc/realmd.conf ---- 0.38s /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:65 fedora.linux_system_roles.ad_integration : Configure custom SSSD settings --- 0.38s /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:231 Check custom SSSD settings ---------------------------------------------- 0.30s /WORKDIR/git-weekly-ci5twj1oo7/tests/tests_sssd_custom_settings.yml:58 -------- fedora.linux_system_roles.ad_integration : Configure custom SSSD settings --- 0.30s /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:231 Check custom SSSD settings ---------------------------------------------- 0.30s /WORKDIR/git-weekly-ci5twj1oo7/tests/tests_sssd_custom_settings.yml:21 -------- Search /var/log/sssd/sssd.log for [sss_ini_call_validators] ------------- 0.22s /WORKDIR/git-weekly-ci5twj1oo7/tests/tests_sssd_custom_settings.yml:36 -------- fedora.linux_system_roles.ad_integration : Check if system is ostree ---- 0.22s /WORKDIR/git-weekly-ci5twj1oo7/.collection/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 --- 0.03s /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/handlers/main.yml:3 Test - Re-run the system role to remove vars ---------------------------- 0.03s /WORKDIR/git-weekly-ci5twj1oo7/tests/tests_sssd_custom_settings.yml:52 -------- fedora.linux_system_roles.ad_integration : Build Join Command - Perform discovery-based realm join operation --- 0.03s /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:151 fedora.linux_system_roles.ad_integration : Set platform/version specific variables --- 0.03s /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/set_vars.yml:19 Test - Run the system role with bogus vars ------------------------------ 0.02s /WORKDIR/git-weekly-ci5twj1oo7/tests/tests_sssd_custom_settings.yml:17 -------- fedora.linux_system_roles.ad_integration : Configure dynamic DNS updates --- 0.02s /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:192 fedora.linux_system_roles.ad_integration : Build Join Command - Perform discovery-based realm join operation --- 0.02s /WORKDIR/git-weekly-ci5twj1oo7/.collection/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:151 ---^---^---^---^---^--- # 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 ---^---^---^---^---^---