redbeard28.ruby

ANSIBLE-ROLE-RUBY

=================

This is an Ansible role for installing the Ruby programming language.

How to Use This Role

To use this role, include it in your playbook.

You can install this Galaxy role with the following command:

ansible-galaxy install -r requirements.yml 

In your requirements.yml, add the following:

# This fetches from GitHub, specifying a name and a specific version
- src: git+https://github.com/redbeard28/ansible-role-ruby.git
  version: master
  name: ansible-role-ruby

Alternatively, you can use:

- src: redbeard28.ruby

For more information, check the Ansible Docs.

Requirements

  • Ansible version 2.9 or higher.

Role Variables

---
# There are no specific variables required for this role.

Dependencies

  • The role redbeard28.bootstrap is required.

Example Playbook

Here’s an example of how to use this role, including variable parameters:

- hosts: all
  roles:
     - { role: redbeard28.ruby, tags: mytags }

Molecule Testing Framework

You can use Molecule to test this role. Here are some commands you might use:

image=debian tag="buster" molecule converge 
image=debian tag="buster" molecule verify 

Author Information

This role was created by Jeremie CUADRADO from Redbeard-Consulting. You can reach out via email: [email protected].

Informazioni sul progetto

Ansible role install Ruby language

Installa
ansible-galaxy install redbeard28.ruby
Licenza
Unknown
Download
74
Proprietario