Re: [ansible-project] ios_command multiple commands

2019-01-04 Thread Veera Kumar
Hi, You can give list of commands and all the outputs will register in mentioned variable name. And instead output.stdout[0] just give output.stdout. But the problem is variable I.e output.stdout will only contain outputs only. Means issued command will not be there. Try with blockinfile module

Re: [ansible-project] Re: Rebooting a Cisco ASA device

2019-01-04 Thread Veera Kumar
Please refer below link as well, https://gdykeman.github.io/2018/06/26/ios-upgrades/ On Fri, Jan 4, 2019 at 1:25 PM Ganesh Nalawade wrote: > Try adding "meta: reset_connection" after wait_for task and before check > version task. > Also, which Ansible version are you using? > > Regards, >

Re: [ansible-project] Send commands to a not supported router

2018-05-16 Thread Veera Kumar
Couple of ways we have, We can group Cisco and other vendor devices. Then we can add condition only when hostname matches with Cisco group will execute the command. On other devices this task will be slipped. Still you are not familiar with group concepts, then simply add ignore_errors: yes on

[ansible-project] bigip_configsync_action module in Ansible version 2.5 is not working

2018-05-11 Thread Veera Kumar
*bigip_configsync_action module is not working in Ansible 2.5* *ISSUE TYPE* Since from 2.5 version, Ansible added provider to bigip_configsync_action, there is some confusion. bigip_configsync_action module not doing the config-SYNC and keep showing Error as ["Unable to connect to

[ansible-project] Disable Nagios Alerts

2015-10-02 Thread veera kumar
Hi All, Can anyone tell me how to automatically disable nagios and new relic alerts using ansible playbook. If possible please provide some samples. Thanks in advance. Regards, Veera -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To