sfromm/ansible-report

Mechanism to age data out of database

Closed this issue · 1 comments

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.

Implemented finally with 17afde7