try these keys

Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
Rick Elrod 2018-11-27 01:00:03 +00:00
parent 3110afdf67
commit 70ebe7a353

View file

@ -189,8 +189,8 @@
os_router:
cloud: "{{ os_cloud }}"
project: "{{ item }}"
router_name: "ext-to-{{ item }}"
subnet_name: "{{ item }}-subnet"
name: "ext-to-{{ item }}"
interfaces: ["{{ item }}-subnet"]
with_items: "{{all_projects}}"
#################