Skip to content

Commit

Permalink
Install k9
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Dec 17, 2024
1 parent dc6690e commit 45b3f8f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions inventory/test/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ docker_install_compose: true
docker_install_compose_plugin: true

use_helm: true
use_k9: true
use_kbcli: true
use_krew: true
kubectl_ver: v1.29.3
Expand Down
7 changes: 7 additions & 0 deletions provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@
ansible.builtin.include_role:
name: bbaassssiiee.kubeblocks

- name: Install k9
when:
- use_k9 is defined
- use_k9 | bool
ansible.builtin.include_role:
name: andrewrothstein.k9

- name: Install OpenTofu
when:
- use_opentofu is defined
Expand Down
2 changes: 2 additions & 0 deletions roles/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
roles:
- src: andrewrothstein.k9
version: v2.1.13
- src: andrewrothstein.krew
version: v1.2.0
- src: andrewrothstein.kubernetes_helm
Expand Down

0 comments on commit 45b3f8f

Please sign in to comment.