[ansible-devel] how to read the ansible.cfg file variables in ansible custom modules

2022-08-03 Thread Naveen Kandakur
I am new to Ansible Custom module development, can any one help me how i can access the variables defined in ansible.cfg file into my ansible modules python file. -- You received this message because you are subscribed to the Google Groups

Re: [ansible-devel] how to read the ansible.cfg file variables in ansible custom modules

2022-08-03 Thread Naveen Kandakur
ensitive and which > not, so it's best to leave that decision to the user of the module.) > > Cheers, > Felix > > > > On Wed, 3 Aug 2022 00:33:00 -0700 (PDT) > Naveen Kandakur wrote: > > > <https://stackoverflow.com/posts/73217822/timeline> > -- You

[ansible-devel] How to report multiple action of single task in ansible

2023-02-01 Thread Naveen Kandakur
Hi All, I am working on developing a custom Ansible module, where in one action makes multiple rest api post calls and i need to show the each post call result in the output, so is there any way to show each post call result as ok or fatal (some thing like partial success) ? Thanks, Naveen