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: os_router:
cloud: "{{ os_cloud }}" cloud: "{{ os_cloud }}"
project: "{{ item }}" project: "{{ item }}"
router_name: "ext-to-{{ item }}" name: "ext-to-{{ item }}"
subnet_name: "{{ item }}-subnet" interfaces: ["{{ item }}-subnet"]
with_items: "{{all_projects}}" with_items: "{{all_projects}}"
################# #################