feat(kubevirt): install virtctl plugin

!35
This commit is contained in:
2024-03-13 00:59:55 +09:30
parent 2ec8fe814c
commit 9d5a078320
5 changed files with 51 additions and 9 deletions

View File

@ -158,11 +158,6 @@
not nfc_role_kubernetes_worker | default(false) | bool
- name: Check Machine Architecture
ansible.builtin.set_fact:
nfc_kubernetes_install_architectures: "{{ nfc_kubernetes_install_architectures | default({}) | combine({ansible_architecture: ''}) }}"
- name: Download Install Scripts
ansible.builtin.uri:
url: "{{ item.url }}"
@ -541,4 +536,3 @@
kubernetes_installed: true
# Clear Token as no llonger required and due to being a sensitive value
k3s_join_token: null
nfc_kubernetes_install_architectures: {}

View File

@ -127,7 +127,7 @@
owner: root
group: 'root'
become: true
when: inventory_hostname in groups['kubernetes_master']
when: nfc_role_kubernetes_master
- name: Setup Automagic Host Endpoints