blob: 5857a9f597fb3dfb5fd166fb4dbf7626c458a153 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# openshift-ansible playbooks
In summary:
- [`byo`](byo) (_Bring Your Own_ hosts) has the most actively maintained
playbooks for installing, upgrading and performing others tasks on OpenShift
clusters.
- [`common`](common) has a set of playbooks that are included by playbooks in
`byo` and others.
And:
- [`adhoc`](adhoc) is a generic home for playbooks and tasks that are community
supported and not officially maintained.
- [`aws`](aws), [`gce`](gce), [`libvirt`](libvirt) and [`openstack`](openstack)
are related to the [`bin/cluster`](../bin) tool and its usage is deprecated.
Refer to the `README.md` file in each playbook directory for more information
about them.
|