feat: Add VFIO binding script and update playbook for enhanced virtualization support
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
|
||||
- name: CertManager | LetsEncrypt DNS-01 issuer
|
||||
ansible.builtin.include_tasks: issuers/dns-01.yml
|
||||
when: microk8s_certmgr_letsencrypt_dns01 is true
|
||||
when: microk8s_certmgr_letsencrypt_dns01
|
||||
|
||||
- name: CertManager | LetsEncrypt HTTP-01 issuer
|
||||
ansible.builtin.include_tasks: issuers/http-01.yml
|
||||
when: microk8s_certmgr_letsencrypt_http01 is true
|
||||
when: microk8s_certmgr_letsencrypt_http01
|
||||
|
||||
@@ -32,4 +32,8 @@
|
||||
state: present
|
||||
kubeconfig: "{{ k8s_kubeconfig }}"
|
||||
src: "{{ k8s_etc }}/k8s-certmanager-cloudns.yaml"
|
||||
wait: true
|
||||
|
||||
- name: CertManager | Sleep to allow webhook to be ready
|
||||
ansible.builtin.pause:
|
||||
seconds: 15
|
||||
when: microk8s_certmgr_letsencrypt_dns01
|
||||
|
||||
@@ -61,11 +61,6 @@
|
||||
- k8s::install
|
||||
- k8s::kubectl
|
||||
|
||||
- name: Setup LoadBalancer
|
||||
ansible.builtin.include_tasks: loadbalancer.yml
|
||||
tags:
|
||||
- k8s::loadbalancer
|
||||
|
||||
- name: Setup CertManager
|
||||
ansible.builtin.include_tasks: certmanager.yml
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user