Give myself more fedorapeople quota

I need to upload some ISOs...

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-09-20 14:49:35 -07:00
parent 302084a1f1
commit 5f56b3a370

View file

@ -189,6 +189,7 @@
- name: set quotas for people who have more set
command: xfs_quota -x -c 'limit bsoft={{ item.quota }} bhard={{ item.quota }} {{ item.user }}' /srv
with_items:
- { user: adamwill, quota: 3g }
- { user: apache, quota: 1000g }
- { user: ausil, quota: 10g }
- { user: bollocks, quota: 12g }