summaryrefslogtreecommitdiffstats
path: root/playbooks/adhoc/docker_storage_cleanup
diff options
context:
space:
mode:
authorMatt Woodson <mwoodson@redhat.com>2015-09-21 10:47:52 -0400
committerMatt Woodson <mwoodson@redhat.com>2015-09-21 10:47:52 -0400
commitd02e346a12c356bd87c0e233d22db03791732841 (patch)
tree430cf8bc7d20e4e17187da98c9478d1eeede4c79 /playbooks/adhoc/docker_storage_cleanup
parent8f6c6824073dff0cea3cd793db2745fb6cf52931 (diff)
downloadopenshift-d02e346a12c356bd87c0e233d22db03791732841.tar.gz
openshift-d02e346a12c356bd87c0e233d22db03791732841.tar.bz2
openshift-d02e346a12c356bd87c0e233d22db03791732841.tar.xz
openshift-d02e346a12c356bd87c0e233d22db03791732841.zip
commented out dangerous playbook option for cleanup
Diffstat (limited to 'playbooks/adhoc/docker_storage_cleanup')
-rw-r--r--playbooks/adhoc/docker_storage_cleanup/docker_storage_cleanup.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/playbooks/adhoc/docker_storage_cleanup/docker_storage_cleanup.yml b/playbooks/adhoc/docker_storage_cleanup/docker_storage_cleanup.yml
index 1946a5f4f..53a5c15ef 100644
--- a/playbooks/adhoc/docker_storage_cleanup/docker_storage_cleanup.yml
+++ b/playbooks/adhoc/docker_storage_cleanup/docker_storage_cleanup.yml
@@ -51,9 +51,10 @@
shell: "docker images -q -f dangling=true | xargs --no-run-if-empty docker rmi"
ignore_errors: yes
- - name: Remove non-running docker images
- shell: "docker images -aq | xargs --no-run-if-empty docker rmi 2>/dev/null"
- ignore_errors: yes
+# mwoodson & twiest: this is dangerous, commenting out for now.
+# - name: Remove non-running docker images
+# shell: "docker images -aq | xargs --no-run-if-empty docker rmi 2>/dev/null"
+# ignore_errors: yes
# leaving off the '-t' for docker exec. With it, it doesn't work with ansible and tty support
- name: update zabbix docker items