diff --git a/Szakdogaterv.docx b/Szakdogaterv.docx
index d39567214869613822700d89ccc6685cea3b3ad3..4421c97c7da3d9f064130dd91206671dd12a0485 100644
Binary files a/Szakdogaterv.docx and b/Szakdogaterv.docx differ
diff --git a/dest.txt b/dest.txt
index e085b0b6b2bf79df8771ff7ef0c26d3469b3832e..cf06aab8d439b71a33fd9b39cef5ba7e60885326 100644
--- a/dest.txt
+++ b/dest.txt
@@ -1 +1 @@
-192.168.6.1
\ No newline at end of file
+192.168.2.2
\ No newline at end of file
diff --git a/halozatok.txt b/halozatok.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d42394acab3c43b28a2556a042174a6cbc3033c1
--- /dev/null
+++ b/halozatok.txt
@@ -0,0 +1,5 @@
+r1 - r2   -  192.168.1.1 - 192.168.1.2
+r1 - r4   -  192.168.5.1 - 192.168.5.2
+r2 - r3   -  192.168.2.2 - 192.168.2.1
+r3 - r4   -  192.168.3.1 - 192.168.3.2
+r4 - r5   -  192.168.6.2 - 192.168.6.1
\ No newline at end of file
diff --git a/host.txt b/host.txt
index a8a2de608946ec30ce71607c492a57d7a100d49c..4e19eec16deed110a2dc3bd521e44e939cecd032 100644
--- a/host.txt
+++ b/host.txt
@@ -1 +1 @@
-R5
\ No newline at end of file
+router3
\ No newline at end of file
diff --git a/inventory/hosts.yaml b/inventory/hosts.yaml
index a3b6a15b8762ccb5077dc3ee446bcf6d08bf1d0d..51e6c8abeb75fbc4d6e8a7d056a51d88891b4eee 100644
--- a/inventory/hosts.yaml
+++ b/inventory/hosts.yaml
@@ -1,9 +1,10 @@
 [routers]
-router1 int_mask=255.255.255.248
-router2 int_ip=10.10.20.101
-router3
+router1 ansible_host=10.10.1.2
+router2 ansible_host=10.10.1.3
+router3 ansible_host=10.10.1.4
+router4 ansible_host=10.10.1.5
+router5 ansible_host=10.10.1.6
 
 [routers:vars]
-ansible_become=yes
-ansible_become_method=enable
 ansible_network_os=cisco.ios.ios
+ansible_user=admin
diff --git a/log.txt b/log.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b66e1b118c0e16b4a3b110575b668b725c87c51b
--- /dev/null
+++ b/log.txt
@@ -0,0 +1,1089 @@
+  4602 1701346766.33635: starting run
+ansible-playbook [core 2.15.6]
+  config file = None
+  configured module search path = ['/home/bzsombor/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
+  ansible python module location = /home/bzsombor/.local/lib/python3.10/site-packages/ansible
+  ansible collection location = /home/bzsombor/.ansible/collections:/usr/share/ansible/collections
+  executable location = /usr/bin/ansible-playbook
+  python version = 3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.0] (/usr/bin/python3)
+  jinja version = 3.0.3
+  libyaml = True
+No config file found; using defaults
+  4602 1701346768.15640: Added group all to inventory
+  4602 1701346768.15643: Added group ungrouped to inventory
+  4602 1701346768.15648: Group all now contains ungrouped
+  4602 1701346768.15653: Examining possible inventory source: /home/bzsombor/onlab/inventory/hosts.yaml
+  4602 1701346768.30091: trying /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/cache
+  4602 1701346768.30142: Loading CacheModule 'memory' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/cache/memory.py
+  4602 1701346768.30163: trying /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/inventory
+  4602 1701346768.30217: Loading InventoryModule 'host_list' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/inventory/host_list.py
+  4602 1701346768.30278: Loaded config def from plugin (inventory/script)
+  4602 1701346768.30280: Loading InventoryModule 'script' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/inventory/script.py
+  4602 1701346768.30319: Loading InventoryModule 'auto' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/inventory/auto.py
+  4602 1701346768.30397: Loaded config def from plugin (inventory/yaml)
+  4602 1701346768.30399: Loading InventoryModule 'yaml' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/inventory/yaml.py
+  4602 1701346768.30479: Loading InventoryModule 'ini' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/inventory/ini.py
+  4602 1701346768.30679: Loading InventoryModule 'toml' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/inventory/toml.py
+  4602 1701346768.30683: Attempting to use plugin host_list (/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/inventory/host_list.py)
+host_list declined parsing /home/bzsombor/onlab/inventory/hosts.yaml as it did not pass its verify_file() method
+  4602 1701346768.30697: Attempting to use plugin script (/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/inventory/script.py)
+script declined parsing /home/bzsombor/onlab/inventory/hosts.yaml as it did not pass its verify_file() method
+  4602 1701346768.30710: Attempting to use plugin auto (/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/inventory/auto.py)
+  4602 1701346768.30716: Loading data from /home/bzsombor/onlab/inventory/hosts.yaml
+  4602 1701346768.30734: /home/bzsombor/onlab/inventory/hosts.yaml was not parsable by auto
+  4602 1701346768.30777: Attempting to use plugin yaml (/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/inventory/yaml.py)
+  4602 1701346768.30832: Loading data from /home/bzsombor/onlab/inventory/hosts.yaml
+  4602 1701346768.30874: /home/bzsombor/onlab/inventory/hosts.yaml was not parsable by yaml
+  4602 1701346768.30888: Attempting to use plugin ini (/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/inventory/ini.py)
+  4602 1701346768.30965: Added group routers to inventory
+  4602 1701346768.30974: set inventory_file for R1
+  4602 1701346768.30978: set inventory_dir for R1
+  4602 1701346768.30978: Added host R1 to inventory
+  4602 1701346768.30981: Added host R1 to group routers
+  4602 1701346768.30985: set inventory_file for R2
+  4602 1701346768.30988: set inventory_dir for R2
+  4602 1701346768.30989: Added host R2 to inventory
+  4602 1701346768.30990: Added host R2 to group routers
+  4602 1701346768.30994: set inventory_file for R3
+  4602 1701346768.30996: set inventory_dir for R3
+  4602 1701346768.30997: Added host R3 to inventory
+  4602 1701346768.30998: Added host R3 to group routers
+  4602 1701346768.31002: set inventory_file for R4
+  4602 1701346768.31004: set inventory_dir for R4
+  4602 1701346768.31005: Added host R4 to inventory
+  4602 1701346768.31006: Added host R4 to group routers
+  4602 1701346768.31009: set inventory_file for R5
+  4602 1701346768.31012: set inventory_dir for R5
+  4602 1701346768.31012: Added host R5 to inventory
+  4602 1701346768.31013: Added host R5 to group routers
+  4602 1701346768.31020: set ansible_network_os for routers
+  4602 1701346768.31023: set ansible_user for routers
+Parsed /home/bzsombor/onlab/inventory/hosts.yaml inventory source with ini plugin
+  4602 1701346768.31033: Reconcile groups and hosts in inventory.
+  4602 1701346768.31038: Group all now contains routers
+  4602 1701346768.31113: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.31245: trying /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments
+  4602 1701346768.31289: Loading ModuleDocFragment 'vars_plugin_staging' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py
+  4602 1701346768.31315: Loaded config def from plugin (vars/host_group_vars)
+  4602 1701346768.31317: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py
+  4602 1701346768.31342: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.31345: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.31366: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.31368: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.31388: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.31390: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.31410: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.31412: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.31432: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.31434: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.31453: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.31455: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.31475: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.31479: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.31511: Loading CacheModule 'memory' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False)
+  4602 1701346768.32208: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name
+  4602 1701346768.32316: Loading ModuleDocFragment 'connection_pipelining' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py
+  4602 1701346768.32356: Loaded config def from plugin (connection/local)
+  4602 1701346768.32360: Loading Connection 'local' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True)
+  4602 1701346768.32912: Loaded config def from plugin (connection/paramiko_ssh)
+  4602 1701346768.32916: Loading Connection 'paramiko_ssh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/paramiko_ssh.py (found_in_cache=False, class_only=True)
+  4602 1701346768.33751: Loading ModuleDocFragment 'connection_pipelining' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py (found_in_cache=True, class_only=False)
+  4602 1701346768.33821: Loaded config def from plugin (connection/psrp)
+  4602 1701346768.33826: Loading Connection 'psrp' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True)
+  4602 1701346768.34713: Loading ModuleDocFragment 'connection_pipelining' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py (found_in_cache=True, class_only=False)
+  4602 1701346768.34766: Loaded config def from plugin (connection/ssh)
+  4602 1701346768.34771: Loading Connection 'ssh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True)
+  4602 1701346768.56635: Loading ModuleDocFragment 'connection_pipelining' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py (found_in_cache=True, class_only=False)
+  4602 1701346768.56767: Loaded config def from plugin (connection/winrm)
+  4602 1701346768.56777: Loading Connection 'winrm' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True)
+  4602 1701346768.56867: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name
+  4602 1701346768.57071: Loading ModuleDocFragment 'shell_windows' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/shell_windows.py
+  4602 1701346768.57251: Loaded config def from plugin (shell/cmd)
+  4602 1701346768.57257: Loading ShellModule 'cmd' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True)
+  4602 1701346768.57313: Loading ModuleDocFragment 'shell_windows' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/shell_windows.py (found_in_cache=True, class_only=False)
+  4602 1701346768.57482: Loaded config def from plugin (shell/powershell)
+  4602 1701346768.57488: Loading ShellModule 'powershell' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True)
+  4602 1701346768.57635: Loading ModuleDocFragment 'shell_common' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/shell_common.py
+  4602 1701346768.58080: Loaded config def from plugin (shell/sh)
+  4602 1701346768.58087: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True)
+  4602 1701346768.58294: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/become/__init__' skipped due to reserved name
+  4602 1701346768.58612: Loaded config def from plugin (become/runas)
+  4602 1701346768.58619: Loading BecomeModule 'runas' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True)
+  4602 1701346768.59046: Loaded config def from plugin (become/su)
+  4602 1701346768.59054: Loading BecomeModule 'su' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True)
+  4602 1701346768.59467: Loaded config def from plugin (become/sudo)
+  4602 1701346768.59476: Loading BecomeModule 'sudo' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/become/sudo.py (found_in_cache=False, class_only=True)
+  4602 1701346768.59550: Loading data from /home/bzsombor/onlab/playbooks/asd.yaml
+redirecting (type: action) cisco.ios.ios_command to cisco.ios.ios
+  4602 1701346768.61332: trying /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/callback
+  4602 1701346768.61556: Loading ModuleDocFragment 'default_callback' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/default_callback.py
+  4602 1701346768.62007: Loading ModuleDocFragment 'result_format_callback' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/result_format_callback.py
+  4602 1701346768.62146: Loaded config def from plugin (callback/default)
+  4602 1701346768.62152: Loading CallbackModule 'default' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/callback/default.py
+  4602 1701346768.62260: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name
+  4602 1701346768.62268: Loading CallbackModule 'default' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/callback/default.py (found_in_cache=True, class_only=True)
+  4602 1701346768.64477: Loaded config def from plugin (callback/junit)
+  4602 1701346768.64486: Loading CallbackModule 'junit' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/callback/junit.py (found_in_cache=False, class_only=True)
+  4602 1701346768.64609: Loading ModuleDocFragment 'result_format_callback' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/doc_fragments/result_format_callback.py (found_in_cache=True, class_only=False)
+  4602 1701346768.64757: Loaded config def from plugin (callback/minimal)
+  4602 1701346768.64763: Loading CallbackModule 'minimal' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/callback/minimal.py (found_in_cache=False, class_only=True)
+  4602 1701346768.64863: Loading CallbackModule 'oneline' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/callback/oneline.py (found_in_cache=False, class_only=True)
+  4602 1701346768.65009: Loaded config def from plugin (callback/tree)
+  4602 1701346768.65016: Loading CallbackModule 'tree' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/callback/tree.py (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: asd.yaml *************************************************************
+1 plays in playbooks/asd.yaml
+  4602 1701346768.65180: in VariableManager get_vars()
+  4602 1701346768.65288: done with get_vars()
+  4602 1701346768.65307: in VariableManager get_vars()
+  4602 1701346768.65338: done with get_vars()
+  4602 1701346768.65350: variable 'omit' from source: magic vars
+  4602 1701346768.65458: in VariableManager get_vars()
+  4602 1701346768.65500: done with get_vars()
+  4602 1701346768.65563: variable 'omit' from source: magic vars
+
+PLAY [Get informations] ********************************************************
+  4602 1701346768.73123: trying /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/strategy
+  4602 1701346768.73319: Loading StrategyModule 'linear' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/strategy/linear.py
+  4602 1701346768.73446: getting the remaining hosts for this loop
+  4602 1701346768.73453: done getting the remaining hosts for this loop
+  4602 1701346768.73461: getting the next task for host R1
+  4602 1701346768.73473: done getting next task for host R1
+  4602 1701346768.73476:  ^ task is: TASK: meta (flush_handlers)
+  4602 1701346768.73481:  ^ state is: HOST STATE: block=1, task=1, rescue=0, always=0, handlers=0, run_state=IteratingStates.TASKS, fail_state=FailedStates.NONE, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False
+  4602 1701346768.73484: getting the next task for host R2
+  4602 1701346768.73490: done getting next task for host R2
+  4602 1701346768.73493:  ^ task is: TASK: meta (flush_handlers)
+  4602 1701346768.73496:  ^ state is: HOST STATE: block=1, task=1, rescue=0, always=0, handlers=0, run_state=IteratingStates.TASKS, fail_state=FailedStates.NONE, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False
+  4602 1701346768.73498: getting the next task for host R3
+  4602 1701346768.73504: done getting next task for host R3
+  4602 1701346768.73506:  ^ task is: TASK: meta (flush_handlers)
+  4602 1701346768.73508:  ^ state is: HOST STATE: block=1, task=1, rescue=0, always=0, handlers=0, run_state=IteratingStates.TASKS, fail_state=FailedStates.NONE, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False
+  4602 1701346768.73510: getting the next task for host R4
+  4602 1701346768.73516: done getting next task for host R4
+  4602 1701346768.73518:  ^ task is: TASK: meta (flush_handlers)
+  4602 1701346768.73520:  ^ state is: HOST STATE: block=1, task=1, rescue=0, always=0, handlers=0, run_state=IteratingStates.TASKS, fail_state=FailedStates.NONE, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False
+  4602 1701346768.73522: getting the next task for host R5
+  4602 1701346768.73527: done getting next task for host R5
+  4602 1701346768.73531:  ^ task is: TASK: meta (flush_handlers)
+  4602 1701346768.73534:  ^ state is: HOST STATE: block=1, task=1, rescue=0, always=0, handlers=0, run_state=IteratingStates.TASKS, fail_state=FailedStates.NONE, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False
+  4602 1701346768.73542: getting variables
+  4602 1701346768.73544: in VariableManager get_vars()
+  4602 1701346768.73576: Calling all_inventory to load vars for R1
+  4602 1701346768.73584: Calling groups_inventory to load vars for R1
+  4602 1701346768.73590: Calling all_plugins_inventory to load vars for R1
+  4602 1701346768.73648: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.73656: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.73716: Calling all_plugins_play to load vars for R1
+  4602 1701346768.73760: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.73767: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.73809: Calling groups_plugins_inventory to load vars for R1
+  4602 1701346768.73852: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.73858: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.73898: Calling groups_plugins_play to load vars for R1
+  4602 1701346768.73937: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.73943: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.74026: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.74036: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.74114: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.74120: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.74218: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name
+  4602 1701346768.74408: done with get_vars()
+  4602 1701346768.74435: done getting variables
+  4602 1701346768.74747: trying /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/action
+  4602 1701346768.74931: trying /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/action/__pycache__
+  4602 1701346768.75072: in VariableManager get_vars()
+  4602 1701346768.75101: Calling all_inventory to load vars for R1
+  4602 1701346768.75108: Calling groups_inventory to load vars for R1
+  4602 1701346768.75114: Calling all_plugins_inventory to load vars for R1
+  4602 1701346768.75163: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.75170: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.75220: Calling all_plugins_play to load vars for R1
+  4602 1701346768.75262: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.75268: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.75310: Calling groups_plugins_inventory to load vars for R1
+  4602 1701346768.75351: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.75358: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.75405: Calling groups_plugins_play to load vars for R1
+  4602 1701346768.75446: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.75452: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.75534: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.75541: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.75615: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.75649: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.75760: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name
+  4602 1701346768.75803: done with get_vars()
+  4602 1701346768.75839: getting variables
+  4602 1701346768.75844: in VariableManager get_vars()
+  4602 1701346768.75868: Calling all_inventory to load vars for R2
+  4602 1701346768.75902: Calling groups_inventory to load vars for R2
+  4602 1701346768.75915: Calling all_plugins_inventory to load vars for R2
+  4602 1701346768.75974: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.75982: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.76030: Calling all_plugins_play to load vars for R2
+  4602 1701346768.76089: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.76097: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.76147: Calling groups_plugins_inventory to load vars for R2
+  4602 1701346768.76200: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.76208: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.76251: Calling groups_plugins_play to load vars for R2
+  4602 1701346768.76293: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.76299: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.76399: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.76407: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.76495: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.76502: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.76593: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name
+  4602 1701346768.76636: done with get_vars()
+  4602 1701346768.76658: done getting variables
+  4602 1701346768.76712: in VariableManager get_vars()
+  4602 1701346768.76740: Calling all_inventory to load vars for R2
+  4602 1701346768.76746: Calling groups_inventory to load vars for R2
+  4602 1701346768.76752: Calling all_plugins_inventory to load vars for R2
+  4602 1701346768.76801: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.76811: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.76859: Calling all_plugins_play to load vars for R2
+  4602 1701346768.76901: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.76907: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.76948: Calling groups_plugins_inventory to load vars for R2
+  4602 1701346768.77001: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.77008: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.77047: Calling groups_plugins_play to load vars for R2
+  4602 1701346768.77087: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.77093: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.77175: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.77182: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.77262: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.77268: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.77355: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name
+  4602 1701346768.77398: done with get_vars()
+  4602 1701346768.77436: getting variables
+  4602 1701346768.77440: in VariableManager get_vars()
+  4602 1701346768.77464: Calling all_inventory to load vars for R3
+  4602 1701346768.77478: Calling groups_inventory to load vars for R3
+  4602 1701346768.77493: Calling all_plugins_inventory to load vars for R3
+  4602 1701346768.77551: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.77560: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.77604: Calling all_plugins_play to load vars for R3
+  4602 1701346768.77645: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.77652: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.77692: Calling groups_plugins_inventory to load vars for R3
+  4602 1701346768.77733: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.77739: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.77778: Calling groups_plugins_play to load vars for R3
+  4602 1701346768.77816: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.77822: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.77903: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.77909: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.78022: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.78029: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.78129: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name
+  4602 1701346768.78170: done with get_vars()
+  4602 1701346768.78189: done getting variables
+  4602 1701346768.78254: in VariableManager get_vars()
+  4602 1701346768.78281: Calling all_inventory to load vars for R3
+  4602 1701346768.78289: Calling groups_inventory to load vars for R3
+  4602 1701346768.78295: Calling all_plugins_inventory to load vars for R3
+  4602 1701346768.78346: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.78353: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.78398: Calling all_plugins_play to load vars for R3
+  4602 1701346768.78440: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.78447: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.78487: Calling groups_plugins_inventory to load vars for R3
+  4602 1701346768.78529: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.78536: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.78576: Calling groups_plugins_play to load vars for R3
+  4602 1701346768.78615: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.78622: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.78753: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.78762: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.78843: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.78850: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.78957: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name
+  4602 1701346768.78998: done with get_vars()
+  4602 1701346768.79036: getting variables
+  4602 1701346768.79040: in VariableManager get_vars()
+  4602 1701346768.79091: Calling all_inventory to load vars for R4
+  4602 1701346768.79098: Calling groups_inventory to load vars for R4
+  4602 1701346768.79103: Calling all_plugins_inventory to load vars for R4
+  4602 1701346768.79153: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.79161: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.79211: Calling all_plugins_play to load vars for R4
+  4602 1701346768.79254: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.79261: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.79310: Calling groups_plugins_inventory to load vars for R4
+  4602 1701346768.79356: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.79363: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.79403: Calling groups_plugins_play to load vars for R4
+  4602 1701346768.79442: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.79449: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.79531: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.79538: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.79628: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.79635: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.79725: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name
+  4602 1701346768.79765: done with get_vars()
+  4602 1701346768.79783: done getting variables
+  4602 1701346768.79835: in VariableManager get_vars()
+  4602 1701346768.79860: Calling all_inventory to load vars for R4
+  4602 1701346768.79866: Calling groups_inventory to load vars for R4
+  4602 1701346768.79872: Calling all_plugins_inventory to load vars for R4
+  4602 1701346768.79920: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.79927: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.79970: Calling all_plugins_play to load vars for R4
+  4602 1701346768.80010: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.80026: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.80070: Calling groups_plugins_inventory to load vars for R4
+  4602 1701346768.80114: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.80120: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.80159: Calling groups_plugins_play to load vars for R4
+  4602 1701346768.80243: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.80251: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.80382: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.80417: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.80502: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.80509: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.80598: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name
+  4602 1701346768.80638: done with get_vars()
+  4602 1701346768.80674: getting variables
+  4602 1701346768.80677: in VariableManager get_vars()
+  4602 1701346768.80699: Calling all_inventory to load vars for R5
+  4602 1701346768.80705: Calling groups_inventory to load vars for R5
+  4602 1701346768.80710: Calling all_plugins_inventory to load vars for R5
+  4602 1701346768.80763: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.80772: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.80818: Calling all_plugins_play to load vars for R5
+  4602 1701346768.80860: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.80867: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.80908: Calling groups_plugins_inventory to load vars for R5
+  4602 1701346768.80951: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.80958: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.81004: Calling groups_plugins_play to load vars for R5
+  4602 1701346768.81046: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.81053: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.81135: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.81142: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.81224: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.81232: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.81332: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name
+  4602 1701346768.81372: done with get_vars()
+  4602 1701346768.81391: done getting variables
+  4602 1701346768.81443: in VariableManager get_vars()
+  4602 1701346768.81469: Calling all_inventory to load vars for R5
+  4602 1701346768.81475: Calling groups_inventory to load vars for R5
+  4602 1701346768.81481: Calling all_plugins_inventory to load vars for R5
+  4602 1701346768.81528: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.81535: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.81579: Calling all_plugins_play to load vars for R5
+  4602 1701346768.81618: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.81625: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.81668: Calling groups_plugins_inventory to load vars for R5
+  4602 1701346768.81714: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.81721: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.81769: Calling groups_plugins_play to load vars for R5
+  4602 1701346768.81830: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.81837: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.81934: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.81961: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.82046: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.82054: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.82141: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name
+  4602 1701346768.82181: done with get_vars()
+  4602 1701346768.82225: done queuing things up, now waiting for results queue to drain
+  4602 1701346768.82232: results queue empty
+  4602 1701346768.82234: checking for any_errors_fatal
+  4602 1701346768.82256: done checking for any_errors_fatal
+  4602 1701346768.82257: checking for max_fail_percentage
+  4602 1701346768.82259: done checking for max_fail_percentage
+  4602 1701346768.82261: checking to see if all hosts have failed and the running result is not ok
+  4602 1701346768.82262: done checking to see if all hosts have failed
+  4602 1701346768.82263: getting the remaining hosts for this loop
+  4602 1701346768.82266: done getting the remaining hosts for this loop
+  4602 1701346768.82273: getting the next task for host R1
+  4602 1701346768.82283: done getting next task for host R1
+  4602 1701346768.82287:  ^ task is: TASK: Show hostname
+  4602 1701346768.82298:  ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=IteratingStates.TASKS, fail_state=FailedStates.NONE, pre_flushing_run_state=IteratingStates.TASKS, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False
+  4602 1701346768.82302: getting the next task for host R2
+  4602 1701346768.82312: done getting next task for host R2
+  4602 1701346768.82316:  ^ task is: TASK: Show hostname
+  4602 1701346768.82319:  ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=IteratingStates.TASKS, fail_state=FailedStates.NONE, pre_flushing_run_state=IteratingStates.TASKS, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False
+  4602 1701346768.82321: getting the next task for host R3
+  4602 1701346768.82329: done getting next task for host R3
+  4602 1701346768.82363:  ^ task is: TASK: Show hostname
+  4602 1701346768.82370:  ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=IteratingStates.TASKS, fail_state=FailedStates.NONE, pre_flushing_run_state=IteratingStates.TASKS, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False
+  4602 1701346768.82373: getting the next task for host R4
+  4602 1701346768.82383: done getting next task for host R4
+  4602 1701346768.82386:  ^ task is: TASK: Show hostname
+  4602 1701346768.82389:  ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=IteratingStates.TASKS, fail_state=FailedStates.NONE, pre_flushing_run_state=IteratingStates.TASKS, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False
+  4602 1701346768.82391: getting the next task for host R5
+  4602 1701346768.82398: done getting next task for host R5
+  4602 1701346768.82401:  ^ task is: TASK: Show hostname
+  4602 1701346768.82404:  ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=IteratingStates.TASKS, fail_state=FailedStates.NONE, pre_flushing_run_state=IteratingStates.TASKS, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False
+  4602 1701346768.82414: getting variables
+  4602 1701346768.82416: in VariableManager get_vars()
+  4602 1701346768.82443: Calling all_inventory to load vars for R1
+  4602 1701346768.82449: Calling groups_inventory to load vars for R1
+  4602 1701346768.82454: Calling all_plugins_inventory to load vars for R1
+  4602 1701346768.82507: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.82515: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.82560: Calling all_plugins_play to load vars for R1
+  4602 1701346768.82601: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.82608: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.82648: Calling groups_plugins_inventory to load vars for R1
+  4602 1701346768.82691: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.82697: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.82736: Calling groups_plugins_play to load vars for R1
+  4602 1701346768.82786: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.82793: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.82876: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.82883: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.82957: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.82964: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.83051: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name
+  4602 1701346768.83097: done with get_vars()
+  4602 1701346768.83116: done getting variables
+redirecting (type: action) cisco.ios.ios_command to cisco.ios.ios
+  4602 1701346768.84546: Loading ActionModule 'ansible_collections.cisco.ios.plugins.action.ios' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/cisco/ios/plugins/action/ios.py (searched paths: /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/action/__pycache__:/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True)
+  4602 1701346768.84572: sending task start callback, copying the task so we can template it temporarily
+  4602 1701346768.84576: done copying, going to template now
+  4602 1701346768.84581: done templating
+  4602 1701346768.84583: here goes the callback...
+
+TASK [Show hostname] ***********************************************************
+task path: /home/bzsombor/onlab/playbooks/asd.yaml:7
+  4602 1701346768.84640: sending task start callback
+  4602 1701346768.84644: entering _queue_task() for R1/cisco.ios.ios_command
+  4602 1701346768.84647: Creating lock for cisco.ios.ios_command
+  4602 1701346768.85332: worker is 1 (out of 5 available)
+  4602 1701346768.85373: exiting _queue_task() for R1/cisco.ios.ios_command
+  4602 1701346768.85515: getting variables
+  4602 1701346768.85527: in VariableManager get_vars()
+  4602 1701346768.85629: Calling all_inventory to load vars for R2
+  4602 1701346768.85656: Calling groups_inventory to load vars for R2
+  4602 1701346768.85666: Calling all_plugins_inventory to load vars for R2
+  4602 1701346768.85796: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.85817: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.85929: Calling all_plugins_play to load vars for R2
+  4602 1701346768.85971: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.85977: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.86009: Calling groups_plugins_inventory to load vars for R2
+  4602 1701346768.86041: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.86046: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.86080: Calling groups_plugins_play to load vars for R2
+  4602 1701346768.86111: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.86115: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4606 1701346768.85629: running TaskExecutor() for R1/TASK: Show hostname
+  4602 1701346768.86272: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.86277: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4606 1701346768.86031: in run() - task 5785da17-4469-7742-933c-000000000008
+  4606 1701346768.86176: variable 'ansible_search_path' from source: unknown
+  4602 1701346768.86376: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.86381: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.86467: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name
+  4602 1701346768.86525: done with get_vars()
+  4602 1701346768.86546: done getting variables
+redirecting (type: action) cisco.ios.ios_command to cisco.ios.ios
+  4602 1701346768.86727: Loading ActionModule 'ansible_collections.cisco.ios.plugins.action.ios' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/cisco/ios/plugins/action/ios.py (searched paths: /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/action/__pycache__:/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True)
+  4602 1701346768.86750: entering _queue_task() for R2/cisco.ios.ios_command
+  4606 1701346768.86258: calling self._execute()
+  4602 1701346768.87235: worker is 2 (out of 5 available)
+  4606 1701346768.86420: variable 'ansible_user' from source: group vars, precedence entry 'groups_inventory'
+  4602 1701346768.87366: exiting _queue_task() for R2/cisco.ios.ios_command
+  4606 1701346768.86426: variable 'ansible_network_os' from source: group vars, precedence entry 'groups_inventory'
+  4602 1701346768.87523: getting variables
+  4606 1701346768.86438: variable 'omit' from source: magic vars
+  4602 1701346768.87570: in VariableManager get_vars()
+  4606 1701346768.86648: variable 'omit' from source: magic vars
+  4602 1701346768.87689: Calling all_inventory to load vars for R3
+  4606 1701346768.86697: variable 'omit' from source: magic vars
+  4602 1701346768.87750: Calling groups_inventory to load vars for R3
+  4606 1701346768.86758: variable 'omit' from source: magic vars
+  4602 1701346768.87788: Calling all_plugins_inventory to load vars for R3
+  4606 1701346768.86902: trying /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection
+  4602 1701346768.87950: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4606 1701346768.87004: trying /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__pycache__
+  4602 1701346768.87993: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+redirecting (type: connection) ansible.builtin.network_cli to ansible.netcommon.network_cli
+  4602 1701346768.88111: Calling all_plugins_play to load vars for R3
+  4608 1701346768.87396: running TaskExecutor() for R2/TASK: Show hostname
+  4602 1701346768.88230: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4608 1701346768.87669: in run() - task 5785da17-4469-7742-933c-000000000008
+  4608 1701346768.87750: variable 'ansible_search_path' from source: unknown
+  4602 1701346768.88255: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.88292: Calling groups_plugins_inventory to load vars for R3
+  4602 1701346768.88311: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.88314: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.88329: Calling groups_plugins_play to load vars for R3
+  4602 1701346768.88344: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.88346: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.88394: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.88400: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4608 1701346768.87814: calling self._execute()
+  4602 1701346768.88450: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.88453: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.88507: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name
+  4602 1701346768.88537: done with get_vars()
+  4602 1701346768.88548: done getting variables
+redirecting (type: action) cisco.ios.ios_command to cisco.ios.ios
+  4602 1701346768.88632: Loading ActionModule 'ansible_collections.cisco.ios.plugins.action.ios' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/cisco/ios/plugins/action/ios.py (searched paths: /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/action/__pycache__:/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True)
+  4602 1701346768.88645: entering _queue_task() for R3/cisco.ios.ios_command
+  4608 1701346768.87946: variable 'ansible_user' from source: group vars, precedence entry 'groups_inventory'
+  4608 1701346768.87951: variable 'ansible_network_os' from source: group vars, precedence entry 'groups_inventory'
+  4608 1701346768.87963: variable 'omit' from source: magic vars
+  4608 1701346768.88425: variable 'omit' from source: magic vars
+  4608 1701346768.88456: variable 'omit' from source: magic vars
+  4608 1701346768.88498: variable 'omit' from source: magic vars
+  4608 1701346768.88584: trying /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection
+  4602 1701346768.88974: worker is 3 (out of 5 available)
+  4608 1701346768.88634: trying /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__pycache__
+  4602 1701346768.89076: exiting _queue_task() for R3/cisco.ios.ios_command
+redirecting (type: connection) ansible.builtin.network_cli to ansible.netcommon.network_cli
+  4602 1701346768.89404: getting variables
+  4602 1701346768.89509: in VariableManager get_vars()
+  4602 1701346768.89578: Calling all_inventory to load vars for R4
+  4602 1701346768.89596: Calling groups_inventory to load vars for R4
+  4602 1701346768.89601: Calling all_plugins_inventory to load vars for R4
+  4602 1701346768.89677: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.89688: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.89738: Calling all_plugins_play to load vars for R4
+  4610 1701346768.89485: running TaskExecutor() for R3/TASK: Show hostname
+  4602 1701346768.89782: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.89786: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4610 1701346768.89694: in run() - task 5785da17-4469-7742-933c-000000000008
+  4606 1701346768.89679: Loading ModuleDocFragment 'ansible_collections.ansible.netcommon.plugins.doc_fragments.connection_persistent' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/ansible/netcommon/plugins/doc_fragments/connection_persistent.py
+  4602 1701346768.89829: Calling groups_plugins_inventory to load vars for R4
+  4606 1701346768.89770: Loaded config def from plugin (connection/ansible_collections.ansible.netcommon.plugins.connection.network_cli)
+  4606 1701346768.89777: Loading Connection 'ansible_collections.ansible.netcommon.plugins.connection.network_cli' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/ansible/netcommon/plugins/connection/network_cli.py (searched paths: /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__pycache__:/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection)
+  4606 1701346768.89799: trying /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell
+  4610 1701346768.89758: variable 'ansible_search_path' from source: unknown
+  4602 1701346768.89894: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.89897: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.89914: Calling groups_plugins_play to load vars for R4
+  4602 1701346768.89929: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.89932: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.89968: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.89971: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.90015: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.90017: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.90091: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name
+  4602 1701346768.90119: done with get_vars()
+  4602 1701346768.90130: done getting variables
+redirecting (type: action) cisco.ios.ios_command to cisco.ios.ios
+  4606 1701346768.89846: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+  4606 1701346768.89867: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+  4606 1701346768.89879: Loading Connection 'local' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/local.py (searched paths: /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__pycache__:/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection) (found_in_cache=True, class_only=False)
+  4606 1701346768.89891: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+  4606 1701346768.89897: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+  4606 1701346768.89929: Loading Connection 'ssh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/ssh.py (searched paths: /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__pycache__:/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection) (found_in_cache=True, class_only=True)
+  4602 1701346768.90276: Loading ActionModule 'ansible_collections.cisco.ios.plugins.action.ios' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/cisco/ios/plugins/action/ios.py (searched paths: /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/action/__pycache__:/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True)
+  4602 1701346768.90294: entering _queue_task() for R4/cisco.ios.ios_command
+  4610 1701346768.89810: calling self._execute()
+  4602 1701346768.90664: worker is 4 (out of 5 available)
+  4610 1701346768.89938: variable 'ansible_user' from source: group vars, precedence entry 'groups_inventory'
+  4602 1701346768.90776: exiting _queue_task() for R4/cisco.ios.ios_command
+  4610 1701346768.89943: variable 'ansible_network_os' from source: group vars, precedence entry 'groups_inventory'
+  4602 1701346768.90909: getting variables
+  4610 1701346768.89956: variable 'omit' from source: magic vars
+  4602 1701346768.90949: in VariableManager get_vars()
+  4610 1701346768.90101: variable 'omit' from source: magic vars
+  4602 1701346768.91050: Calling all_inventory to load vars for R5
+  4610 1701346768.90125: variable 'omit' from source: magic vars
+  4610 1701346768.90167: variable 'omit' from source: magic vars
+  4602 1701346768.91099: Calling groups_inventory to load vars for R5
+  4610 1701346768.90229: trying /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection
+  4610 1701346768.90326: trying /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__pycache__
+  4602 1701346768.91136: Calling all_plugins_inventory to load vars for R5
+  4606 1701346768.90417: Loading TerminalModule 'ansible_collections.cisco.ios.plugins.terminal.ios' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/cisco/ios/plugins/terminal/ios.py
+redirecting (type: connection) ansible.builtin.network_cli to ansible.netcommon.network_cli
+  4602 1701346768.91365: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.91376: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.91458: Calling all_plugins_play to load vars for R5
+  4612 1701346768.90868: running TaskExecutor() for R4/TASK: Show hostname
+  4612 1701346768.91095: in run() - task 5785da17-4469-7742-933c-000000000008
+  4612 1701346768.91166: variable 'ansible_search_path' from source: unknown
+  4608 1701346768.91114: Loading ModuleDocFragment 'ansible_collections.ansible.netcommon.plugins.doc_fragments.connection_persistent' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/ansible/netcommon/plugins/doc_fragments/connection_persistent.py
+  4608 1701346768.91207: Loaded config def from plugin (connection/ansible_collections.ansible.netcommon.plugins.connection.network_cli)
+  4602 1701346768.91531: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.91535: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.91560: Calling groups_plugins_inventory to load vars for R5
+  4608 1701346768.91213: Loading Connection 'ansible_collections.ansible.netcommon.plugins.connection.network_cli' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/ansible/netcommon/plugins/connection/network_cli.py (searched paths: /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__pycache__:/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection)
+  4608 1701346768.91235: trying /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell
+  4612 1701346768.91218: calling self._execute()
+  4612 1701346768.91344: variable 'ansible_user' from source: group vars, precedence entry 'groups_inventory'
+  4612 1701346768.91371: variable 'ansible_network_os' from source: group vars, precedence entry 'groups_inventory'
+  4608 1701346768.91297: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+  4608 1701346768.91319: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+  4608 1701346768.91332: Loading Connection 'local' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/local.py (searched paths: /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__pycache__:/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection) (found_in_cache=True, class_only=False)
+  4602 1701346768.91632: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.91636: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.91653: Calling groups_plugins_play to load vars for R5
+  4602 1701346768.91669: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.91674: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.91711: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.91714: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.91746: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name
+  4602 1701346768.91748: Loading VarsModule 'host_group_vars' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False)
+  4602 1701346768.91791: '/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name
+  4602 1701346768.91824: done with get_vars()
+  4602 1701346768.91837: done getting variables
+redirecting (type: action) cisco.ios.ios_command to cisco.ios.ios
+  4602 1701346768.91895: Loading ActionModule 'ansible_collections.cisco.ios.plugins.action.ios' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/cisco/ios/plugins/action/ios.py (searched paths: /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/action/__pycache__:/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True)
+  4602 1701346768.91908: entering _queue_task() for R5/cisco.ios.ios_command
+  4602 1701346768.92218: worker is 5 (out of 5 available)
+  4602 1701346768.92251: exiting _queue_task() for R5/cisco.ios.ios_command
+  4602 1701346768.92356: done queuing things up, now waiting for results queue to drain
+  4602 1701346768.92360: waiting for pending results...
+  4612 1701346768.91401: variable 'omit' from source: magic vars
+  4606 1701346768.91624: Loaded config def from plugin (cliconf/ansible_collections.cisco.ios.plugins.cliconf.ios)
+  4608 1701346768.91344: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+  4614 1701346768.92362: running TaskExecutor() for R5/TASK: Show hostname
+  4610 1701346768.93307: Loading ModuleDocFragment 'ansible_collections.ansible.netcommon.plugins.doc_fragments.connection_persistent' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/ansible/netcommon/plugins/doc_fragments/connection_persistent.py
+  4612 1701346768.91608: variable 'omit' from source: magic vars
+  4606 1701346768.91637: Loading Cliconf 'ansible_collections.cisco.ios.plugins.cliconf.ios' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/cisco/ios/plugins/cliconf/ios.py
+  4608 1701346768.91351: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+  4614 1701346768.92584: in run() - task 5785da17-4469-7742-933c-000000000008
+  4610 1701346768.93405: Loaded config def from plugin (connection/ansible_collections.ansible.netcommon.plugins.connection.network_cli)
+  4612 1701346768.91651: variable 'omit' from source: magic vars
+  4606 1701346768.91653: variable 'inventory_hostname' from source: host vars for 'R1'
+  4612 1701346768.91691: variable 'omit' from source: magic vars
+  4608 1701346768.91383: Loading Connection 'ssh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/ssh.py (searched paths: /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__pycache__:/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection) (found_in_cache=True, class_only=True)
+  4606 1701346768.91657: variable 'ansible_network_os' from source: group vars, precedence entry 'groups_inventory'
+  4614 1701346768.92665: variable 'ansible_search_path' from source: unknown
+  4606 1701346768.91659: variable 'ansible_user' from source: group vars, precedence entry 'groups_inventory'
+  4614 1701346768.92698: calling self._execute()
+  4606 1701346768.91746: Loading Connection 'paramiko_ssh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/paramiko_ssh.py (searched paths: /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__pycache__:/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection) (found_in_cache=True, class_only=False)
+  4610 1701346768.93412: Loading Connection 'ansible_collections.ansible.netcommon.plugins.connection.network_cli' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/ansible/netcommon/plugins/connection/network_cli.py (searched paths: /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__pycache__:/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection)
+  4614 1701346768.92826: variable 'ansible_user' from source: group vars, precedence entry 'groups_inventory'
+  4608 1701346768.91929: Loading TerminalModule 'ansible_collections.cisco.ios.plugins.terminal.ios' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/cisco/ios/plugins/terminal/ios.py
+  4614 1701346768.92832: variable 'ansible_network_os' from source: group vars, precedence entry 'groups_inventory'
+  4608 1701346768.92869: Loaded config def from plugin (cliconf/ansible_collections.cisco.ios.plugins.cliconf.ios)
+  4606 1701346768.91760: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+  4610 1701346768.93436: trying /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell
+  4610 1701346768.93468: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+  4608 1701346768.92878: Loading Cliconf 'ansible_collections.cisco.ios.plugins.cliconf.ios' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/cisco/ios/plugins/cliconf/ios.py
+  4610 1701346768.93481: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+  4612 1701346768.91748: trying /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection
+  4614 1701346768.92847: variable 'omit' from source: magic vars
+  4606 1701346768.91767: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+  4614 1701346768.93091: variable 'omit' from source: magic vars
+  4610 1701346768.93489: Loading Connection 'local' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/local.py (searched paths: /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__pycache__:/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection) (found_in_cache=True, class_only=False)
+  4608 1701346768.92900: variable 'inventory_hostname' from source: host vars for 'R2'
+  4612 1701346768.91774: trying /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__pycache__
+  4610 1701346768.93498: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+  4608 1701346768.92904: variable 'ansible_network_os' from source: group vars, precedence entry 'groups_inventory'
+  4606 1701346768.91903: variable 'inventory_hostname' from source: host vars for 'R1'
+redirecting (type: connection) ansible.builtin.network_cli to ansible.netcommon.network_cli
+  4608 1701346768.92907: variable 'ansible_user' from source: group vars, precedence entry 'groups_inventory'
+  4606 1701346768.91909: variable 'ansible_user' from source: group vars, precedence entry 'groups_inventory'
+  4614 1701346768.93162: variable 'omit' from source: magic vars
+  4606 1701346768.91957: Set connection var ansible_pipelining to False
+  4614 1701346768.93203: variable 'omit' from source: magic vars
+  4612 1701346768.94583: Loading ModuleDocFragment 'ansible_collections.ansible.netcommon.plugins.doc_fragments.connection_persistent' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/ansible/netcommon/plugins/doc_fragments/connection_persistent.py
+  4610 1701346768.93502: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+  4612 1701346768.94675: Loaded config def from plugin (connection/ansible_collections.ansible.netcommon.plugins.connection.network_cli)
+  4608 1701346768.93001: Loading Connection 'paramiko_ssh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/paramiko_ssh.py (searched paths: /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__pycache__:/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection) (found_in_cache=True, class_only=False)
+  4610 1701346768.93523: Loading Connection 'ssh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/ssh.py (searched paths: /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__pycache__:/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection) (found_in_cache=True, class_only=True)
+  4610 1701346768.93989: Loading TerminalModule 'ansible_collections.cisco.ios.plugins.terminal.ios' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/cisco/ios/plugins/terminal/ios.py
+  4612 1701346768.94683: Loading Connection 'ansible_collections.ansible.netcommon.plugins.connection.network_cli' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/ansible/netcommon/plugins/connection/network_cli.py (searched paths: /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__pycache__:/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection)
+  4614 1701346768.93278: trying /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection
+  4606 1701346768.91960: Set connection var ansible_connection to ansible_collections.ansible.netcommon.plugins.connection.network_cli
+  4614 1701346768.93313: trying /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__pycache__
+  4608 1701346768.93015: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+  4612 1701346768.94709: trying /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell
+  4608 1701346768.93023: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+  4610 1701346768.94815: Loaded config def from plugin (cliconf/ansible_collections.cisco.ios.plugins.cliconf.ios)
+  4612 1701346768.94736: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+redirecting (type: connection) ansible.builtin.network_cli to ansible.netcommon.network_cli
+  4608 1701346768.93160: variable 'inventory_hostname' from source: host vars for 'R2'
+  4614 1701346768.96141: Loading ModuleDocFragment 'ansible_collections.ansible.netcommon.plugins.doc_fragments.connection_persistent' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/ansible/netcommon/plugins/doc_fragments/connection_persistent.py
+  4606 1701346768.91962: Set connection var ansible_shell_type to sh
+  4608 1701346768.93164: variable 'ansible_user' from source: group vars, precedence entry 'groups_inventory'
+  4612 1701346768.94747: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+  4610 1701346768.94820: Loading Cliconf 'ansible_collections.cisco.ios.plugins.cliconf.ios' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/cisco/ios/plugins/cliconf/ios.py
+  4606 1701346768.91966: Set connection var ansible_port to 22
+  4612 1701346768.94755: Loading Connection 'local' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/local.py (searched paths: /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__pycache__:/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection) (found_in_cache=True, class_only=False)
+  4614 1701346768.96302: Loaded config def from plugin (connection/ansible_collections.ansible.netcommon.plugins.connection.network_cli)
+  4608 1701346768.93214: Set connection var ansible_pipelining to False
+  4614 1701346768.96311: Loading Connection 'ansible_collections.ansible.netcommon.plugins.connection.network_cli' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/ansible/netcommon/plugins/connection/network_cli.py (searched paths: /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__pycache__:/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection)
+  4606 1701346768.91970: Set connection var ansible_shell_executable to /bin/sh
+  4608 1701346768.93217: Set connection var ansible_connection to ansible_collections.ansible.netcommon.plugins.connection.network_cli
+  4612 1701346768.94763: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+  4610 1701346768.94831: variable 'inventory_hostname' from source: host vars for 'R3'
+  4606 1701346768.91974: Set connection var ansible_host to R1
+  4610 1701346768.94833: variable 'ansible_network_os' from source: group vars, precedence entry 'groups_inventory'
+  4612 1701346768.94767: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+  4608 1701346768.93219: Set connection var ansible_shell_type to sh
+  4612 1701346768.94791: Loading Connection 'ssh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/ssh.py (searched paths: /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__pycache__:/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection) (found_in_cache=True, class_only=True)
+  4606 1701346768.91978: Set connection var ansible_module_compression to ZIP_DEFLATED
+  4610 1701346768.94835: variable 'ansible_user' from source: group vars, precedence entry 'groups_inventory'
+  4614 1701346768.96334: trying /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell
+  4606 1701346768.91983: Set connection var ansible_timeout to 10
+  4608 1701346768.93223: Set connection var ansible_port to 22
+  4606 1701346768.92020: variable 'ansible_shell_executable' from source: unknown
+  4612 1701346768.95275: Loading TerminalModule 'ansible_collections.cisco.ios.plugins.terminal.ios' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/cisco/ios/plugins/terminal/ios.py
+  4610 1701346768.94887: Loading Connection 'paramiko_ssh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/paramiko_ssh.py (searched paths: /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__pycache__:/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection) (found_in_cache=True, class_only=False)
+  4608 1701346768.93228: Set connection var ansible_shell_executable to /bin/sh
+  4610 1701346768.94896: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+  4606 1701346768.92023: variable 'ansible_connection' from source: unknown
+  4608 1701346768.93232: Set connection var ansible_host to R2
+  4606 1701346768.92025: variable 'ansible_module_compression' from source: unknown
+  4608 1701346768.93236: Set connection var ansible_module_compression to ZIP_DEFLATED
+  4610 1701346768.94901: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+  4606 1701346768.92026: variable 'ansible_shell_type' from source: unknown
+  4608 1701346768.93241: Set connection var ansible_timeout to 10
+  4612 1701346768.96221: Loaded config def from plugin (cliconf/ansible_collections.cisco.ios.plugins.cliconf.ios)
+  4610 1701346768.94980: variable 'inventory_hostname' from source: host vars for 'R3'
+  4606 1701346768.92028: variable 'ansible_shell_executable' from source: unknown
+  4610 1701346768.94983: variable 'ansible_user' from source: group vars, precedence entry 'groups_inventory'
+  4612 1701346768.96230: Loading Cliconf 'ansible_collections.cisco.ios.plugins.cliconf.ios' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/cisco/ios/plugins/cliconf/ios.py
+  4610 1701346768.95010: Set connection var ansible_pipelining to False
+  4610 1701346768.95012: Set connection var ansible_connection to ansible_collections.ansible.netcommon.plugins.connection.network_cli
+  4614 1701346768.96356: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+  4612 1701346768.96253: variable 'inventory_hostname' from source: host vars for 'R4'
+  4614 1701346768.96371: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+  4610 1701346768.95013: Set connection var ansible_shell_type to sh
+  4614 1701346768.96382: Loading Connection 'local' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/local.py (searched paths: /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__pycache__:/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection) (found_in_cache=True, class_only=False)
+  4612 1701346768.96258: variable 'ansible_network_os' from source: group vars, precedence entry 'groups_inventory'
+  4608 1701346768.93272: variable 'ansible_shell_executable' from source: unknown
+  4612 1701346768.96260: variable 'ansible_user' from source: group vars, precedence entry 'groups_inventory'
+  4612 1701346768.96355: Loading Connection 'paramiko_ssh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/paramiko_ssh.py (searched paths: /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__pycache__:/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection) (found_in_cache=True, class_only=False)
+  4608 1701346768.93276: variable 'ansible_connection' from source: unknown
+  4612 1701346768.96369: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+  4608 1701346768.93278: variable 'ansible_module_compression' from source: unknown
+  4612 1701346768.96376: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+  4608 1701346768.93279: variable 'ansible_shell_type' from source: unknown
+  4612 1701346768.96514: variable 'inventory_hostname' from source: host vars for 'R4'
+  4608 1701346768.93281: variable 'ansible_shell_executable' from source: unknown
+  4612 1701346768.96520: variable 'ansible_user' from source: group vars, precedence entry 'groups_inventory'
+  4608 1701346768.93283: variable 'ansible_host' from source: unknown
+  4612 1701346768.96568: Set connection var ansible_pipelining to False
+  4608 1701346768.93285: variable 'ansible_user' from source: group vars, precedence entry 'groups_inventory'
+  4612 1701346768.96570: Set connection var ansible_connection to ansible_collections.ansible.netcommon.plugins.connection.network_cli
+  4612 1701346768.96572: Set connection var ansible_shell_type to sh
+  4610 1701346768.95015: Set connection var ansible_port to 22
+  4610 1701346768.95018: Set connection var ansible_shell_executable to /bin/sh
+  4608 1701346768.93287: variable 'ansible_port' from source: unknown
+  4606 1701346768.92030: variable 'ansible_host' from source: unknown
+  4608 1701346768.93288: variable 'ansible_pipelining' from source: unknown
+  4608 1701346768.93290: variable 'ansible_timeout' from source: unknown
+  4606 1701346768.92031: variable 'ansible_user' from source: group vars, precedence entry 'groups_inventory'
+  4608 1701346768.93292: variable 'ansible_network_os' from source: group vars, precedence entry 'groups_inventory'
+  4612 1701346768.96576: Set connection var ansible_port to 22
+  4612 1701346768.96581: Set connection var ansible_shell_executable to /bin/sh
+  4612 1701346768.96585: Set connection var ansible_host to R4
+  4606 1701346768.92034: variable 'ansible_port' from source: unknown
+  4612 1701346768.96589: Set connection var ansible_module_compression to ZIP_DEFLATED
+  4606 1701346768.92035: variable 'ansible_pipelining' from source: unknown
+  4610 1701346768.95020: Set connection var ansible_host to R3
+  4606 1701346768.92037: variable 'ansible_timeout' from source: unknown
+  4614 1701346768.96394: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+  4610 1701346768.95022: Set connection var ansible_module_compression to ZIP_DEFLATED
+  4614 1701346768.96400: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+  4610 1701346768.95025: Set connection var ansible_timeout to 10
+  4606 1701346768.92039: variable 'ansible_network_os' from source: group vars, precedence entry 'groups_inventory'
+  4610 1701346768.95044: variable 'ansible_shell_executable' from source: unknown
+  4614 1701346768.96435: Loading Connection 'ssh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/ssh.py (searched paths: /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__pycache__:/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection) (found_in_cache=True, class_only=True)
+  4610 1701346768.95046: variable 'ansible_connection' from source: unknown
+  4612 1701346768.96597: Set connection var ansible_timeout to 10
+  4614 1701346768.97146: Loading TerminalModule 'ansible_collections.cisco.ios.plugins.terminal.ios' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/cisco/ios/plugins/terminal/ios.py
+  4614 1701346768.98170: Loaded config def from plugin (cliconf/ansible_collections.cisco.ios.plugins.cliconf.ios)
+  4610 1701346768.95047: variable 'ansible_module_compression' from source: unknown
+  4612 1701346768.96628: variable 'ansible_shell_executable' from source: unknown
+  4610 1701346768.95048: variable 'ansible_shell_type' from source: unknown
+  4614 1701346768.98175: Loading Cliconf 'ansible_collections.cisco.ios.plugins.cliconf.ios' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/cisco/ios/plugins/cliconf/ios.py
+  4612 1701346768.96633: variable 'ansible_connection' from source: unknown
+  4612 1701346768.96636: variable 'ansible_module_compression' from source: unknown
+  4610 1701346768.95049: variable 'ansible_shell_executable' from source: unknown
+  4614 1701346768.98194: variable 'inventory_hostname' from source: host vars for 'R5'
+  4610 1701346768.95050: variable 'ansible_host' from source: unknown
+  4612 1701346768.96638: variable 'ansible_shell_type' from source: unknown
+  4610 1701346768.95051: variable 'ansible_user' from source: group vars, precedence entry 'groups_inventory'
+  4614 1701346768.98198: variable 'ansible_network_os' from source: group vars, precedence entry 'groups_inventory'
+  4610 1701346768.95052: variable 'ansible_port' from source: unknown
+  4614 1701346768.98199: variable 'ansible_user' from source: group vars, precedence entry 'groups_inventory'
+  4614 1701346768.98256: Loading Connection 'paramiko_ssh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/paramiko_ssh.py (searched paths: /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection/__pycache__:/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/connection) (found_in_cache=True, class_only=False)
+  4612 1701346768.96639: variable 'ansible_shell_executable' from source: unknown
+  4614 1701346768.98264: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+  4614 1701346768.98269: Loading ShellModule 'sh' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)
+  4612 1701346768.96641: variable 'ansible_host' from source: unknown
+  4614 1701346768.98364: variable 'inventory_hostname' from source: host vars for 'R5'
+  4614 1701346768.98368: variable 'ansible_user' from source: group vars, precedence entry 'groups_inventory'
+  4610 1701346768.95056: variable 'ansible_pipelining' from source: unknown
+  4612 1701346768.96643: variable 'ansible_user' from source: group vars, precedence entry 'groups_inventory'
+  4614 1701346768.98396: Set connection var ansible_pipelining to False
+  4612 1701346768.96645: variable 'ansible_port' from source: unknown
+  4612 1701346768.96647: variable 'ansible_pipelining' from source: unknown
+  4610 1701346768.95059: variable 'ansible_timeout' from source: unknown
+  4614 1701346768.98398: Set connection var ansible_connection to ansible_collections.ansible.netcommon.plugins.connection.network_cli
+  4610 1701346768.95060: variable 'ansible_network_os' from source: group vars, precedence entry 'groups_inventory'
+  4612 1701346768.96648: variable 'ansible_timeout' from source: unknown
+  4612 1701346768.96650: variable 'ansible_network_os' from source: group vars, precedence entry 'groups_inventory'
+  4614 1701346768.98399: Set connection var ansible_shell_type to sh
+  4614 1701346768.98401: Set connection var ansible_port to 22
+  4614 1701346768.98404: Set connection var ansible_shell_executable to /bin/sh
+  4614 1701346768.98406: Set connection var ansible_host to R5
+  4614 1701346768.98408: Set connection var ansible_module_compression to ZIP_DEFLATED
+  4614 1701346768.98411: Set connection var ansible_timeout to 10
+  4614 1701346768.98433: variable 'ansible_shell_executable' from source: unknown
+  4614 1701346768.98435: variable 'ansible_connection' from source: unknown
+  4614 1701346768.98436: variable 'ansible_module_compression' from source: unknown
+  4614 1701346768.98437: variable 'ansible_shell_type' from source: unknown
+  4614 1701346768.98438: variable 'ansible_shell_executable' from source: unknown
+  4614 1701346768.98439: variable 'ansible_host' from source: unknown
+  4614 1701346768.98440: variable 'ansible_user' from source: group vars, precedence entry 'groups_inventory'
+  4614 1701346768.98441: variable 'ansible_port' from source: unknown
+  4614 1701346768.98442: variable 'ansible_pipelining' from source: unknown
+  4614 1701346768.98443: variable 'ansible_timeout' from source: unknown
+  4614 1701346768.98444: variable 'ansible_network_os' from source: group vars, precedence entry 'groups_inventory'
+redirecting (type: action) cisco.ios.ios_command to cisco.ios.ios
+redirecting (type: action) cisco.ios.ios_command to cisco.ios.ios
+  4608 1701346769.38611: Loading ActionModule 'ansible_collections.cisco.ios.plugins.action.ios' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/cisco/ios/plugins/action/ios.py (searched paths: /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/action/__pycache__:/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False)
+  4608 1701346769.38632: variable 'omit' from source: magic vars
+  4608 1701346769.38638: starting attempt loop
+  4608 1701346769.38640: running the handler
+  4608 1701346769.38650: variable 'ansible_host' from source: unknown
+  4606 1701346769.38768: done running TaskExecutor() for R1/TASK: Show hostname [5785da17-4469-7742-933c-000000000008]
+  4606 1701346769.38781: sending task result for task 5785da17-4469-7742-933c-000000000008
+  4606 1701346769.38824: done sending task result for task 5785da17-4469-7742-933c-000000000008
+  4606 1701346769.38826: WORKER PROCESS EXITING
+  4602 1701346769.39216: marking R1 as failed
+  4602 1701346769.39254: marking host R1 failed, current state: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=IteratingStates.TASKS, fail_state=FailedStates.NONE, pre_flushing_run_state=IteratingStates.TASKS, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False
+  4602 1701346769.39276: ^ failed state is now: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=IteratingStates.COMPLETE, fail_state=FailedStates.TASKS, pre_flushing_run_state=IteratingStates.TASKS, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False
+  4602 1701346769.39284: getting the next task for host R1
+  4602 1701346769.39289: host R1 is done iterating, returning
+The full traceback is:
+Traceback (most recent call last):
+  File "/home/bzsombor/.local/lib/python3.10/site-packages/ansible/executor/task_executor.py", line 165, in run
+    res = self._execute()
+  File "/home/bzsombor/.local/lib/python3.10/site-packages/ansible/executor/task_executor.py", line 608, in _execute
+    socket_path = start_connection(self._play_context, options, self._task._uuid)
+  File "/home/bzsombor/.local/lib/python3.10/site-packages/ansible/executor/task_executor.py", line 1239, in start_connection
+    result = json.loads(to_text(stdout, errors='surrogate_then_replace'))
+  File "/usr/lib/python3.10/json/__init__.py", line 346, in loads
+    return _default_decoder.decode(s)
+  File "/usr/lib/python3.10/json/decoder.py", line 340, in decode
+    raise JSONDecodeError("Extra data", s, end)
+json.decoder.JSONDecodeError: Extra data: line 1 column 1195 (char 1194)
+fatal: [R1]: FAILED! => {
+    "msg": "Unexpected failure during module execution: Extra data: line 1 column 1195 (char 1194)",
+    "stdout": ""
+}
+  4608 1701346769.40754: handler run complete
+  4608 1701346769.40843: attempt loop complete, returning result
+  4608 1701346769.40849: _execute() done
+  4608 1701346769.40852: dumping result to json
+  4608 1701346769.40859: done dumping result, returning
+  4608 1701346769.40868: done running TaskExecutor() for R2/TASK: Show hostname [5785da17-4469-7742-933c-000000000008]
+  4608 1701346769.40874: sending task result for task 5785da17-4469-7742-933c-000000000008
+  4608 1701346769.40919: done sending task result for task 5785da17-4469-7742-933c-000000000008
+  4608 1701346769.40925: WORKER PROCESS EXITING
+  4602 1701346769.41342: marking R2 as failed
+  4602 1701346769.41355: marking host R2 failed, current state: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=IteratingStates.TASKS, fail_state=FailedStates.NONE, pre_flushing_run_state=IteratingStates.TASKS, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False
+  4602 1701346769.41365: ^ failed state is now: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=IteratingStates.COMPLETE, fail_state=FailedStates.TASKS, pre_flushing_run_state=IteratingStates.TASKS, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False
+  4602 1701346769.41369: getting the next task for host R2
+  4602 1701346769.41373: host R2 is done iterating, returning
+The full traceback is:
+  File "/home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/cisco/ios/plugins/module_utils/network/ios/ios.py", line 60, in get_capabilities
+    capabilities = Connection(module._socket_path).get_capabilities()
+  File "/home/bzsombor/.local/lib/python3.10/site-packages/ansible/module_utils/connection.py", line 194, in __rpc__
+    response = self._exec_jsonrpc(name, *args, **kwargs)
+  File "/home/bzsombor/.local/lib/python3.10/site-packages/ansible/module_utils/connection.py", line 141, in _exec_jsonrpc
+    raise ConnectionError(
+fatal: [R2]: FAILED! => {
+    "changed": false,
+    "invocation": {
+        "module_args": {
+            "commands": [
+                "show run | i hostname"
+            ],
+            "interval": 1,
+            "match": "all",
+            "retries": 9,
+            "wait_for": null
+        }
+    },
+    "msg": "socket path /home/bzsombor/.ansible/pc/756ff64001 does not exist or cannot be found. See Troubleshooting socket path issues in the Network Debug and Troubleshooting Guide"
+}
+redirecting (type: action) cisco.ios.ios_command to cisco.ios.ios
+redirecting (type: action) cisco.ios.ios_command to cisco.ios.ios
+  4610 1701346769.48657: Loading ActionModule 'ansible_collections.cisco.ios.plugins.action.ios' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/cisco/ios/plugins/action/ios.py (searched paths: /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/action/__pycache__:/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False)
+  4610 1701346769.48678: variable 'omit' from source: magic vars
+  4610 1701346769.48684: starting attempt loop
+  4610 1701346769.48686: running the handler
+  4610 1701346769.48692: variable 'ansible_host' from source: unknown
+redirecting (type: action) cisco.ios.ios_command to cisco.ios.ios
+redirecting (type: action) cisco.ios.ios_command to cisco.ios.ios
+  4612 1701346769.48699: Loading ActionModule 'ansible_collections.cisco.ios.plugins.action.ios' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/cisco/ios/plugins/action/ios.py (searched paths: /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/action/__pycache__:/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False)
+  4612 1701346769.48727: variable 'omit' from source: magic vars
+  4612 1701346769.48733: starting attempt loop
+  4612 1701346769.48735: running the handler
+  4612 1701346769.48741: variable 'ansible_host' from source: unknown
+  4610 1701346769.50645: handler run complete
+  4610 1701346769.50728: attempt loop complete, returning result
+  4610 1701346769.50733: _execute() done
+  4610 1701346769.50735: dumping result to json
+  4610 1701346769.50740: done dumping result, returning
+  4610 1701346769.50747: done running TaskExecutor() for R3/TASK: Show hostname [5785da17-4469-7742-933c-000000000008]
+  4610 1701346769.50752: sending task result for task 5785da17-4469-7742-933c-000000000008
+  4612 1701346769.50774: handler run complete
+  4612 1701346769.50833: attempt loop complete, returning result
+  4612 1701346769.50837: _execute() done
+  4612 1701346769.50844: dumping result to json
+  4612 1701346769.50850: done dumping result, returning
+  4612 1701346769.50858: done running TaskExecutor() for R4/TASK: Show hostname [5785da17-4469-7742-933c-000000000008]
+  4612 1701346769.50862: sending task result for task 5785da17-4469-7742-933c-000000000008
+  4610 1701346769.50789: done sending task result for task 5785da17-4469-7742-933c-000000000008
+  4610 1701346769.50791: WORKER PROCESS EXITING
+  4612 1701346769.50891: done sending task result for task 5785da17-4469-7742-933c-000000000008
+  4612 1701346769.50892: WORKER PROCESS EXITING
+  4602 1701346769.51222: marking R3 as failed
+  4602 1701346769.51228: marking host R3 failed, current state: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=IteratingStates.TASKS, fail_state=FailedStates.NONE, pre_flushing_run_state=IteratingStates.TASKS, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False
+  4602 1701346769.51233: ^ failed state is now: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=IteratingStates.COMPLETE, fail_state=FailedStates.TASKS, pre_flushing_run_state=IteratingStates.TASKS, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False
+  4602 1701346769.51235: getting the next task for host R3
+  4602 1701346769.51237: host R3 is done iterating, returning
+The full traceback is:
+  File "/home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/cisco/ios/plugins/module_utils/network/ios/ios.py", line 60, in get_capabilities
+    capabilities = Connection(module._socket_path).get_capabilities()
+  File "/home/bzsombor/.local/lib/python3.10/site-packages/ansible/module_utils/connection.py", line 194, in __rpc__
+    response = self._exec_jsonrpc(name, *args, **kwargs)
+  File "/home/bzsombor/.local/lib/python3.10/site-packages/ansible/module_utils/connection.py", line 141, in _exec_jsonrpc
+    raise ConnectionError(
+fatal: [R3]: FAILED! => {
+    "changed": false,
+    "invocation": {
+        "module_args": {
+            "commands": [
+                "show run | i hostname"
+            ],
+            "interval": 1,
+            "match": "all",
+            "retries": 9,
+            "wait_for": null
+        }
+    },
+    "msg": "socket path /home/bzsombor/.ansible/pc/53da801d4f does not exist or cannot be found. See Troubleshooting socket path issues in the Network Debug and Troubleshooting Guide"
+}
+  4602 1701346769.51308: marking R4 as failed
+  4602 1701346769.51313: marking host R4 failed, current state: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=IteratingStates.TASKS, fail_state=FailedStates.NONE, pre_flushing_run_state=IteratingStates.TASKS, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False
+  4602 1701346769.51317: ^ failed state is now: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=IteratingStates.COMPLETE, fail_state=FailedStates.TASKS, pre_flushing_run_state=IteratingStates.TASKS, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False
+  4602 1701346769.51319: getting the next task for host R4
+  4602 1701346769.51320: host R4 is done iterating, returning
+The full traceback is:
+  File "/home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/cisco/ios/plugins/module_utils/network/ios/ios.py", line 60, in get_capabilities
+    capabilities = Connection(module._socket_path).get_capabilities()
+  File "/home/bzsombor/.local/lib/python3.10/site-packages/ansible/module_utils/connection.py", line 194, in __rpc__
+    response = self._exec_jsonrpc(name, *args, **kwargs)
+  File "/home/bzsombor/.local/lib/python3.10/site-packages/ansible/module_utils/connection.py", line 141, in _exec_jsonrpc
+    raise ConnectionError(
+fatal: [R4]: FAILED! => {
+    "changed": false,
+    "invocation": {
+        "module_args": {
+            "commands": [
+                "show run | i hostname"
+            ],
+            "interval": 1,
+            "match": "all",
+            "retries": 9,
+            "wait_for": null
+        }
+    },
+    "msg": "socket path /home/bzsombor/.ansible/pc/d4f5ccf9f3 does not exist or cannot be found. See Troubleshooting socket path issues in the Network Debug and Troubleshooting Guide"
+}
+redirecting (type: action) cisco.ios.ios_command to cisco.ios.ios
+redirecting (type: action) cisco.ios.ios_command to cisco.ios.ios
+  4614 1701346769.52086: Loading ActionModule 'ansible_collections.cisco.ios.plugins.action.ios' from /home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/cisco/ios/plugins/action/ios.py (searched paths: /home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/action/__pycache__:/home/bzsombor/.local/lib/python3.10/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False)
+  4614 1701346769.52102: variable 'omit' from source: magic vars
+  4614 1701346769.52106: starting attempt loop
+  4614 1701346769.52108: running the handler
+  4614 1701346769.52112: variable 'ansible_host' from source: unknown
+  4614 1701346769.53463: handler run complete
+  4614 1701346769.53506: attempt loop complete, returning result
+  4614 1701346769.53509: _execute() done
+  4614 1701346769.53510: dumping result to json
+  4614 1701346769.53513: done dumping result, returning
+  4614 1701346769.53516: done running TaskExecutor() for R5/TASK: Show hostname [5785da17-4469-7742-933c-000000000008]
+  4614 1701346769.53519: sending task result for task 5785da17-4469-7742-933c-000000000008
+  4614 1701346769.53537: done sending task result for task 5785da17-4469-7742-933c-000000000008
+  4614 1701346769.53539: WORKER PROCESS EXITING
+  4602 1701346769.53732: marking R5 as failed
+  4602 1701346769.53738: marking host R5 failed, current state: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=IteratingStates.TASKS, fail_state=FailedStates.NONE, pre_flushing_run_state=IteratingStates.TASKS, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False
+  4602 1701346769.53778: ^ failed state is now: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=IteratingStates.COMPLETE, fail_state=FailedStates.TASKS, pre_flushing_run_state=IteratingStates.TASKS, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False
+  4602 1701346769.53780: getting the next task for host R5
+  4602 1701346769.53782: host R5 is done iterating, returning
+The full traceback is:
+  File "/home/bzsombor/.local/lib/python3.10/site-packages/ansible_collections/cisco/ios/plugins/module_utils/network/ios/ios.py", line 60, in get_capabilities
+    capabilities = Connection(module._socket_path).get_capabilities()
+  File "/home/bzsombor/.local/lib/python3.10/site-packages/ansible/module_utils/connection.py", line 194, in __rpc__
+    response = self._exec_jsonrpc(name, *args, **kwargs)
+  File "/home/bzsombor/.local/lib/python3.10/site-packages/ansible/module_utils/connection.py", line 141, in _exec_jsonrpc
+    raise ConnectionError(
+fatal: [R5]: FAILED! => {
+    "changed": false,
+    "invocation": {
+        "module_args": {
+            "commands": [
+                "show run | i hostname"
+            ],
+            "interval": 1,
+            "match": "all",
+            "retries": 9,
+            "wait_for": null
+        }
+    },
+    "msg": "socket path /home/bzsombor/.ansible/pc/b5b115c6a4 does not exist or cannot be found. See Troubleshooting socket path issues in the Network Debug and Troubleshooting Guide"
+}
+  4602 1701346769.53835: no more pending results, returning what we have
+  4602 1701346769.53842: results queue empty
+  4602 1701346769.53842: checking for any_errors_fatal
+  4602 1701346769.53848: done checking for any_errors_fatal
+  4602 1701346769.53849: checking for max_fail_percentage
+  4602 1701346769.53850: done checking for max_fail_percentage
+  4602 1701346769.53851: checking to see if all hosts have failed and the running result is not ok
+  4602 1701346769.53851: done checking to see if all hosts have failed
+  4602 1701346769.53852: getting the remaining hosts for this loop
+  4602 1701346769.53854: done getting the remaining hosts for this loop
+  4602 1701346769.53858: getting the next task for host R1
+  4602 1701346769.53860: host R1 is done iterating, returning
+  4602 1701346769.53860: getting the next task for host R2
+  4602 1701346769.53861: host R2 is done iterating, returning
+  4602 1701346769.53862: getting the next task for host R3
+  4602 1701346769.53863: host R3 is done iterating, returning
+  4602 1701346769.53864: getting the next task for host R4
+  4602 1701346769.53865: host R4 is done iterating, returning
+  4602 1701346769.53865: getting the next task for host R5
+  4602 1701346769.53866: host R5 is done iterating, returning
+  4602 1701346769.53871: done queuing things up, now waiting for results queue to drain
+  4602 1701346769.53872: results queue empty
+  4602 1701346769.53873: checking for any_errors_fatal
+  4602 1701346769.53874: done checking for any_errors_fatal
+  4602 1701346769.53874: checking for max_fail_percentage
+  4602 1701346769.53875: done checking for max_fail_percentage
+  4602 1701346769.53875: checking to see if all hosts have failed and the running result is not ok
+  4602 1701346769.53876: done checking to see if all hosts have failed
+  4602 1701346769.53877: getting the next task for host R1
+  4602 1701346769.53878: host R1 is done iterating, returning
+  4602 1701346769.53879: getting the next task for host R2
+  4602 1701346769.53880: host R2 is done iterating, returning
+  4602 1701346769.53880: getting the next task for host R3
+  4602 1701346769.53881: host R3 is done iterating, returning
+  4602 1701346769.53882: getting the next task for host R4
+  4602 1701346769.53883: host R4 is done iterating, returning
+  4602 1701346769.53884: getting the next task for host R5
+  4602 1701346769.53884: host R5 is done iterating, returning
+  4602 1701346769.53901: got an error while closing persistent connection: socket path /home/bzsombor/.ansible/pc/756ff64001 does not exist or cannot be found. See Troubleshooting socket path issues in the Network Debug and Troubleshooting Guide
+  4602 1701346769.53906: got an error while closing persistent connection: socket path /home/bzsombor/.ansible/pc/53da801d4f does not exist or cannot be found. See Troubleshooting socket path issues in the Network Debug and Troubleshooting Guide
+  4602 1701346769.53910: got an error while closing persistent connection: socket path /home/bzsombor/.ansible/pc/d4f5ccf9f3 does not exist or cannot be found. See Troubleshooting socket path issues in the Network Debug and Troubleshooting Guide
+  4602 1701346769.53914: got an error while closing persistent connection: socket path /home/bzsombor/.ansible/pc/b5b115c6a4 does not exist or cannot be found. See Troubleshooting socket path issues in the Network Debug and Troubleshooting Guide
+
+PLAY RECAP *********************************************************************
+R1                         : ok=0    changed=0    unreachable=0    failed=1    skipped=0    rescued=0    ignored=0   
+R2                         : ok=0    changed=0    unreachable=0    failed=1    skipped=0    rescued=0    ignored=0   
+R3                         : ok=0    changed=0    unreachable=0    failed=1    skipped=0    rescued=0    ignored=0   
+R4                         : ok=0    changed=0    unreachable=0    failed=1    skipped=0    rescued=0    ignored=0   
+R5                         : ok=0    changed=0    unreachable=0    failed=1    skipped=0    rescued=0    ignored=0   
+
+  4602 1701346769.54081: RUNNING CLEANUP
diff --git a/networkxtest.py b/networkxtest.py
index dfa1a5cd02989a2eb904ba16e9ad196c60ed3093..c97125899f659982bc9b83af734d0424e1ccd80b 100644
--- a/networkxtest.py
+++ b/networkxtest.py
@@ -1,6 +1,7 @@
 import networkx as nx
 import matplotlib.pyplot as plt
 import os as os
+import ipaddress
 
 class Host:
     ips = list()
@@ -37,6 +38,8 @@ def read():
 
     newitem = Host()
 
+    #os.system('ansible-playbook playbooks/get_informations.yaml -i inventory/hosts.yaml --ask-pass')
+
     routersNumber = int(input("Adja meg hany router van a halozatban (szammal): "))
 
     searchedNetwork = input("Adja meg a keresett halozatot (maszk nelkul): ")
@@ -45,6 +48,7 @@ def read():
 
     sourceRouter = input("Adja meg a kiindulo halozatot (maszk nelkul): ")
 
+
     for x in range(1, routersNumber + 1):
 
         newitem = Host()            #reconstruct new item to empty item
@@ -58,29 +62,33 @@ def read():
         os.system('echo "$(cat ~/onlab/router' + str(x) + '/router' + str(x) + '_routes.txt | grep "^L " | cut -d\' \' -f9 | cut -d\'/\' -f1)" >> ~/onlab/router' + str(x) + '/router' + str(x) + '_locales.txt')
         with open('./router' + str(x) + '/router' + str(x) + '_locales.txt', 'r') as file_2:
             for line in file_2.readlines():
-                line = line.replace('\n', '')
-                newitem.ips.append(line)
+                if line.startswith("10.") == False:
+                    line = line.replace('\n', '')
+                    newitem.ips.append(line)
 
         os.system('echo "$(cat ~/onlab/router' + str(x) + '/router' + str(x) + '_routes.txt | grep "^C " | cut -d\' \' -f9 | cut -d\'/\' -f2)" >> ~/onlab/router' + str(x) + '/router' + str(x) + '_masks.txt')
         with open('./router' + str(x) + '/router' + str(x) + '_masks.txt', 'r') as file_3:
             for line in file_3.readlines():
-                line = line.replace('\n', '')
-                newitem.masks.append(line)
+                if line.startswith("10.") == False:
+                    line = line.replace('\n', '')
+                    newitem.masks.append(line)
 
         os.system('echo "$(cat ~/onlab/router' + str(x) + '/router' + str(x) + '_routes.txt | grep "^C " | cut -d\' \' -f9 | cut -d\'/\' -f1)" >> ~/onlab/router' + str(x) + '/router' + str(x) + '_networks.txt')
         with open('./router' + str(x) + '/router' + str(x) + '_networks.txt', 'r') as file_4:
             for line in file_4.readlines():
-                line = line.replace('\n', '')
-                newitem.networks.append(line)
+                if line.startswith("10.") == False:
+                    line = line.replace('\n', '')
+                    newitem.networks.append(line)
 
-        os.system('echo "$(cat ~/onlab/router' + str(x) + '/router' + str(x) + '_routes.txt | grep "^S " | cut -d\' \' -f5)" >> ~/onlab/router' + str(x) + '/router' + str(x) + '_sroutes.txt')
+        os.system('echo "$(cat ~/onlab/router' + str(x) + '/router' + str(x) + '_routes.txt | grep "^S " | cut -d\' \' -f6)" >> ~/onlab/router' + str(x) + '/router' + str(x) + '_sroutes.txt')
         with open('./router' + str(x) + '/router' + str(x) + '_sroutes.txt', 'r') as file_5:
             for line in file_5.readlines():
-                line = line.replace('\n', '')
-                if line != '':
-                    x = line.split('/')
-                    newitem.sroutes.append(x[0])
-                    newitem.smasks.append(x[1])
+                if line.startswith("10.") == False:
+                    line = line.replace('\n', '')
+                    if line != '':
+                        x = line.split('/')
+                        newitem.sroutes.append(x[0])
+                        newitem.smasks.append(x[1])
 
         hosts.append(newitem)
 
@@ -116,36 +124,19 @@ def findpath():
         pathlist.append(pathelements)
 
 def checkroutings():
-
+    elozo = getelement(pathlist[0][0])
     for i in pathlist:
         for j in i:
-            elozo = getelement(j)
             for x in hosts:
                 if j == x.name:
-                    for pindex, p in enumerate(x.networks):
-                        if searchedNetwork == p:
-                            print(p)
-                            if searchedMask != x.masks[pindex]:
-                                p = open("host.txt", "w")
-                                p.write(x.name)
-                                f = open("repairmask.txt", "w")
-                                f.write(searchedMask)
-                                g = open("repairip.txt", "w")
-                                g.write(searchedNetwork)
-                                for k in x.networks:
-                                    for index, h in enumerate(elozo.networks):
-                                        if h == k:
-                                            h = open("dest.txt", "w")
-                                            h.write(elozo.ips[index])
-                                            #print(elozo.ips[index])
                     for pindex, p in enumerate(x.sroutes):
                         if searchedNetwork == p:
-                            print("das")
                             if searchedMask != x.smasks[pindex]:
                                 p = open("host.txt", "w")
                                 p.write(x.name)
                                 f = open("repairmask.txt", "w")
-                                f.write(searchedMask)
+                                ip4 = ipaddress.IPv4Network((0, searchedMask))
+                                f.write(str(ip4.netmask))
                                 g = open("repairip.txt", "w")
                                 g.write(searchedNetwork)
                                 for k in x.networks:
@@ -153,7 +144,14 @@ def checkroutings():
                                         if h == k:
                                             h = open("dest.txt", "w")
                                             h.write(elozo.ips[index])
-                                            #print(elozo.ips[index])
+                                repairtables()
+                            if searchedMask < x.smasks[pindex]:
+                                print(searchedMask + " " + x.smasks[pindex])
+                                l = open("oldmask.txt", "w")
+                                ipmask = ipaddress.IPv4Network((0, x.smasks[pindex]))
+                                l.write(str(ipmask.netmask))
+                                delete()
+            print(elozo.name + " " + j)
             elozo = getelement(j)
 
 def getelement(element):
@@ -161,8 +159,12 @@ def getelement(element):
         if i.name == element:
             return i
 
+def delete():
+    #os.system('ansible-playbook playbooks/delete_routing.yaml -i inventory/hosts.yaml --ask-pass')
+    print("deleted")
+
 def repairtables():
-    #os.system('ansible-playbook playbooks/repair_routing.yaml -i inventory/hosts.yaml')
+    #os.system('ansible-playbook playbooks/repair_routing.yaml -i inventory/hosts.yaml --ask-pass')
     print("routing javitva")
 
 def draw():
@@ -178,7 +180,6 @@ def main():
     graphConstruct()
     findpath()
     checkroutings()
-    repairtables()
     draw()
     clear()
 
diff --git a/oldmask.txt b/oldmask.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0c142776fd4f17005b37fa34a2135c9a654054ea
--- /dev/null
+++ b/oldmask.txt
@@ -0,0 +1 @@
+255.255.255.192
\ No newline at end of file
diff --git a/playbooks/asd.yaml b/playbooks/asd.yaml
index a9e903bd832858cf6aabbfbe019f4e174e09326b..9ae3f605816c5fc58bdacbb4ca335791dccd13ca 100644
--- a/playbooks/asd.yaml
+++ b/playbooks/asd.yaml
@@ -1,6 +1,6 @@
 ---
 - name: Get informations
-  hosts: routers
+  hosts: R1
   gather_facts: false
   connection: network_cli
   tasks:
diff --git a/playbooks/delete_routing.yaml b/playbooks/delete_routing.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..624696ed893b79cd7e53339133df7ffc8bb10674
--- /dev/null
+++ b/playbooks/delete_routing.yaml
@@ -0,0 +1,11 @@
+---
+- name: Repair routing mask
+  hosts: "{{ lookup('file', '~/onlab/host.txt') }}"
+  gather_facts: false
+  connection: network_cli
+  tasks:
+    - name: Mask repair
+      cisco.ios.ios_command:
+        commands:
+          - configure terminal
+          - ip route {{ lookup('file', '~/onlab/repairip.txt') }} {{ lookup('file', '~/onlab/oldmask.txt' ) }} {{ lookup('file', '~/onlab/dest.txt') }}
\ No newline at end of file
diff --git a/playbooks/get_informations.yaml b/playbooks/get_informations.yaml
index 462933e30b8844d0447238e86cbce8a6f9cdd30d..af542c4f10dee8c12f8098e6a32a7306caff092a 100644
--- a/playbooks/get_informations.yaml
+++ b/playbooks/get_informations.yaml
@@ -8,11 +8,11 @@
       cisco.ios.ios_command:
         commands: 
         - show run | i hostname
-        register: hostname
+      register: hostname
 
     - name: Create dir
       ansible.builtin.file:
-        path: "{{ ansible_env.HOME }}/onlab/{{ inventory_hostname }}"
+        path: ~/onlab/{{ inventory_hostname }}
         state: directory
 
 
diff --git a/playbooks/repair_routing.yaml b/playbooks/repair_routing.yaml
index 8c4c8dbeaf84b149a297f37dabe128ae434710e4..2dc19c066e3b75b28a2ac8cc1d54b017d87b54c9 100644
--- a/playbooks/repair_routing.yaml
+++ b/playbooks/repair_routing.yaml
@@ -1,6 +1,6 @@
 ---
 - name: Repair routing mask
-  hosts: {{ lookup('file', 'host.txt') }}
+  hosts: "{{ lookup('file', '~/onlab/host.txt') }}"
   gather_facts: false
   connection: network_cli
   tasks:
@@ -8,4 +8,4 @@
       cisco.ios.ios_command:
         commands:
           - configure terminal
-          - ip route 10.10.20.176 {{ lookup('file', 'hely' ) }} 10.10.20.170
+          - ip route {{ lookup('file', '~/onlab/repairip.txt') }} {{ lookup('file', '~/onlab/repairmask.txt' ) }} {{ lookup('file', '~/onlab/dest.txt') }}
diff --git a/repairmask.txt b/repairmask.txt
index cabf43b5ddf813cbe89697372a21373f14921884..5a279b41f09b109350b10ff43266801dfdd48ad8 100644
--- a/repairmask.txt
+++ b/repairmask.txt
@@ -1 +1 @@
-24
\ No newline at end of file
+255.255.255.0
\ No newline at end of file
diff --git a/router1/router1_hostname.txt b/router1/router1_hostname.txt
index 3c98be3bbe46435be332640d422b96148628a693..fbd0363f730a55dca755f9b1cf7f5e306db8db6b 100644
--- a/router1/router1_hostname.txt
+++ b/router1/router1_hostname.txt
@@ -1 +1 @@
-hostname R1
\ No newline at end of file
+hostname router1
\ No newline at end of file
diff --git a/router1/router1_routes.txt b/router1/router1_routes.txt
index 70c742579a10814d9db5e0d46da852776783decc..07f3b2feecc17bc3686eb6e4b2edfac696654944 100644
--- a/router1/router1_routes.txt
+++ b/router1/router1_routes.txt
@@ -1,18 +1,21 @@
 Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
-       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
+       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area 
        N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
-       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
-       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
-       * - candidate default, U - per-user static route, o - ODR
-       P - periodic downloaded static route
+       E1 - OSPF external type 1, E2 - OSPF external type 2
+       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
+       ia - IS-IS inter area, * - candidate default, U - per-user static route
+       o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
+       a - application route
+       + - replicated route, % - next hop override, p - overrides from PfR
 
 Gateway of last resort is not set
 
-     192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks
-C        192.168.1.0/24 is directly connected, GigabitEthernet0/0/0
-L        192.168.1.1/32 is directly connected, GigabitEthernet0/0/0
-S    192.168.2.0/24 [1/0] via 192.168.1.2
-     192.168.5.0/24 is variably subnetted, 2 subnets, 2 masks
-C        192.168.5.0/24 is directly connected, GigabitEthernet0/0/1
-L        192.168.5.1/32 is directly connected, GigabitEthernet0/0/1
-          
\ No newline at end of file
+      10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
+C        10.10.1.0/24 is directly connected, GigabitEthernet2/0/47
+L        10.10.1.2/32 is directly connected, GigabitEthernet2/0/47
+      192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks
+C        192.168.1.0/24 is directly connected, GigabitEthernet2/0/1
+L        192.168.1.1/32 is directly connected, GigabitEthernet2/0/1
+      192.168.5.0/24 is variably subnetted, 2 subnets, 2 masks
+C        192.168.5.0/24 is directly connected, GigabitEthernet2/0/3
+L        192.168.5.1/32 is directly connected, GigabitEthernet2/0/3
\ No newline at end of file
diff --git a/router2/router2_hostname.txt b/router2/router2_hostname.txt
index 5cb0be33a5a4403355a36867f128fe5cd355ee16..f008ac1f58a1d981a9eb1e4dabe231ab79e9fa4d 100644
--- a/router2/router2_hostname.txt
+++ b/router2/router2_hostname.txt
@@ -1 +1 @@
-hostname R2
\ No newline at end of file
+hostname router2
\ No newline at end of file
diff --git a/router2/router2_routes.txt b/router2/router2_routes.txt
index 2e232b9305d2b629813d5a0be4511c66696f2120..5375cfa275d9d4153136e560d79212270929c4fe 100644
--- a/router2/router2_routes.txt
+++ b/router2/router2_routes.txt
@@ -1,17 +1,21 @@
 Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
-       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
+       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area 
        N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
-       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
-       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
-       * - candidate default, U - per-user static route, o - ODR
-       P - periodic downloaded static route
+       E1 - OSPF external type 1, E2 - OSPF external type 2
+       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
+       ia - IS-IS inter area, * - candidate default, U - per-user static route
+       o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
+       a - application route
+       + - replicated route, % - next hop override, p - overrides from PfR
 
 Gateway of last resort is not set
 
-     192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks
-C        192.168.1.0/24 is directly connected, GigabitEthernet0/0/0
-L        192.168.1.2/32 is directly connected, GigabitEthernet0/0/0
-     192.168.2.0/24 is variably subnetted, 2 subnets, 2 masks
-C        192.168.2.0/24 is directly connected, GigabitEthernet0/0/1
-L        192.168.2.2/32 is directly connected, GigabitEthernet0/0/1
-S    192.168.3.0/24 [1/0] via 192.168.2.1
\ No newline at end of file
+      10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
+C        10.10.1.0/24 is directly connected, GigabitEthernet3/0/46
+L        10.10.1.3/32 is directly connected, GigabitEthernet3/0/46
+      192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks
+C        192.168.1.0/24 is directly connected, GigabitEthernet3/0/1
+L        192.168.1.2/32 is directly connected, GigabitEthernet3/0/1
+      192.168.2.0/24 is variably subnetted, 2 subnets, 2 masks
+C        192.168.2.0/24 is directly connected, GigabitEthernet3/0/3
+L        192.168.2.2/32 is directly connected, GigabitEthernet3/0/3
\ No newline at end of file
diff --git a/router3/router3_hostname.txt b/router3/router3_hostname.txt
index 654489221b7c3088f8587bf6d8f9e14ea21dfd9f..368097a76183c2d73bf354905cc1ca3d5f4503bf 100644
--- a/router3/router3_hostname.txt
+++ b/router3/router3_hostname.txt
@@ -1 +1 @@
-hostname R3
\ No newline at end of file
+hostname router3
\ No newline at end of file
diff --git a/router3/router3_routes.txt b/router3/router3_routes.txt
index e7b73c4292ff75dd2bb4ab9c1e95a359a281ed23..da6b15cc50de0fef91269c772d03347f5c78e0ff 100644
--- a/router3/router3_routes.txt
+++ b/router3/router3_routes.txt
@@ -1,16 +1,21 @@
 Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
-       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
+       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area 
        N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
-       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
-       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
-       * - candidate default, U - per-user static route, o - ODR
-       P - periodic downloaded static route
+       E1 - OSPF external type 1, E2 - OSPF external type 2
+       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
+       ia - IS-IS inter area, * - candidate default, U - per-user static route
+       o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
+       a - application route
+       + - replicated route, % - next hop override, p - overrides from PfR
 
 Gateway of last resort is not set
 
-     192.168.2.0/24 is variably subnetted, 2 subnets, 2 masks
-C        192.168.2.0/24 is directly connected, GigabitEthernet0/0/1
-L        192.168.2.1/32 is directly connected, GigabitEthernet0/0/1
-     192.168.3.0/24 is variably subnetted, 2 subnets, 2 masks
-C        192.168.3.0/24 is directly connected, Loopback0
-L        192.168.3.1/32 is directly connected, Loopback0
\ No newline at end of file
+      10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
+C        10.10.1.0/24 is directly connected, GigabitEthernet3/0/45
+L        10.10.1.4/32 is directly connected, GigabitEthernet3/0/45
+      192.168.2.0/24 is variably subnetted, 2 subnets, 2 masks
+C        192.168.2.0/24 is directly connected, GigabitEthernet3/0/3
+L        192.168.2.1/32 is directly connected, GigabitEthernet3/0/3
+      192.168.3.0/24 is variably subnetted, 2 subnets, 2 masks
+C        192.168.3.0/24 is directly connected, GigabitEthernet3/0/1
+L        192.168.3.1/32 is directly connected, GigabitEthernet3/0/1
\ No newline at end of file
diff --git a/router4/router4_hostname.txt b/router4/router4_hostname.txt
index 15f938521e9dee092cc9483f3790a4d20cd9d4ce..d26a06152fdda0ec180274f6a6cfe4edecf7c4a0 100644
--- a/router4/router4_hostname.txt
+++ b/router4/router4_hostname.txt
@@ -1 +1 @@
-hostname R4
\ No newline at end of file
+hostname router4
\ No newline at end of file
diff --git a/router4/router4_routes.txt b/router4/router4_routes.txt
index c9a9cac47ddd3ef113f13e7d832042d49415fdb5..9dadd59d76755ebe323ececb0987a9c64ff44d88 100644
--- a/router4/router4_routes.txt
+++ b/router4/router4_routes.txt
@@ -1,19 +1,24 @@
 Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
-       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
+       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area 
        N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
-       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
-       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
-       * - candidate default, U - per-user static route, o - ODR
-       P - periodic downloaded static route
+       E1 - OSPF external type 1, E2 - OSPF external type 2
+       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
+       ia - IS-IS inter area, * - candidate default, U - per-user static route
+       o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
+       a - application route
+       + - replicated route, % - next hop override, p - overrides from PfR
 
 Gateway of last resort is not set
 
-     192.168.3.0/24 is variably subnetted, 2 subnets, 2 masks
-C        192.168.3.0/24 is directly connected, GigabitEthernet0/0/0
-L        192.168.3.2/32 is directly connected, GigabitEthernet0/0/0
-     192.168.5.0/24 is variably subnetted, 2 subnets, 2 masks
-C        192.168.5.0/24 is directly connected, GigabitEthernet0/0/1
-L        192.168.5.2/32 is directly connected, GigabitEthernet0/0/1
-C        192.168.6.0/24 is directly connected, GigabitEthernet0/0/1
-L        192.168.6.2/32 is directly connected, GigabitEthernet0/0/1
-S    192.168.2.0/24
\ No newline at end of file
+      10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
+C        10.10.1.0/24 is directly connected, GigabitEthernet5/0/44
+L        10.10.1.5/32 is directly connected, GigabitEthernet5/0/44
+      192.168.3.0/24 is variably subnetted, 2 subnets, 2 masks
+C        192.168.3.0/24 is directly connected, GigabitEthernet5/0/2
+L        192.168.3.2/32 is directly connected, GigabitEthernet5/0/2
+      192.168.5.0/24 is variably subnetted, 2 subnets, 2 masks
+C        192.168.5.0/24 is directly connected, GigabitEthernet5/0/4
+L        192.168.5.2/32 is directly connected, GigabitEthernet5/0/4
+      192.168.6.0/24 is variably subnetted, 2 subnets, 2 masks
+C        192.168.6.0/24 is directly connected, GigabitEthernet5/0/1
+L        192.168.6.2/32 is directly connected, GigabitEthernet5/0/1
\ No newline at end of file
diff --git a/router5/router5_hostname.txt b/router5/router5_hostname.txt
index 5f7d3b2559145e297df0f254ef658efd84fa85ee..5e1fa2596a7cb34f34a28787eb33d472cb007691 100644
--- a/router5/router5_hostname.txt
+++ b/router5/router5_hostname.txt
@@ -1 +1 @@
-hostname R5
\ No newline at end of file
+hostname router5
\ No newline at end of file
diff --git a/router5/router5_routes.txt b/router5/router5_routes.txt
index 27d21eceb9d6c3d16ca7a4e3ee95974509619eb9..70658d0b6b297c0ab99741887f1c5a80501b708a 100644
--- a/router5/router5_routes.txt
+++ b/router5/router5_routes.txt
@@ -1,16 +1,19 @@
 Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
-       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
+       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area 
        N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
-       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
-       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
-       * - candidate default, U - per-user static route, o - ODR
-       P - periodic downloaded static route
+       E1 - OSPF external type 1, E2 - OSPF external type 2
+       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
+       ia - IS-IS inter area, * - candidate default, U - per-user static route
+       o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
+       a - application route
+       + - replicated route, % - next hop override, p - overrides from PfR
 
 Gateway of last resort is not set
 
-     192.168.4.0/24 is variably subnetted, 2 subnets, 2 masks
-C        192.168.4.0/24 is directly connected, GigabitEthernet0/0/1
-L        192.168.4.2/32 is directly connected, GigabitEthernet0/0/1
-C        192.168.6.0/24 is directly connected, GigabitEthernet0/0/1
-L        192.168.6.1/32 is directly connected, GigabitEthernet0/0/1
-S    192.168.2.0/23
\ No newline at end of file
+      10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
+C        10.10.1.0/24 is directly connected, GigabitEthernet1/0/43
+L        10.10.1.6/32 is directly connected, GigabitEthernet1/0/43
+S     192.168.2.0/26 [1/0] via 192.168.6.2
+      192.168.6.0/24 is variably subnetted, 2 subnets, 2 masks
+C        192.168.6.0/24 is directly connected, GigabitEthernet1/0/1
+L        192.168.6.1/32 is directly connected, GigabitEthernet1/0/1
\ No newline at end of file