sfromm / ansible-report

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

Mechanism to age data out of database #2

Closed sfromm closed 10 years ago

sfromm commented 11 years ago

Need --age anyways for reporting purposes. That can be used for pruning old tasks and playbooks from the database. Eg: ansible-report --age '2 weeks ago' --prune will delete anything older than two weeks ago.

sfromm commented 10 years ago

Implemented finally with 17afde7f00