Skip to content

Commit

Permalink
Add infrastructure/kubernetes-dashboard play (#389)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Mar 12, 2024
1 parent 6117035 commit a7f3d77
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ mock_modules:
- community.docker.docker_container_info
- community.docker.docker_prune
- community.docker.docker_volume
- kubernetes.core.helm
mock_roles:
- containerd
- k3s_agent
Expand Down
1 change: 1 addition & 0 deletions playbooks/infrastructure-kubernetes-dashboard.yml
13 changes: 13 additions & 0 deletions playbooks/infrastructure/kubernetes-dashboard.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
- name: Apply kubernetes_dashboard role
hosts: localhost
connection: local

tasks:
- name: Deploy kubernetes-dashboard helm chart
kubernetes.core.helm:
release_name: kubernetes-dashboard
chart_ref: kubernetes-dashboard/kubernetes-dashboard
release_namespace: kubernetes-dashboard
create_namespace: true
wait: true

0 comments on commit a7f3d77

Please sign in to comment.