We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a131a74 commit f818010Copy full SHA for f818010
1 file changed
create-infra.yml
@@ -103,6 +103,14 @@
103
apply:
104
delegate_to: "{{ cifmw_target_host | default('localhost') }}"
105
106
+ - name: Bootstrap nat64 if needed
107
+ when:
108
+ - cifmw_use_libvirt | default(false) | bool
109
+ - cifmw_use_nat64 | default(false) | bool
110
+ ansible.builtin.include_role:
111
+ name: reproducer
112
+ tasks_from: nat64_appliance
113
+
114
# This bootstraps the controller-0 node, and RedFish virtual BMC is
115
# spawned if cifmw_use_sushy_emulator is enabled.
116
- name: Bootstrap sushy-emulator (RedFish Virtual BMC) on controller-0
0 commit comments