ikscream / ansible-role-helm

Ansible role for installing helm on linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-role-helm

Ansible role for installing helm on linux

  1. Create role reference in your requirements.yml file:
- name: ansible-role-helm
  src: https://github.com/ikscream/ansible-role-helm.git
  version: main
  1. Install remote role with ansible-galaxy:
ansible-galaxy install -r requirements.yml
  1. Use role inside playbook:
- hosts: localhost
  become: true
  gather_facts: no
  roles:
    - ansible-role-helm

About

Ansible role for installing helm on linux

License:GNU General Public License v3.0