Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 935 Bytes

README.md

File metadata and controls

43 lines (35 loc) · 935 Bytes

Anyenv

Install anyenv.

Anyenv is installed and configured (only bash is currently supported) in the home directory of the user used by ansible. Use become and become_user to changed the target user (see example below).

Requirements

See meta/main.yml.

Role Variables

See defaults/main.yml.

Dependencies

Depends on git being available in the target host.

Example Playbook

- name: Install anyenv
  hosts: all
  roles:
    - role: anyenv
      become: yes
      become_user: vagrant

TODO

  • Install plugins
  • Install **envs

License

Released under the MIT license.

Author Information

Luis Gracia while at The Rockefeller University:

  • lgracia [at] rockefeller.edu
  • GitHub at luisico