feat: Optionally Install KubeVirt

!35
This commit is contained in:
2024-03-12 23:42:29 +09:30
parent aca7e557a6
commit c7a5c7c7e3
8 changed files with 7707 additions and 1 deletions

View File

@ -62,3 +62,17 @@
kubernetes_installed | default(false) | bool
tags:
- always
- name: Kubevert
ansible.builtin.include_tasks:
file: kubevirt/main.yaml
apply:
tags:
- always
when: >
kubernetes_installed | default(false) | bool
and
nfc_role_kubernetes_install_kubevirt
tags:
- always