forked from data.coop/ansible
Make vagrant ask for ansible vault password
This commit is contained in:
parent
5f1e4e02ef
commit
ac7b6a17cb
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
@ -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"}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue