refactor(k3s): enhance cluster setup and enable ArgoCD apps
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
5
roles/kubernets_argo_apps/tasks/main.yml
Normal file
5
roles/kubernets_argo_apps/tasks/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
- name: Install Argo Application
|
||||
ansible.builtin.include_tasks: ./install_argo_app.yml
|
||||
loop: argo_apps
|
||||
loop_control:
|
||||
loop_var: app
|
||||
Reference in New Issue
Block a user