particledecay.asdf

galaxy-asdf

An Ansible Galaxy role for installing asdf version manager.

Installation

Simply install via Ansible Galaxy:

ansible-galaxy install particledecay.asdf

Usage

Include the role in your playbook and pass some vars:

- name: Install binaries
  include_role:
    name: particledecay.asdf
  vars:
    asdf_plugins:
      - name: kubectl
        versions:
          - "1.16.0"
        global: "1.16.0"
      - name: helm
        versions:
          - "2.14.3"
          - "3.0.0-beta.3"
        global: "2.14.3"

You may also include a custom repository for a plugin not in the official plugins list:

- name: rke
  repository: "https://github.com/particledecay/asdf-rke.git"
  versions:
    - "v0.1.19"
  global: "v0.1.19"
About

Installing asdf and asdf plugins on Linux or MacOS

Install
ansible-galaxy install particledecay.asdf
GitHub repository
License
Unknown
Downloads
418