makefile: add clean and delete targets (#66951)

This commit is contained in:
Emmanuel Cazenave 2022-07-04 16:48:20 +02:00
parent 9a0e67262f
commit 61fc84b1a6
1 changed files with 6 additions and 0 deletions

View File

@ -28,3 +28,9 @@ renew-certificate:
upgrade:
ansible-playbook -K -i $(INVENTORY) --tags "source" install.yml
delete:
ansible-playbook -i $(INVENTORY) delete-tenants.yml
clean:
ansible-playbook -K -i $(INVENTORY) clean.yml