Skip to content

Commit

Permalink
Including playbooks for Kube config and OpenEBS
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Jan 2, 2025
1 parent 4127098 commit 2b624d6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,11 @@
- name: Install Kubernetes
become: true
ansible.builtin.import_playbook: kubernetes_sigs.kubespray.cluster
tags: kubernetes

- name: Copy .kube/config
become: true
ansible.builtin.import_playbook: kube-config.yml

- name: Configure OpenEBS
become: true
ansible.builtin.import_playbook: openebs.yml

0 comments on commit 2b624d6

Please sign in to comment.