01858ea602
It's also very helpful to have the region in the task name when you have multiple regions for a cloud. Change-Id: I85c0769bb2332a91aa759fb90223ec812dc3e77d
9 lines
452 B
YAML
9 lines
452 B
YAML
---
|
|
- name: "Processing domain {{ item_domain.name }} for {{ item_cloud.oscc_cloud|default(item_cloud.name) }} {{ item_cloud.region_name|default('') }}"
|
|
os_keystone_domain:
|
|
cloud: "{{ item_cloud.oscc_cloud|default(item_cloud.name) }}"
|
|
state: "{{ item_domain.state|default(omit) }}"
|
|
name: "{{ item_domain.name }}"
|
|
description: "{{ item_domain.description|default(omit) }}"
|
|
region_name: "{{ item_cloud.region_name|default(omit) }}"
|