redbeard28.devtools
ANSIBLE ROLE DEVTOOLS
This Ansible role installs development tools like build-essential
(which includes make
, gcc
, and libssl-dev
/openssl-dev
).
How to Use This Role?
You need to include this role in a playbook.
To install this Galaxy role, run:
ansible-galaxy install -r requirements.yml
In your requirements.yml
, add the following:
# From GitHub, overriding the name and specifying a specific tag
- src: redbeard28.devtools
For more information, check the Ansible Documentation.
Requirements
- Ansible version 2.9 or higher.
Role Variables
---
# Here you can put role variables.
Dependencies
- None
Example Playbook
Here’s an example of how to use this role, including variables:
- hosts: all
roles:
- { role: redbeard28.devtools, tags: mytags }
Molecule Testing Framework
You can use Molecule to test this role. Run these commands:
image=debian tag="buster" molecule converge
image=debian tag="buster" molecule verify
Author Information
Jeremie CUADRADO ¹ from Redbeard-Consulting.
Informazioni sul progetto
Ansible role install dev tools like build-essential (make, gcc, libssl-dev or Openssl-dev)
Installa
ansible-galaxy install redbeard28.devtools
Licenza
Unknown
Download
629
Proprietario