Skip to content

Commit

Permalink
fix(ansible): don't hardcode path in role (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
alee-x authored Sep 11, 2023
1 parent b8d20a5 commit 56397bc
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 0 deletions.
Empty file.
Empty file.
Empty file.
Empty file.
3 changes: 3 additions & 0 deletions ansible/roles/argocd_deploy/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---

# configure and populate vault
Empty file.
2 changes: 2 additions & 0 deletions ansible/roles/helm_install/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ k3s_server_environment:
- key: KUBECONFIG
value: '/etc/rancher/k3s/k3s.yaml'

helm_source_values_dir: "{{ role_path }}/files/helm-values/"

k3s_helm_install:
metallb:
install_name: 'metallb'
Expand Down

0 comments on commit 56397bc

Please sign in to comment.