suzuki-shunsuke.rbenv

ansible-rbenv

État de construction

Rôle Ansible pour installer rbenv et ruby-build.

https://galaxy.ansible.com/suzuki-shunsuke/rbenv/

Exigences

  • git

Variables du rôle

nom requis par défaut description
rbenv_root non $RBENV_ROOT >> $HOME/.rbenv
rbenv_repo non https://github.com/rbenv/rbenv
rbenv_version non HEAD
rbenv_update non oui
rbenv_is_dependencies_installed non non Par défaut, les dépendances de construction ne sont pas installées
rbenv_rc_path non "NE PAS AJOUTER" Par défaut, la configuration n'est pas ajoutée
rbenv_darwin_build_dependencies non voir defaults/main.yml Si rbenv_is_dependencies_installed est "non", ceci est ignoré
rbenv_redhat_build_dependencies non voir defaults/main.yml Si rbenv_is_dependencies_installed est "non", ceci est ignoré
rbenv_debian_build_dependencies non voir defaults/main.yml Si rbenv_is_dependencies_installed est "non", ceci est ignoré

Pour les dépendances de construction, voir aussi ici.

Dépendances

Rien.

Exemple de Playbook

- hosts: serveurs
  roles:
  - role: suzuki-shunsuke.rbenv
    rbenv_version: v1.1.1
    rbenv_update: non
    rbenv_root: "{{ ansible_env.HOME }}/.ghq/github.com/rbenv/rbenv"
    rbenv_is_dependencies_installed: oui
    rbenv_rc_path: "{{ ansible_env.HOME }}/.bashrc"
    rbenv_darwin_build_dependencies:
    - readline

Journal des modifications

Voir CHANGELOG.

Voir aussi

Licence

MIT

À propos du projet

Install rbenv and ruby-build.

Installer
ansible-galaxy install suzuki-shunsuke.rbenv
Licence
mit
Téléchargements
4.6k
Propriétaire
Platform Engineer / OSS Developer / Go