refactor: use kubernetes_config for cluster config

!5
This commit is contained in:
2023-11-02 15:54:47 +09:30
parent ba59dd3057
commit 4d9f9dcdff
3 changed files with 16 additions and 24 deletions

View File

@ -1,11 +1,4 @@
---
- name: Wireguard Cluster Encryption
ansible.builtin.include_tasks:
file: k3s/wireguard.yaml
when: >
not kubernetes_installed_encryption | default(false) | bool
- name: Install Software
ansible.builtin.include_role:
name: nfc_common