agent conf

This commit is contained in:
phil
2024-01-10 13:27:33 +01:00
parent 0ab0c2d74c
commit d02c5e36c0
4 changed files with 578 additions and 6 deletions

View File

@@ -54,6 +54,9 @@ Vagrant.configure("2") do |config|
kea2.vm.provision "shell",
inline: "sudo apt-get update ; sudo apt-get install -y vim curl wget"
kea2.vm.provision "ansible" do |ansible|
ansible.extra_vars = {
srv_ip: "192.168.56.3",
}
ansible.playbook = "provision/setup-kea.yml"
end
end