# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 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.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_dyndns.yml ***************************************************** 1 plays in /WORKDIR/git-weekly-ci0ozypwi1/tests/tests_dyndns.yml PLAY [Ensure that the role configures dynamic dns] ***************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/tests_dyndns.yml:20 Saturday 16 December 2023 12:40:13 +0000 (0:00:00.012) 0:00:00.012 ***** ok: [sut] META: ran handlers TASK [Test - Run the system role with bogus vars] ****************************** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/tests_dyndns.yml:31 Saturday 16 December 2023 12:40:14 +0000 (0:00:00.675) 0:00:00.688 ***** TASK [linux-system-roles.ad_integration : Ensure that mandatory variable ad_integration_realm is available] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:3 Saturday 16 December 2023 12:40:14 +0000 (0:00:00.021) 0:00:00.710 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ad_integration : Assume managing timesync if timesource is set] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:8 Saturday 16 December 2023 12:40:14 +0000 (0:00:00.016) 0:00:00.727 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ad_integration : Ensure time source is provided if managing timesync] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:15 Saturday 16 December 2023 12:40:14 +0000 (0:00:00.015) 0:00:00.742 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ad_integration : Assume managing crypto policies if allow_rc4_crypto is set] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:25 Saturday 16 December 2023 12:40:14 +0000 (0:00:00.015) 0:00:00.758 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ad_integration : Ensure manage_crypt_policies is set with crypto_allow_rc4] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:30 Saturday 16 December 2023 12:40:14 +0000 (0:00:00.015) 0:00:00.774 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ad_integration : Ensure all required dns variables are provided] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:40 Saturday 16 December 2023 12:40:14 +0000 (0:00:00.016) 0:00:00.791 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ad_integration : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:51 Saturday 16 December 2023 12:40:14 +0000 (0:00:00.017) 0:00:00.808 ***** included: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/set_vars.yml for sut TASK [linux-system-roles.ad_integration : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/set_vars.yml:2 Saturday 16 December 2023 12:40:14 +0000 (0:00:00.013) 0:00:00.822 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ad_integration : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/set_vars.yml:11 Saturday 16 December 2023 12:40:14 +0000 (0:00:00.017) 0:00:00.839 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.ad_integration : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/set_vars.yml:16 Saturday 16 December 2023 12:40:14 +0000 (0:00:00.251) 0:00:01.090 ***** ok: [sut] => { "ansible_facts": { "__ad_integration_is_ostree": false }, "changed": false } TASK [linux-system-roles.ad_integration : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/set_vars.yml:20 Saturday 16 December 2023 12:40:15 +0000 (0:00:00.041) 0:00:01.132 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__template_packages": [], "__template_services": [] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__template_packages": [], "__template_services": [] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.ad_integration : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:54 Saturday 16 December 2023 12:40:15 +0000 (0:00:00.033) 0:00:01.165 ***** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: dejavu-sans-mono-fonts-2.35-7.el8.noarch", "Installed: PackageKit-1.1.12-7.el8.x86_64", "Installed: libproxy-0.4.15-5.2.el8.x86_64", "Installed: json-glib-1.4.4-1.el8.x86_64", "Installed: realmd-0.17.1-1.el8.x86_64", "Installed: PackageKit-glib-1.1.12-7.el8.x86_64", "Installed: gdk-pixbuf2-2.36.12-5.el8.x86_64", "Installed: gsettings-desktop-schemas-3.32.0-6.el8.x86_64", "Installed: libappstream-glib-0.7.14-3.el8.x86_64", "Installed: libmodman-2.0.1-17.el8.x86_64", "Installed: abattis-cantarell-fonts-0.0.25-6.el8.noarch", "Installed: libstemmer-0-10.585svn.el8.x86_64", "Installed: fontpackages-filesystem-1.44-22.el8.noarch", "Installed: libsoup-2.62.3-5.el8.x86_64", "Installed: glib-networking-2.56.1-1.1.el8.x86_64", "Installed: dejavu-fonts-common-2.35-7.el8.noarch" ] } lsrpackages: PackageKit realmd TASK [linux-system-roles.ad_integration : Ensure required services are enabled and started] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:61 Saturday 16 December 2023 12:40:24 +0000 (0:00:09.088) 0:00:10.254 ***** 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": "dbus.socket system.slice basic.target systemd-journald.socket sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.freedesktop.realmd", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Realm and Domain Configuration", "DevicePolicy": "auto", "Documentation": "man:realm(8) man:realmd.conf(5)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/realmd.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "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": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "realmd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target dbus.socket", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [linux-system-roles.ad_integration : Generate /etc/realmd.conf] *********** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:68 Saturday 16 December 2023 12:40:24 +0000 (0:00:00.554) 0:00:10.808 ***** NOTIFIED HANDLER linux-system-roles.ad_integration : Handler for ad_integration to restart services for sut changed: [sut] => { "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-1702730424.7279768-2451-144093551463191/source", "state": "file", "uid": 0 } RUNNING HANDLER [linux-system-roles.ad_integration : Handler for ad_integration to restart services] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/handlers/main.yml:3 Saturday 16 December 2023 12:40:25 +0000 (0:00:00.608) 0:00:11.417 ***** skipping: [sut] => (item=realmd) => { "ansible_loop_var": "item", "changed": false, "item": "realmd", "skip_reason": "Conditional result was False" } META: ran handlers TASK [Add AD server to existing network connection for DNS] ******************** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:80 Saturday 16 December 2023 12:40:25 +0000 (0:00:00.014) 0:00:11.431 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage timesync] ********************************************************* task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:94 Saturday 16 December 2023 12:40:25 +0000 (0:00:00.008) 0:00:11.439 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage crypto policies] ************************************************** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:103 Saturday 16 December 2023 12:40:25 +0000 (0:00:00.008) 0:00:11.448 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable crypto policy allowing RC4 encryption] **************************** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:117 Saturday 16 December 2023 12:40:25 +0000 (0:00:00.008) 0:00:11.456 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ad_integration : Check if we are already joined to a domain] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:128 Saturday 16 December 2023 12:40:25 +0000 (0:00:00.008) 0:00:11.464 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ad_integration : Leave existing joined domain] ******** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:134 Saturday 16 December 2023 12:40:25 +0000 (0:00:00.008) 0:00:11.473 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ad_integration : Build Command - Join to a specific Domain Controller] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:142 Saturday 16 December 2023 12:40:25 +0000 (0:00:00.007) 0:00:11.481 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.ad_integration : Build Join Command - Perform discovery-based realm join operation] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:156 Saturday 16 December 2023 12:40:25 +0000 (0:00:00.008) 0:00:11.489 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.ad_integration : Show the join command for debug] ***** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:170 Saturday 16 December 2023 12:40:25 +0000 (0:00:00.010) 0:00:11.499 ***** 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 [linux-system-roles.ad_integration : Run realm join command] ************** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:184 Saturday 16 December 2023 12:40:25 +0000 (0:00:00.010) 0:00:11.510 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.ad_integration : Configure dynamic DNS updates] ******* task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:200 Saturday 16 December 2023 12:40:25 +0000 (0:00:00.009) 0:00:11.519 ***** changed: [sut] => (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, "warnings": [ "The value True (type bool) in a string field was converted to 'True' (type string). If this does not look like what you expect, quote the entire value to ensure it does not change." ] } MSG: section and option added changed: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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, "warnings": [ "The value True (type bool) in a string field was converted to 'True' (type string). If this does not look like what you expect, quote the entire value to ensure it does not change." ] } MSG: option added changed: [sut] => (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, "warnings": [ "The value False (type bool) in a string field was converted to 'False' (type string). If this does not look like what you expect, quote the entire value to ensure it does not change." ] } MSG: option added changed: [sut] => (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: [sut] => (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: [sut] => (item={'key': 'ad_hostname', 'value': '719e7c62-e559-4f7a-9937-1a305a93e015.sample-realm.com'}) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": { "key": "ad_hostname", "value": "719e7c62-e559-4f7a-9937-1a305a93e015.sample-realm.com" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 288, "state": "file", "uid": 0 } MSG: option added NOTIFIED HANDLER linux-system-roles.ad_integration : Handler for ad_integration to restart services for sut TASK [linux-system-roles.ad_integration : Configure custom SSSD settings] ****** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:242 Saturday 16 December 2023 12:40:27 +0000 (0:00:01.805) 0:00:13.325 ***** TASK [linux-system-roles.ad_integration : Cleanup dynamic DNS configuration options] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:259 Saturday 16 December 2023 12:40:27 +0000 (0:00:00.007) 0:00:13.332 ***** skipping: [sut] => (item={'key': 'dyndns_iface', 'value': 'TESTING'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "dyndns_iface", "value": "TESTING" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'dyndns_server', 'value': '127.0.0.1'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "dyndns_server", "value": "127.0.0.1" }, "skip_reason": "Conditional result was False" } TASK [Check custom dyndns settings] ******************************************** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/tests_dyndns.yml:40 Saturday 16 December 2023 12:40:27 +0000 (0:00:00.015) 0:00:13.348 ***** ok: [sut] => (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": 288, "state": "file", "uid": 0, "warnings": [ "The value True (type bool) in a string field was converted to 'True' (type string). If this does not look like what you expect, quote the entire value to ensure it does not change." ] } MSG: OK ok: [sut] => (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": 288, "state": "file", "uid": 0 } MSG: OK ok: [sut] => (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": 288, "state": "file", "uid": 0 } MSG: OK ok: [sut] => (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": 288, "state": "file", "uid": 0 } MSG: OK TASK [Search /var/log/sssd/sssd.log for [sss_ini_call_validators]] ************* task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/tests_dyndns.yml:63 Saturday 16 December 2023 12:40:27 +0000 (0:00:00.759) 0:00:14.108 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "-i", "sss_ini_call_validators", "/var/log/sssd/sssd.log" ], "delta": "0:00:00.003703", "end": "2023-12-16 12:40:28.223816", "failed_when_result": false, "rc": 2, "start": "2023-12-16 12:40:28.220113" } 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-ci0ozypwi1/tests/tests_dyndns.yml:69 Saturday 16 December 2023 12:40:28 +0000 (0:00:00.249) 0:00:14.357 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test - Re-run the system role to remove vars] **************************** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/tests_dyndns.yml:74 Saturday 16 December 2023 12:40:28 +0000 (0:00:00.009) 0:00:14.367 ***** TASK [linux-system-roles.ad_integration : Ensure that mandatory variable ad_integration_realm is available] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:3 Saturday 16 December 2023 12:40:28 +0000 (0:00:00.024) 0:00:14.391 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ad_integration : Assume managing timesync if timesource is set] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:8 Saturday 16 December 2023 12:40:28 +0000 (0:00:00.008) 0:00:14.399 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ad_integration : Ensure time source is provided if managing timesync] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:15 Saturday 16 December 2023 12:40:28 +0000 (0:00:00.008) 0:00:14.408 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ad_integration : Assume managing crypto policies if allow_rc4_crypto is set] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:25 Saturday 16 December 2023 12:40:28 +0000 (0:00:00.008) 0:00:14.416 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ad_integration : Ensure manage_crypt_policies is set with crypto_allow_rc4] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:30 Saturday 16 December 2023 12:40:28 +0000 (0:00:00.011) 0:00:14.428 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ad_integration : Ensure all required dns variables are provided] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:40 Saturday 16 December 2023 12:40:28 +0000 (0:00:00.009) 0:00:14.437 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ad_integration : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:51 Saturday 16 December 2023 12:40:28 +0000 (0:00:00.009) 0:00:14.447 ***** included: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/set_vars.yml for sut TASK [linux-system-roles.ad_integration : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/set_vars.yml:2 Saturday 16 December 2023 12:40:28 +0000 (0:00:00.014) 0:00:14.462 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ad_integration : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/set_vars.yml:11 Saturday 16 December 2023 12:40:28 +0000 (0:00:00.009) 0:00:14.471 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ad_integration : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/set_vars.yml:16 Saturday 16 December 2023 12:40:28 +0000 (0:00:00.009) 0:00:14.481 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ad_integration : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/set_vars.yml:20 Saturday 16 December 2023 12:40:28 +0000 (0:00:00.009) 0:00:14.490 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__template_packages": [], "__template_services": [] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__template_packages": [], "__template_services": [] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.ad_integration : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:54 Saturday 16 December 2023 12:40:28 +0000 (0:00:00.025) 0:00:14.515 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: PackageKit realmd TASK [linux-system-roles.ad_integration : Ensure required services are enabled and started] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:61 Saturday 16 December 2023 12:40:31 +0000 (0:00:02.859) 0:00:17.375 ***** ok: [sut] => (item=realmd) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "realmd", "name": "realmd", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-16 12:40:24 UTC", "ActiveEnterTimestampMonotonic": "887814687", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.socket systemd-journald.socket system.slice sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-16 12:40:24 UTC", "AssertTimestampMonotonic": "887780715", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.freedesktop.realmd", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-16 12:40:24 UTC", "ConditionTimestampMonotonic": "887780713", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/realmd.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Realm and Domain Configuration", "DevicePolicy": "auto", "Documentation": "man:realm(8) man:realmd.conf(5)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "10254", "ExecMainStartTimestamp": "Sat 2023-12-16 12:40:24 UTC", "ExecMainStartTimestampMonotonic": "887788416", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/libexec/realmd ; argv[]=/usr/libexec/realmd ; ignore_errors=no ; start_time=[Sat 2023-12-16 12:40:24 UTC] ; stop_time=[n/a] ; pid=10254 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/realmd.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "realmd.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2023-12-16 12:40:24 UTC", "InactiveExitTimestampMonotonic": "887788457", "InvocationID": "ce40d68a300043af9e66991e50dca0a4", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "10254", "MemoryAccounting": "yes", "MemoryCurrent": "4198400", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "realmd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2023-12-16 12:40:24 UTC", "StateChangeTimestampMonotonic": "887814687", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "22406", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "UtmpMode": "init", "WatchdogTimestamp": "Sat 2023-12-16 12:40:24 UTC", "WatchdogTimestampMonotonic": "887814685", "WatchdogUSec": "0" } } TASK [linux-system-roles.ad_integration : Generate /etc/realmd.conf] *********** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:68 Saturday 16 December 2023 12:40:31 +0000 (0:00:00.323) 0:00:17.698 ***** 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 } RUNNING HANDLER [linux-system-roles.ad_integration : Handler for ad_integration to restart services] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/handlers/main.yml:3 Saturday 16 December 2023 12:40:32 +0000 (0:00:00.585) 0:00:18.284 ***** skipping: [sut] => (item=realmd) => { "ansible_loop_var": "item", "changed": false, "item": "realmd", "skip_reason": "Conditional result was False" } META: ran handlers TASK [Add AD server to existing network connection for DNS] ******************** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:80 Saturday 16 December 2023 12:40:32 +0000 (0:00:00.030) 0:00:18.314 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage timesync] ********************************************************* task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:94 Saturday 16 December 2023 12:40:32 +0000 (0:00:00.039) 0:00:18.353 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage crypto policies] ************************************************** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:103 Saturday 16 December 2023 12:40:32 +0000 (0:00:00.033) 0:00:18.386 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable crypto policy allowing RC4 encryption] **************************** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:117 Saturday 16 December 2023 12:40:32 +0000 (0:00:00.009) 0:00:18.396 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ad_integration : Check if we are already joined to a domain] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:128 Saturday 16 December 2023 12:40:32 +0000 (0:00:00.031) 0:00:18.427 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ad_integration : Leave existing joined domain] ******** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:134 Saturday 16 December 2023 12:40:32 +0000 (0:00:00.016) 0:00:18.444 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ad_integration : Build Command - Join to a specific Domain Controller] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:142 Saturday 16 December 2023 12:40:32 +0000 (0:00:00.011) 0:00:18.456 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.ad_integration : Build Join Command - Perform discovery-based realm join operation] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:156 Saturday 16 December 2023 12:40:32 +0000 (0:00:00.019) 0:00:18.476 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.ad_integration : Show the join command for debug] ***** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:170 Saturday 16 December 2023 12:40:32 +0000 (0:00:00.019) 0:00:18.495 ***** 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 [linux-system-roles.ad_integration : Run realm join command] ************** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:184 Saturday 16 December 2023 12:40:32 +0000 (0:00:00.011) 0:00:18.506 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.ad_integration : Configure dynamic DNS updates] ******* task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:200 Saturday 16 December 2023 12:40:32 +0000 (0:00:00.010) 0:00:18.517 ***** ok: [sut] => (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": 288, "state": "file", "uid": 0, "warnings": [ "The value True (type bool) in a string field was converted to 'True' (type string). If this does not look like what you expect, quote the entire value to ensure it does not change." ] } MSG: OK ok: [sut] => (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": 288, "state": "file", "uid": 0 } MSG: OK skipping: [sut] => (item={'key': 'dyndns_iface', 'value': ''}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "dyndns_iface", "value": "" }, "skip_reason": "Conditional result was False" } ok: [sut] => (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": 288, "state": "file", "uid": 0 } MSG: OK ok: [sut] => (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": 288, "state": "file", "uid": 0, "warnings": [ "The value True (type bool) in a string field was converted to 'True' (type string). If this does not look like what you expect, quote the entire value to ensure it does not change." ] } MSG: OK ok: [sut] => (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": 288, "state": "file", "uid": 0, "warnings": [ "The value False (type bool) in a string field was converted to 'False' (type string). If this does not look like what you expect, quote the entire value to ensure it does not change." ] } MSG: OK skipping: [sut] => (item={'key': 'dyndns_auth', 'value': ''}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "dyndns_auth", "value": "" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 'dyndns_server', 'value': ''}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "dyndns_server", "value": "" }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 'ad_hostname', 'value': '719e7c62-e559-4f7a-9937-1a305a93e015.sample-realm.com'}) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": { "key": "ad_hostname", "value": "719e7c62-e559-4f7a-9937-1a305a93e015.sample-realm.com" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 288, "state": "file", "uid": 0 } MSG: OK TASK [linux-system-roles.ad_integration : Configure custom SSSD settings] ****** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:242 Saturday 16 December 2023 12:40:33 +0000 (0:00:01.211) 0:00:19.728 ***** TASK [linux-system-roles.ad_integration : Cleanup dynamic DNS configuration options] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:259 Saturday 16 December 2023 12:40:33 +0000 (0:00:00.008) 0:00:19.737 ***** changed: [sut] => (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": 265, "state": "file", "uid": 0 } MSG: option changed changed: [sut] => (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": 239, "state": "file", "uid": 0 } MSG: option changed NOTIFIED HANDLER linux-system-roles.ad_integration : Handler for ad_integration to restart services for sut TASK [Restart sssd] ************************************************************ task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/tests_dyndns.yml:82 Saturday 16 December 2023 12:40:34 +0000 (0:00:00.393) 0:00:20.130 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check custom dyndns settings are removed] ******************************** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/tests_dyndns.yml:88 Saturday 16 December 2023 12:40:34 +0000 (0:00:00.033) 0:00:20.164 ***** ok: [sut] => (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": 239, "state": "file", "uid": 0 } MSG: OK ok: [sut] => (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": 239, "state": "file", "uid": 0 } MSG: OK TASK [Gather facts] ************************************************************ task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/tests_dyndns.yml:109 Saturday 16 December 2023 12:40:34 +0000 (0:00:00.392) 0:00:20.556 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get IP for host's FQDN] ************************************************** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/tests_dyndns.yml:115 Saturday 16 December 2023 12:40:34 +0000 (0:00:00.009) 0:00:20.566 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get hostname for host's IP address] ************************************** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/tests_dyndns.yml:121 Saturday 16 December 2023 12:40:34 +0000 (0:00:00.009) 0:00:20.575 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert IPv4 DNS records were created] ************************************ task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/tests_dyndns.yml:127 Saturday 16 December 2023 12:40:34 +0000 (0:00:00.010) 0:00:20.586 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [linux-system-roles.ad_integration : Handler for ad_integration to restart services] *** task path: /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/handlers/main.yml:3 Saturday 16 December 2023 12:40:34 +0000 (0:00:00.008) 0:00:20.594 ***** skipping: [sut] => (item=realmd) => { "ansible_loop_var": "item", "changed": false, "item": "realmd", "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=23 changed=5 unreachable=0 failed=0 skipped=44 rescued=0 ignored=0 Saturday 16 December 2023 12:40:34 +0000 (0:00:00.014) 0:00:20.608 ***** =============================================================================== linux-system-roles.ad_integration : Ensure required packages are installed --- 9.09s /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:54 linux-system-roles.ad_integration : Ensure required packages are installed --- 2.86s /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:54 linux-system-roles.ad_integration : Configure dynamic DNS updates ------- 1.81s /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:200 linux-system-roles.ad_integration : Configure dynamic DNS updates ------- 1.21s /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:200 Check custom dyndns settings -------------------------------------------- 0.76s /WORKDIR/git-weekly-ci0ozypwi1/tests/tests_dyndns.yml:40 ---------------------- Gathering Facts --------------------------------------------------------- 0.68s /WORKDIR/git-weekly-ci0ozypwi1/tests/tests_dyndns.yml:20 ---------------------- linux-system-roles.ad_integration : Generate /etc/realmd.conf ----------- 0.61s /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:68 linux-system-roles.ad_integration : Generate /etc/realmd.conf ----------- 0.59s /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:68 linux-system-roles.ad_integration : Ensure required services are enabled and started --- 0.55s /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:61 linux-system-roles.ad_integration : Cleanup dynamic DNS configuration options --- 0.39s /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:259 Check custom dyndns settings are removed -------------------------------- 0.39s /WORKDIR/git-weekly-ci0ozypwi1/tests/tests_dyndns.yml:88 ---------------------- linux-system-roles.ad_integration : Ensure required services are enabled and started --- 0.32s /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:61 linux-system-roles.ad_integration : Check if system is ostree ----------- 0.25s /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/set_vars.yml:11 Search /var/log/sssd/sssd.log for [sss_ini_call_validators] ------------- 0.25s /WORKDIR/git-weekly-ci0ozypwi1/tests/tests_dyndns.yml:63 ---------------------- linux-system-roles.ad_integration : Handler for ad_integration to restart services --- 0.04s /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/handlers/main.yml:3 linux-system-roles.ad_integration : Set flag to indicate system is ostree --- 0.04s /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/set_vars.yml:16 Add AD server to existing network connection for DNS -------------------- 0.04s /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:80 Restart sssd ------------------------------------------------------------ 0.03s /WORKDIR/git-weekly-ci0ozypwi1/tests/tests_dyndns.yml:82 ---------------------- linux-system-roles.ad_integration : Set platform/version specific variables --- 0.03s /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/set_vars.yml:20 Manage timesync --------------------------------------------------------- 0.03s /WORKDIR/git-weekly-ci0ozypwi1/tests/roles/linux-system-roles.ad_integration/tasks/main.yml:94 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Could not match supplied host pattern, ignoring: ad [WARNING]: The value True (type bool) in a string field was converted to 'True' (type string). If this does not look like what you expect, quote the entire value to ensure it does not change. [WARNING]: The value False (type bool) in a string field was converted to 'False' (type string). If this does not look like what you expect, quote the entire value to ensure it does not change. ---^---^---^---^---^---