13 lines
374 B
YAML
13 lines
374 B
YAML
---
|
|
- name: Starting bifrost deploy container
|
|
kolla_docker:
|
|
action: "start_container"
|
|
common_options: "{{ docker_common_options }}"
|
|
image: "{{ bifrost_deploy_image_full }}"
|
|
name: "bifrost_deploy"
|
|
privileged: True
|
|
volumes:
|
|
- "{{ node_config_directory }}/bifrost/:/etc/bifrost:ro"
|
|
- "/etc/localtime:/etc/localtime:ro"
|
|
- "/dev:/dev"
|