Make vagrant ask for ansible vault password

This commit is contained in:
Jesper Hess 2019-02-09 15:00:15 +01:00
parent 5f1e4e02ef
commit ac7b6a17cb
Signed by: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 1 additions and 0 deletions

1
Vagrantfile vendored
View File

@ -13,6 +13,7 @@ Vagrant.configure(2) do |config|
ansible.verbose = "v"
ansible.compatibility_mode = "2.0"
ansible.playbook = "playbook.yml"
ansible.ask_vault_pass = true
ansible.host_vars = {
"datacoop" => {"ansible_python_interpreter" => "/usr/bin/python3.6"}
}