Skip to content

Commit c77a089

Browse files
committed
fixing addr_gen_mode for earlier ansible versions
1 parent 23c50c4 commit c77a089

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tasks/deploy_bastion_ipi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@
237237
conn_name: provisioning
238238
ip4: 172.22.0.1/24
239239
gw4: 172.22.0.254
240+
addr_gen_mode6: eui64
240241
state: present
241242
when: ocp4_aio_deploy_type == "ipi"
242243

@@ -256,6 +257,7 @@
256257
conn_name: baremetal
257258
ip4: 192.168.123.100/24
258259
gw4: 192.168.123.1
260+
addr_gen_mode6: eui64
259261
state: present
260262
when: ocp4_aio_deploy_type == "ipi"
261263

0 commit comments

Comments
 (0)