Hi, I have the follow basic playbook for a Cisco IOS router, running 
ansible 2.3

---
- hosts: ios_routers
  connection: local
  
  tasks:
    - name: run show version
      ios_command:
        commands: show version


I run the playbook like this so it prompts me for the password.


$ ansible-playbook demo.yaml -u cisco -k


So how can I do this for a Cisco ASA where the is an additional step where 
I should put in the enable password?

Thanks!

-- 
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/6de7c638-282f-407c-bf45-4064e9186afe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to