| --- |
| |
| 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 }}" |
| |
| {% if on_maas %} |
| node_private_key: "{{ maas_node_key }}" |
| {% else %} |
| node_private_key: "~/.ssh/id_rsa" |
| {% endif %} |