From 6666885859e06a4e732e99058136b6dafe820b5d Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Wed, 16 May 2018 20:54:52 +0300 Subject: [PATCH] Force set up cert type --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index 0621141..92accc0 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -18,6 +18,7 @@ Vagrant.configure("2") do |config| ansible.galaxy_roles_path = "ansible/galaxy.roles" ansible.sudo = true ansible.extra_vars = { + cert_type: "self-signed", deploy_user: "deployer_test", notes_domain: 'notes.loc', notes_cert_type: 'self-signed',