Skip to content

An Ansible script that provides a Ruby development environment.

License

Notifications You must be signed in to change notification settings

darioghilardi/ribeira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ribeira - Ansible script for Ruby development

An Ansible script that provides a Ruby development environment.

How to

Change ip address of the machine to static. Then use the following commands on the machine to refresh the network configuration.

ifdown eth1
ifup eth1

Add the static ip in your hosts file with a comfortable alias.

Add a zsh alias to connect quickly.

Rename playbook.yml.example to playbook.yml and change the user home folder of your machine.

Remove the roles you don't want to install from the playbook.yml.

Rename hosts.example to hosts and add the correct values.

Launch the provisioning with ansible-playbook -i hosts playbook.yml.

About

An Ansible script that provides a Ruby development environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published