Ansible role to manage diskimage-builder
Go to file
Gonéri Le Bouder 5cac95f27f DIB: install podman as dep
disk-imagebuild needs podman for the fedora-container element and
probably more.

Change-Id: I4577dc68300ac6aa357b355490d60bd5679603ce
2021-07-07 11:03:25 +02: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 DIB: install podman as dep 2021-07-07 11:03:25 +02:00
tests OpenDev Migration Patch 2019-04-19 19:52:08 +00:00
vars DIB: install podman as dep 2021-07-07 11:03:25 +02: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