Ansible role to manage diskimage-builder
Go to file
Paul Belanger 0ed7f22fdd Create diskimage_builder_pip_virtualenv_symlink variable
Expose the ability for a user to create a symlink to a diskimage-builder
virtualenv, this is usually needed when you start trying to version
different virtualenv installs.

Change-Id: I4bc65ffd38c7e37dc0f8a4de0b688f0a94d43e37
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2020-01-16 11:06:26 -05:00
defaults Create diskimage_builder_pip_virtualenv_symlink variable 2020-01-16 11:06:26 -05:00
doc/source Add tox support 2015-12-01 11:46:36 -05:00
meta Bump minimal version of ansible to 2.4.0 2018-04-19 14:15:16 -04:00
tasks Create diskimage_builder_pip_virtualenv_symlink variable 2020-01-16 11:06:26 -05:00
tests OpenDev Migration Patch 2019-04-19 19:52:08 +00:00
vars Add missing runtime dependencies 2016-12-30 20:47:36 -05:00
.gitignore Add tox support 2015-12-01 11:46:36 -05:00
.gitreview OpenDev Migration Patch 2019-04-19 19:52:08 +00:00
.zuul.yaml OpenDev Migration Patch 2019-04-19 19:52:08 +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 Add yum-utils dependency for yumdownloader 2016-12-12 18:51:57 -05:00
requirements.txt Bump minimal version of ansible to 2.4.0 2018-04-19 14:15:16 -04:00
setup.cfg Change openstack-dev to openstack-discuss 2018-12-03 21:59:24 -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 Limit linters to current working directory 2018-04-26 14:51:09 -04: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