Force set up cert type
This commit is contained in:
parent
f5630c85ea
commit
6666885859
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -18,6 +18,7 @@ Vagrant.configure("2") do |config|
|
|||||||
ansible.galaxy_roles_path = "ansible/galaxy.roles"
|
ansible.galaxy_roles_path = "ansible/galaxy.roles"
|
||||||
ansible.sudo = true
|
ansible.sudo = true
|
||||||
ansible.extra_vars = {
|
ansible.extra_vars = {
|
||||||
|
cert_type: "self-signed",
|
||||||
deploy_user: "deployer_test",
|
deploy_user: "deployer_test",
|
||||||
notes_domain: 'notes.loc',
|
notes_domain: 'notes.loc',
|
||||||
notes_cert_type: 'self-signed',
|
notes_cert_type: 'self-signed',
|
||||||
|
Loading…
Reference in New Issue
Block a user