[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. 7084 1726866954.14481: starting run ansible-playbook [core 2.17.4] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-xAU executable location = /usr/local/bin/ansible-playbook python version = 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults 7084 1726866954.14779: Added group all to inventory 7084 1726866954.14781: Added group ungrouped to inventory 7084 1726866954.14784: Group all now contains ungrouped 7084 1726866954.14786: Examining possible inventory source: /tmp/ad_integration-9IN/inventory.yml 7084 1726866954.27253: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 7084 1726866954.27319: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 7084 1726866954.27341: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 7084 1726866954.27403: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 7084 1726866954.27480: Loaded config def from plugin (inventory/script) 7084 1726866954.27482: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 7084 1726866954.27522: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 7084 1726866954.27610: Loaded config def from plugin (inventory/yaml) 7084 1726866954.27612: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 7084 1726866954.27697: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 7084 1726866954.28124: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 7084 1726866954.28128: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 7084 1726866954.28130: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 7084 1726866954.28136: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 7084 1726866954.28141: Loading data from /tmp/ad_integration-9IN/inventory.yml 7084 1726866954.28214: /tmp/ad_integration-9IN/inventory.yml was not parsable by auto 7084 1726866954.28284: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 7084 1726866954.28326: Loading data from /tmp/ad_integration-9IN/inventory.yml 7084 1726866954.28412: group all already in inventory 7084 1726866954.28419: set inventory_file for managed_node1 7084 1726866954.28423: set inventory_dir for managed_node1 7084 1726866954.28424: Added host managed_node1 to inventory 7084 1726866954.28426: Added host managed_node1 to group all 7084 1726866954.28427: set ansible_host for managed_node1 7084 1726866954.28428: set ansible_ssh_extra_args for managed_node1 7084 1726866954.28432: set inventory_file for managed_node2 7084 1726866954.28435: set inventory_dir for managed_node2 7084 1726866954.28435: Added host managed_node2 to inventory 7084 1726866954.28437: Added host managed_node2 to group all 7084 1726866954.28438: set ansible_host for managed_node2 7084 1726866954.28438: set ansible_ssh_extra_args for managed_node2 7084 1726866954.28441: set inventory_file for managed_node3 7084 1726866954.28444: set inventory_dir for managed_node3 7084 1726866954.28444: Added host managed_node3 to inventory 7084 1726866954.28446: Added host managed_node3 to group all 7084 1726866954.28446: set ansible_host for managed_node3 7084 1726866954.28447: set ansible_ssh_extra_args for managed_node3 7084 1726866954.28450: Reconcile groups and hosts in inventory. 7084 1726866954.28453: Group ungrouped now contains managed_node1 7084 1726866954.28456: Group ungrouped now contains managed_node2 7084 1726866954.28458: Group ungrouped now contains managed_node3 7084 1726866954.28538: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 7084 1726866954.28672: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 7084 1726866954.28720: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 7084 1726866954.28748: Loaded config def from plugin (vars/host_group_vars) 7084 1726866954.28750: Loading VarsModule 'host_group_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=False, class_only=True) 7084 1726866954.28759: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 7084 1726866954.28770: Loading VarsModule 'host_group_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False) 7084 1726866954.28812: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 7084 1726866954.29150: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7084 1726866954.29250: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 7084 1726866954.29294: Loaded config def from plugin (connection/local) 7084 1726866954.29298: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 7084 1726866954.29954: Loaded config def from plugin (connection/paramiko_ssh) 7084 1726866954.29960: Loading Connection 'paramiko_ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/paramiko_ssh.py (found_in_cache=False, class_only=True) 7084 1726866954.30798: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py (found_in_cache=True, class_only=False) 7084 1726866954.30837: Loaded config def from plugin (connection/psrp) 7084 1726866954.30840: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 7084 1726866954.31550: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py (found_in_cache=True, class_only=False) 7084 1726866954.31587: Loaded config def from plugin (connection/ssh) 7084 1726866954.31590: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 7084 1726866954.33576: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py (found_in_cache=True, class_only=False) 7084 1726866954.33617: Loaded config def from plugin (connection/winrm) 7084 1726866954.33620: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 7084 1726866954.33652: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 7084 1726866954.33720: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 7084 1726866954.33792: Loaded config def from plugin (shell/cmd) 7084 1726866954.33795: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 7084 1726866954.33822: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py (found_in_cache=True, class_only=False) 7084 1726866954.33893: Loaded config def from plugin (shell/powershell) 7084 1726866954.33895: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 7084 1726866954.33948: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 7084 1726866954.34126: Loaded config def from plugin (shell/sh) 7084 1726866954.34128: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 7084 1726866954.34162: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 7084 1726866954.34285: Loaded config def from plugin (become/runas) 7084 1726866954.34287: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 7084 1726866954.34473: Loaded config def from plugin (become/su) 7084 1726866954.34475: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 7084 1726866954.34629: Loaded config def from plugin (become/sudo) 7084 1726866954.34631: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=False, class_only=True) running playbook inside collection fedora.linux_system_roles 7084 1726866954.34664: Loading data from /tmp/collections-xAU/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_full_integration_dyndns.yml 7084 1726866954.35614: trying /usr/local/lib/python3.12/site-packages/ansible/modules 7084 1726866954.38522: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 7084 1726866954.39814: Found several possible candidates for the plugin but using first: /tmp/collections-xAU/ansible_collections/ansible/windows/plugins/modules/win_command.ps1,/tmp/collections-xAU/ansible_collections/ansible/windows/plugins/modules/win_command.py 7084 1726866954.39915: Found several possible candidates for the plugin but using first: /tmp/collections-xAU/ansible_collections/ansible/windows/plugins/modules/win_command.ps1,/tmp/collections-xAU/ansible_collections/ansible/windows/plugins/modules/win_command.py 7084 1726866954.39987: Found several possible candidates for the plugin but using first: /tmp/collections-xAU/ansible_collections/ansible/windows/plugins/modules/win_command.ps1,/tmp/collections-xAU/ansible_collections/ansible/windows/plugins/modules/win_command.py 7084 1726866954.40066: trying /usr/local/lib/python3.12/site-packages/ansible/modules/__pycache__ redirecting (type: modules) ansible.builtin.win_command to ansible.windows.win_command 7084 1726866954.40175: Found several possible candidates for the plugin but using first: /tmp/collections-xAU/ansible_collections/ansible/windows/plugins/modules/win_command.ps1,/tmp/collections-xAU/ansible_collections/ansible/windows/plugins/modules/win_command.py 7084 1726866954.40207: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ redirecting (type: modules) ansible.builtin.win_command to ansible.windows.win_command 7084 1726866954.41373: Found several possible candidates for the plugin but using first: /tmp/collections-xAU/ansible_collections/ansible/windows/plugins/modules/win_command.ps1,/tmp/collections-xAU/ansible_collections/ansible/windows/plugins/modules/win_command.py 7084 1726866954.41486: Found several possible candidates for the plugin but using first: /tmp/collections-xAU/ansible_collections/ansible/windows/plugins/modules/win_shell.ps1,/tmp/collections-xAU/ansible_collections/ansible/windows/plugins/modules/win_shell.py 7084 1726866954.41554: Found several possible candidates for the plugin but using first: /tmp/collections-xAU/ansible_collections/ansible/windows/plugins/modules/win_shell.ps1,/tmp/collections-xAU/ansible_collections/ansible/windows/plugins/modules/win_shell.py 7084 1726866954.41912: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 7084 1726866954.41924: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__ redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug 7084 1726866954.42153: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 7084 1726866954.42300: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 7084 1726866954.42303: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-xAU/ansible_collections/ansible/posix/plugins/callback/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) 7084 1726866954.42332: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 7084 1726866954.42358: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py (found_in_cache=True, class_only=False) 7084 1726866954.42518: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 7084 1726866954.42577: Loaded config def from plugin (callback/default) 7084 1726866954.42580: Loading CallbackModule 'default' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/default.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 7084 1726866954.43687: Loaded config def from plugin (callback/junit) 7084 1726866954.43690: Loading CallbackModule 'junit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/junit.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 7084 1726866954.43738: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py (found_in_cache=True, class_only=False) 7084 1726866954.43806: Loaded config def from plugin (callback/minimal) 7084 1726866954.43808: Loading CallbackModule 'minimal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/minimal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 7084 1726866954.43848: Loading CallbackModule 'oneline' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/oneline.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 7084 1726866954.43915: Loaded config def from plugin (callback/tree) 7084 1726866954.43918: Loading CallbackModule 'tree' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/tree.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 7084 1726866954.44184: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) [WARNING]: Could not match supplied host pattern, ignoring: client [WARNING]: Could not match supplied host pattern, ignoring: ad 7084 1726866954.44192: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-xAU/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 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_full_integration_dyndns.yml ************************************ 5 plays in /tmp/collections-xAU/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_full_integration_dyndns.yml 7084 1726866954.44222: in VariableManager get_vars() 7084 1726866954.44258: Could not match supplied host pattern, ignoring: client 7084 1726866954.44276: done with get_vars() 7084 1726866954.44286: in VariableManager get_vars() 7084 1726866954.44296: done with get_vars() 7084 1726866954.44302: variable 'omit' from source: magic vars PLAY [Set variables] *********************************************************** skipping: no hosts matched 7084 1726866954.44345: in VariableManager get_vars() 7084 1726866954.44368: Could not match supplied host pattern, ignoring: ad 7084 1726866954.44381: done with get_vars() 7084 1726866954.44387: in VariableManager get_vars() 7084 1726866954.44396: done with get_vars() 7084 1726866954.44400: variable 'omit' from source: magic vars PLAY [Configure DynDNS on AD] ************************************************** skipping: no hosts matched 7084 1726866954.44428: in VariableManager get_vars() 7084 1726866954.44437: done with get_vars() 7084 1726866954.44442: in VariableManager get_vars() 7084 1726866954.44451: done with get_vars() 7084 1726866954.44457: variable 'omit' from source: magic vars PLAY [Ensure that the role configures dynamic dns] ***************************** skipping: no hosts matched 7084 1726866954.44483: in VariableManager get_vars() 7084 1726866954.44494: done with get_vars() 7084 1726866954.44499: in VariableManager get_vars() 7084 1726866954.44507: done with get_vars() 7084 1726866954.44511: variable 'omit' from source: magic vars PLAY [Check hosts on AD] ******************************************************* skipping: no hosts matched 7084 1726866954.44535: in VariableManager get_vars() 7084 1726866954.44545: done with get_vars() 7084 1726866954.44550: in VariableManager get_vars() 7084 1726866954.44560: done with get_vars() 7084 1726866954.44565: variable 'omit' from source: magic vars PLAY [Leave realm] ************************************************************* skipping: no hosts matched PLAY RECAP ********************************************************************* Friday 20 September 2024 17:15:54 -0400 (0:00:00.006) 0:00:00.006 ****** =============================================================================== 7084 1726866954.44598: RUNNING CLEANUP