I am building a lookup plugin to help with identifying AWS resource ids 
from other relevant resource information, e.g. the Name tag.

My issue is that I need the region, access key id, and secret access key to 
invoke the boto3 functions and I don't really want to pass these as 
arguments to the lookup function on each use.

I have these set as both variables and facts in my plays. Is there 
something in ansible utilities that I can call to retrieve the variable 
value or fact variable from within the lookup plugin?

Thanks in advance.


-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/29297e1a-e0aa-4d76-87a3-85c93cd41128n%40googlegroups.com.

Reply via email to