Skip to content

Ansible role for packages required for compiling C software from source.

License

Notifications You must be signed in to change notification settings

kun432/ansible-role-build-essential

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-build-essentialBuild Status

Ansible role which installs packages required for compiling C software from source.

This is a fork of Ansibles/build-essential. The upstream seems not updated very often, so I forked.

Usage

Install from ansible-galaxy

$ ansible-galaxy install -p . kun432.build-essential

or from github.

$ git clone https://github.com/kun432/ansible-role-build-essential.git kun432.build-essential

Create a playbook(ex.localhost.yml) and a inventory(ex.hosts) in same directory you install role.

hosts
localhost
localhost.yml
- hosts: localhost
  connection: local
  sudo: yes
  roles:
    - kun432.build-essential

Run.

$ ansible-playbook -i hosts localhost.yml

Requirements & Dependencies

  • Tested on Ansible 1.6.6.
  • Tested for the following OS:
  • Debian 7.0 (wheezy)
  • Ubuntu 10.04
  • Ubuntu 12.04.4
  • Ubuntu 14.04
  • CentOS 5.8
  • CentOS 6.5
  • CentOS 7.0
  • Fedora 19
  • Fedora 20
  • OpenSUSE 13.1
  • FreeBSD 10

Variables

None,

License

Licensed under the MIT License.

Contribute

Feedback, Tests, bug-reports and requests are always welcome!

About

Ansible role for packages required for compiling C software from source.

Resources

License

Stars

Watchers

Forks

Packages

No packages published