Fix vars for testing
This commit is contained in:
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@ -18,8 +18,9 @@ Vagrant.configure("2") do |config|
|
||||
ansible.galaxy_roles_path = "ansible/galaxy.roles"
|
||||
ansible.sudo = true
|
||||
ansible.extra_vars = {
|
||||
from_vagrant: true,
|
||||
deploy_user: "deployer_test",
|
||||
notes_domain: 'notes.loc',
|
||||
notes_cert_type: 'self-signed',
|
||||
}
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user