agucova / ansible-asdf

Ansible role for installing ASDF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

markosamuli.asdf

Ansible Quality Score Ansible Role GitHub release License

Branch Travis Builds Code Quality
master Build Status Build Status
develop Build Status Build Status

Ansible role for installing asdf version manager for the current user.

Don't use this role on production servers as it supports installing asdf only under user home directory.

Role Variables

Set asdf_init_shell to false if you're for example managing your shell rc files using your own .dotfiles repository.

# Configure shell rc files
asdf_init_shell: true

Installing plugins and packages

Plugin and package installation and configuration is based on cimon-io.asdf Ansible role.

asdf_plugins:
  - name: "terraform"    # a plugin name
    repository: ""       # a plugin repository, optional
    versions:            # a list of the package versions to install
      - "0.11.14"
    global: "0.11.14"    # set as a global version, optional

Updating versions

Run the following scripts to get latest releases from GitHub and update them in role defaults.

Update asdf release:

make update

License

Author Information

About

Ansible role for installing ASDF

License:MIT License


Languages

Language:Shell 69.8%Language:Dockerfile 24.5%Language:Makefile 5.1%Language:JavaScript 0.6%