An Ansible deployment to validate ansible roles for Continuous Integration.
Go to file
Paul Belanger c548ce678b Just disable hostkey checking everywhere
For testing, don't both with hostkey checking. We know ansible does the
right thing is proper ssh host keys are installed.

Change-Id: Ic6dfa63247741f904516897e9d27a2b57a4c2d7e
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-03-28 11:04:55 -04:00
.zuul.d Move files into windmill-config 2019-03-04 23:35:05 -05:00
doc/source Initial commit 2016-01-29 14:57:10 -05:00
playbooks Multi ansible support for zuul-executor 2019-03-23 19:06:16 -04:00
tests Just disable hostkey checking everywhere 2019-03-28 11:04:55 -04:00
tools Install roles into ~/.ansible/roles 2019-02-27 21:29:44 -05:00
.gitignore Update gitignore 2018-04-11 20:59:44 -04:00
.gitreview Added .gitreview 2016-01-29 17:33:15 +00:00
.yamllint Add yamllint to tox -elinters 2018-12-12 20:59:38 -05: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 Use separate venv for bindep 2018-05-11 20:12:16 -04:00
requirements.txt Create ansible virtualenv on bastion 2019-03-04 13:57:22 -05:00
setup.cfg Change openstack-dev to openstack-discuss 2018-12-04 12:43:49 +00:00
setup.py Initial commit 2016-01-29 14:57:10 -05:00
test-requirements.txt Add yamllint to tox -elinters 2018-12-12 20:59:38 -05:00
tox.ini Ignore ansible-lint 405 rule 2019-01-04 18:10:28 -05: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.