Ansible job definitions for Zuul
Go to file
Paul Belanger c267740024
Remove check_sudo_usage logic from tox
This doesn't make much sense in an ansible only world. There is my
ways today to block sudo or check if sudo failed with ansible. No need
to include our custom bash script for this check.

If a job wants sudo, they can either not use the revoke-sudo role or
write another job.

Change-Id: I267541a813b5ff6e7301f50421af46a0db33304d
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-07-18 17:35:42 -04:00
doc/source Enhance sphinx plugin 2017-06-12 10:42:15 -07:00
playbooks Ensure we load roles for linting 2017-07-17 16:50:06 -04:00
roles Remove check_sudo_usage logic from tox 2017-07-18 17:35:42 -04:00
tests Include ansible-playbook syntax-check for tox pep8 2017-07-17 16:53:55 -04:00
zuul_sphinx Enhance sphinx plugin 2017-06-12 10:42:15 -07:00
.gitignore Add Sphinx module for Zuul jobs 2017-06-09 09:03:15 -07:00
.gitreview Added .gitreview 2017-05-24 19:48:52 +00:00
LICENSE Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
README.rst Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
bindep.txt Port in tox jobs from openstack-zuul-jobs 2017-07-06 11:18:47 -05:00
setup.cfg Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
setup.py Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
test-requirements.txt Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
tox.ini Rename pep8 to linters for tox 2017-07-17 16:54:29 -04:00
zuul.yaml Create tox_environment to allow users access to shell variables 2017-07-17 09:09:43 -04:00

README.rst

Zuul Jobs

This repo contains a set of Zuul jobs and Ansible roles suitable for use by any Zuul system.