Add Ansible configuration and playbook for user creation; update Vagrantfile for playbook path
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -13,7 +13,7 @@ Vagrant.configure("2") do |config|
|
||||
end
|
||||
|
||||
kube01.vm.provision "ansible" do |ansible|
|
||||
ansible.playbook = "vytvor_uzivatele.yml"
|
||||
ansible.playbook = "ansible/vytvor_uzivatele.yml"
|
||||
ansible.verbose = true
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user