Add Ansible configuration and playbook for user creation; update Vagrantfile for playbook path

This commit is contained in:
martin.cholewa
2025-07-08 18:14:26 +02:00
parent 9629f634e1
commit 43827881fb
4 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

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