Ansible role to manage diskimage-builder
Go to file
Paul Belanger 335f22c6ac
Remove epel-release / python-pip from role
These are dependencies our role requires. As such, they should be
installed by the user.

Change-Id: I6039ac5e8483084c08fb98adc0ae855af35da0e4
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-09-03 22:28:22 -04:00
defaults Add diskimage_builder_pip_virtualenv 2016-08-31 14:11:35 -04: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 Remove epel-release / python-pip from role 2016-09-03 22:28:22 -04:00
tests Fix path issue with roles_path 2016-08-12 20:45:02 -04:00
vars Remove epel-release / python-pip from role 2016-09-03 22:28:22 -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 Remove epel-release / python-pip from role 2016-09-03 22:28:22 -04:00
bindep.txt Remove epel-release / python-pip from role 2016-09-03 22:28:22 -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

See bindep.txt for role dependencies.

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