cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1316
Views
0
Helpful
0
Replies

Ansible asa_command not working

Steven Williams
Level 4
Level 4

Can anyone tell me what the issue is here:

 

netadmin@bnaplxjmpnet:/etc/ansible$ sudo vi asa03.yml

 

---

- hosts: B_ASA

 

  tasks:

    - asa_command:

        commands:

          - show version

        provider: "{{ cli }}"

      register: output

 

    - debug: var=output

~                   

 

netadmin@bnaplxjmpnet:/etc/ansible$ ansible-playbook asa03.yml -u stevenwilliams -k

SSH password:

 

PLAY [B_ASA] *************************************************************

 

TASK [Gathering Facts] *********************************************************

 

^C [ERROR]: User interrupted execution

                                                           

 

After SSH password it just sits there...blank...have to cntrl C to get out of it. 

0 Replies 0