RETIRED, Role repo_server for OpenStack-Ansible
Go to file
Jenkins 852de167a6 Merge "Install packages necessary to build Python wheels" 2016-03-16 17:13:59 +00:00
defaults Merge "Install packages necessary to build Python wheels" 2016-03-16 17:13:59 +00:00
doc Implement base configuration for independent repository 2016-03-01 15:02:10 -06:00
meta Updated the repo-build process 2015-10-22 20:04:27 +00:00
tasks Merge "Install packages necessary to build Python wheels" 2016-03-16 17:13:59 +00:00
templates Install packages necessary to build Python wheels 2016-03-15 17:32:51 +00:00
tests Enable role convergence testing against a repo_server 2016-03-08 13:16:27 -05:00
.gitignore Implement base configuration for independent repository 2016-03-01 15:02:10 -06:00
.gitreview Implement base configuration for independent repository 2016-03-01 15:02:10 -06:00
CONTRIBUTING.rst Implement base configuration for independent repository 2016-03-01 15:02:10 -06:00
LICENSE Implement base configuration for independent repository 2016-03-01 15:02:10 -06:00
README.rst Updated for a couple nits 2015-10-22 23:33:19 +00:00
other-requirements.txt Add curl to bindep requirements 2016-03-04 19:25:21 +00:00
run_tests.sh Implement base configuration for independent repository 2016-03-01 15:02:10 -06:00
setup.cfg Implement base configuration for independent repository 2016-03-01 15:02:10 -06:00
setup.py Implement base configuration for independent repository 2016-03-01 15:02:10 -06:00
test-requirements.txt pin version of ansible-lint we use for testing 2016-03-15 15:41:52 +00:00
tox.ini Enable role convergence testing against a repo_server 2016-03-08 13:16:27 -05:00

README.rst

OpenStack repo build

tags

openstack, repo, build, cloud, ansible

category

*nix

Role to deploy a repository build for both python packages and git sources.

- name: Setup repo builds
  hosts: repo_all
  user: root
  roles:
    - { role: "repo_build", tags: [ "repo-build" ] }