kolla-ansible/ansible/roles/bifrost/tasks/stop.yml

10 lines
275 B
YAML

---
- name: Stopping bifrost_deploy container
kolla_docker:
action: "stop_container"
common_options: "{{ docker_common_options }}"
name: "bifrost_deploy"
when:
- inventory_hostname in groups['bifrost']
- "'bifrost_deploy' not in skip_stop_containers"