All,
I'm newbie in ansible and I wuold like to create an AWS dynamic inventory with some filters on.
in the doc I see that we can specify more filters condition, separated by comma, but that will work in OR condition.
-------------------
# Retrieve only t1.micro instances OR instances with tag env=stage
# instance_filters = instance-type=t1.micro,tag:env=stage
-------------------
How to create a filter with AND condition
# Retrieve only t1.micro instances AND instances with tag env=stage
Thanks
MIke Halof