Using dynamic inventory with ec2.py am trying to filter based on all instance except where the security group is monolithic.
I tried:
instance_filters = !security_group:monolithic
But this did not work. How is this possible?
Using dynamic inventory with ec2.py am trying to filter based on all instance except where the security group is monolithic.
I tried:
instance_filters = !security_group:monolithic
But this did not work. How is this possible?
Also tried:
instance_filters = instance.group-name!=monolithic
Anybody know how to negate filter?