82bf5adc58
A new Ansible role to tag containers managed by Pacemaker. This role will be consummed by services managed by Pacemaker. Requirements ------------ It requires Docker or Podman on the host, depending which container CLI is used. Role variables -------------- - container_image: -- Name of the container image to tag. - container_image_latest: -- Name of the tag. - container_cli: -- Name of the Container CLI tool (default to docker). Example Playbook ---------------- Sample playbook to call the role: - name: Tag Pacemaker containers hosts: all roles: - tripleo-container-tag vars: container_image: haproxy container_image_latest: pcmklatest container_cli: docker In THT, we'll consume this role for pacemaker-managed services, so we can tag the images during the deployment, the updates and the upgrades by using the same Ansible task. Change-Id: I61039cdaa6798e8ae7c918f772d863dc1b67ae02
6 lines
149 B
YAML
6 lines
149 B
YAML
---
|
|
features:
|
|
- |
|
|
A new Ansible role to tag containers managed by Pacemaker.
|
|
This role will be consummed by services managed by Pacemaker.
|