
This can be useful when using a seed VM that is not deployed by kayobe, and can therefore not use ``kayobe seed deprovision``, especially when iterating on kayobe-config during the inital stages of a deployment, or for development, where you want to re-run the playbooks from a clean-ish state. Change-Id: I43a9c2a57fcfe2c9d84f39903aac7c258f9a897f
19 lines
473 B
YAML
19 lines
473 B
YAML
---
|
|
# Action to perform: One of: "deploy", "destroy".
|
|
deploy_containers_action: "deploy"
|
|
|
|
deploy_containers_defaults:
|
|
comparisons:
|
|
image: strict
|
|
env: strict
|
|
volumes: strict
|
|
detach: True
|
|
network_mode: "host"
|
|
init: True
|
|
privileged: False
|
|
restart_policy: "unless-stopped"
|
|
|
|
deploy_containers_docker_api_timeout: 120
|
|
|
|
deploy_containers_registry_attempt_login: "{{ kolla_docker_registry_username is truthy and kolla_docker_registry_password is truthy }}"
|