| --- |
| |
| orchestration_dest: "{{ orchestration_dest }}" |
| |
| xos_repo_url: "{{ xos_repo_url }}" |
| xos_repo_dest: "{{ xos_repo_dest }}" |
| xos_repo_branch: "{{ xos_repo_branch }}" |
| |
| xos_configuration: "{{ xos_configuration }}" |
| |
| xos_container_rebuild: {{ xos_container_rebuild }} |
| |
| xos_images: |
| {{ xos_images | to_nice_yaml }} |
| |
| service_profile_repo_url: "{{ service_profile_repo_url }}" |
| service_profile_repo_dest: "{{ service_profile_repo_dest }}" |
| service_profile_repo_branch: "{{ service_profile_repo_branch }}" |
| |
| node_private_key: "{{ ansible_user_dir }}/node_key" |
| |
| docker_opts: "{{ docker_opts }}" |
| docker_tag: "{{ docker_tag }}" |
| docker_registry: "{{ docker_registry }}" |
| |
| local_docker_registry: "{{ local_docker_registry }}" |