Role repo_server for OpenStack-Ansible
Go to file
Jimmy McCrory b0836d3b22 Trim apt package list
Limit repo_apt_packages to a more minimally viable list of requirements
for deploying Nginx servers and syncing files between them.

Change-Id: I677c78473b7f0442f8c334cd59b8c676973f4535
Depends-On: I03d5c061ec506a9dc142ff55a50fb3ecb18c238f
Closes-Bug: #1550418
2016-03-16 07:40:44 +00:00
defaults Trim apt package list 2016-03-16 07:40:44 +00:00
doc [DOCS] Cleanup the role docs for consistency and clarity 2016-03-07 17:25:31 -05:00
files Removed sshd_config file 2016-03-02 04:20:17 +00:00
handlers first commit 2015-12-09 09:25:37 -06:00
meta Remove memcached_server dependency 2016-03-07 08:24:36 -08:00
tasks Trim apt package list 2016-03-16 07:40:44 +00:00
templates Trim apt package list 2016-03-16 07:40:44 +00:00
tests Remove memcached_server dependency 2016-03-07 08:24:36 -08:00
.gitreview updated repo pathing for new org 2015-12-10 20:47:45 -06:00
CONTRIBUTING.rst [DOCS] Cleanup the role docs for consistency and clarity 2016-03-07 17:25:31 -05:00
LICENSE first commit 2015-12-09 09:25:37 -06:00
README.rst [DOCS] Cleanup the role docs for consistency and clarity 2016-03-07 17:25:31 -05:00
other-requirements.txt Add curl to bindep requirements 2016-03-04 19:25:30 +00:00
run_tests.sh first commit 2015-12-09 09:25:37 -06:00
setup.cfg first commit 2015-12-09 09:25:37 -06:00
setup.py first commit 2015-12-09 09:25:37 -06:00
test-requirements.txt pin version of ansible-lint we use for testing 2016-03-15 15:42:19 +00:00
tox.ini Implement human readable logging for functional tests 2016-03-01 16:04:36 +00:00

README.rst

OpenStack-Ansible Repo Server

tags

openstack, repo, server, cloud, ansible

category

*nix

Ansible role that deploys a repository server for python packages and git sources.

- name: Setup repo servers
  hosts: repo_all
  user: root
  roles:
    - { role: "repo_server", tags: [ "repo-server" ] }