Ansible role to manage diskimage-builder
Go to file
Paul Belanger 6c7be31112 Build centos-minimal on debian hosts
We were missing the yum-utils package for yumdownloader.

Change-Id: If803f126a00bdca81d8e6061a929a8b9d65e751f
Depends-On: I9127bca54331d37b95a1ac9e560dea0dfe4a44f5
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-04-01 16:19:45 -04:00
defaults Simplify pip install options 2016-02-19 17:13:15 -05:00
doc/source Add tox support 2015-12-01 11:46:36 -05:00
meta Add support for ansible 2.0 2016-01-28 14:40:27 -05:00
tasks More consistent package name 2016-03-08 10:30:22 -05:00
tests Reduce usage of becomes for testing 2016-03-01 15:57:48 -05:00
vars Build centos-minimal on debian hosts 2016-04-01 16:19:45 -04:00
.gitignore Add tox support 2015-12-01 11:46:36 -05:00
.gitreview Prepare for the gate 2015-12-10 18:50:27 +00:00
LICENSE Initial commit 2015-09-14 20:51:27 -04:00
README.rst Update documentation 2015-12-01 11:49:10 -05:00
other-requirements.txt Remove curl dependency 2016-03-28 10:28:39 -04:00
requirements.txt Add support for ansible 2.0 2016-01-28 14:40:27 -05:00
setup.cfg Add tox support 2015-12-01 11:46:36 -05:00
setup.py Add tox support 2015-12-01 11:46:36 -05:00
test-requirements.txt Add tox support 2015-12-01 11:46:36 -05:00
tox.ini Move all lints tests to consolidated 'linters' tox environment 2016-02-08 16:38:07 +00:00

README.rst

ansible-role-diskimage-builder

Ansible role to manage Diskimage Builder

Description

Diskimage builder is a tool for building disk images, file system images and ramdisk images.

Requirements

Packages

Package repository index files should be up to date before using this role, we do not manage them.

Role Variables

Dependencies

Example Playbook

- name: Install diskimage-builder
  hosts: nodepool
  roles:
    - ansible-role-diskimage-builder