On Wed, 15 Jan 2020 03:56:14 -0800 (PST)
Yehuda Pinhas <yuda.pin...@gmail.com> wrote:

> *Cisco IOS Software Version 15.4(1)T (I86BI_LINUX-ADVENTERPRISEK9-M)*

Cisco IOS is supported platform
https://access.redhat.com/articles/3168091

>   - name: 
>     hosts: Snif_TEST
>     connection: local

The connection should be 'network_cli'. See "Ansible Network Examples"
https://docs.ansible.com/ansible/latest/network/user_guide/network_best_practices_2.5.html#ansible-network-examples
and "Privilege escalation" in particular
https://docs.ansible.com/ansible/latest/network/user_guide/network_best_practices_2.5.html#privilege-escalation

    - name: 
      hosts: Snif_TEST
      connection: network_cli

HTH,

        -vlado

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/20200115140653.4f45aed5%40gmail.com.

Attachment: pgpjWpHsdePP6.pgp
Description: OpenPGP digital signature

Reply via email to