1
0

Fix vars for testing

This commit is contained in:
2017-09-09 15:41:18 +03:00
parent e80ca9292f
commit 48ae6e1625
5 changed files with 29 additions and 22 deletions

3
Vagrantfile vendored
View File

@ -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