Add 12g quota for bollocks. ticket 5297

This commit is contained in:
Kevin Fenzi 2016-05-16 17:45:14 +00:00
parent d1b34d3fc7
commit 2a17471024

View file

@ -170,6 +170,7 @@
command: xfs_quota -x -c 'limit bsoft={{ item.quota }} bhard={{ item.quota }} {{ item.user }}' /srv
with_items:
- { user: apache, quota: 1000g }
- { user: bollocks, quota: 12g }
- { user: dmarlin, quota: 5g }
- { user: duffy, quota: 10g }
- { user: dwalsh, quota: 5g }