tripleo-common/roles/tripleo-docker-rm
Emilien Macchi 51e1f34b1c Simplify logic in docker detection for docker-rm role
Fix and simplify the logic that detects if Docker is installed on the
host.

Change-Id: I641f7546afeabf222bcbe148fbe6cc94547f5c92
2018-11-17 17:09:30 -05:00
..
defaults Implement tripleo-docker-rm role 2018-11-09 14:05:06 +00:00
tasks Simplify logic in docker detection for docker-rm role 2018-11-17 17:09:30 -05:00
README.md Implement tripleo-docker-rm role 2018-11-09 14:05:06 +00:00

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

License

Free software: Apache License (2.0)

Author Information

OpenStack TripleO team