summaryrefslogtreecommitdiffstats
path: root/playbooks/adhoc/atomic_openshift_tutorial_reset.yml
Commit message (Collapse)AuthorAgeFilesLines
* YAML LintingRussell Teague2016-12-121-1/+1
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Replace deprecated sudo with become.Andrew Butcher2016-04-251-1/+1
|
* Improvements to uninstallation playbookBrenton Leanhardt2015-10-221-74/+3
| | | | | | | | | 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.
* adhoc/tutorial_reset: Also delete etcd and dataColin Walters2015-08-271-0/+4
| | | | | | I needed this because I forgot to override openshift_hostname, and it found the wrong hostname, which then leaked into etcd certs, which caused the master to fail to start.
* adhoc/tutorial_reset: Don't error out if there are no Docker imagesColin Walters2015-08-271-0/+3
| | | | I'd like this playbook to always work.
* Updated to include origin and atomic-openshift RPMs re-factoring toAvesh Agarwal2015-08-171-6/+31
| | | | | include all origin, AE and openshift products. For back-word compatibility, older openshift and AE naming is retained too.
* Updated tutorial reset file and made following chages:Avesh Agarwal2015-08-171-0/+68
1. Included openshift clean up 2. Renamed file to atomic_openshift_tutorial_reset.yml 3. docker service is not not stopped 4. docker containers and images are removed 5. /etc/openshift-sdn are removed too now