Skip to content

Commit 004825a

Browse files
committed
Use ansible inventory generated by Vagrant.
1 parent 8a219d0 commit 004825a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Vagrantfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Vagrant.configure(2) do |config|
33

44
config.vm.provision "ansible" do |ansible|
55
ansible.playbook = "playbook.yml"
6-
ansible.inventory_path = "inventories/vagrant"
6+
ansible.groups = {
7+
"vagrant" => ["default"],
8+
}
79
end
810
end

inventories/vagrant

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)