mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
It would sure be great if optional actually meant optional
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -609,6 +609,7 @@
|
||||
login_username="admin" login_password="{{ ADMIN_PASS }}" login_tenant_name="admin"
|
||||
auth_url="https://{{controller_publicname}}:35357/v2.0"
|
||||
name="{{item.name}}" ram="{{item.ram}}" root="{{item.disk}}" vcpus="{{item.vcpus}}" swap="{{item.swap}}"
|
||||
ephemeral=0
|
||||
with_items:
|
||||
- { name: m1.builder, ram: 5120, disk: 50, vcpus: 2, swap: 5120 }
|
||||
- { name: ms2.builder, ram: 5120, disk: 20, vcpus: 2, swap: 75000 }
|
||||
|
||||
Reference in New Issue
Block a user