---
- name: Get version from Zyxel XGS2210
hosts: zyxel_switch
become: false
gather_facts: false
tasks:
- name: Execute show version command
ansible.builtin.raw: show version
register: output
- name: Display result
ansible.builtin.debug:
msg: "{{ output.stdout_lines }}!"
[defaults]
host_key_checking = False
#timeout = 60
log_path = ./ansible.log
#transport=paramiko
[ssh_connection]
#control_path = none
ssh_args = -0 PubKeyAcceptedAlgorithms+ssh-rsa -0 HostKeyAlgorithms+ssh-rsa