Created
January 20, 2024 13:29
-
-
Save sumanth-lingappa/ab18739a5be5c718d3157d4faa94202e to your computer and use it in GitHub Desktop.
ansible ssh connection plugin error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1041081 1705573397.75587: starting run | |
ansible-playbook [core 2.11.12] | |
config file = /home/sumanthl/workspace/upgrade-netscalers/ansible.cfg | |
configured module search path = ['/home/sumanthl/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] | |
ansible python module location = /home/sumanthl/.local/lib/python3.10/site-packages/ansible | |
ansible collection location = /home/sumanthl/.ansible/collections:/usr/share/ansible/collections | |
executable location = /home/sumanthl/.local/bin//ansible-playbook | |
python version = 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] | |
jinja version = 3.0.3 | |
libyaml = True | |
Using /home/sumanthl/workspace/upgrade-netscalers/ansible.cfg as config file | |
1041081 1705573399.76418: Added group all to inventory | |
1041081 1705573399.76435: Added group ungrouped to inventory | |
1041081 1705573399.76450: Group all now contains ungrouped | |
1041081 1705573399.76467: Examining possible inventory source: /home/sumanthl/workspace/upgrade-netscalers/inventory/inventory.ini | |
setting up inventory plugins | |
1041081 1705573399.76950: trying /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/cache | |
1041081 1705573399.77094: Loading CacheModule 'memory' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/cache/memory.py | |
1041081 1705573399.77129: trying /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/inventory | |
1041081 1705573399.77210: Loading InventoryModule 'host_list' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/inventory/host_list.py | |
1041081 1705573399.77320: Loaded config def from plugin (inventory/script) | |
1041081 1705573399.77327: Loading InventoryModule 'script' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/inventory/script.py | |
1041081 1705573399.77381: Loading InventoryModule 'auto' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/inventory/auto.py | |
1041081 1705573399.77492: Loaded config def from plugin (inventory/yaml) | |
1041081 1705573399.77500: Loading InventoryModule 'yaml' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/inventory/yaml.py | |
1041081 1705573399.77606: Loading InventoryModule 'ini' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/inventory/ini.py | |
1041081 1705573399.77694: Loading InventoryModule 'toml' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/inventory/toml.py | |
1041081 1705573399.77702: Attempting to use plugin host_list (/home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/inventory/host_list.py) | |
host_list declined parsing /home/sumanthl/workspace/upgrade-netscalers/inventory/inventory.ini as it did not pass its verify_file() method | |
1041081 1705573399.77711: Attempting to use plugin script (/home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/inventory/script.py) | |
script declined parsing /home/sumanthl/workspace/upgrade-netscalers/inventory/inventory.ini as it did not pass its verify_file() method | |
1041081 1705573399.77724: Attempting to use plugin auto (/home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/inventory/auto.py) | |
auto declined parsing /home/sumanthl/workspace/upgrade-netscalers/inventory/inventory.ini as it did not pass its verify_file() method | |
1041081 1705573399.77728: Attempting to use plugin yaml (/home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/inventory/yaml.py) | |
yaml declined parsing /home/sumanthl/workspace/upgrade-netscalers/inventory/inventory.ini as it did not pass its verify_file() method | |
1041081 1705573399.77750: Attempting to use plugin ini (/home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/inventory/ini.py) | |
1041081 1705573399.77949: Added group mpx to inventory | |
1041081 1705573399.78006: set inventory_file for 10.x.x.42 | |
1041081 1705573399.78016: set inventory_dir for 10.x.x.42 | |
1041081 1705573399.78020: Added host 10.x.x.42 to inventory | |
1041081 1705573399.78024: Added host 10.x.x.42 to group mpx | |
1041081 1705573399.78028: set nsip for 10.x.x.42 | |
1041081 1705573399.78030: set nitro_user for 10.x.x.42 | |
1041081 1705573399.78032: set nitro_pass for 10.x.x.42 | |
1041081 1705573399.78034: set validate_certs for 10.x.x.42 | |
1041081 1705573399.78037: set ansible_host for 10.x.x.42 | |
1041081 1705573399.78039: set ansible_user for 10.x.x.42 | |
Parsed /home/sumanthl/workspace/upgrade-netscalers/inventory/inventory.ini inventory source with ini plugin | |
1041081 1705573399.78046: Reconcile groups and hosts in inventory. | |
1041081 1705573399.78053: Group all now contains mpx | |
1041081 1705573399.78262: trying /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments | |
1041081 1705573399.78307: Loading ModuleDocFragment 'vars_plugin_staging' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py | |
1041081 1705573399.78332: Loaded config def from plugin (vars/host_group_vars) | |
1041081 1705573399.78337: Loading VarsModule 'host_group_vars' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py | |
1041081 1705573399.78412: Loading ModuleDocFragment 'vars_plugin_staging' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.78435: Loaded config def from plugin (vars/host_group_vars) | |
1041081 1705573399.78440: Loading VarsModule 'host_group_vars' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.78506: Loading ModuleDocFragment 'vars_plugin_staging' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.78528: Loaded config def from plugin (vars/host_group_vars) | |
1041081 1705573399.78533: Loading VarsModule 'host_group_vars' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.78598: Loading ModuleDocFragment 'vars_plugin_staging' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.78621: Loaded config def from plugin (vars/host_group_vars) | |
1041081 1705573399.78625: Loading VarsModule 'host_group_vars' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.78664: Loading CacheModule 'memory' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.80602: Loading ModuleDocFragment 'connection_pipelining' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py | |
1041081 1705573399.80658: Loaded config def from plugin (connection/local) | |
1041081 1705573399.80665: Loading Connection 'local' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) | |
1041081 1705573399.81119: Loaded config def from plugin (connection/paramiko_ssh) | |
1041081 1705573399.81126: Loading Connection 'paramiko_ssh' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/connection/paramiko_ssh.py (found_in_cache=False, class_only=True) | |
1041081 1705573399.81892: Loading ModuleDocFragment 'connection_pipelining' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.81923: Loaded config def from plugin (connection/psrp) | |
1041081 1705573399.81929: Loading Connection 'psrp' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) | |
1041081 1705573399.82462: Loading ModuleDocFragment 'connection_pipelining' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.82493: Loaded config def from plugin (connection/ssh) | |
1041081 1705573399.82499: Loading Connection 'ssh' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) | |
1041081 1705573399.83030: Loading ModuleDocFragment 'connection_pipelining' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.83063: Loaded config def from plugin (connection/winrm) | |
1041081 1705573399.83068: Loading Connection 'winrm' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) | |
1041081 1705573399.83154: Loading ModuleDocFragment 'shell_windows' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/shell_windows.py | |
1041081 1705573399.83204: Loaded config def from plugin (shell/cmd) | |
1041081 1705573399.83209: Loading ShellModule 'cmd' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) | |
1041081 1705573399.83227: Loading ModuleDocFragment 'shell_windows' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/shell_windows.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.83273: Loaded config def from plugin (shell/powershell) | |
1041081 1705573399.83277: Loading ShellModule 'powershell' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) | |
1041081 1705573399.83325: Loading ModuleDocFragment 'shell_common' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/shell_common.py | |
1041081 1705573399.83447: Loaded config def from plugin (shell/sh) | |
1041081 1705573399.83455: Loading ShellModule 'sh' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) | |
1041081 1705573399.83619: Loaded config def from plugin (become/runas) | |
1041081 1705573399.83625: Loading BecomeModule 'runas' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) | |
1041081 1705573399.83750: Loaded config def from plugin (become/su) | |
1041081 1705573399.83756: Loading BecomeModule 'su' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) | |
1041081 1705573399.83877: Loaded config def from plugin (become/sudo) | |
1041081 1705573399.83882: Loading BecomeModule 'sudo' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/become/sudo.py (found_in_cache=False, class_only=True) | |
1041081 1705573399.83909: Loading data from /home/sumanthl/workspace/upgrade-netscalers/nsver_info.yaml | |
1041081 1705573399.87252: trying /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/action | |
1041081 1705573399.87377: trying /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/callback | |
1041081 1705573399.87464: Loading ModuleDocFragment 'default_callback' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/default_callback.py | |
1041081 1705573399.87596: Loaded config def from plugin (callback/default) | |
1041081 1705573399.87601: Loading CallbackModule 'default' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/callback/default.py | |
Loading callback plugin default of type stdout, v2.0 from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/callback/default.py | |
1041081 1705573399.87665: Loading ModuleDocFragment 'default_callback' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/default_callback.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.87791: Loaded config def from plugin (callback/default) | |
1041081 1705573399.87796: Loading CallbackModule 'default' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/callback/default.py (found_in_cache=True, class_only=True) | |
1041081 1705573399.87939: Loaded config def from plugin (callback/junit) | |
1041081 1705573399.87944: Loading CallbackModule 'junit' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/callback/junit.py (found_in_cache=False, class_only=True) | |
1041081 1705573399.87979: Loading CallbackModule 'minimal' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/callback/minimal.py (found_in_cache=False, class_only=True) | |
1041081 1705573399.88014: Loading CallbackModule 'oneline' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/callback/oneline.py (found_in_cache=False, class_only=True) | |
1041081 1705573399.88064: Loaded config def from plugin (callback/tree) | |
1041081 1705573399.88067: Loading CallbackModule 'tree' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/callback/tree.py (found_in_cache=False, class_only=True) | |
Attempting to use 'default' callback. | |
Skipping callback 'default', as we already have a stdout callback. | |
Attempting to use 'junit' callback. | |
Attempting to use 'minimal' callback. | |
Skipping callback 'minimal', as we already have a stdout callback. | |
Attempting to use 'oneline' callback. | |
Skipping callback 'oneline', as we already have a stdout callback. | |
Attempting to use 'tree' callback. | |
PLAYBOOK: nsver_info.yaml ************************************************* | |
Positional arguments: nsver_info.yaml | |
verbosity: 5 | |
ask_pass: True | |
connection: smart | |
timeout: 10 | |
become_method: sudo | |
tags: ('all',) | |
inventory: ('/home/sumanthl/workspace/upgrade-netscalers/inventory/inventory.ini',) | |
subset: mpx | |
forks: 5 | |
1 plays in nsver_info.yaml | |
1041081 1705573399.88101: in VariableManager get_vars() | |
1041081 1705573399.88190: done with get_vars() | |
1041081 1705573399.88201: in VariableManager get_vars() | |
1041081 1705573399.88217: done with get_vars() | |
1041081 1705573399.88225: variable 'omit' from source: magic vars | |
1041081 1705573399.89314: Loading FilterModule 'core' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/filter/core.py | |
1041081 1705573399.89342: Loading FilterModule 'mathstuff' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/filter/mathstuff.py | |
1041081 1705573399.89363: Loading FilterModule 'urls' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/filter/urls.py | |
1041081 1705573399.89382: Loading FilterModule 'urlsplit' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/filter/urlsplit.py | |
1041081 1705573399.89494: variable 'ansible_limit' from source: magic vars | |
1041081 1705573399.89502: variable 'omit' from source: magic vars | |
1041081 1705573399.89527: in VariableManager get_vars() | |
1041081 1705573399.89548: done with get_vars() | |
1041081 1705573399.89568: variable 'omit' from source: magic vars | |
PLAY [Upgrade Standalone NetScaler] ******************************************** | |
1041081 1705573399.90109: trying /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/strategy | |
1041081 1705573399.90149: Loading StrategyModule 'linear' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/strategy/linear.py | |
1041081 1705573399.90227: getting the remaining hosts for this loop | |
1041081 1705573399.90231: done getting the remaining hosts for this loop | |
1041081 1705573399.90237: building list of next tasks for hosts | |
1041081 1705573399.90238: getting the next task for host 10.x.x.42 | |
1041081 1705573399.90242: done getting next task for host 10.x.x.42 | |
1041081 1705573399.90244: ^ task is: TASK: meta (flush_handlers) | |
1041081 1705573399.90247: ^ state is: HOST STATE: block=1, task=1, rescue=0, always=0, run_state=ITERATING_TASKS, fail_state=FAILED_NONE, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False | |
1041081 1705573399.90248: done building task lists | |
1041081 1705573399.90249: counting tasks in each state of execution | |
1041081 1705573399.90255: done counting tasks in each state of execution: | |
num_setups: 0 | |
num_tasks: 1 | |
num_rescue: 0 | |
num_always: 0 | |
1041081 1705573399.90257: advancing hosts in ITERATING_TASKS | |
1041081 1705573399.90258: starting to advance hosts | |
1041081 1705573399.90260: getting the next task for host 10.x.x.42 | |
1041081 1705573399.90262: done getting next task for host 10.x.x.42 | |
1041081 1705573399.90264: ^ task is: TASK: meta (flush_handlers) | |
1041081 1705573399.90266: ^ state is: HOST STATE: block=1, task=1, rescue=0, always=0, run_state=ITERATING_TASKS, fail_state=FAILED_NONE, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False | |
1041081 1705573399.90267: done advancing hosts to next task | |
1041081 1705573399.90269: getting variables | |
1041081 1705573399.90270: in VariableManager get_vars() | |
1041081 1705573399.90285: Calling all_inventory to load vars for 10.x.x.42 | |
1041081 1705573399.90289: Calling groups_inventory to load vars for 10.x.x.42 | |
1041081 1705573399.90292: Calling all_plugins_inventory to load vars for 10.x.x.42 | |
1041081 1705573399.90371: Loading ModuleDocFragment 'vars_plugin_staging' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.90397: Loaded config def from plugin (vars/host_group_vars) | |
1041081 1705573399.90401: Loading VarsModule 'host_group_vars' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.90424: Calling all_plugins_play to load vars for 10.x.x.42 | |
1041081 1705573399.90485: Loading ModuleDocFragment 'vars_plugin_staging' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.90508: Loaded config def from plugin (vars/host_group_vars) | |
1041081 1705573399.90512: Loading VarsModule 'host_group_vars' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.90531: Calling groups_plugins_inventory to load vars for 10.x.x.42 | |
1041081 1705573399.90594: Loading ModuleDocFragment 'vars_plugin_staging' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.90619: Loaded config def from plugin (vars/host_group_vars) | |
1041081 1705573399.90623: Loading VarsModule 'host_group_vars' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.90648: Calling groups_plugins_play to load vars for 10.x.x.42 | |
1041081 1705573399.90718: Loading ModuleDocFragment 'vars_plugin_staging' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.90741: Loaded config def from plugin (vars/host_group_vars) | |
1041081 1705573399.90745: Loading VarsModule 'host_group_vars' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.90820: Loading ModuleDocFragment 'vars_plugin_staging' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.90844: Loaded config def from plugin (vars/host_group_vars) | |
1041081 1705573399.90847: Loading VarsModule 'host_group_vars' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.90920: Loading ModuleDocFragment 'vars_plugin_staging' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.90942: Loaded config def from plugin (vars/host_group_vars) | |
1041081 1705573399.90947: Loading VarsModule 'host_group_vars' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.91029: done with get_vars() | |
1041081 1705573399.91039: done getting variables | |
1041081 1705573399.91047: trying /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/action/__pycache__ | |
META: ran handlers | |
1041081 1705573399.91113: done queuing things up, now waiting for results queue to drain | |
1041081 1705573399.91116: results queue empty | |
1041081 1705573399.91117: checking for any_errors_fatal | |
1041081 1705573399.91120: done checking for any_errors_fatal | |
1041081 1705573399.91122: checking for max_fail_percentage | |
1041081 1705573399.91123: done checking for max_fail_percentage | |
1041081 1705573399.91124: checking to see if all hosts have failed and the running result is not ok | |
1041081 1705573399.91126: done checking to see if all hosts have failed | |
1041081 1705573399.91127: getting the remaining hosts for this loop | |
1041081 1705573399.91128: done getting the remaining hosts for this loop | |
1041081 1705573399.91133: building list of next tasks for hosts | |
1041081 1705573399.91134: getting the next task for host 10.x.x.42 | |
1041081 1705573399.91137: done getting next task for host 10.x.x.42 | |
1041081 1705573399.91139: ^ task is: TASK: Finding the current version of the NetScaler | |
1041081 1705573399.91141: ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, run_state=ITERATING_TASKS, fail_state=FAILED_NONE, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False | |
1041081 1705573399.91142: done building task lists | |
1041081 1705573399.91144: counting tasks in each state of execution | |
1041081 1705573399.91146: done counting tasks in each state of execution: | |
num_setups: 0 | |
num_tasks: 1 | |
num_rescue: 0 | |
num_always: 0 | |
1041081 1705573399.91147: advancing hosts in ITERATING_TASKS | |
1041081 1705573399.91148: starting to advance hosts | |
1041081 1705573399.91150: getting the next task for host 10.x.x.42 | |
1041081 1705573399.91152: done getting next task for host 10.x.x.42 | |
1041081 1705573399.91153: ^ task is: TASK: Finding the current version of the NetScaler | |
1041081 1705573399.91155: ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, run_state=ITERATING_TASKS, fail_state=FAILED_NONE, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False | |
1041081 1705573399.91156: done advancing hosts to next task | |
1041081 1705573399.91158: getting variables | |
1041081 1705573399.91159: in VariableManager get_vars() | |
1041081 1705573399.91171: Calling all_inventory to load vars for 10.x.x.42 | |
1041081 1705573399.91176: Calling groups_inventory to load vars for 10.x.x.42 | |
1041081 1705573399.91178: Calling all_plugins_inventory to load vars for 10.x.x.42 | |
1041081 1705573399.91240: Loading ModuleDocFragment 'vars_plugin_staging' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.91263: Loaded config def from plugin (vars/host_group_vars) | |
1041081 1705573399.91267: Loading VarsModule 'host_group_vars' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.91285: Calling all_plugins_play to load vars for 10.x.x.42 | |
1041081 1705573399.91344: Loading ModuleDocFragment 'vars_plugin_staging' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.91365: Loaded config def from plugin (vars/host_group_vars) | |
1041081 1705573399.91370: Loading VarsModule 'host_group_vars' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.91386: Calling groups_plugins_inventory to load vars for 10.x.x.42 | |
1041081 1705573399.91455: Loading ModuleDocFragment 'vars_plugin_staging' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.91477: Loaded config def from plugin (vars/host_group_vars) | |
1041081 1705573399.91481: Loading VarsModule 'host_group_vars' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.91499: Calling groups_plugins_play to load vars for 10.x.x.42 | |
1041081 1705573399.91557: Loading ModuleDocFragment 'vars_plugin_staging' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.91579: Loaded config def from plugin (vars/host_group_vars) | |
1041081 1705573399.91584: Loading VarsModule 'host_group_vars' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.91670: Loading ModuleDocFragment 'vars_plugin_staging' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.91695: Loaded config def from plugin (vars/host_group_vars) | |
1041081 1705573399.91699: Loading VarsModule 'host_group_vars' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.91781: Loading ModuleDocFragment 'vars_plugin_staging' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.91805: Loaded config def from plugin (vars/host_group_vars) | |
1041081 1705573399.91808: Loading VarsModule 'host_group_vars' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False) | |
1041081 1705573399.91860: done with get_vars() | |
1041081 1705573399.91870: done getting variables | |
1041081 1705573399.91894: Loading ActionModule 'shell' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/action/shell.py (searched paths: /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/action/__pycache__:/home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) | |
1041081 1705573399.91901: sending task start callback, copying the task so we can template it temporarily | |
1041081 1705573399.91902: done copying, going to template now | |
1041081 1705573399.91904: done templating | |
1041081 1705573399.91907: here goes the callback... | |
TASK [Finding the current version of the NetScaler] **************************** | |
task path: /home/sumanthl/workspace/upgrade-netscalers/nsver_info.yaml:11 | |
1041081 1705573399.91916: sending task start callback | |
1041081 1705573399.91917: entering _queue_task() for 10.x.x.42/shell | |
1041081 1705573399.91919: Creating lock for shell | |
1041081 1705573399.92217: worker is 1 (out of 1 available) | |
1041081 1705573399.92266: exiting _queue_task() for 10.x.x.42/shell | |
1041081 1705573399.92362: done queuing things up, now waiting for results queue to drain | |
1041081 1705573399.92367: waiting for pending results... | |
1041117 1705573399.92559: running TaskExecutor() for 10.x.x.42/TASK: Finding the current version of the NetScaler | |
1041117 1705573399.92714: in run() - task 9be2c97a-7bb9-30f2-64a4-000000000008 | |
1041117 1705573399.92761: variable 'ansible_search_path' from source: unknown | |
1041117 1705573399.92821: calling self._execute() | |
1041117 1705573399.92910: variable 'ansible_host' from source: host vars for '10.x.x.42' | |
1041117 1705573399.92926: variable 'ansible_user' from source: host vars for '10.x.x.42' | |
1041117 1705573399.92947: variable 'omit' from source: magic vars | |
1041117 1705573399.93096: variable 'omit' from source: magic vars | |
1041117 1705573399.93134: variable 'omit' from source: magic vars | |
1041117 1705573399.93489: variable 'nitro_user' from source: host vars for '10.x.x.42' | |
1041117 1705573399.93512: variable 'nitro_pass' from source: host vars for '10.x.x.42' | |
1041117 1705573399.93550: variable 'nitro_user' from source: host vars for '10.x.x.42' | |
1041117 1705573399.93631: variable 'nitro_user' from source: host vars for '10.x.x.42' | |
1041117 1705573399.93666: variable 'ansible_connection' from source: unknown | |
1041117 1705573399.93678: variable 'ansible_connection' from source: unknown | |
Loading collection citrix.adc from /home/sumanthl/.ansible/collections/ansible_collections/citrix/adc | |
1041117 1705573399.94283: Loaded config def from plugin (become/runas) | |
1041117 1705573399.94301: Loading BecomeModule 'runas' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/become/runas.py (found_in_cache=True, class_only=False) | |
1041117 1705573399.94468: Loaded config def from plugin (become/su) | |
1041117 1705573399.94485: Loading BecomeModule 'su' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/become/su.py (found_in_cache=True, class_only=False) | |
1041117 1705573399.94607: Loaded config def from plugin (become/sudo) | |
1041117 1705573399.94622: Loading BecomeModule 'sudo' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) | |
1041117 1705573399.95286: Loaded config def from plugin (connection/ansible_collections.citrix.adc.plugins.connection.ssh_citrix_adc) | |
1041117 1705573399.95308: Loading Connection 'ansible_collections.citrix.adc.plugins.connection.ssh_citrix_adc' from /home/sumanthl/.ansible/collections/ansible_collections/citrix/adc/plugins/connection/ssh_citrix_adc.py | |
1041117 1705573399.95338: trying /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/shell | |
1041117 1705573399.95384: Loading ModuleDocFragment 'shell_common' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/shell_common.py (found_in_cache=True, class_only=False) | |
1041117 1705573399.95527: Loaded config def from plugin (shell/sh) | |
1041117 1705573399.95544: Loading ShellModule 'sh' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) | |
1041117 1705573399.95578: Loading ModuleDocFragment 'shell_common' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/shell_common.py (found_in_cache=True, class_only=False) | |
1041117 1705573399.95706: Loaded config def from plugin (shell/sh) | |
1041117 1705573399.95721: Loading ShellModule 'sh' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) | |
1041117 1705573399.95741: variable 'ansible_host' from source: host vars for '10.x.x.42' | |
1041117 1705573399.95752: variable 'ansible_ssh_host' from source: unknown | |
1041117 1705573399.95762: variable 'ansible_password' from source: unknown | |
1041117 1705573399.95771: variable 'ansible_ssh_pass' from source: unknown | |
1041117 1705573399.95780: variable 'ansible_user' from source: host vars for '10.x.x.42' | |
1041117 1705573399.95789: variable 'ansible_ssh_user' from source: unknown | |
1041117 1705573399.95797: variable 'ansible_pipelining' from source: unknown | |
1041117 1705573399.95807: variable 'ansible_ssh_pipelining' from source: unknown | |
1041117 1705573399.95816: variable 'ansible_ssh_timeout' from source: unknown | |
1041117 1705573399.95941: Loading ActionModule 'shell' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/action/shell.py (searched paths: /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/action/__pycache__:/home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) | |
1041117 1705573399.95963: variable 'omit' from source: magic vars | |
1041117 1705573399.95977: starting attempt loop | |
1041117 1705573399.95986: running the handler | |
1041117 1705573399.96048: Loading ActionModule 'command' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/action/command.py (searched paths: /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/action/__pycache__:/home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/action) | |
1041117 1705573399.96183: trying /home/sumanthl/.local/lib/python3.10/site-packages/ansible/modules | |
1041117 1705573399.96357: ANSIBALLZ: Using generic lock for ansible.legacy.command | |
1041117 1705573399.96369: ANSIBALLZ: Acquiring lock | |
1041117 1705573399.96380: ANSIBALLZ: Lock acquired: 140164092905168 | |
1041117 1705573399.96390: ANSIBALLZ: Creating module | |
Including module_utils file ansible/__init__.py | |
Including module_utils file ansible/module_utils/__init__.py | |
Including module_utils file ansible/module_utils/_text.py | |
Including module_utils file ansible/module_utils/basic.py | |
Including module_utils file ansible/module_utils/common/_collections_compat.py | |
Including module_utils file ansible/module_utils/common/__init__.py | |
Including module_utils file ansible/module_utils/common/_json_compat.py | |
Including module_utils file ansible/module_utils/common/_utils.py | |
Including module_utils file ansible/module_utils/common/arg_spec.py | |
Including module_utils file ansible/module_utils/common/collections.py | |
Including module_utils file ansible/module_utils/common/file.py | |
Including module_utils file ansible/module_utils/common/parameters.py | |
Including module_utils file ansible/module_utils/common/process.py | |
Including module_utils file ansible/module_utils/common/sys_info.py | |
Including module_utils file ansible/module_utils/common/text/converters.py | |
Including module_utils file ansible/module_utils/common/text/__init__.py | |
Including module_utils file ansible/module_utils/common/text/formatters.py | |
Including module_utils file ansible/module_utils/common/validation.py | |
Including module_utils file ansible/module_utils/common/warnings.py | |
Including module_utils file ansible/module_utils/compat/selectors.py | |
Including module_utils file ansible/module_utils/compat/__init__.py | |
Including module_utils file ansible/module_utils/compat/_selectors2.py | |
Including module_utils file ansible/module_utils/compat/selinux.py | |
Including module_utils file ansible/module_utils/distro/__init__.py | |
Including module_utils file ansible/module_utils/distro/_distro.py | |
Including module_utils file ansible/module_utils/errors.py | |
Including module_utils file ansible/module_utils/parsing/convert_bool.py | |
Including module_utils file ansible/module_utils/parsing/__init__.py | |
Including module_utils file ansible/module_utils/pycompat24.py | |
Including module_utils file ansible/module_utils/six/__init__.py | |
1041117 1705573400.12035: ANSIBALLZ: Writing module into payload | |
1041117 1705573400.12171: ANSIBALLZ: Writing module | |
1041117 1705573400.12204: ANSIBALLZ: Renaming module | |
1041117 1705573400.12219: ANSIBALLZ: Done creating module | |
1041117 1705573400.12237: variable 'ansible_python_interpreter' from source: play vars | |
1041117 1705573400.12352: Loading FilterModule 'core' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) | |
1041117 1705573400.12369: Loading FilterModule 'mathstuff' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) | |
1041117 1705573400.12383: Loading FilterModule 'urls' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) | |
1041117 1705573400.12395: Loading FilterModule 'urlsplit' from /home/sumanthl/.local/lib/python3.10/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) | |
Using module file /home/sumanthl/.local/lib/python3.10/site-packages/ansible/modules/command.py | |
Pipelining is enabled. | |
1041117 1705573400.12781: _low_level_execute_command(): starting | |
1041117 1705573400.12791: SUMANTH: _low_level_execute_command(): cmd=/var/python/bin/python | |
1041117 1705573400.12801: SUMANTH: _low_level_execute_command(): cmd2=/var/python/bin/python | |
1041117 1705573400.12816: _low_level_execute_command(): executing: /bin/sh -c '/var/python/bin/python && sleep 0' | |
<10.x.x.42> ESTABLISH SSH CONNECTION FOR USER: nsroot | |
<10.x.x.42> SSH: ansible.cfg set ssh_args: (-C)(-o)(ControlMaster=auto)(-o)(ControlPersist=60s) | |
<10.x.x.42> SSH: ANSIBLE_REMOTE_PORT/remote_port/ansible_port set: (-o)(Port=22) | |
<10.x.x.42> SSH: ANSIBLE_REMOTE_USER/remote_user/ansible_user/user/-u set: (-o)(User="nsroot") | |
<10.x.x.42> SSH: ANSIBLE_TIMEOUT/timeout set: (-o)(ConnectTimeout=10) | |
<10.x.x.42> SSH: found only ControlPersist; added ControlPath: (-o)(ControlPath="/home/sumanthl/.ansible/cp/90241bcd3b") | |
<10.x.x.42> SSH: EXEC sshpass -d10 ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o Port=22 -o 'User="nsroot"' -o ConnectTimeout=10 -o 'ControlPath="/home/sumanthl/.ansible/cp/90241bcd3b"' 10.x.x.42 'shell /bin/sh -c '"'"'/var/python/bin/python && sleep 0'"'"'' | |
1041117 1705573400.13765: Sending initial data | |
1041117 1705573400.15635: Sent initial data (127854 bytes) | |
1041117 1705573400.15704: stderr chunk (state=3): | |
>>>OpenSSH_8.9p1 Ubuntu-3ubuntu0.6, OpenSSL 3.0.2 15 Mar 2022 | |
debug1: Reading configuration data /home/sumanthl/.ssh/config | |
debug1: Reading configuration data /etc/ssh/ssh_config | |
debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files | |
debug1: /etc/ssh/ssh_config line 21: Applying options for * | |
debug2: resolve_canonicalize: hostname 10.x.x.42 is address | |
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/sumanthl/.ssh/known_hosts' | |
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/sumanthl/.ssh/known_hosts2' | |
debug1: auto-mux: Trying existing master | |
debug2: fd 3 setting O_NONBLOCK | |
debug2: mux_client_hello_exchange: master version 4 | |
debug3: mux_client_forwards: request forwardings: 0 local, 0 remote | |
debug3: mux_client_request_session: entering | |
debug3: mux_client_request_alive: entering | |
debug3: mux_client_request_alive: done pid = 1041040 | |
debug3: mux_client_request_session: session request sent | |
debug1: mux_client_request_session: master session id: 2 | |
<<< | |
1041117 1705573400.22324: stdout chunk (state=3): | |
>>>ERROR: Session expired or killed. Please login again | |
ERROR: Not logged in | |
<<< | |
1041117 1705573400.22342: stderr chunk (state=3): | |
>>>ERROR: Not logged in | |
<<< | |
1041117 1705573400.22498: stderr chunk (state=3): | |
>>>debug3: mux_client_read_packet: read header failed: Broken pipe | |
debug2: Received exit status from master 1 | |
<<< | |
1041117 1705573400.22858: stderr chunk (state=3): | |
>>><<< | |
1041117 1705573400.22873: stdout chunk (state=3): | |
>>><<< | |
<10.x.x.42> (1, b'ERROR: Session expired or killed. Please login again\nERROR: Not logged in\n', b"OpenSSH_8.9p1 Ubuntu-3ubuntu0.6, OpenSSL 3.0.2 15 Mar 2022\r\ndebug1: Reading configuration data /home/sumanthl/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files\r\ndebug1: /etc/ssh/ssh_config line 21: Applying options for *\r\ndebug2: resolve_canonicalize: hostname 10.x.x.42 is address\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/sumanthl/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/sumanthl/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 1041040\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\nERROR: Not logged in\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 1\r\n") | |
<10.x.x.42> Failed to connect to the host via ssh: OpenSSH_8.9p1 Ubuntu-3ubuntu0.6, OpenSSL 3.0.2 15 Mar 2022 | |
debug1: Reading configuration data /home/sumanthl/.ssh/config | |
debug1: Reading configuration data /etc/ssh/ssh_config | |
debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files | |
debug1: /etc/ssh/ssh_config line 21: Applying options for * | |
debug2: resolve_canonicalize: hostname 10.x.x.42 is address | |
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/sumanthl/.ssh/known_hosts' | |
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/sumanthl/.ssh/known_hosts2' | |
debug1: auto-mux: Trying existing master | |
debug2: fd 3 setting O_NONBLOCK | |
debug2: mux_client_hello_exchange: master version 4 | |
debug3: mux_client_forwards: request forwardings: 0 local, 0 remote | |
debug3: mux_client_request_session: entering | |
debug3: mux_client_request_alive: entering | |
debug3: mux_client_request_alive: done pid = 1041040 | |
debug3: mux_client_request_session: session request sent | |
debug1: mux_client_request_session: master session id: 2 | |
ERROR: Not logged in | |
debug3: mux_client_read_packet: read header failed: Broken pipe | |
debug2: Received exit status from master 1 | |
1041117 1705573400.23024: _low_level_execute_command() done: rc=1, stdout=ERROR: Session expired or killed. Please login again | |
ERROR: Not logged in | |
, stderr=OpenSSH_8.9p1 Ubuntu-3ubuntu0.6, OpenSSL 3.0.2 15 Mar 2022 | |
debug1: Reading configuration data /home/sumanthl/.ssh/config | |
debug1: Reading configuration data /etc/ssh/ssh_config | |
debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files | |
debug1: /etc/ssh/ssh_config line 21: Applying options for * | |
debug2: resolve_canonicalize: hostname 10.x.x.42 is address | |
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/sumanthl/.ssh/known_hosts' | |
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/sumanthl/.ssh/known_hosts2' | |
debug1: auto-mux: Trying existing master | |
debug2: fd 3 setting O_NONBLOCK | |
debug2: mux_client_hello_exchange: master version 4 | |
debug3: mux_client_forwards: request forwardings: 0 local, 0 remote | |
debug3: mux_client_request_session: entering | |
debug3: mux_client_request_alive: entering | |
debug3: mux_client_request_alive: done pid = 1041040 | |
debug3: mux_client_request_session: session request sent | |
debug1: mux_client_request_session: master session id: 2 | |
ERROR: Not logged in | |
debug3: mux_client_read_packet: read header failed: Broken pipe | |
debug2: Received exit status from master 1 | |
1041117 1705573400.23121: done with _execute_module (ansible.legacy.command, {'_raw_params': "nscli -s -U :nsroot:xxxxxx show version | grep -i 'NetScaler NS'", '_uses_shell': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 5, '_ansible_version': '2.11.12', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': None, '_ansible_remote_tmp': '/var/'}) | |
1041117 1705573400.23143: handler run complete | |
1041117 1705573400.23174: attempt loop complete, returning result | |
1041117 1705573400.23184: _execute() done | |
1041117 1705573400.23191: dumping result to json | |
1041117 1705573400.23197: done dumping result, returning | |
1041117 1705573400.23209: done running TaskExecutor() for 10.x.x.42/TASK: Finding the current version of the NetScaler [9be2c97a-7bb9-30f2-64a4-000000000008] | |
1041117 1705573400.23217: sending task result for task 9be2c97a-7bb9-30f2-64a4-000000000008 | |
1041117 1705573400.23330: done sending task result for task 9be2c97a-7bb9-30f2-64a4-000000000008 | |
1041117 1705573400.23346: WORKER PROCESS EXITING | |
1041081 1705573400.23818: marking 10.x.x.42 as failed | |
1041081 1705573400.23879: marking host 10.x.x.42 failed, current state: HOST STATE: block=2, task=1, rescue=0, always=0, run_state=ITERATING_TASKS, fail_state=FAILED_NONE, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False | |
1041081 1705573400.23899: ^ failed state is now: HOST STATE: block=2, task=1, rescue=0, always=0, run_state=ITERATING_COMPLETE, fail_state=FAILED_TASKS, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False | |
1041081 1705573400.23961: getting the next task for host 10.x.x.42 | |
1041081 1705573400.23971: host 10.x.x.42 is done iterating, returning | |
fatal: [10.x.x.42]: FAILED! => { | |
"changed": false, | |
"module_stderr": "OpenSSH_8.9p1 Ubuntu-3ubuntu0.6, OpenSSL 3.0.2 15 Mar 2022\r\ndebug1: Reading configuration data /home/sumanthl/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files\r\ndebug1: /etc/ssh/ssh_config line 21: Applying options for *\r\ndebug2: resolve_canonicalize: hostname 10.x.x.42 is address\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/sumanthl/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/sumanthl/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 1041040\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\nERROR: Not logged in\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 1\r\n", | |
"module_stdout": "ERROR: Session expired or killed. Please login again\nERROR: Not logged in\n", | |
"msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", | |
"rc": 1 | |
} | |
1041081 1705573400.24164: no more pending results, returning what we have | |
1041081 1705573400.24175: results queue empty | |
1041081 1705573400.24190: checking for any_errors_fatal | |
1041081 1705573400.24209: done checking for any_errors_fatal | |
1041081 1705573400.24215: checking for max_fail_percentage | |
1041081 1705573400.24236: done checking for max_fail_percentage | |
1041081 1705573400.24243: checking to see if all hosts have failed and the running result is not ok | |
1041081 1705573400.24265: done checking to see if all hosts have failed | |
1041081 1705573400.24271: getting the remaining hosts for this loop | |
1041081 1705573400.24276: done getting the remaining hosts for this loop | |
1041081 1705573400.24311: building list of next tasks for hosts | |
1041081 1705573400.24318: getting the next task for host 10.x.x.42 | |
1041081 1705573400.24337: host 10.x.x.42 is done iterating, returning | |
1041081 1705573400.24342: done building task lists | |
1041081 1705573400.24344: counting tasks in each state of execution | |
1041081 1705573400.24364: done counting tasks in each state of execution: | |
num_setups: 0 | |
num_tasks: 0 | |
num_rescue: 0 | |
num_always: 0 | |
1041081 1705573400.24370: all hosts are done, so returning None's for all hosts | |
1041081 1705573400.24375: done queuing things up, now waiting for results queue to drain | |
1041081 1705573400.24392: results queue empty | |
1041081 1705573400.24397: checking for any_errors_fatal | |
1041081 1705573400.24400: done checking for any_errors_fatal | |
1041081 1705573400.24404: checking for max_fail_percentage | |
1041081 1705573400.24457: done checking for max_fail_percentage | |
1041081 1705573400.24462: checking to see if all hosts have failed and the running result is not ok | |
1041081 1705573400.24485: done checking to see if all hosts have failed | |
1041081 1705573400.24490: getting the next task for host 10.x.x.42 | |
1041081 1705573400.24506: host 10.x.x.42 is done iterating, returning | |
1041081 1705573400.24576: running handlers | |
PLAY RECAP ********************************************************************* | |
10.x.x.42 : ok=0 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 | |
1041081 1705573400.24817: RUNNING CLEANUP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment