diff options
| author | Scott Dodson <sdodson@redhat.com> | 2017-10-09 10:56:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-09 10:56:43 -0400 |
| commit | fced8262d239d1d44ce64a5c6d02caa1530c5d45 (patch) | |
| tree | d50659fa9b1fd4ab41ae611edf1f65b52c4fd5e9 /playbooks/byo/openshift-management | |
| parent | b37c5e648736c11913c56ee2b9620920ef42e99e (diff) | |
| parent | c0f63fb902b53bc592e6862d5876af9b244ee82b (diff) | |
Merge pull request #5682 from tbielawa/openshift_management
Rename openshift_cfme role to openshift_management
Diffstat (limited to 'playbooks/byo/openshift-management')
| -rw-r--r-- | playbooks/byo/openshift-management/config.yml | 8 | ||||
| -rw-r--r-- | playbooks/byo/openshift-management/uninstall.yml | 6 |
2 files changed, 14 insertions, 0 deletions
diff --git a/playbooks/byo/openshift-management/config.yml b/playbooks/byo/openshift-management/config.yml new file mode 100644 index 000000000..33a555cc1 --- /dev/null +++ b/playbooks/byo/openshift-management/config.yml @@ -0,0 +1,8 @@ +--- +- include: ../openshift-cluster/initialize_groups.yml + tags: + - always + +- include: ../../common/openshift-cluster/evaluate_groups.yml + +- include: ../../common/openshift-management/config.yml diff --git a/playbooks/byo/openshift-management/uninstall.yml b/playbooks/byo/openshift-management/uninstall.yml new file mode 100644 index 000000000..ebd6fb261 --- /dev/null +++ b/playbooks/byo/openshift-management/uninstall.yml @@ -0,0 +1,6 @@ +--- +# - include: ../openshift-cluster/initialize_groups.yml +# tags: +# - always + +- include: ../../common/openshift-management/uninstall.yml |
