Create single method to provide all overridden values
This commit is contained in:
parent
e0d288a095
commit
ac26550734
3 changed files with 23 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue