Successful deployment
This commit is contained in:
parent
237e337430
commit
878ddec55f
@ -161,12 +161,12 @@
|
||||
command: "virsh reset {{ item }}"
|
||||
loop: "{{ libvirt_guests }}"
|
||||
|
||||
- name: Wait for manual tasks
|
||||
- name: Wait for manual tasks
|
||||
hosts: localhost
|
||||
tasks:
|
||||
- name: Trust SSH identities
|
||||
- name: Trust SSH identities
|
||||
pause:
|
||||
prompt: "Press Enter to continue..."
|
||||
prompt: "Press Enter to continue..."
|
||||
|
||||
- name: Initialize virtual machines
|
||||
hosts:
|
||||
@ -224,6 +224,7 @@
|
||||
|
||||
- name: Alpha Cluster
|
||||
hosts:
|
||||
- alpha-control-plane
|
||||
- alpha-worker-13
|
||||
- alpha-worker-14
|
||||
- alpha-worker-15
|
||||
@ -239,7 +240,7 @@
|
||||
tasks:
|
||||
- name: Deploy NFS Provisioner
|
||||
kubernetes.core.helm:
|
||||
name: nfs-subdir-external-provisioner
|
||||
name: r720-nfs-subdir-external-provisioner
|
||||
chart_ref: nfs-subdir-external-provisioner/nfs-subdir-external-provisioner
|
||||
release_namespace: r720-nfs-provisioner
|
||||
create_namespace: true
|
||||
|
Loading…
Reference in New Issue
Block a user