asg_n:
- "{{ module }}"
- "{{ stack|default() }}"
- - "{{ (country|default() != '')|ternary('c0', '') }}{{ country|default('') }}"
- - "{{ (phase|default() != '')|ternary('d0', '') }}{{ phase|default('') }}"
+ - "{{ country|default()|ternary('c0', '') }}{{ country|default() }}"
+ - "{{ phase|default()|ternary('d0', '') }}{{ phase|default() }}"
- set_fact:
partial_subnet_ids: "{{ subnet_ids }}"
- set_fact:
ud_cluster:
- "{{ module }}"
- - "{{ (country|default() != '')|ternary('c0', '') }}{{ country|default('') }}"
- - "{{ (phase|default() != '')|ternary('d0', '') }}{{ phase|default('') }}"
+ - "{{ country|default()|ternary('c0', '') }}{{ country|default() }}"
+ - "{{ phase|default()|ternary('d0', '') }}{{ phase|default() }}"
- set_fact:
ud_asgn:
- "{{ module }}"
- - "{{ stack|default('') }}"
- - "{{ (country|default() != '')|ternary('c0', '') }}{{ country|default('') }}"
- - "{{ (phase|default() != '')|ternary('d0', '') }}{{ phase|default('') }}"
+ - "{{ stack|default() }}"
+ - "{{ country|default()|ternary('c0', '') }}{{ country|default() }}"
+ - "{{ phase|default()|ternary('d0', '') }}{{ phase|default() }}"
- set_fact:
lc_n:
- "{{ module }}"
- - "{{ stack|default('') }}"
- - "{{ (country|default() != '')|ternary('c0', '') }}{{ country|default('') }}"
- - "{{ (phase|default() != '')|ternary('d0', '') }}{{ phase|default('') }}"
+ - "{{ stack|default() }}"
+ - "{{ country|default()|ternary('c0', '') }}{{ country|default() }}"
+ - "{{ phase|default()|ternary('d0', '') }}{{ phase|default() }}"
- "{{ version }}"
- name: assemble user data