devtools

nephelaiio.devtools

Build Status Ansible Galaxy

An ansible role to install and configure devtools

Role Variables

devtools_packages:
  - build-essential

The list of packages to manage

devtools_packages_state:

The desired package state (i.e present/absent/latest)

Please refer to the defaults file for an up to date list of input parameters.

Example Playbook

- hosts: servers
  roles:
     - role: devtools

Testing

Please make sure your environment has docker installed in order to run role validation tests. Additional python dependencies are listed in the requirements file

Role is tested against the following distributions (docker images):

  • Ubuntu Xenial
  • CentOS 7
  • Debian Stretch
  • Arch Linux

You can test the role directly from sources using command molecule test

License

This project is licensed under the terms of the MIT License

About

An Ansible role to install and configure base development tools

Install
ansible-galaxy install nephelaiio/ansible-role-devtools
GitHub repository
License
mit
Downloads
29146