Go to file
Kevin Carter b3110a67e5 Removed sshd_config file
This file is an oversight and should not be here. The file is adding the
option "UseDNS no" to the base config and while this is an option that
could be set, this is not something that this role needs or should be
doing.  This issue was pointed out in the course of Bug: #1549379 being
worked on.

Change-Id: I4c184b0967d67e431b5b4e33172522c49459a3eb
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-03-02 04:20:17 +00:00
2015-12-09 09:25:37 -06:00
2016-03-02 04:20:17 +00:00
2015-12-09 09:25:37 -06:00
2015-12-09 09:25:37 -06:00
2016-03-02 04:20:17 +00:00
2015-12-09 09:25:37 -06:00
2015-12-10 20:47:45 -06:00
2015-12-09 09:25:37 -06:00
2015-12-09 09:25:37 -06:00
2015-12-09 09:25:37 -06:00
2015-12-09 09:25:37 -06:00
2015-12-09 09:25:37 -06:00
2015-12-09 09:25:37 -06:00

OpenStack repo server

tags

openstack, repo, server, cloud, ansible

category

*nix

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

- name: Setup repo servers
  hosts: repo_all
  user: root
  roles:
    - { role: "repo_server", tags: [ "repo-server" ] }
  vars:
    memcached_servers: 127.0.0.1:11211
    memcached_encryption_key: secrete
Description
Role repo_server for OpenStack-Ansible
Readme 4.3 MiB
Languages
Python 100%