[ansible-project] connection: local and delegate_to not working together

2020-08-18 Thread Jegan A
Hello Team, I am facing issue while running below playbook from ansible server. Getting error like below. I gave small part of the playbook. The intention to use connection: local is I like to perform few tasks from ansible server and like to perform few task on remote server. Which task I

[ansible-project] Re: Skipping plugin

2020-02-13 Thread Jegan A
The issue is fixed by myself. One of the recent package install via pip was causing the issue. After removing that package issue got fixed. On Thursday, February 13, 2020 at 4:41:06 PM UTC+5:30, Jegan A wrote: > > Hello Team, > >Am getting below warning message while runnin

[ansible-project] Skipping plugin

2020-02-13 Thread Jegan A
Hello Team, Am getting below warning message while running ansible Ad hoc command. There is no changes made in ansible.cfg file. How to avoid the below warning message. Could you please some one help me on this. [WARNING]: Skipping plugin

[ansible-project] ignore -has no attribute

2020-01-23 Thread Jegan A
th == 0): 'dict object' has no attribute 'volume_attachments'\n\nThe error appears to be in '/var/lib/home/s': line 33, column 7, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- debug:\n ^ here\n"} Regards, Jegan

Re: [ansible-project] debug msg ignore other results.

2020-01-14 Thread Jegan A
Thanks a lot. It is working for me. On Tuesday, January 14, 2020 at 3:03:12 PM UTC+5:30, James Cassell wrote: > > > On Tue, Jan 14, 2020, at 12:48 AM, Jegan A wrote: > > Hello Team, > > > > I am iterating register result using debug and loop but it prints > &

[ansible-project] debug msg ignore other results.

2020-01-13 Thread Jegan A
Hello Team, I am iterating register result using debug and loop but it prints other variable result as well how to ignore that one while printing value which I want Below is the sample results. Cloud you please help me on this issues. I just want to print value of

[ansible-project] Ansible: Debug and iteration

2020-01-12 Thread Jegan A
Hello Team, I am trying to iteration register value and print that value using debug but I unable to achieve the result which I want to get it. Below is the register value in that I like to get value of "lifecycle_state" using debug. Could you please someone help me on this. Playbook

[ansible-project] Ansible callback

2019-08-05 Thread Jegan A
Hello All, Can anyone help me on this. I have requirement that send notify to LogicMonitor if any unexpected results are returned by ansible. I have checked supported callback module there I couldn't find any module for logicmonitor. Please help me one this how can I achieve this. If it can be