f49319c393
It might happen we have docker binary installed, while the docker service isn't active/running. This would make the playbook fail, while it's not a valid failure. Change-Id: I3f3011e6855b38828644b94fac3f5e88edfc6d1a |
||
---|---|---|
.. | ||
defaults | ||
tasks | ||
README.md |
tripleo-docker-rm
An Ansible role to remove Docker containers when Podman is enabled.
Requirements
It requires python-docker on the host.
Role variables
- container_cli: -- Name of the Container CLI tool (default to docker).
- containers_to_rm: -- List of containers to remove.
Example Playbook
Sample playbook to call the role:
- name: Remove Nova API docker containers
hosts: all
roles:
- tripleo-docker-rm
vars:
containers_to_rm:
- nova_api
- nova_api_cron container_cli: podman
- tripleo-docker-rm
vars:
containers_to_rm:
License
Free software: Apache License (2.0)
Author Information
OpenStack TripleO team