Ansible role to manage bindep
Go to file
Paul Belanger dd76341f47
Update bindep.txt to make jobs pass again
Also, disable ssh host key checking until we can update JJB properly.

Change-Id: I10f6e7270df41ba4d1bd70d49427bf0f0464f688
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-05-22 18:31:01 -04:00
defaults Initial commit 2016-09-12 09:39:08 -04:00
doc/source Initial commit 2016-09-12 09:39:08 -04:00
meta Initial commit 2016-09-12 09:39:08 -04:00
tasks Initial commit 2016-09-12 09:39:08 -04:00
tests Update bindep.txt to make jobs pass again 2017-05-22 18:31:01 -04:00
vars Initial commit 2016-09-12 09:39:08 -04:00
.gitignore Initial commit 2016-09-12 09:39:08 -04:00
.gitreview Added .gitreview 2016-09-12 09:07:51 +00:00
LICENSE Initial commit 2016-09-12 09:39:08 -04:00
README.rst Initial commit 2016-09-12 09:39:08 -04:00
bindep.txt Update bindep.txt to make jobs pass again 2017-05-22 18:31:01 -04:00
requirements.txt Initial commit 2016-09-12 09:39:08 -04:00
setup.cfg Initial commit 2016-09-12 09:39:08 -04:00
setup.py Initial commit 2016-09-12 09:39:08 -04:00
test-requirements.txt Initial commit 2016-09-12 09:39:08 -04:00
tox.ini Initial commit 2016-09-12 09:39:08 -04:00

README.rst

ansible-role-bindep

Ansible role to manage 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

- name: Install bindep
  hosts: nodepool
  roles:
    - ansible-role-bindep