diff --git a/Vagrantfile b/Vagrantfile index bab6a60..3430848 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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 diff --git a/ansible.cfg b/ansible/ansible.cfg similarity index 100% rename from ansible.cfg rename to ansible/ansible.cfg diff --git a/hosts b/ansible/hosts similarity index 100% rename from hosts rename to ansible/hosts diff --git a/vytvor_uzivatele.yml b/ansible/vytvor_uzivatele.yml similarity index 100% rename from vytvor_uzivatele.yml rename to ansible/vytvor_uzivatele.yml