colstrom / ansible-ruby

Ansible Role for Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-ruby

Ruby - A dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.

Platforms

Tunables

  • ruby_gems (list) - Gems to be installed

Dependencies

Example Playbook

- hosts: servers
  roles:
     - role: colstrom.ruby
       ruby_gems:
         - ezmq
         - rbnacl
         - robot_sweatshop
         - self_identity

License

MIT

Contributors

About

Ansible Role for Ruby

License:MIT License