sfromm / ansible-report

Utility to log and report ansible activity
GNU General Public License v3.0
27 stars 5 forks source link

Way to intersection and union queries #8

Open sfromm opened 10 years ago

sfromm commented 10 years ago

Presently, ansible-report does a union of the parameters passed to query. It would be nice to do something like:

 (--changed OR --status FAILED) AND --age '2 hours ago'

Probably shouldn't block 0.2 since there are enough changes in devel.