![Paul Belanger](/assets/img/avatar_default.png)
Change-Id: Ie2cb15dd801f72be9786a4910d49a8e88a523a68 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
44 lines
841 B
ReStructuredText
44 lines
841 B
ReStructuredText
===================
|
|
ansible-role-bindep
|
|
===================
|
|
|
|
Ansible role to manage Bindep
|
|
|
|
* License: Apache License, Version 2.0
|
|
* Documentation: https://ansible-role-bindep.readthedocs.org
|
|
* Source: https://git.openstack.org/cgit/openstack/ansible-role-bindep
|
|
* Bugs: https://bugs.launchpad.net/ansible-role-bindep
|
|
|
|
Description
|
|
-----------
|
|
|
|
Bindep is a tool for checking the presence of binary packages needed to use an
|
|
application / library.
|
|
|
|
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
|
|
----------------
|
|
|
|
.. code-block:: yaml
|
|
|
|
- name: Install bindep
|
|
hosts: nodepool
|
|
roles:
|
|
- ansible-role-bindep
|