File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 422
422
- name : Remove workers from install-config if compact
423
423
ansible.builtin.command :
424
424
cmd : sed -i '/{{ item }}/,+8d' /root/lab/install-config.yaml
425
- warn : false
426
425
loop :
427
426
- " worker1"
428
427
- " worker2"
432
431
- name : Remove worker3 from install-config if ocp4_aio_ocp_workers is 2
433
432
ansible.builtin.command :
434
433
cmd : sed -i '/worker3/,+8d' /root/lab/install-config.yaml
435
- warn : false
436
434
when :
437
435
- not ocp4_aio_deploy_ocs
438
436
- not ocp4_aio_deploy_compact
441
439
- name : Remove worker2 from install-config if ocp4_aio_ocp_workers is 1
442
440
ansible.builtin.command :
443
441
cmd : sed -i '/{{ item }}/,+8d' /root/lab/install-config.yaml
444
- warn : false
445
442
loop :
446
443
- " worker2"
447
444
- " worker3"
Original file line number Diff line number Diff line change 432
432
- name : Remove workers from install-config if compact
433
433
ansible.builtin.command :
434
434
cmd : sed -i '/{{ item }}/,+8d' /root/lab/install-config.yaml
435
- warn : false
436
435
loop :
437
436
- " worker1"
438
437
- " worker2"
442
441
- name : Remove worker3 from install-config if ocp4_aio_ocp_workers is 2
443
442
ansible.builtin.command :
444
443
cmd : sed -i '/worker3/,+8d' /root/lab/install-config.yaml
445
- warn : false
446
444
when :
447
445
- not ocp4_aio_deploy_ocs
448
446
- not ocp4_aio_deploy_compact
451
449
- name : Remove worker2 from install-config if ocp4_aio_ocp_workers is 1
452
450
ansible.builtin.command :
453
451
cmd : sed -i '/{{ item }}/,+8d' /root/lab/install-config.yaml
454
- warn : false
455
452
loop :
456
453
- " worker2"
457
454
- " worker3"
Original file line number Diff line number Diff line change 409
409
- name : Remove workers from install-config if compact
410
410
ansible.builtin.command :
411
411
cmd : sed -i '/{{ item }}/,+8d' /root/lab/install-config.yaml
412
- warn : false
413
412
loop :
414
413
- " worker1"
415
414
- " worker2"
419
418
- name : Remove worker3 from install-config if ocp4_aio_ocp_workers is 2
420
419
ansible.builtin.command :
421
420
cmd : sed -i '/worker3/,+8d' /root/lab/install-config.yaml
422
- warn : false
423
421
when :
424
422
- not ocp4_aio_deploy_ocs
425
423
- not ocp4_aio_deploy_compact
428
426
- name : Remove worker2 from install-config if ocp4_aio_ocp_workers is 1
429
427
ansible.builtin.command :
430
428
cmd : sed -i '/{{ item }}/,+8d' /root/lab/install-config.yaml
431
- warn : false
432
429
loop :
433
430
- " worker2"
434
431
- " worker3"
You can’t perform that action at this time.
0 commit comments