baztian.asdf

Role Name

CI

This role downloads, installs, and sets up asdf.

If you prefer not to install plugins and versions in /opt/asdf..., set asdf_shared_user_approach to no to install them in the user's home directory instead.

The way plugins and applications are installed and configured is based on the cimon-io.asdf Ansible role.

Example Playbook

- hosts: servers
  become: yes
  roles:
     - role: baztian.asdf
       vars:
        asdf_plugins:
          - name: terraform
            versions:
              - 0.12.26
              - 0.14.2
            global: 0.14.2
          - name: yarn
            versions:
              - 1.22.10

License

MIT

Informazioni sul progetto

Role for installing asdf

Installa
ansible-galaxy install baztian.asdf
Licenza
mit
Download
2.4k
Proprietario