The ansible git_updater seems to be filling up all of the diskspace for our WikibaseReconcileEdit testsystem
Acceptance Criteria🏕️🌟 :
- git_updater does not fill up the disk where it's deployed
- Disks where this role is already used are emptied / cleaned ( Fed Props & WikibaseReconcileEdit (TODO ask around for more))
Hints
- Read a bit about ansible / watch some youtube video
- Then read a bit about specifically ansible roles; this is a way of sharing code between ansible playbooks
- Adjust the ansible-role setup so the disk won't keep filling up
- You'll need to investigate where and why the disk is full
- This means log on to the test sytem where this disk is full and look around
- adjust the role to perhaps delete things it makes once they are no-longer needed
- perhaps you need to make the git data smaller? Maybe read about it https://gitbetter.substack.com/p/how-to-clean-up-the-git-repo-and
- You'll need to investigate where and why the disk is full