Install & configure ruby; install extra gems.
ansible-galaxy install dotstrap.ruby
A system package manager.
See default variables & variables.
None.
Using all the default variables:
- hosts: servers
roles:
- role: dotstrap.ruby
Overriding some of the default variables:
- hosts: servers
roles:
- role: dotstrap.ruby
install_state: latest
configuration_state: present
gem_home: "{{ ansible_user_dir }}/.gem"
gems:
- thor
- yard
- travis
Warning: This role modifies your default shell configuration file, eg.
~/.bash_profile
, ~/.zshrc
or ~/.config/fish/config.fish
.
MIT