change the quota of the quotas so we can quota while we quota
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
7e868408cf
commit
c6eaed5e35
1 changed files with 8 additions and 0 deletions
|
@ -197,6 +197,14 @@
|
|||
# Security Groups
|
||||
################
|
||||
|
||||
- name: "Change the quota of quotas"
|
||||
os_quota:
|
||||
cloud: "{{os_cloud}}"
|
||||
name: "{{item}}"
|
||||
security_group: 100
|
||||
security_group_rule: 100
|
||||
with_items: "{{all_projects}}"
|
||||
|
||||
- name: "Create 'ssh-anywhere' security group"
|
||||
os_security_group:
|
||||
cloud: "{{ os_cloud }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue