Role repo_server for OpenStack-Ansible
Go to file
Kevin Carter 725222afee
first commit
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2015-12-09 09:25:37 -06:00
defaults first commit 2015-12-09 09:25:37 -06:00
doc first commit 2015-12-09 09:25:37 -06:00
files first commit 2015-12-09 09:25:37 -06:00
handlers first commit 2015-12-09 09:25:37 -06:00
meta first commit 2015-12-09 09:25:37 -06:00
tasks first commit 2015-12-09 09:25:37 -06:00
templates first commit 2015-12-09 09:25:37 -06:00
tests first commit 2015-12-09 09:25:37 -06:00
CONTRIBUTING.rst first commit 2015-12-09 09:25:37 -06:00
LICENSE first commit 2015-12-09 09:25:37 -06:00
README.rst first commit 2015-12-09 09:25:37 -06:00
dev-requirements.txt first commit 2015-12-09 09:25:37 -06:00
readme.rst first commit 2015-12-09 09:25:37 -06: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
tox.ini first commit 2015-12-09 09:25:37 -06:00

readme.rst

repo_server role ############# :tags: openstack, cloud, ansible, repo_server :category: *nix

repo_server Role

- name: repo_server role
  hosts: "hosts"
  user: root
  roles:
    - { role: "repo_server" }

Note. The template role has the template name within it. Please change the name throughout the code base.

find . -type f -exec sed -i 's/repo_server/CHANGE_ME_PLEASE/g' {} \;