This playbook will remove the temporary artifacts which are stored on the hosts. In order to cleanup the system post deployment run the following command:
pipenv run ansible-playbook playbooks/platform-cleanup.yml -i <inventory_file>.yml
Note: This playbook can break the idempotency, for example, downloaded
artifacts need to removed by running the cleanup playbook.