ansible/playbooks/openshift_common
2015-08-05 16:06:21 +00:00
..
openshift-cluster missed some openshift bits for OSBS in the initial commit 2015-08-05 16:06:21 +00:00
openshift-etcd missed some openshift bits for OSBS in the initial commit 2015-08-05 16:06:21 +00:00
openshift-master missed some openshift bits for OSBS in the initial commit 2015-08-05 16:06:21 +00:00
openshift-node missed some openshift bits for OSBS in the initial commit 2015-08-05 16:06:21 +00:00
README missed some openshift bits for OSBS in the initial commit 2015-08-05 16:06:21 +00:00

This file contains playbooks imported from the upstream OpenShift Ansible
github repository[0].

In order to re-import/update these scripts,

    # This can really be anywhere, just outside this git tree
    $ cd /tmp/

    $ git clone https://github.com/openshift/openshift-ansible.git

    # Assuming your local copy of this git repo lives in ~/src/fedora-ansible/
    $ cp -r \
        openshift-ansible/playbooks/common/* \
        ~/src/fedora-ansible/playbooks/openshift_common/

There are relative symlinks involved and at the time of this writing, the
directory structure of this git repository matches where appropriate with the
upstream repository making this mostly a clean import.

[0] - https://github.com/openshift/openshift-ansible.git