commit | c0b9fb2abe79b1b87f257deaecc79753df98ca66 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@artisancomputer.com> | Sat Apr 30 12:09:45 2016 -0700 |
committer | Zack Williams <zdw@artisancomputer.com> | Sat Apr 30 12:09:45 2016 -0700 |
tree | 497cc490fcb31e2091fcbf2acea8f7f5aa63f1dd | |
parent | 05c2172b14ed57cda396b7687f8b815888ad375b [diff] |
update to use full DNS node name
diff --git a/roles/juju-setup/templates/environments.yaml.j2 b/roles/juju-setup/templates/environments.yaml.j2 index e575b23..5828766 100644 --- a/roles/juju-setup/templates/environments.yaml.j2 +++ b/roles/juju-setup/templates/environments.yaml.j2
@@ -2,6 +2,6 @@ environments: manual: type: manual - bootstrap-host: juju + bootstrap-host: juju.{{ site_suffix }} bootstrap-user: ubuntu default-series: {{ ansible_distribution_release }}