summaryrefslogtreecommitdiffstats
path: root/playbooks/adhoc/uninstall.yml
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug fixes for the uninstall playbookBrenton Leanhardt2015-10-281-2/+3
| | | | | | 1) is_atomic wasn't being evaluated properly 2) the way we were detecting it was resulting in a confusion error message being displayed to the user in the case of RHEL 7 Server
* The uninstall playbook should remove the kubeconfig for non-root installsBrenton Leanhardt2015-10-281-0/+1
|
* Adding uninstall support for Atomic HostBrenton Leanhardt2015-10-281-1/+10
|
* Deleting exited openshift containers and some other minor touch upsBrenton Leanhardt2015-10-221-1/+17
|
* Removing the openshift factsBrenton Leanhardt2015-10-221-0/+1
|
* Adding *master-api and *master-controllers to the list of units to stopBrenton Leanhardt2015-10-221-19/+25
| | | | (also sorted the various lists alphabetically)
* Improvements to uninstallation playbookBrenton Leanhardt2015-10-221-0/+111
This is related to https://trello.com/c/314nwSvt/58-3-uninstall-playbook The original atomic_openshift_tutorial_reset.yml now calls the uninstall playbook for most parts. All the originally functionally is still intact. The main differences between the two playbooks is that the uninstall playbook is careful only to delete content that ansible originally installed.