aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/noheat/cluster-rke/ansible/roles/setup_helm/tasks/main.yml
blob: 94abf6ea816611bbe9d5198c64c40042a75711d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
- name: Setup helm
  include_tasks: helm.yml

- name: Setup chartmuseum
  include_tasks: cm.yml

- name: Add local Helm repository
  kubernetes.core.helm_repository:
    name: "local"
    repo_url: "http://127.0.0.1:{{ chartmuseum_port }}"
    state: present