1
0

Force set up cert type

This commit is contained in:
Anton Vakhrushev 2018-05-16 20:54:52 +03:00
parent f5630c85ea
commit 6666885859

1
Vagrantfile vendored
View File

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