Create single method to provide all overridden values

This commit is contained in:
Chris Thompson 2018-08-23 22:56:43 -04:00
parent e0d288a095
commit ac26550734
3 changed files with 23 additions and 7 deletions

View file

@ -15,5 +15,5 @@
# See also provisioning/box/config
- name: set vagrant hostname according to the project folder
set_fact:
vagrant_hostname: "{{ proj_root_safe }}.local"
vagrant_machine_name: "{{ proj_root_safe }}-coop-vm"
vagrant_hostname: "{{ proj_root_safe }}.test"
vagrant_machine_name: "{{ proj_root_safe }}-vm"