Files
openstack-ansible-repo_server/readme.rst
Kevin Carter 725222afee first commit
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2015-12-09 09:25:37 -06:00

454 B

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' {} \;