Zack Williams | 363bc85 | 2016-04-12 13:58:29 -0700 | [diff] [blame] | 1 | --- |
| 2 | |
| 3 | xos_repo_url: "{{ xos_repo_url }}" |
| 4 | xos_repo_dest: "{{ xos_repo_dest }}" |
| 5 | xos_repo_branch: "{{ xos_repo_branch }}" |
| 6 | |
| 7 | xos_configuration: "{{ xos_configuration }}" |
| 8 | |
Zack Williams | 5e56566 | 2016-06-08 22:44:04 -0700 | [diff] [blame] | 9 | xos_container_rebuild: {{ xos_container_rebuild }} |
Zack Williams | 72a9ab4 | 2016-06-08 08:32:49 -0700 | [diff] [blame] | 10 | |
Zack Williams | 62587be | 2016-05-25 15:56:45 -0700 | [diff] [blame] | 11 | xos_images: |
| 12 | {{ xos_images | to_nice_yaml }} |
Scott Baker | 333a315 | 2016-06-29 08:58:42 -0700 | [diff] [blame] | 13 | |
| 14 | service_profile_repo_url: "{{ service_profile_repo_url }}" |
| 15 | service_profile_repo_dest: "{{ service_profile_repo_dest }}" |
| 16 | service_profile_repo_branch: "{{ service_profile_repo_branch }}" |
Andy Bavier | 057a883 | 2016-08-02 17:31:07 -0400 | [diff] [blame] | 17 | |
| 18 | {% if on_maas %} |
| 19 | node_private_key: "{{ maas_node_key }}" |
| 20 | {% else %} |
| 21 | node_private_key: "~/.ssh/id_rsa" |
| 22 | {% endif %} |