rhtconsulting / rhc-ose

OpenShift Automation and Utilities by Red Hat Consulting
42 stars 34 forks source link

Role for disconnected git server #171

Closed sabre1041 closed 8 years ago

sabre1041 commented 8 years ago

What does this PR do?

Support for a git server to host OpenShift example content in a disconnected environment

How should this be manually tested?

[disconnected-git]
<server_ip>
- hosts: disconnected-git
  roles:
    - disconnected-git
ansible-playbook -i inventory/disconnected-git disconnected-git.yml
git clone http://<server_ip>/git/openshift/openshift-quickstarts.git

Is there a relevant Issue open for this?

N/A

Who would you like to review this?

/cc @etsauer @oybed @JayKayy

JayKayy commented 8 years ago

Tested and ran successfully after adding libsemanage-python to list of installed packages.

sabre1041 commented 8 years ago

@JayKayy made suggested additions

JayKayy commented 8 years ago

Looks good to me.

sabre1041 commented 8 years ago

@etsauer added example inventory file that provides an example of providing custom SSH keys to add for secure SSH style git access