Give myself 5G quota on fedorapeople
I need to upload a big Silverblue ISO for https://github.com/fedora-silverblue/issue-tracker/issues/530 . Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
cd3534157e
commit
560614b3c9
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,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: adamwill, quota: 5g}
|
||||
- {user: apache, quota: 1000g}
|
||||
- {user: ausil, quota: 10g}
|
||||
- {user: bollocks, quota: 12g}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue