An Ansible deployment to validate ansible roles for Continuous Integration.
Go to file
Paul Belanger bd142ffa4b
Add tox deploy job to validate bootstrap process
When a user tries windmill, they have a multiple options to actually
run ansible. However, we can atleast provide a basic way to bootstrap
a host and validate our playbooks and roles are in working order.

This could also be a simple way to try newer version of ansible, under
zuul gains the ability to support that.

Change-Id: I4e97b0f10437adf7a153148cc7fa5ae45e81d4de
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-04-03 11:08:35 -04:00
.zuul.d Add tox deploy job to validate bootstrap process 2018-04-03 11:08:35 -04:00
doc/source Initial commit 2016-01-29 14:57:10 -05:00
inventory Move inventory to top-level 2018-03-27 21:14:16 -04:00
playbooks Move inventory to top-level 2018-03-27 21:14:16 -04:00
tests Add tox deploy job to validate bootstrap process 2018-04-03 11:08:35 -04:00
tools Add tox deploy job to validate bootstrap process 2018-04-03 11:08:35 -04:00
.gitignore Add basic validation for zuul services 2016-08-30 14:27:29 -04:00
.gitreview Added .gitreview 2016-01-29 17:33:15 +00:00
LICENSE Add missing LICENSE file 2016-12-24 16:03:52 -05:00
README.rst Remove quickstart docs 2018-03-27 21:10:07 -04:00
bindep.txt Add python3 headers to bindep.txt 2017-10-30 09:47:29 -04:00
requirements.txt Add tox deploy job to validate bootstrap process 2018-04-03 11:08:35 -04:00
setup.cfg Initial commit 2016-01-29 14:57:10 -05:00
setup.py Initial commit 2016-01-29 14:57:10 -05:00
test-requirements.txt Rework directory strucuture 2016-02-15 11:31:44 -05:00
tox.ini Add tox deploy job to validate bootstrap process 2018-04-03 11:08:35 -04:00

README.rst

windmill

An Ansible deployment to validate ansible roles for Continuous Integration

Description

Windmill is a collection of Ansible playbooks and roles used to deploy Continuous Integration (CI) tools. It serves to be a functional test environment for our Ansible CI roles primarily, however it also provides an example deployment for users.