Ansible role to manage diskimage-builder
Go to file
Paul Belanger dd9930f965 Cap ansible<2.0
Currently, ansible-lint is failing and will need to be updated to
support 2.0. Additionally, we need to validate our role works
correctly with 2.0.

Change-Id: I290e65819ef8587c949df514d044b48333a10125
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-01-12 12:31:03 -05:00
defaults Expose pip_extra_vars to the user 2015-12-01 14:11:14 -05:00
doc/source Add tox support 2015-12-01 11:46:36 -05:00
meta Update documentation 2015-12-01 11:49:10 -05:00
tasks Expose pip_extra_vars to the user 2015-12-01 14:11:14 -05:00
tests Use SSH for functional tests 2015-12-14 14:39:05 -05:00
vars Add missing LICENSE headers 2015-12-01 12:32:08 -05: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
requirements.txt Cap ansible<2.0 2016-01-12 12:31:03 -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 Switch to testenv:functional 2015-12-18 15:24:51 -05: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