Kevin Carter cc7ff9855f Updated for a couple nits
This makes a few updates to clean up the new repo-build role.

Change-Id: Ie87ea568157ce83aa67bc2115d3bcdd23784d951
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2015-10-22 23:33:19 +00:00

345 B

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" ] }